@charset "utf-8";
body  {
	color: #000000;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
#mainContent p {
}

#footer a {
	color: #FFFFFF;
	font-size: 12px;
}
#footer .copyRight {
	font-size: 10px;
	color: #FFFFFF;
}

h1 {
	font-size: 18pt;
	color: #000000;
}
h2 {
	font-size: 16pt;
	color: #000000;
}
h3 {
	font-size: 12pt;
	color: #000000;
}



.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #container #topSpace {
	height: 15px;
	background-color: #336699;
}
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000000;
}
.twoColFixLtHdr  #topNav {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Myriad Pro";
	font-size: 12pt;
	color: #FFFFFF;
	height: 25px;
	background-repeat: no-repeat;
	background-image: url(../assets/images/backgrounds/topNav_background.gif);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding-top: 8px;
}





.twoColFixLtHdr #sidebar1 {
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Myriad Pro";
	font-size: 12pt;
	color: #FFFFFF;
	width: 125px;
}
.twoColFixLtHdr #sidebar1 h3 {
	color: #FFFFFF;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
}
#sidebar1 li {
	font-size: 12pt;
	list-style-type: none;
	display: block;
	padding-bottom: 10px;
}



#topNav ul {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topNav li {
	display: inline;
	padding: 18px;
}
#topNav a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


.twoColFixLtHdr #mainContent {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 165px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Myriad Pro";
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
} 
#mainContent p {
	font-family: Geneva, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12pt;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-align: center;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #336699;
} 
.twoColFixLtHdr #footer p {
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
	font-size: 10pt;
}
.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;
}
.imageleft {
	float: left;
}
#sidebar1 a {
	color: #FFFFFF;
}
#listHeader {
	margin-left: 175px;
}
#mainContent img {
	margin-left: 10px;
	margin-right: 10px;
}
#product_content {
	margin-left: 155px;
	margin-top: 15px;
	margin-right: 15px;
}
#container #productHeader {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 155px;
}
.productLink a {
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
}
#mainContent .productLink a:hover {
	text-decoration: underline;
}
#mainContent .productLink a:visited {
	text-decoration: underline;
}

#sidebar1 a {
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#sidebar1 a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
