/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top:5%;
	margin-bottom:10%;
	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-size: 11px;
}

td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #FFFFFF;
	text-decoration:none;
	
}
a:visited {
	color: #002252;
}
a:hover {
	color: #868686;
	text-decoration:none;
}
a:active {
	color: #696969;
	text-decoration:none;
}

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #002252;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #868686;
}

h2 {
	color: #696969;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #002252;
	border: 1px inset #979797;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #54A545;/*#002252;*/ #002252;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #696969;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background:#000000;/*#979797;*/
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #FFFFFF;
}
.altRowOdd{
	background-color: #FFFFFF;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}


.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #54A545;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	background: #54A545;
	width:780px;
	border: 1;
}


.oneColFixCtr #header { 
	background: #54A545; 
	height: 100px;
} 
.oneColFixCtr #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 */
	height:70px;
}

.oneColFixCtr #footer{ 
	background: #54A545; 
	height: 54px;
} 

.clear {font-size: 1px; height: 1px} 
.leftlogo  {
	float:left;
	width:200px;
	margin-top:15px;
	margin-left:45px;
	font-size:12px;
	text-align:justify;
	padding-top:10px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:0px;
} 

.topmenu {
	width:530px;
	margin-top:65px;
	margin-left:250px;
}
.bltm {background: url(images/line.gif) 0 100% no-repeat #54A545; margin-left:0px; text-align:center; width: 9em;}
.bltm span {text-align:center; color:#FFFFFF; font-size:12px; font:bold;}
.brtm {background: url(images/brtm.gif) 100% 100% no-repeat}
.tltm {background: url(images/tlrtm.gif) 0 0 no-repeat}
.trtm {background: url(images/trtm.gif) 100% 0 no-repeat; padding:5px}



.mlogo  {
	width:200px;
	margin-top:0px;
	margin-left:50px;
} 


.leftmenu   {
		width:140px; 
		margin-top:10px; 
		margin-left:0px;
		font-size:12px;
		text-align:justify;   
} 
.blm {background: url(images/blr.gif) 0 100% no-repeat #000; margin-left:-1px; text-align:center; width: 10em;}
.blm span { text-align:center; color:#FFFFFF; font-size:10px; font:bold;}
.brm {background: url(images/br.gif) 100% 100% no-repeat}
.tlm {background: url(images/tlr.gif) 0 0 no-repeat}
.trm {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px}




.footerAbs #fcontainer { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:54px;
	background: #FFFFFF;
	margin-bottom:0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.footerAbs #fsidebar1 {	
	position: absolute;
	height:54px;
	bottom: 0;
	left: 0;
	width: 142px; 
	background-image: url(images/leftgrass.jpg);
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.footerAbs #fsidebar2 {	
	position: absolute;
	bottom: 0;
	right: 0;
	height:54px;
	width: 142px; 
	background-image: url(images/leftgrass.jpg);
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.footerAbs #fmainContent { 
	background-image: url(images/middlegrass.jpg);
	height:54px;
	bottom:0;
	color:#FFFFFF;
	text-align:center; /* this overrides the text-align: center on the body element. */
}
.footerAbs a:link, a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
.footerAbs a:hover{
 color:#003399;
 text-decoration: underline;
}

.mIamge {
	margin-top:-380px; 
	margin-left:245px;
}

.mIamge1 {
		margin-top:0px; 
		margin-left:200px;
}
.blw {background: url(images/blw.gif) 0 100% no-repeat #FFFFFF; text-align:right; width: 5em;}
.blw span { text-align:right; color:#F26121; font-size:10px; font:bold;}
.brw {background: url(images/brw.gif) 100% 100% no-repeat}
.tlw {background: url(images/tlw.gif) 0 0 no-repeat}
.trw {background: url(images/trw.gif) 100% 0 no-repeat; padding:10px}

.bl {background: url(images/bl.gif) 0 100% no-repeat #000; width: 15em;}
.bl span {text-align:center; color:#FFFFFF; font-size:10px; font:bold;}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px}


.mIamge3 {
	margin-top:0px; 
	margin-left:255px;
	
}
.leafrt {
	background: url(images/leafr.jpg) bottom no-repeat;
	text-align:left;
	height:200px;
	margin-right:0;
}
.btd {text-align:left; color:#FFFFFF; font-size:10px; }
.btd span {text-align:left; color:#FFFFFF; font-size:10px;}



.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;
}

.template {
	margin-top:-390px; 
	margin-left:245px;
	margin-right:2px;
	margin-bottom:2px;
	background:url(images/mainbg.jpg);	
}
.templatetop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.templatetop div { 
  font-size: 0;
  height: 10px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.templatebottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.templatebottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.templatecontent {
	padding: 0px 10px 0px 10px;      
  
}
#chTextColor{
color:#FFFFFF;
}