* {
  margin: 0;
  padding: 0;
}
p {
margin:5px 0 10px 0;
}

#container {
	width: 850px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: auto;
}
body {
	text-align: center;
	margin: 5px 0px 0px;
	padding: 0px;
	font-size: 0.9em;
}

body a {
	color: #0000FF;
	text-decoration: underline;
}
body a:visited {
    color: #0000FF;
	text-decoration: underline;
	}
body a:hover {
    color: #FFad2f;
	text-decoration: underline;
	}	
	
#header {
	text-align: center;
	color: #000000; /******************** HEADER Text Color ****************/
	height: 118px;
	background-image: url(../images/headerimage003.png);
	margin-bottom: 3px;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffad2f;  /******************** Header Bottom Border Color ****************/
}
#main {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 800px;
	float: left;
	margin-top: 5px;
	color: #262626; /******************** Main Text Color ****************/
}



#topnav {
	height: 31px;
	font-size: 11px;
	width: 800px;
	border-bottom: 1px solid #ffad2f;   /******************** Nav Bottom Border Color ****************/
	padding-right: 0px;
	padding-bottom: 0px;
}
h1 {
	font-size: 2.5em;
	font-family: "Courier New", Courier, mono;
	margin-top: 5px;
	padding-top: 40px;
}
#payment {
	float: right;
	height: auto;
	width: 150px;
	margin-bottom: 5px;
	margin-left: 3px;
	border: 1px dotted #666666; /************** Top Dotted sales box color *****************/
	text-align: center;
	padding-bottom: 8px;
}

#payment2 {
	height: auto;
	width: 150px;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px dotted #666666; /************** Bottom Dotted sales box color *****************/
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	left: auto;
	right: auto;
	padding-bottom: 8px;
}
#footer {
	text-align: center;
	color: #000000;  /******************** FOOTER COPY RIGHT TEXT Color ****************/
	width: 800px;
	clear: both;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffad2f;  /******************** FOOTER TOP Border Color ****************/
	background-image: url(../images/footer003.png);
	background-position: center top;
	padding-bottom: 50px;
}
#ad1 {
	float: left;
	height: auto;
	width: auto;
	margin-right: 5px;
	clear: left;
}
#ad2 {
	float: left;
	height: auto;
	width: auto;
	margin-right: 5px;
	clear: left;
	margin-top: 10px;
}
#ad3 {
	float: left;
	height: auto;
	width: auto;
	margin-right: 5px;
	clear: left;
	margin-bottom: 5px;
	margin-top: 5px;
}
h3 {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 1.1em;
}
h2 {
	font-size: 1.2em;
}
#payment p {
	font-size: 1.2em;
	font-weight: bold;
}
#payment2 p {
	font-size: 1.2em;
	font-weight: bold;
}

	
#tabs {
	float:left;
	width:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	
	}

#tabs ul {
	margin:0;
	padding:0 20px 0 0; /* change the right px to move the tabs left and right */
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url(../images/tabs/003left.png) no-repeat left top;
	margin:0;
	padding:0 1px 0 20px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url(../images/tabs/003right.png) no-repeat right top;
	padding:7px 25px 7px 5px;
	color: #000000; /******************** LINK Text Color ****************/
	font-weight: bold;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color: #000000; /******************** LINK HOVEROVER Text Color ****************/
	}

#tabs a:hover {
	background-position:0% -30px;
	}

#tabs a:hover span {
	background-position:100% -30px;
	} 

#disclaimer {
	font-size: 9px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc; /******************** LEGAL DISCLAIMER Text Color ****************/
	padding-right: 4px;
	padding-left: 4px;
}
.warning {
	font-variant: small-caps;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.4em;
}
.small {
	font-size: 12px;
}
.center {
	text-align: center;
}
.red {
	color: #FF0000;
}
