body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
}

h1, h2, h3, h4 {
	color: #102985;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

h1 {
	font-size: 1.3em;
	margin-top: 0;
}

h1 strong {
	color: #000;
}

h2 {
	font-size: 1.1em;
	margin-top: 1.7em;
}

a {
	color: #102985;
}

a:hover {
	background: #102985;
	color: #fff;
	text-decoration: none;
}

img {
	border: 0;
}

abbr, acronym {
	border-bottom: none;
}

address {
	font-style: normal;
}


/* General Classes */

.icon {
	float: left;
	margin: 0 10px 10px 0;
}


/* Header */

#header {
	background: #102985;
	color: #fff;
	height: 88px;
}

#header img {
	float: left;
	margin-right: 1em;
}

#tagline {
	font-size: 1.2em;
	font-style: italic;
	padding-top: 2.4em;
}

#tagline span {
	font-size: 1.6em;
}


/* Navigation */

#navigation {
	background: #000;
	clear: both;
	font-size: 1.6em;
}

#navigation ul,
#navigation ul li {
	display: inline;
	list-style: none;
	padding: 0;
}

#navigation ul li {
	padding: 10px;
}

#navigation ul li a {
	color: #fff;
	position: relative;
	text-decoration: none;
}

#navigation ul li a:hover {
	background: #fff;
	color: #000;
}


/* Subnavigation */

#subnavigation {
	background: #102985;
	color: #fff;
	float: right;
	font-size: 0.8em;
	margin: -16px -16px 0 0;
	padding: 20px;
	width: 33%;
}

#subnavigation h2 {
	color: #fff;
	font-size: 1.3em;
	margin-top: 0;
}


/* Content */

#navJump {
	display: none;
}

#content {
	float: left;
	font-size: 1.6em;
	padding: 1em;
}


/* Home page menu */

#homeMenu {
	border-bottom: 1px solid #ccc;
	padding: 0 0 1em 15px;
}

#homeMenu ul,
#homeMenu ul li {
	list-style: none;
	padding: 0;
}

#homeMenu ul li h3,
#homeMenu ul li p {
	margin: 0;
}

#homeMenu ul li h3 {
	font-size: 1.5em;
}

#homeMenu ul li p {
	margin-bottom: 1em;
}


/* Before & After on home page */

#homeBeforeAfter {
	background: #fff;
	clear: right;
	float: right;
	margin: 0 0 15px 15px;
	padding-bottom: 20px;
}

#homeBeforeAfter h2 {
	font-size: 1.2em;
}


/* Swatches */

table#swatches {
	font-size: 0.8em;
}

table#swatches tr th {
	text-align: left;
}

#swatches tr td {
	padding: 0 5px 10px 5px;
	text-align: center;
}


/* Photo Set */

.photoSet {
	float: left;
	font-size: 0.9em;
	width: 45%;
}

.photoSet p a {
	font-size: 1.2em;
}


/* Photo Page */

#photoPage {
	text-align: center;
}


/* Footer */

#footer {
	border-top: 1px solid #999;
	clear: both;
	color: #999;
	font-size: 1.2em;
	padding: 1em 1em 4em 1em;
}

#footer p {
	float: left;
}

#footer p,
#footer ul {
	margin: 0;
	width: 40%;
}

#footer ul,
#footer ul li {
	display: inline;
	float: right;
	padding: 0;
}

#footer ul li a {
	color: #666;
}

#footer ul li a:hover {
	background: #666;
	color: #fff;
}