
body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	color:#6f6e6e;
	margin-top: 0px;
	padding: 0px;
	background-color:#fff;
	
}

* {margin: 0px;padding: 0px;}

#container {
	margin: 0px auto;
	text-align: left;
	width: 900px;
	height:inherit;
	overflow:hidden;
	background-color:#fff;
	background-image:url(images/bkgd.jpg);
	background-repeat:repeat-y;
	
}

p {padding-top:10px;}


ul {
	font-size: 11px;
	line-height:18px;
	padding-left: 20px;
	list-style-type: disc;
	margin-left:10px;
	color:#333;
}


#header-home{
	height:239px;
	width:900px;
	background-image:url(images/header1.jpg);
	background-repeat: no-repeat;
}

	
#navcontainer ul
{
padding-left: 30px;
padding-top: 0px;
margin: 0;
list-style-type: none;
color: #b65c30;
width: 250px;
font:Verdana, Geneva, sans-serif;
font-size:14px;
line-height: 26px;
font-weight:normal;
text-align: left;

}

li { display: list-item; }

li a
{
text-decoration: none;
color: #6a6969;
padding: .2em 1em;
}

li a:hover
{
background-color: #fff;
color: #6a6969;
}


#col1 {
	padding-top:30px;
	float: left;
	color:#333;
	width: 250px;
	margin-left: 20px;
}

#col2 {
	padding-top:90px;
	padding-left:50px;
	padding-right:50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height: 25px;
	color:#333;
	width: 250px;
	float:left;
}

#col3 {
	padding-top:30px;
	padding-right:50px;
	float: right;
	color:#333;
	width: 210px;

}

#col4 {
	padding-top:30px;
	padding-right:30px;
	float: left;
	color:#333;
	width: 540px;
	font-size:12px;
	line-height:20px;

}

h1 {font:Verdana, Geneva, sans-serif;
font-size:22px;
line-height:32px;
color:#333;
font-weight: normal;
padding-bottom:10px;
padding-top:20px;
}

A.menu:link {
	COLOR: #b65c30; TEXT-DECORATION: none
}
A.menu:active {
	COLOR: #b65c30; TEXT-DECORATION: none
}
A.menu:visited {
	COLOR: #b65c30; TEXT-DECORATION: none
}
A.menu:hover {
	COLOR: #b65c30; TEXT-DECORATION: none
}
TD.menu {
	FONT-SIZE: 10px; COLOR: #b65c30; FONT-FAMILY: Tahoma,Verdana,Arial; text-transform: uppercase
}
DIV.menu {
	FONT-SIZE: 10px; COLOR: #b65c30; FONT-FAMILY: Tahoma,Verdana,Arial; text-transform: uppercase
}

A:link {
	color: #b65c30;
	text-decoration: none;
}

A:visited {
	color: #b65c30;
	text-decoration: none;
}

A:active {
	color: #b65c30;
	text-decoration: none;
}

A:hover {
	color: #CCCCCC;
	text-decoration: none;
}

A.dark:link {
	color: #666666;
	text-decoration: none;
}

A.dark:visited {
	color: #666666;
	text-decoration: none;
}

A.dark:active {
	color: #666666;
	text-decoration: none;
}

A.dark:hover {
	color: #000000;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.dark {
	font-size: 12px;
	font-family : Tahoma;
	color : #666666;
}

P.dark {
	font-size: 11px;
	font-family : Verdana;
	color : #666666;
}

TD.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #D2D2CA;
	height : 1px;
}

div.prodid{
font-weight: bold;
}

span.prodoption{
font-weight: bold;
} 

.prodname, .detailname{
font-weight: bold;
}

#footer{
	background-color: #fff;background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
width:900px;
	padding-top:10px;
	float:left;
	text-align:center;
	font-size:9px;
	line-height:23px;
	color:#6a5239;
}

#footer ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #fff;	
}

#footer ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#footer ul li a:hover{
	text-decoration:none;
}
#footer span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align:center;
	width:900px;
	display:block;
	padding: 15px 0px;
}

.clear{
	clear:both;
}

