@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	margin-top:35px;
	line-height:16px;
}

.privacy {
	font-family:"Verdana", "Times New Roman", Times, serif;
	font-size: 9px;
	color: #333333;
	margin-top:35px;
	line-height:16px;
}

a:link {
	color: #626262;
	text-decoration:none;
}

a:visited {
	color: #626262;
	text-decoration:none;
}

a:hover {
	color: #E9A71A;
	text-decoration:none;
}

.subhead {
	font-weight:bold;
	color:#E9A71A;
	font-size:14px;
}

input {
	width: 100px;
}

.lbutton {
  color: #333333;
  border: 1px solid #CCCCCC;
  font-weight: bold;
  font-size:10px;
  width:40px;
  height:21px;
}

#dropmenudiv{
position:absolute;
border:1px solid #CCCCCC;
border-top-width: 0;
font:normal 10px Arial;
line-height:21px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
color:#333333;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight:lighter;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #f6da9e;
}

#homeblockcopy {
	padding-top:6px;
	padding-left:17px;
	padding-right:5px;
	padding-bottom:5px;
}

#homeblocklink {
	padding-right:10px;
/*	font-weight:bold; */
	text-decoration:none;
}

#topblocksouter {
	padding-top:10px;
	padding-left:15px;
}

#botblocksouter {
	padding-left:15px;
}

#homeblockinner {
	border-style:dotted;
	border-color:#949494;
	border-width:0px 0px 0px 1px;
	height:208px;
}
	
#navigation {
	width:806;
	background-image:url(images/nav_bg.jpg)
/*	border-style:solid;
	border-color:#dadada;
	border-width:0px 0px 1px 0px; */
}

#feature {
	padding-top:7px;
}

#newarrivals {
	padding-left:10px;
}

#welcome {
	padding-left:10px;
	padding-top:20px;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#insidecopybox {
	width:806px;
	background:url(images/m_contentbg.jpg);
	background-repeat:repeat-x;
	padding-top:50px;
	padding-bottom:30px;
	margin-top:2px;	
}

#insidecopy {
	width:450px;
	padding-left:30px;
}

#insidecopyfull {
	width:600px;
	padding-left:30px;
}

#insideheader {
	font-size: 24px; 
	color: #e9a71a;
	line-height:32px;
}

.req {
	font-size: 12px; 
	color: #cc0000;
}

#leftcolumn{
float:left;
width:215px;
min-height: 200px;
border: 0px solid black;
padding: 5px;
padding-left: 8px;
}

#leftcolumn a{
padding: 3px 1px 3px 23px;
display: block;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
border-bottom: 0px solid gray;
}

#leftcolumn a:hover{
background-color: #e9a71a;
color:#FFFFFF
}

#rightcolumn{
float:left;
width:500px;
min-height: 200px;
border: 0px solid black;
padding-left:20px;
padding-right:30px;
padding-bottom: 8px;
border-left:dashed grey 1px;
}

#nw_outer {
	border-bottom:1px solid #CCCCCC;
	padding-bottom:20px;
	width:100%;
	min-height:115px;
}

#nw_pic {
	float:left;
	width:100px;
}

#nw_desc {
	margin-left:10px;
	width:450px;
	float:left;
}

#testimonial {
	border:1px solid #CCCCCC;
	margin:20px;
	padding:20px;
	width:575px;
}

* html #rightcolumn{ /*IE only style*/
height: 300px;
}

