/* CSS Document */

* {
padding: 0pt;
margin: 0pt;
}

body {
background: #555555;
margin: auto;
}

.wrap {
width:1020px;
margin: 10px auto;
}

.wrap_bg_top {
width:1020px;
height: 23px;
background:url(images/wrap_bg_top.jpg) no-repeat;
}

.wrap_bg_bottom {
width:1020px;
height: 23px;
background:url(images/wrap_bg_bottom.jpg) no-repeat center;
}

.wrap_bg_mid {
width:1020px;
background:url(images/wrap_bg_mid.jpg) repeat-y;
}

.content_wrap {
width: 890px;
margin-left:65px;
padding-top: 30px;
}

.header {
width: 890px;
height: 40px;
}

.header_logo {
float:left;
}

.header_rightbox {
float:right;
margin: 11px 2px 0 0 ;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color:#c6c6c6;
letter-spacing: 2px;
}

.top_bar_bg {
height: 30px;
width:890px;
background:url(images/top_bar_bg.jpg) repeat-x;
}

.left_box {
float:left;
width: 210px;
margin-top: 10px;
}

		 
.nav {   
display: block; 
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
background: url(images/menu_bg.jpg) repeat-x;
padding: 5px 8px;
color: #f5f5f5;
text-decoration: none;
border-bottom: solid 1px #f5f5f5;
}

.nav:hover {
background: url(images/menu_bg_hover.jpg) repeat-x;
}	

.content { 
float:right;
width: 625px;
margin-top:10px;
padding: 10px 20px;
background: #fcfcfc;
color:#4f4f4f;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
line-height: 18px;
}	

.content a {
color:#be4743;
text-decoration:none;
}	  

.content a:hover {
color:#f6110a;
text-decoration:none;
}	

.content a:active{
color:#f6110a;
text-decoration:none;
}	


h1 {
font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
font-size: 24px;
padding: 8px 0;
}

h2 {
font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
font-size: 18px;
padding: 5px 0 0 0;
}

h3 {
font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
font-size: 16px;
font-weight: bold;
display:block;
padding: 2px 0;
margin-bottom: 5px;
border-bottom: dashed 1px #dddddd;
}

.content_amp_box {
float:left;
width: 180px;
background:#f5f5f5;
padding: 5px 8px;
margin-right: 10px;
margin-bottom: 20px;
}

.content_amp_price_grey, .content_amp_price_red {
width: 576px;
margin-bottom: 10px;
margin-left: 10px;
font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
font-size: 14px;
}

.content_amp_price_grey {
background:#f5f5f5;
}

.content_amp_price_red {
background:#f8f2f2;
}

.content_amp_description {
width: 400px;
padding: 8px 0 8px 12px;
}

.content_amp_addcart {
padding: 8px 8px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}


.footer_wrap {
width: 890px;
margin: 10px 0 50px 0;
border-top: solid 2px #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding: 6px 0;
color:#777777;
}

.style1 {
	font-size: 12px;
}
.style3 {font-size: 12px; font-weight: bold; }
