/* CSS Document */
body {
	font-family:Arial, Tahoma, sans-serif;
	font-size:70%;
}

#menu, .tabbed, .product_side .options {
	display:none;
}

a img {
	border:none;
}

#header {
	border-bottom:4px solid #03296A;
	padding-bottom:1em;
	margin-bottom:10px;
}

#content, #side {
	font-size:1.2em;
}

#pages table td {
	padding:0.3em;
	font-size:0.8em;
}

#pages table .header td {
	font-weight:bold;
	border-bottom:1px solid #666666;
}

h1 {
	color:#03296A;
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
	margin-top:0;
}

h2 {
	color:#03296A;
	font-family:"Times New Roman", Times, serif;
	font-size:2em;
}

h3 {
	font-size:1.15em;
}

h4 {
	font-size:1.1em;
	color:#000000;
}

#content, #footer {
	margin-left:220px;
}

#pages div {
	padding:0 0 2em 0;
}

#pages div div {
	padding:0;
}

#side {
	position:absolute;
	top:75px;
	left:8px;
	width:200px;
}

.product_side ul {
	font-size:1.1em;
	padding-left:15px;
	line-height:1.6em;
}

#footer {
	padding-top:2em;
	color:#666666;
}

#ranges {
	padding:0;
	list-style:none;
	font-size:0.8em;
}

#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;
	margin-bottom:0.5em;
}

#products {
	font-size:1.3em;
	padding: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;
}
