@charset "UTF-8";
/* CSS Document */

html,body {height:100%;}

body {
	background:url(img/bg_tile.jpg) left top fixed;
	margin:0;
	padding:0;
}

#content {
	position: absolute;
	top:0;
	left:50%;
	margin-left:-446px;
    height: auto !important;
	min-height:100%;
	height:100%;
	width:842px;
	padding:0 25px;
	background:url(img/main.png) left top repeat-y;
}

#header {
	height:160px;
	width:780px;
	position:relative;
	background:url(img/header_text.jpg) center top no-repeat;
	margin:2px auto;
	padding:0;
}

#header h1 {
	position:absolute;
	top:-500px;
	margin:0;
	padding:0;
}

#menu {
	height:24px;
	width:767px;
	position:absolute;
	top:113px;
	left:2px;
	color:white;
	background:black;
	padding:4px;
}

#menu ul.tabs {
	width:100%;
	text-align:right;
	margin:4px;
	padding:0;
	margin-left:188px;
}	

#menu ul.tabs li{
	list-style:none;
	float:left;
}

#menu ul.tabs a {
	color:white;
	text-decoration:none;
	padding:4px 30px;
	border-left:1px solid white;
	font: .9em Perpetua, Book Antiqua, Times New Roman, Times, serif;
}

#menu ul.tabs a:hover {
	background:#231e00;
}

#menu ul.tabs a.current {
	color:#f5d36f;
}

#ltcol {
	float:left;
	margin-left:32px;
	margin-right:20px;
	margin-top:8px;
	width:250px;

}

a#buybtn {
	margin:8px auto;
	display:block;
	background:url(img/buynow.jpg) center top no-repeat;
	height:52px;
	width:250px;
	overflow:hidden;
	
}

a#buybtn:hover {
	background-position: center -51px;
}

table.details {
	font: .7em Verdana,Arial,Helvetica,sans-serif;
	margin-left:4px;

}

#rtcol {
	margin-right:32px;
	margin-left:290px;
	margin-top:4px;
	padding:4px 14px;
	min-height:465px;
	height:auto !important;
	height:465px;
	background:url(img/tab_bg.jpg) right top no-repeat;
}

#rtcol p {
	font: 1em Perpetua, Book Antiqua, Times New Roman, Times, serif;
}

#rtcol li {
	font: 1em Perpetua, Book Antiqua, Times New Roman, Times, serif;
	margin-left:16px;
}

#rtcol h2 {
	font: 1.2em Perpetua, Book Antiqua, Times New Roman, Times, serif;
}

#rtcol p.test {
	font-size:.9em;
	color:#454545;
	padding:0 22px;
	font-style:italic;
	line-height:1.6em;
}

#rtcol p.testcredit {
	margin-top:-10px;
	margin-bottom:32px;
	font-size:.9em;
	text-align:right;
}

div.tabcontents>div {
	display:none;
}

div.clear {
	clear:both;
	width:100%;
}	

#footer {
	margin:10px auto;
	/*position: absolute;
    bottom: -1px !important;
    height: 40px; 
	margin-top:-40px; */
	width:600px;
	padding:20px auto;
	border-top:1px solid #ababab;
	
}	

#footer p {
	text-align:center;
	font:.8em Perpetua, Book Antiqua, Times New Roman, Times, serif;
	color:#ababab;
}
