@charset "UTF-8";

/*padding= space inside box and margin= space outside box */

body {
	font: 14px Times New Roman, serif;
	line-height:20px;
	background: #386C95;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul, ol {
	list-style-type:square;
	background:#C8D5F0;
	margin:10px;
	padding:10px;
	border:1px solid #386C95;
}


li {
	margin-top:15px;
	border-bottom:1px solid #386C95;
}

/*Added styles for links, headings*/
a {
	display:block;
	text-decoration:none;
	color:#386C95;
	border-bottom:1px solid #386C95;
	padding:0px 5px 0px 10px;
	background:#C8D5F0;
}

h1{font-size:18px;}
h2 {
	color: #284C6F;
	font:18px Copperplate, serif;
	font-variant:small-caps;
	text-align:center;
	border-top: 1px solid #386C95;
	margin:5px;
}

h3 {
	background:#386C95;
	padding:0px 5px 0px 10px;
	font:16px Copperplate, serif;
	font-variant:small-caps;
}

#nav {
	width:250px;
	float:right;
	margin:15px 0px;
}

#nav a {
	background:  #EEEEEE;
	font-size:12px;
	color:#000;
	border:1px solid #ccc;
	border-right-width:5px;
	padding-left:5px;
	margin-right:5px;
}

#header {
	background: #fff;
	padding:5px;
	border: 1px solid #386C95;
	border-bottom-width:3px;
}


#footer {
	clear:both;
	padding: 0 2px 0 5px;
	background:#ABCCE5;
	border: 1px solid #386C95;
	font-size:10px;
}

#sidebar1 {
	float: left;
	width: 150px;
	background: #fff;
	padding:15px 10px 15px 20px;
}

#sidebar2 {
	float: right;
	width: 160px;
	background: #fff;
	padding:15px 10px 15px 20px;
}

#container {
	width: 780px;  /* using 20px less than 800px avoids horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ABCCE5;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px;
	color:#173954;
	zoom: 1;/*zoom gives IE the hasLayout to avoid several bugs */
	
}

.oneColFixCtrHdr #mainContent {margin:0px 10px; }

.productDisplay div{width:240px; float:left; height:240px; border:1px solid #386C95;}
.productDisplay h3{height:40px;margin:0px;}
.clrboth{margin-bottom:10px; clear:both;}/*put at end of productDisplay inside maincontent*/
