/******* Start by losing all the browser defaults **********/
* {
	border: 0;
	margin: 0;
	padding: 0;
}

/******* Force a scrollbar in short pages to prevent page jump in Gecko ******/
/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/* end hiding from IE5 mac */

/******* Set the body defaults **********/ 
body {
	background: url(../images/hfback.jpg);
	background-attachment: fixed;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #1b1b1b;
}

/******** Set the wrapper ********/
#wrapper {
	margin: 0 auto;
	min-height: 300px;
	width: 760px;
	background-color: #fff;
	padding-top: 1px;
	padding-bottom: 5px;
	font-size: 80%;
}

#innerwrapper {
	background-image: url(../images/innerwrapperbg.gif);
	background-repeat: repeat-y;
	background-position: 501px 0;
}

/***** Set the headers **************/

#topheader {
	height: 30px;
	background-image: url(../images/greybg.gif);
	border: 1px solid #ccc;
	width: 744px;
	margin: 5px auto;
}

#header {
	height: 229px;
	background:  url(../images/banner2.jpg) no-repeat;
	width: 746px;
	margin: 5px auto;
}

/************** Content Area ********************/
#RightCol {
	float: right;
	min-height: 200px;
	background-image: url(../images/greydarkerbg.gif);
	width: 250px;
	margin: -85px 7px 0 20px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.set {
	margin: 5px;
}

#RightCol ul {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 7px;
}


#RightCol li {
	border: 1px solid #484848;
	margin-bottom: 3px;
	width: 236px;
}

#RightCol li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px;
	background-color: #003300; /*#f4f4f4*/;
}

#RightCol li a:hover, #RightCol li a:focus {
	background: #336633;
}

#content {
	width: 484px;
	background-image: url(../images/greybg.gif);
	border: 1px solid #ccc;
	margin: 5px 7px;
	min-height: 380px;
	padding-bottom: 20px;
}


#content ul {
	list-style-position: inside;
	padding-left: 25px;
	margin-top: 15px;
}

#content a {
	color: #b25100;
}

#content a:hover {
	color: #ff7604;
	text-decoration: none;
}



#WindTable {
	font-size: 70%;
	margin: 20px 10px;
	border: 1px solid #666;
	padding: 3px;
}

#WindTable th {
	line-height: 105%;
	text-align: center;
	background-color: #fc7400;
	padding: 3px 0;
}

#WindTable td {
	border: 1px solid #999;
	border-collapse: collapse;
	text-align: center;
}

/********* All floats must be cleared ********/

.clear {
	clear: both;
	font-size: 1px;
}

/************ Footer styles ***************/
#footer {
	min-height: 30px;
	width: 744px;
	margin: 6px auto 0 auto;
	background-image: url(../images/greybg.gif);
	border: 1px solid #ccc;
	clear: both;
}

#footer p {
	font-size: 70%;
	float: right;
	padding: 0;
	margin: 6px 6px 0 0;
}

#footer a {
	color: #a80202;
}

#footer a:hover {
	text-decoration: none;
}

/********* Headings ****************/

h1, h2, h3 {
  font-size: 125%;
  margin: 5px 0 5px 5px;
}

h2 {
	font-size: 120%;
	margin-bottom: 0;
	margin-top: 20px;
}

h3 {
	font-size: 110%;
}

h4, h5, h6 {
	font-size: 105%;
	margin: 8px 0 3px 0;
}

h4 {
	margin-top: 30px;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 95%;
}

p {
	margin: 5px 8px 8px 5px;
}

/***** Image floats **************/
.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.right {
	float: right;
	margin: 5px 0 2px 5px;
}

#topheader .right {
	float: right;
	margin: 3px 4px 2px 2px;
}

.slogan {
	margin-top: 3px;
}
/******** End image floats *********/

#cacheit {
	display: none;
}

/********* Form layout *************/

/**comment out
#content form {
	margin: 10px 20px 70px 15px; 
	width: 500px;
}

#content .hand, #content .print {
	display: none;
}

#content p.sent {
   color: #fff;
	background-color: #f03502;
	border: 1px solid #70704E;
	padding: 5px;
	margin: 25px 43px 25px 15px;
}

#content fieldset fieldset {
	width: 195px;
	padding: 0; 
	border: none; 
}

#content input, #content select {
	background-color: #ff7604;
	color: #000;
	border: 1px solid #4C5854;
	margin: 0;
	width: 150px;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 110%;
	padding: 2px;
}

#content select {
	padding: 0;
	width: 165px;
}

#content textarea {
	background-color: #ff7604;
	color: #000;
	border: 1px solid #4C5854;
	margin: 0 40px 0 0;
	height: 190px;
	font-family: "Courier New", Courier, monospace;
	font-size: 110%;
	padding: 2px;
	width: 200px;
}

#content input.button {
	width: auto;
	padding: 2px;
	display: inline;
	margin-top: 20px;
	background: #a40200;
	color: #fff;
}


#content textarea:focus, #content input:focus,
 #content select:focus {
	background-color: #f03502;
	color: #000;
}

.labelfloat {
	float: right;
	padding-top: 20px;
}

#content label {
	color: #333;
	font-size: 85%;
	padding-top: 5px;
	display: block;
	
}

#content fieldset {
	margin: 0;
	border: none;
	padding: 5px 5px 20px 0;
}

#searchform input.formButton, #searchform select {
	display: inline;
	background-color: #f03502;
	color: #fff;
}

#searchform label {
	display: inline;
	font-weight: bold;
	font-size: 100%;
}

#searchform select:focus {
	background: #fe8a00;
	color: #000;
}

#searchform input.formButton, #content input.formButton {
	width: auto;
	padding: 0;
	background-color: #a40200;
	color: #fff;
	margin-top: 10px;
}

#searchform form {
	margin: 15px 0 35px 5px;
	width: 470px;
}

/********************************************************/

table.tabularData, table.CustomerData, table.CartData, table.tabularData td, table.tabularData th {
	border: 1px solid #76685D;
	border-collapse: collapse;
}
table.tabularData td, table.CustomerData td, table.CartData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.CartData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #A1978F;
	color: #FFFFFF;
}

#content table.CustomerData td input, #content table.CustomerData td select {
	background-color: #fff;
}

table.CustomerData th {
	background: #fc7400;
}

table.CartData {
	margin-left: 8px;
}

table.CartData td, table.CartData th {
	font-size: 80%;
	padding: 0;
	border: 1px solid #000;
	line-height: 105%;
	padding: 5px 3px;
}

table.CartData th {
	background: #fe8a00;
	font-size: 90%;
}


/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #E7E4E2;
}
.altRowOdd{
	background-color: #DFDBD9;
}

table.tabularData {
	margin: 20px 0 0 10px;
}

table.tabularData th {
	background-color: #fe8a00;
	color: #000;
	text-align: left;
	padding-left: 10px;
}

#wrapper #innerwrapper #content {
	background-image: url(../images/content_back.gif);
}
