@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: 100%;
	background-color: #000000;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* 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. */
	
}
.oneColFixCtrHdr #header {
	background-color: #333;
	margin:0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 40px;
	height:135px
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-bottom: 10px;
	
	padding-right: 0;
	padding-left: 0;
	color:#FFF;
}
.oneColFixCtrHdr #mainContent {
	background: #000;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	
	
}
.oneColFixCtrHdr #home #mainContent {
	background:#000;
}
.oneColFixCtrHdr #mainContent a {
	color:#FFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000;
}
.oneColFixCtrHdr  #subContent {
	background-color:#333;
	margin-top:10px;
	width:680px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	color:#FFF;
	font-size: .8em;
	
}
.oneColFixCtrHdr  #subContent p {
	line-height:1.3em;
}
.image_left {
	float:left;
	margin-right:10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFF;
	text-align:center;
	font-size:12px;
}
.oneColFixCtrHdr #footer a {
	color:#FFF;
}
.oneColFixCtrHdr #menu {
	background-color:#333;
	width:820px;
	margin:0px;
	height:28px;
	background-image: url(../images/button_backgrounds/link.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#navcontainer {
	float:left;	
	margin:0;
	padding:0;
	width:600px;
}
#navcontainer ul {
	margin:0px;
}
#navcontainer ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: url("../images/button_backgrounds/link.jpg") repeat-x 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #FFF;	
	
}

#navcontainer a
{
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 70px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#navcontainer a.last {
border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;

	
}
#navcontainer li#active a {
		color:#FFF;
}
#navcontainer li#active { color:#000; background: url("../images/button_backgrounds/active.jpg") repeat-x 20px; }
#navcontainer li#active a:hover {
	color:#FFF;
}
#navcontainer a:hover { background: url("../images/button_backgrounds/over.jpg") repeat-x 20px; }

#payment fieldset {
	width:400px;
	align-left:auto;
	align-right:auto;
	padding:8px;
	border: 1px solid #000;	
}
#payment legend {
	font-size: 14px;
	font-weight: bold;	
}

