@charset "utf-8";
body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #00AEE6;
}

* {margin:0;padding:0;}

.twoColFixLtHdr #containerhdr {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
	height: 125px;
	margin: 0 auto;
} 
.twoColFixLtHdr #header {
	width: 800px;
	background-image: url(images/header-bg2.png);
	height: 125px;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

	#header p {
	padding: 15px;
			
	}

.twoColFixLtHdr #container {
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

.twoColFixLtHdr #navigation {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 10px;
} 


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}

	#sidebar1 h4 {
		font-size : 14px;
		font-weight : bold;
		color : #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #00AEE6;
		padding: 2px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	#sidebar1 a  {
		font-weight : bold;
		font-style : normal;
		color : #003366;
		text-decoration : none;
		padding-bottom: 2px;
	}
	
	#sidebar1 a:visited  {
		color : #003366;
		text-decoration : none;
	}
	
	#sidebar1 a:active  {
		color : #FFFFFF;
		background-color : #003366;
	}
	
	#sidebar1 a:hover  {
		text-decoration : underline;
		color : #FFFFFF;
		background-color : #003366;	
	}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 225px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

	#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00AEE6;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00AEE6;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
	#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00AEE6;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	#mainContent p, td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	padding-bottom: 20px;
	}

	#mainContent ul, ol, li  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	padding-bottom: 2px;
	list-style-position: inside;
	}
	
	#mainContent hr {
	padding-bottom: 10px;
	padding-top: 10px;
	}

	#mainContent a  {
		font-weight: bold;
		font-style : normal;
		color : #003366;
		text-decoration : underline;
	}
	
	#mainContent a:visited  {
		color : #003366;
		text-decoration : underline;
	}
	
	#mainContent a:active  {
		color : #FFFFFF;
		background-color : #003366;
	}
	
	#mainContent a:hover  {
		text-decoration : none;
	}

	#mainContent .sellerbox {
			font-size: 12px;
			color: #FFFFFF;
			font-family: Arial, Helvetica, sans-serif;
			line-height: 20px;
			font-weight: bold;
			text-align: center;
	}

.twoColFixLtHdr #homeContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

	#homeContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	padding-bottom: 20px;
	}

	#homebox {
	float: left;
	height: 212px;
	width: 458px;
	background-image: url(images/home-box.png);
	padding: 10px;
	background-repeat: no-repeat;
	margin-left: 20px;
	}
	
	#homebox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00AEE6;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	}
	
	#homebox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	padding-left: 10px;
	padding-bottom: 20px;
	}

	#homecandle {
	margin: 0 0 0 500px; /* 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. */

	}

.twoColFixLtHdr #adminContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

	#adminContent p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	padding-bottom: 2px;
	}
	
	#adminContent a  {
		font-weight: bold;
		font-style : normal;
		color : #003366;
		text-decoration : underline;
	}
	
	#adminContent a:visited  {
		color : #003366;
		text-decoration : underline;
	}
	
	#adminContent a:active  {
		color : #FFFFFF;
		background-color : #003366;
	}
	
	#adminContent a:hover  {
		text-decoration : none;
	}


.twoColFixLtHdr #containerftr {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	height: 125px;
	margin: 0 auto;
} 
.twoColFixLtHdr #footer {
	width: 800px;
	background-image: url(images/footer-bg2.png);
	height: 125px;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

	#footer p {
	padding: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	#footer a  {
	font-style : normal;
	color : #000000;
	text-decoration : underline;
	}
	
	#footer a:visited  {
		text-decoration : underline;
	}
	
	#footer a:active  {
		color : #FFFFFF;
		background-color : #000000;
	}
	
	#footer a:hover  {
		text-decoration : none;
		color : #FFFFFF;
	}


.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;
}

