/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:/*Helvetica, */Arial, Tahoma, sans-serif;
	font-size:70%;
	background-color:#E0E0E0;
	text-align:center;
}

select, textarea, input {
	font-family:/*Helvetica, */Arial, Tahoma, sans-serif;
	font-size:1em;
}

form {
	padding:0;
	margin:0;
}

a img {
	border:none;
}

p {
	margin-top:0;
}

/************ CONTAINER ************/

#container {
	background-color:#FFFFFF;
	text-align:left;
	margin:0 auto;
	width:775px;
	background-image:url(../images/side_back.gif);
	background-position:right;
	background-repeat:repeat-y;
}

/************ HEADER ************/

#header {
	position:relative;
}

#header img {
	margin:40px 0 10px 20px;
}

#header .tabbed {
	position:absolute;
	bottom:0;
}

#header .tabbed ul {
	list-style:none;
	padding:0 0 0 20px;
	margin:0;
	font-size:0.9em;
	display:block;
}

#header .tabbed li {
	display:block;
	padding:0;
	float:left;
	margin-right:2px;
	background-color:#03296A;
	border-top:1px solid #03296A;
	border-left:1px solid #03296A;
	border-right:1px solid #03296A;
	text-transform:uppercase;
	font-weight:bold;
}

#header .tabbed a {
	color:#C4C6DB;
	text-decoration:none;
	padding:0.4em 0.7em;
	display:block;
}

#header .tabbed a:hover {
	text-decoration:underline;
}

#header .tabbed .selected {
	background-color:#FFFFFF;
	border-top:1px solid #C2C4D9;
	border-left:1px solid #C2C4D9;
	border-right:1px solid #C2C4D9;
}

#header .tabbed .selected a {
	color:#03296A;
}

/************ SEARCH ************/

#search {
	width:179px;
	text-align:right;
	position:absolute;
	top:78px;
	right:15px;
}

#search fieldset {
	border:none;
	padding:0;
}

#search legend {
	display:none;
}

#search label {
	height:18px;
	background-image:url(../images/search_label.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:1em;
	display:block;
	font-weight:bold;
	text-align:right;
}

#search label span {
	text-align:center;
	float:right;
	width:53px;
	margin-top:2px;
}

#search_keywords {
	border:1px solid #999999;
	border-right:none;
	width:150px;
	padding-left:2px;
	padding-right:2px;
	height:1.4em;
}

#search_submit {
	border:1px solid #999999;
	border-left:none;
	width:20px;
	cursor:pointer;
	background-color:#FFFFFF;
	background-image:url(../images/search_arrow.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:1.76em;
	vertical-align:middle;
}

/* IE7 hack */
*:first-child+html #search_keywords {
	position:relative;
	top:-1px;
}

*:first-child+html #search_submit {
	position:relative;
	top:-4px;
}

/************ BANNER ************/

#banner {
	background-image:url(../images/banner.jpg);
	height:60px;
	border-top:5px solid #03296A;
}

/************ MAIN ************/

#main {
	width:545px;
	float:left;
	position:relative;
}

/************ CONTENT ************/

#content {
	padding:30px 20px;
	color:#666666;
	font-size:1.05em;
}

#content a {
	color:#03296A;
	text-decoration:none;
}

#content a:hover {
	color:#A7B4CB;
}

#content p {
	line-height:1.6em;
}

#content h1 {
	color:#03296A;
	font-family:"Times New Roman", Times, serif;
	font-size:2em;
	margin-top:0;
	padding-top:0;
	clear:both;
}

#content h2 {
	clear:both;
	font-size:1.5em;
}

#content h3 {
	font-size:1.15em;
	margin-bottom:0.2em;
}

#content h4 {
	font-size:1.1em;
	margin:0 0 0.3em 0;
	color:#000000;
}

#content img.home_img {
	float:left;
	margin-top:1em;
}

#content h3.home {
	padding-left:70px;
	font-size:1.3em;
	margin-top:3em;
}

#content .column1 {
	width:245px;
	margin-right:15px;
	float:left;
}

#content .column2 {
	width:245px;
	float:left;
}

#content .search_result {
	border:1px solid #E0E0E0;
	background-color:#EFEFEF;
	padding:1em;
	margin-bottom:1em;
}

#content .search_result h3 {
	margin-top:0;
}

#content .search_result .sub {
	font-size:0.8em;
	color:#999999;
	margin-bottom:0;
}

#content .search_result .hl {
	color:#FF9900;
}

/************ BREADCRUMB ************/

#breadcrumb {
	text-align:right;
	font-size:0.8em;
	position:absolute;
	top:206px;
	right:10px;
}

/************ RANGES (list on range page) ************/

#ranges {
	padding:0;
	margin:0;
	list-style:none;
	font-size:0.9em;
}

#ranges:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

#ranges li {
	float:left;
	width:245px;
	padding:0.5em 0;
	margin:0;
}

#ranges .new_row {
	clear:left;
	margin-right:15px;
}

#ranges a {
	color:#666666;
	text-decoration:none;
	display:block;
}

#ranges a strong {
	color:#03296A;
	font-size:1.2em;
	border-bottom:1px dotted #03296A;
	display:block;
	padding:0.2em 0;
}


/************ PRODUCTS (list on range page) ************/

#products {
	font-size:1.3em;
	padding:0;
	margin:0;
	list-style:none;
	border-bottom:1px solid #03296A;
	background-color:#CDD4E1;
}

#products:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

#products .image_box {
	width:50px;
	height:50px;
	border:1px solid #03296A;
	background-color:#03296A;
	float:left;
	margin-bottom:0.2em;
	text-align:center;
}

#products li {
	clear:left;
	padding:0.2em 0 0 5px;
	border-top:1px solid #03296A;
}

#products li a {
	display:block;
	padding:1.1em 0 1.1em 60px;
	text-decoration:none;
	color:#03296A;
}

#products li:hover {
	background-image:url(../images/list_back_hover.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#products li:hover .image_box {
	border:1px solid #FFFFFF;
}

/************ GALLERY (list on range page) ************/

#gallery {
	padding:0;
	margin:0;
	list-style:none;
	border-bottom:1px solid #CDD4E1;
}

#gallery:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

#gallery .image_box {
	width:100px;
	height:100px;
	border:1px solid #CDD4E1;
	background-color:#CDD4E1;
	float:left;
	margin-bottom:1em;
	margin-right:1em;
	text-align:center;
}

#gallery li {
	clear:left;
	padding:0.2em 0 0 5px;
	border-top:1px solid #CDD4E1;
}

/************ PAGES ************/

#pages {
	padding-bottom:2em;
}

#pages div {
	/*display:none;*/
}

#pages div div {
	display:block;
}

#pages table td {
	padding:0.3em;
	font-size:0.9em;
}

#pages table .header td {
	font-weight:bold;
	border-bottom:1px solid #666666;
}

#pages img {
	float:left;
	margin-right:20px;
	margin-bottom:2em;
}

#pages .table_surround {
	float:left;
	background-color:#E0E0E0;
	margin-bottom:2em;
}

#pages .table_surround .br {
	padding:5px 10px;
}

/* IE7 hack */
*:first-child+html #pages .table_surround table {
	width:485px;
}


/************ SIDE ************/

#side {
	color:#FFFFFF;
	width:230px;
	padding:0;
	float:right;
}

#side h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:2.5em;
}

#side a {
	color:#FFFFFF;
	text-decoration:none;
}

#side a:hover {
	color:#C4C6DB;
}

.main_side {
	text-align:center;
	padding:0 15px 2em 15px;
}

.main_side h2 {
	color:#CCCCCC;
}

.main_side p {
	font-size:1.1em;
	line-height:1.8em;
}

.main_side .call_us {
	color:#CCCCCC;
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	line-height:1.2em;
	margin-top:2em;
}

.main_side .call_us strong {
	color:#FFFFFF;
	font-size:1.3em;
}

.main_side .call_us em {
	color:#A7B4CB;
	font-size:0.8em;
}

.product_side {
	text-align:left;
	padding:0 15px;
}

.product_side h2 {
	color:#FFFFFF;
}

.product_side .image_box {
	height:198px;
	position:relative;
}

.product_side .image_box img {
	border:3px solid #CCCCCC;
	position:absolute;
	bottom:0;
}

.product_side ul {
	font-size:1.1em;
	padding-left:15px;
	line-height:1.6em;
	margin:0;
}

.product_side .options {
	padding:2em 0;
}

.product_side .options span {
	padding-top:6px;
	display:block;
	padding-left:37px;
}

.product_side .options img {
	float:left;
	margin-bottom:1em;
}

.product_side .options p {
	clear:left;
}

.product_side #emailer {
	display:none;
}

.product_side #emailer label {
	width:80px;
	float:left;
}

.product_side #emailer .textbox {
	width:110px;
}

/************ FOOTER ************/

#footer {
	clear:both;
	background-color:#B2B2B2;
	color:#03296A;
	font-size:0.8em;
}

#footer p {
	margin-bottom:0.5em;
}

#footer_text {
	padding:10px 250px 10px 20px;
}

#footer_logos {
	width:230px;
	text-align:center;
	float:right;
	padding-top:3em;
}

#footer_logos img {
	margin:0 1px;
}

/************ ADDITIONAL ************/

.hidden {
	display:none;
}

.clear {
	font-size:1px;
	height:1px;
	clear:both;
	margin:0;
	padding:0;
}

.right {
	float:right;
}

.right_align {
	text-align:right;
}

.highlight {
	background-color:#FFC6C6;
	color:#FF0000;
	padding:0.2em 0.4em;
}

/******* ROUNDED CORNERS *******/

.tr {
	background-color:transparent;
	background-image:url(../images/tr.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:100%;
}

.bl {
	background-color:transparent;
	background-image:url(../images/bl.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:100%;
}

.tl {
	background-color:transparent;
	background-image:url(../images/tl.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:100%;
}

.br {
	background-color:transparent;
	background-image:url(../images/br.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:100%;
}

