/* CSS Document */

/* reset css */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* general elements */

body {
background:#FFE878;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#0b1222;
}
.container {
width:761px;
margin:auto;
}
.wrapper {
background:url(../images/bg-wrapper-left.jpg) no-repeat;
width:801px;
margin:auto;
}
.wrapper2 {
background:url(../images/bg-wrapper-right.jpg) no-repeat right bottom;
width:1013px;
margin:auto;
}
.header {
background:url(../images/bg-header.jpg) no-repeat;
height:200px;
}
.clear {
clear:both;
}
h2 {
font-family:Georgia, "Times New Roman", Times, serif;
color:#011637;
font-size:18px;
font-weight:bold;
margin-bottom:10px;
}
p {
margin-bottom:15px;
line-height:16px;
}
a {
color:#870505;
}

/* content */

.content {
background:url(../images/bg-content.jpg) repeat-y;
}
.left-content {
background:url(../images/bg-left-content.jpg) no-repeat;
padding-top:95px;
width:183px;
float:left;
}
.left-content a {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#081828;
font-weight:bold;
text-decoration:none;
}
.left-content a:hover, .active {
color:#870505 !important;
}
.left-content li {
margin:10px;
}
.left-content ul {
padding-left:8px;
}

.center-content {
	width:400px;
	float:left;
	padding-top:20px;
	padding-left:25px;
	padding-right: 10px;
}
.quote {
float:right;
margin-right:20px;
}
.quotes {
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
}

.right-content {
width:130px;
float:left;
padding-top:23px;
min-height:380px;
_height:380px;
}

#rotate {
width:128px;
height:361px;
overflow:hidden;
}

#rotate img {
position:absolute;
margin-top:15px;
margin-left:25px;
}
.buy-it a {
text-decoration:none; 
color:#011637;
}
.retail a {
text-decoration:none; 
color:#0B1222;
}
.buy-it a:hover,.retail a:hover {
text-decoration:underline;
}
.read {
font-size:11px; 
margin-bottom:0px;
}

/* footer */

.footer {
background:url(../images/bg-footer.jpg) no-repeat;
height:76px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0a1a2b;
padding-top:50px;
text-align:center;
}
.footer li {
display:inline;
}
.footer a {
color:#0a1a2b;
text-decoration:none;
}
.footer a:hover {
text-decoration:underline;
}
.footer p {
margin:0px;
}
.powered {
font-weight:bold;
font-style:italic;
}
