@charset "utf-8";
body {
	margin: 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: #000000;
	padding-right: 2;
	padding-bottom: 0;
}
.centrediv {
	width: 650px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #0099CC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.right {
	float: right;
	width: 350px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #5F1514;
	border-bottom-color: #5F1514;
	border-left-color: #5F1514;
	padding-right: 2px;
	padding-left: 2px;
	background-image: url(images/h3.jpg);
	background-repeat: no-repeat;
	height: 200px;
}

.left{
	float: left;
	width: 350px;
		border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #5F1514;
	border-bottom-color: #5F1514;
	border-left-color: #5F1514;
	padding-right: 2px;
	padding-left: 2px;
	background-image: url(images/h3.jpg);
	background-repeat: no-repeat;
	height: 200px;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 6px solid #FF6600;
	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;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #006699;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent strong {
	color: #006699;
}

.oneColFixCtrHdr #footer {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	background-image: url(images/footer.jpg);
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
}
.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 */
}
/*new stuff
#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	
	background-image: url(images/navline.gif);
}*/
.test {
	left: auto;
	right: auto;
}
/*
#header li {
	float: left;
	/*padding: 2px;
	height: 22px;

	
}*/



   


.oneColFixCtrHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-style: italic;
}
h3 {
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 0px;
	padding-left: 2px;
	margin-top: 2px;
}

#navlist
{
	margin-left: 0;
	margin-top: 2px;
	margin-bottom: 1px;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#navlist li
{
	list-style: none;
	/*
height: 1.4em;
overflow:hidden;
border-top: 1px solid #333333;*/
display: inline;
	
}

#navlist li a
{
	text-decoration: none;
	background-color: #ff6600;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #333333;
	padding-top: 2px;
	padding-right: 0.5em;
	padding-bottom: 2px;
	padding-left: 0.75em;
	margin: 0px;	
	height: 28px;	
}

#navlist li a:link { color: #fff; }
#navlist li a:visited { color: #fff; }

#navlist li a:hover
{
border-color: #FE3;
color: #FFF;
background: #174A9D;
}
#navcontainer {
	background-color: #FF6600;
	width: 780px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.bg1 {
	background-color: #3399FF;
}
.bg2 {
	background-color: #FFCC99;
}
.bg3 {
	background-color: #FF6600;
	font-weight: bold;
}
.navcontainer1 {
	background-color: #000000;
	
}.border {
	border: 2px solid #333333;
}
.border1 {
	border: 1px solid #333333;
}
 a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover { color: #ff6600;
text-decoration:none; }

.oneColFixCtrHdr #container #mainContent a, a:visited {
	color: #006699;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent a:hover {
	color: #ff0000;
	text-decoration: none;
}
.products {
	list-style-type: none;
}
.oneColFixCtrHdr #container #mainContent .announce {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #FF6600;
	padding: 4px;
}
