@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	
	}
h1{
    font-family:Arial, Helvetica, sans-serif;
   font-size:16px;
   font-style:inherit;
   text-decoration:none;
	font-weight:bold;
	color:#823f3f;
	margin-top:0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
	
h2{
   //font-family:"Times New Roman", Times, serif;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-style:inherit;
   text-decoration:underline;
	font-weight:bold;
	color:#823f3f;
	margin-top:0px;
	margin-bottom: 2px;
	margin-left: 7px;
}

h2 a{
color:#823f3f;
text-decoration:underline;
}

h2 a:hover{
color:#FF0000;
text-decoration:underline;
}
.title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#823f3f;
	padding:3px 0px 0px 0px;
}


.title3
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#823f3f;
	padding:3px 0px 3px 0px;

}

.title2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#009900;
	margin-bottom:7px;
}
p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-top:3px;
margin-bottom:3px;
margin-right:15px;
text-align:justify;}

.index
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-align:right;
padding:3px 60px 3px 0px;
}

a{
font-weight:normal;
color:#000000;
text-shadow:#666666;
}


	
.bodyBG 
{
	background-color:#87f5ff;
	
}

.address{
	font-family:  Arial,Tahoma, "MS Sans Serif";
	font-size:10px;
	font-weight:bold;
	color:#0C0C0C;
	line-height:20px;
	text-align:center;
}
.copyright{
	font-family:  Arial,Tahoma, "MS Sans Serif";
	font-size:11px;
	color:#000000;
	line-height:18px;
	text-align:center;}
	
.FormBackground
{
  background-color:#ABF2FB;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#823f3f;
}
.Star
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#FF0000;
  font-weight:bold;
  background-image:url(../images/star.gif);
  width:16px;
  height:16px;
}

label {
  display: block;
  width: 100px;
  float: left;
  clear: left;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height: 20px;
  margin-top:5px;
  margin-bottom: 10px;
  margin-left:20px;
}

input{ 
  padding: 5px;
  width:200px;
  font-size: 1em;
  color: #666666;
  background:#defbff;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

textarea{
 padding: 5px;
 width: 200px;
 height:120px;
  font-size: 1em;
  color: #666666;
  background:#defbff;
  border: 1px solid #ccc;
  margin-top:5px;
  margin-left:0px;

}

input:focus, textarea:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	width: 67px;
	height: 26px;
	margin-left: auto;
	background-image: url(../images/submit2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



.hovermenu ul{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-size-adjust:inherit;
	font-stretch:expanded;
	font-weight:bold;
	height: 26px;
	float:left;
	padding:0px;
	margin:0px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
text-decoration: none;
float: left;
color: #ffffff;
padding:5px 15px 0px 15px;
margin:0px 0px 0px 0px;
}

.hovermenu ul li a:hover{
background-color: #ffffff;
color:#575757;
border-style:none
padding:5px 15px 0px 15px;
margin:0px 0px 0px 0px;
height: 20px;
}

html>body .hovermenu ul li a:active
{ 
/* Apply mousedown effect only to NON IE browsers */
border-style:none;
}

/*Delivery Terms Styles*/

.borderDarkOrange{
	border-bottom-color:#FF9900;
	border-left-color:#FF9900;
	border-right-color:#b25500;
	border-top-color:#b25500;
	
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	}
	
#terms_info
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-indent:5px;
}

#terms_info td,th{
	border-bottom-color:#b25500;
	border-left-color:#b25500;
	border-right-color:#b25500;
	border-top-color:#b25500;
    border-width:1px 0px 0px 1px;	
	border-style:solid;
}


