@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Helvetica, Arial, sans-serif;
	background:url(../images/design/backgroundGradient.jpg) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	font-size:1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#0e3a78;
	font-weight:normal;
}

h2 {
	font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#262424;
	font-weight:normal;
	margin:0;
	margin-top:10px;
	padding:0;
}

h3 {
	font-size:0.75em;
	color:#07254b;
	font-weight:normal;
	padding:0;
}

p {
	font-size:0.7em;
	line-height:1.3em;
	color:#1c1c1c;
}

ul {
	font-size:0.7em;
	line-height:1.3em;
	color:#1c1c1c;
}

#container {
	width: 978px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/design/backgroundColumn.png) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	min-height:600px;
	padding:10px 0px;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	margin-left:30px;
	width:918px;
}

#pageBanner {
	margin-left:30px;

}

#logo {
	width:210px;
	float:left;
	height:200px;
}

/* Top Navigation Bar */
#navigation {
	width:706px;
	float:left;
	height:152px;
	margin-bottom:5px;
}

#navLeft {
	float:left;
	width:12px;
	height:152px;
	background:url(../images/design/backgroundNavigationLeft.jpg) no-repeat top;
}

#navRight {
	float:left;
	width:12px;
	height:152px;
	background:url(../images/design/backgroundNavigationRight.jpg) no-repeat top;
}

#navigationBar {
	float:left;
	width:682px;
	min-height:152px;
	background:url(../images/design/backgroundNavigation.jpg) repeat-x top;
	padding:70px 0;
}

#navigationBar ul {	
	list-style:none;
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#232323;
	margin-top:40px;
}

#navigationBar ul li {
	list-style:none;
	display:inline;
	padding: 0px 11px;
}

#navigationBar a {	
	color:#232323;
	text-decoration:none;
}

#navigationBar a:hover {	
	color:#0066FF;
	text-decoration:none;
}

#navUtilities {
	width:100%;
	text-align:left;
}

/* Quick Contact */
#quickContact {
	width:300px;
	float:left;
	font-size:0.7em;
	color:#666666;
}

#quickContact a {
	color:#0056a8;
	border-bottom:1px dotted #999999;
	text-decoration:none;
}

#quickContact a:hover {
	text-decoration:none;
	border-bottom:none;
}

/* Search Box */
#search {
	float:left;
	width:395px;
	text-align:right;
	font-size:0.7em;
	color:#2b2b2b;	
	padding-right:2px;
}

/* Breadcrumb */
#breadcrumb{
	width:500px;
	margin:10px 0 15px 30px;
	font-size:0.6em;
}

#breadcrumb a {
	color:#0056a8;
}


/* Content */
#fullPageContainer {
	width:870px;
	min-height:300px;
}

#fullPageContainer h2 {
	margin:10px 0;
}

#homeLeft {
	float:left;
	width:680px;
}

#homeRight {
	float:left;
	width:212px;
	padding-left:12px;
	padding-top:5px;
}

#featuredProduct {
	width:212px;
	height:368px;
	background:url(../images/design/backgroundFeatured.jpg) no-repeat;
}

#featuredContainer {
	width:195px;
	padding-top:20px;
	margin-left:10px;
}

.featuredImage {
	margin:10px 0 10px 0;
}

#mainContent {
	margin-left:20px;
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent a {
	color:#0056a8;
	text-decoration:underline;
}

#mainContent a:hover {
	text-decoration:none;
}

/* Products Homepage */
#products {	
	width:671px;
	background:url(../images/design/roundedBoxBg.gif) repeat-y top;	
	padding:0;
	margin:0;
	
}

.productsTop {
	width:671px;
	height:9px;
	background:url(../images/design/roundedBoxTop.gif) no-repeat top;
	margin:0px;
	padding:0px;	
}

.productsBottom {
	width:671px;
	height:9px;
	background:url(../images/design/roundedBoxBase.gif) no-repeat top;	
	margin:0px;
	padding:0px;	
}

#productContainer {
	margin:0;
	padding:0px 10px;
	overflow:hidden;
}

#homeproductList {
	width:660px;
	margin:10px 0;
	padding:0;
}

.productRange
{
	width:330px;
	height:75px;
	float:left;
	overflow:hidden;
}

.prodImage {
	float:left;
	width:110px;
}

.prodSummary {
	float:left;
	width:200px;
	padding-right:20px;
}

.prodSummary h3 {
	margin-top:5px;
	margin-bottom:0;
}

.prodSummary p {
	margin:0;
	padding:0;
}

/* Left Navigation */
#leftnavigation {
	background:url(../images/design/backgroundSideNav.jpg) top no-repeat;
	width:166px;
	height:426px;
	float:left;
}

#leftnavigation ul {
	margin:30px 10px 30px 20px;
	padding:0;
}

#leftnavigation ul li {
	font-weight:bold;
	margin:20px 0;
	list-style-type:none;
}

#leftnavigation a {
	color:#0e3a78;
	text-decoration:none;
}

#leftnavigation a:hover {
	color:#333333;
	padding-right:5px;
	padding-bottom:2px;
	border-right:8px solid #333333;
	border-bottom:1px solid #333333;
}

/* Content area for pages with Left Nav */
#rightContent {
	float:left;
	margin-left:20px;
	width:680px;	
}

#rightContent h3 {
	margin:20px 0;
}

#rightContent ul {
	margin-bottom:30px;
}

#rightContent p {
	margin-bottom:20px;
}

.productSpecContainer {
	margin:20px 0;
}

.productSpecContainer h3 {
	width:100%;
	background:#ccc;
	color:#000;	
	font-weight:bold;
	padding:8px 5px;
}


.productSpecLeft {
	width:180px;
	float:left;
}

.productSpecRight {
	float:left;
	width:500px;
}


/* Footer */
#footer {
	margin-top:40px;
	margin-left:20px;
	text-align:center;
	font-size:0.9em;
}

#footer a {
	color:#0056a8;
}


#footer a:hover {
	text-decoration:none;
}

.clear {
	clear:both;
}

.body_contentdark {
	font-size:0.7em;
}

.body_headerlight {
	color:#FFFFFF;
	font-weight:bold;
}

#sitemap {
	width:500px;
	border-top:1px dashed #999999;
	border-bottom:1px dashed #999999;
	border-right:1px dashed #999999;
	border-left:10px solid #666666;
}


#sitemap ul {
	font-size:0.7em;
	line-height:1.8em;
}

#sitemap ul li {
	list-style-type:circle;
}

#sitemap ul ul {
	font-size:1em;
}

#sitemap ul ul li {
	list-style-type:lower-roman;
	}