
body{
margin: 0px;
font-family: verdana;
font-size: 14px;
color: #4a4a4a;
/* use faux column for 100% height */
background: #1F1F1F url(img/bg.gif) repeat-y 50% 0;
text-align: center;
}

/* main wrapper div */
#wrapper{
width: 1000px;
margin-right: auto;
margin-left: auto;
text-align: left;
}

#logo{
float: left;
width: 1000px;
background-image: url(img/logo.jpg);
background-repeat: no-repeat;
height: 256px;
margin-bottom: 0px;
}

#search{
float: right;
margin-right: 10px;
}

.searchbox{
width: 250px;
}

.searchbtn{
margin-top: 10px;
border: 1px solid black;
}

.buybtn{
border: 0px;
width: 83px;
height: 27px;
margin-top: 10px;
}

#nav{
float: left;
width: 1000px;
color: white;
height: 40px;
border-top: 1px solid black;
background-image: url('img/navbg3.gif');
background-repeat: repeat-x;
}

#links{
margin-top: 10px;
float: left;
margin-left: 10px;
}

#links a:link{
padding: 5px;
margin-right: 5px;
color: white;
text-decoration: none;
}

#links a:active{
padding: 5px;
margin-right: 5px;
color: white;
text-decoration: none;
}

#links a:visited{
padding: 5px;
margin-right: 5px;
color: white;
text-decoration: none;
}

#links a:hover{
padding: 5px;
margin-right: 5px;
color: #4474ff;
text-decoration: none;
}

#featuredbox{
margin-left: 15px;
margin-top: 15px;
float: left;
border: 1px solid #dfdfdf;
padding: 10px;
margin-bottom: 15px;
width: 675px;
}

#featuredwrapper{
float: left;
width: 650px;
margin-top: 10px;
margin-bottom: 10px;
}

#featured1{
float: left;
width: 46%;
}

#featured2{
padding-left: 3%;
float: left;
width: 46%;
margin-left: 3%;
border-left: 2px dotted #e9e9e9;
}

#right{
width: 260px;
float: left;
margin-left: 15px;
margin-top: 15px;
}

.bigtext{
font-size: 16px;
font-weight: bold;
}

#separator{
width: 100%;
margin-bottom: 10px;
border-bottom: 2px dotted gray;
padding-bottom: 2px;
height: 2px;
}

.fl{
float: left;
margin-right: 5px;
}

#footer{
margin-top: 15px;
width: 1000px;
float: left;
padding-bottom: 15px;
}

a:link{
color: black;
text-decoration: none;
}

a:active{
color: black;
text-decoration: none;
}

a:visited{
color: black;
text-decoration: none;
}

a:hover{
color: red;
text-decoration: underline;
}

#product{
width: 100%;
float: left;
}

#numbox{
float: left;
margin-right: 5px;
width: 25px;
height: 100px;
}

#ibox{
width: 230px;
float: left;
}

#pbox{
width: 400px;
float: left;
}

table{
font-size: 14px;
}

.hrstyled{
border: 1px solid #dfdfdf;
}

#viewmore{
background-color: #dfdfdf;
padding: 5px;
float: left;
width: 650px;
margin-top: 15px;
border: 1px solid #dfdfdf;
}

.new
{
	padding-left: 15px;
	padding-top: 10px;
	display: block;
	margin-bottom: 10px;
}

