
/* site */
body {
	margin: 0 auto;
	padding: 0;
	background: #959595;
	font-family: Arial, sans-serif;
	font-size: 11pt;
}
.wrap {
	width: 920px;
	margin: 0 auto;
	background: url("/images/background.jpg") no-repeat #dde3e3;
}
.content {
	padding: 0 45px;
}
.header {
	width: 920px;
	height: 130px;
	background: url(/images/header.png) no-repeat;
}
.header13 {
	width: 920px;
	height: 130px;
	background: url(/images/header13.png) no-repeat;
}

.footer {
    background: none repeat scroll 0 0 #dde3e3;
    border-top: 3px solid #949494;
    color: #636363;
    height: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 10pt;

    width: 920px;
}

.footer a, .footer a:visited {
    color: #464646;
    text-decoration: none;

}
.footer a:hover {
    color: #7d7d7d;
    text-decoration: none;

}

.blackline {
	border-bottom: 6px solid #cecece;
	margin-top: 10px;
}
.menuholder {
	text-align: center;
	padding-top: 95px;
}
.menu {
	display: inline-block;
}
.menu ul {
	list-style: none;
	margin:0;
}
.menu li {
	float: left;
}
.menu a, .menu a:visited {
    color: #335085;
    font-family: Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0 50px 0 0;
    text-decoration: none;
}
.menu a:hover {
	color: #9f6d32;
}






/* store */
#productlist{
	position:relative;
}

#productlist .product, #productlist .productoffset{
	position:relative;
	height:100px;
	margin: 10px 0 0 0;
	border-bottom:1px dotted #000;
	padding:2px 0 10px 0;
}

#productlist .product{

}

#productlist .productoffset{

}

#productlist h3, #productlist p{
	margin:0 0 0 100px;
	padding:0;
}

#productlist h3 {
	color:#006699;
	font-size: 105%;
	padding:0 0 0 16px;
	background: url(/i/icon_producttitle.gif) 0px 8px no-repeat;
}

#productlist h3 a{
	color:#006699;
	text-decoration:none;
}
#productlist h3 a:hover{
	color:#0066CC;
	text-decoration:underline;
}

#productlist p{
	font-size: 100%;
}
#productlist form{
	position:absolute;
	bottom:10px;
	left:100px;
	margin:0;
	padding:0;
	width:366px;
	color:#FF0000;
}
#productlist select{
	margin-left:50px;
}
#productlist .productimg{
	position:absolute;
	left:0px;
	top:2px;
} 
#productlist #addtocart{
	position:absolute;
	bottom:-2px;
	right:0px;
}
#productlist a.moredetails{
	position:absolute;
	top:0;
	right:0;
	text-indent: -9999px;
	text-decoration:none;
	background: url(/i/icon_moredetails.gif) no-repeat;
	height:20px;
	width:20px;
}

/* store detail page */
#productdetail{
	position:relative;
}

#productdetail h3{
	color:#006699;
	font-size: 110%;
	padding:0 0 0 16px;
	background: url(/i/icon_producttitle.gif) 0px 9px no-repeat;
}

#productdetail h3, #productdetail p{
	margin:0 0 0 190px;
}

#productdetail .productdetailimg{
	position:absolute;
	left:0px;
	top:0px;
}