@charset "UTF-8";

/*
aqua 73afb6
pine 347882
red ef4135
darker red e21836
navy 00456a
*/
@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.eot');
    src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-regular-webfont.woff') format('woff'),
         url('fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaybold';
    src: url('fonts/raleway-bold-webfont.eot');
    src: url('fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-bold-webfont.woff') format('woff'),
         url('fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin: 0px;
	background:#d8d9da;
	font-family:'ralewayregular','Arial', Helvetica, sans-serif;
	color:#555;
}
#wrapper {
	background:#FFF url(images/wrapper_bg.jpg) repeat-y;
	width:960px;
	margin:0 auto;
	min-height: 600px;
}
#header {
	width:100%;
	height:111px;
	float:left;
	clear:both;
}
	#header img {
		border:none;
		width:100%;
	}
#nav {
	font-family: 'ralewaybold';
	position:relative;
	display:inline-block;
	float:left;
	clear:both;
	background: url(images/nav_bg.jpg) repeat-x;
	height:65px;
	width:100%;
	margin:0 0 0 0;
	font-size:11px;
	float:left;
	clear:both;
}
	#nav.nosubnav {
		background-image:url(images/nav_nosubnav_bg.jpg);
		margin-bottom:-40px; 
	}
#nav ul { 
	list-style:none; 
	margin:0 0 0 -12px; 
}
#nav ul ul { 
	margin:0; 
}
.nav-list {
	text-align:left;
}
.nav-item {
	float:left;
	position:relative;
	/*display:inline;zoom:1;*/
}
.nav-item a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:8px 33px 8px 33px;
	background:#ef4135;
	border-bottom:4px solid #ef4135;
}
.nav-item > a:hover  {
	border-bottom-color: #347882;
	background: #73afb6;
}
.nav-item > a.selected  {
	border-bottom-color: #00456a;
	background: #73afb6;
}
.nav-item:hover .nav-submenu {
	display:block;
}

/* Navigation dropdown */
.nav-submenu {
	display:none;
	position:absolute;
	left:-40px;
	width:130px;
}
.nav-submenu-item a {
	background:#ef4135;
	border-color:#e21836;
	display:block;
	padding:8px 10px;
}
.nav-submenu-item a:hover, .nav-submenu-item.selected a{
	background:#73afb6;
	border:none; /*-color:#73afb6;*/
}

/* horizontal sub nav */
#subnav {
	float:left;
	clear:both;
	height:25px;
	padding:10px 0 0 60px;
	color:#73afb6;
	font-family: 'ralewayregular';
}
	#subnav strong {
    	font-family: 'ralewaybold';
		font-weight:normal;
		margin-right:7px;
		text-transform:uppercase;
	}
	#subnav a {
		color:#00456a;
		text-decoration: none;
		margin:0 7px;
	}
	#subnav a:hover, #subnav a.selected {
		color:#ef4135;
	}

#leftcol {
	width:190px;
	padding:40px 30px 30px 60px;
	font-size: 12px;
	line-height:18px;
	float:left;
}
	
#rightcol {
	float:left;
	margin:30px 45px 0 45px;
	font-size:12px;
	line-height:18px;
	width:590px;
}
#centercol {
	width:960px;
	padding:40px 45px 30px 60px;
	padding:40px 0px 30px 0px;
	font-size: 12px;
	line-height:18px;
	float:left;
	clear:both;
	background:#FFF;
}
	#centercol ul {
		margin:10px 0 20px 35px;
	}
	#centercol td ul {
		margin-left:-28px;
	}
#leftcol a, #centercol a, #rightcol a {
		font-family: 'ralewaybold';
		color:#00456a;
		font-weight:normal;	
		text-decoration:none;	
	}
	#leftcol a:hover,  #centercol a:hover, #rightcol a:hover {
		color:#ef4135;
	}
#prev {
	width:45px;
	margin:0 15px 0 0;
	min-height:500px;
	float:left;
}
	#prev.active {
		background:url(images/prev.gif) no-repeat 0 0;
	}
	#prev:hover {
		background-position:-45px 0;
	}
#next {
	width:45px;
	float:right;
	min-height:500px;
}
	#next.active {
		background:url(images/next.gif) no-repeat -45px 0;
	}
	#next:hover {
		background-position: 0 0;
	}
	
h1 {
	font-family: 'ralewaybold';
	color:#00456a;
	font-weight:normal;
	font-size:18px;
	line-height:22px;
	margin:0;
}
h2 {
	font-family: 'ralewaybold';
	color:#00456a;
	font-weight:normal;
	font-size:12px;
	line-height:16px;
	margin:10px 0 0;
}
.bluehead {
	font-family: 'ralewaybold';
	color:#00456a;
}
.question {
	background:#73afb6;
	font-family: 'ralewaybold';
	font-weight:normal;
	color:#FFF;
}
	th.question {
		background:#00456a;
		text-transform:uppercase;
	}
.pinky {
	color:#ff00ff;
}
#downloads {
	line-height:14px;
	text-align:center;
}
	#downloads img {
		margin-bottom:8px;
	}
	#downloads a {
    	font-family: 'ralewayregular';
		text-decoration:none;
		color:#777;
		margin:0 2px;
		padding-bottom:1px;
	}
	#downloads a:hover {
		color:#000;
	}
input.button {
	background:#73afb6;
	padding:5px 15px;
	color:#FFF;
	letter-spacing:1px;
	border:0;
}
input.button:hover {
	background:#00456a;
}
input, textarea { 
	font-family: 'ralewayregular';
	color:#777;
	font-size:12px;
}
table.swatches {
	font-family:Arial, Helvetica, sans-serif;
}
table.swatches td div {
	padding-left:10px;
}
.clearall {
	height:1px;
	clear:both;
}