@charset "utf-8";
body  {
	font: 100% arial, helvetica, verdana;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	background-color: 003399;
	scrollbar-face-color: #d4e1ef;
	scrollbar-shadow-color: #eff4f9;
	scrollbar-highlight-color: #bfcce5;
	scrollbar-3dlight-color: #eff4f9;
	scrollbar-darkshadow-color: #7795b7;
	scrollbar-track-color: #eff4f9;
	scrollbar-arrow-color: #cc0066;

}

#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
} 

#headerbar {
	margin:.09em;
	}


#mainContent {
	/* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
    padding-top:5px;
	font-size:11px;
	height:auto;
} 
#mainContent h2{
	margin-left:5px;
	text-align:center;
	font-size:1.1em;
}

/* Miscellaneous classes for reuse */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* BreadCrumb styles for all pages */

.breadcrumb  {
	font-size: 11px;
	color:#999999;
	line-height: 16px;
	margin-left:200px
}
.breadcrumb:link {color:#003366;}
.breadcrumb:active	{color:#003366;}				
.breadcrumb:visited {color:#003366;}
.breadcrumb:hover {color: #cc0066;}

/* Product Page */
#pagecontainer {
	margin-left:200px;
	border-left: 1px solid #cCC;
}

#ContProduct {
	width:560px;
	margin-bottom: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCC;
	
}
#ContProdcontent {
	
	
}
/* details pages table */
.spectable {
	color:#FFF;
	background-color:#036;
}
