body{
background-image:url('images/gradientbg.png');
background-repeat:repeat-x;
background-position:right top;
background-attachment:fixed;
background-color:#373637;
margin:0 auto;
text-align:center;
font-family: sans-serif;
}
#wrapper{
width:950px;
background-color:#ffffff;
text-align:left;
margin:0 auto;
margin-top:20px;
}
#header{
background-image:url('images/logo.png');
height:93px;
}
#navbar{
padding:0;
margin:0;
}
#banner{
border-bottom:1px solid black;
border-top:1px solid black;
}
#maincontainer{
overflow:hidden;
}
#maincontent{
margin-right:280px;
test-align:left;
}
#sidebar{
float:right;
width:270px;
test-align:left;
}
#footer{
background-image:url('images/header.gif');
height:36px;
border:1px solid #343434;
text-align:center;
color:#ffffff;
margin-bottom:15px;
}
#footercontent{
position:relative;
margin-top:11px;
font-weight:bold;
}
h1{
font-size:12px;
color:#1b1464;
padding-top:5px;
font-weight:normal;
test-align:center;
}





#phead{
font-size:18px;
padding-top:5px;
padding-bottom:5px;
border-bottom:2px solid #bcbcbc;
color:#1b1464;
padding-left:10px;
font-weight:normal;
test-align:left;
}
#pcontent{
margin-bottom:5px;
padding:5px;
border-bottom:2px solid #bcbcbc;
test-align:left;
}


.productcontainer{
background:inherit;
}
.productcontainer:hover{
background-color:#d7d7d7;
}
.producttitle{
font-weight:bold;
font-size:12px;
}
.specs{
position:relative;
left:15px;
}


a:link{
color:#293696;
}
a:active{
color:#293696;
}
a:visited{
color:#293696;
}
.producttitle a:hover{
color:#962929;
text-decoration:underline;
}










#productul{
list-style:none;
}
#productli{
background-color:#aaaaaa;
}
#productli:hover{
background-color:#cccccc;
}
