/* CSS Document */

body {
	background-color:#CEEAEB;
}

A:link {
	COLOR: #00365A;
	font-weight: normal;
	text-decoration:none;
}
A:visited {
	COLOR: #00365A;
	font-weight: normal;
	text-decoration:none;
}
A:hover {
	COLOR: #00365A;
	font-weight: none;
	text-decoration:underline;
}
A:active {
	COLOR: #00365A;
	font-weight: normal;
	text-decoration:none;
}
A:visited:hover A:active:hover{
	COLOR: #00365A;
	font-weight: normal;
	text-decoration:underline;
}


p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#footer p {
	font-size:10px;
	color:#727A35;
}


div#home p {
	padding:2px;
	color:#00365A;
	font-size: 10px;
	margin-top:15px;
}

div#home .box {
	border-color:#ffffff;
	border-style:solid;
	border-width:2px;
	background-color:#004D79;
	padding:15px;
	margin-top:10px;
}
div#products .box {
	border-color:#ffffff;
	border-style:solid;
	border-width:2px;
	background-color:#004D79;
	padding:15px;
	margin-top:10px;
}

div#products p {
	padding:5px 5px 0px 0px;
	color:#00365A;
	font-size: 10px;
	line-height:11px;
	margin:0px;
}

div#products p em{
	padding:2px 5px 0px 0px;
	color:#00365A;
	font-size: 9px;
	line-height:10px;
	margin:0px;
}


div#products strong {
	padding:5px 5px 0px 0px;
	color:#00365A;
	font-size: 12px;
	line-height:12px;
	margin:0px;
}


div#products h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	padding:5px 0px 1px 0px;
	color:#00365A;
	font-size: 22px;
	line-height:22px;
	letter-spacing:.1em;
	margin:0px;
}

div#products h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:5px 0px 0px 0px;
	color:#00365A;
	font-size: 12px;
	line-height:12px;
	margin:0px;

}
	
div#products .thumbboxLT {
	border-bottom-color:#005A84;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color:#005A84;
	border-right-style:solid;
	border-right-width:.05em;
	padding-right:3px;
}

div#products .thumbboxLTbttm {
	border-right-color:#005A84;
	border-right-style:solid;
	border-right-width:.05em;
	padding-right:3px;
}
	
div#products .thumbboxRTbttm {
	border-left-color:#005A84;
	border-left-style:solid;
	border-left-width:.05em;
	padding-left:3px;
}
	
div#products .thumbboxRT {
	border-bottom-color:#005A84;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#005A84;
	border-left-style:solid;
	border-left-width:.05em;
	padding-left:3px;
}

div#sideUI {
	background-image:url(shared/images/side_bottom.jpg);

	height:175px;
	padding:20px 5px 0px 15px;
	
	}
	
div#sideUI p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#82B7C9;
	font-size:9px;
	line-height:12px;
	}
	
	
div#testimonial p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#82B7C9;
	font-size:9px;
	line-height:12px;
	width:500px;
	padding:0px 0px 0px 15px;
	font-weight:400;
	}
	
	
div#testimonial p em{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#82B7C9;
	font-size:9px;
	line-height:11px;
	}
	


