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

body{
	background-color:#CCCCCC;
	margin-top:0px;
}

.header{
	height:150px;
	background-color:#FFFFFF;
}

.navbackgound{
	width:200px;
	height:600px;
	background-color:#4E311E;
}
.left{
	background-image:url(../images/backgrounshadow/left.gif);
	background-repeat:repeat-y;
	width:20px;
}

.right{
	background-image:url(../images/backgrounshadow/right.gif);
	background-repeat:repeat-y;
	width:20px;
}	
.footer{
 width:800px;
 background-color:#000000;
 height:50px;
 margin:center;
}
.footertext{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #999999;
text-align:center;
}

a:link{
color:#0099FF;
text-decoration:none;
}
a:hover{
color:#0099FF;
text-decoration: underline;
}
a:visited{
color:#0099FF;
text-decoration:none;
}
.copyHeaders{
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
text-align: left;
line-height:14px;
text-transform:uppercase;
}
.copy{
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: normal;
text-align:left;
line-height:20px;
}
.productTEXT{
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;
text-align:left;
line-height:13px;
}
.productTEXTtilt{
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
font-size:12px;
font-weight: normal;
text-align:left;
line-height:13px;
}
.PRICE{
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
text-align:left;
background-color:#FFFFFF;
line-height:20px;
border:1px solid #666666;
}

