body {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color:#444546;
}
#wrapped {
	width: 980px;
	margin: 0px auto; 
	text-align: left;
	background:url(images/bg_body.gif) repeat-y;
}
#header {
	width: 980px;
	background:url(images/top_bg.jpg) no-repeat left top;
	height: 153px;
	padding-top: 13px;
}
#shop {
	width: 950px;
	background: #FFFFFF;
	text-align: right;
	padding-top: 5px;
	padding-right: 30px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	margin-left: 152px;
	display: inline;
}
#top_right {
	float:right;
	width: 582px;
	height:153px;
	margin-right: 11px;
	display: inline;
}
#title {
	margin-left: 101px;
	margin-top: 19px;
	width: 450px;
	height: 97px;
	background-color:#FFFFFF;
}
#title h1 {
	background:url(images/bg_h1.gif) no-repeat left;
	height: 62px;
	padding-left:90px;
	padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 38px;
	color:#a8a16b;
	font-weight:normal;
	margin: 0px;
	margin-top: 0px;
	line-height: 40px;
}
#nav {
	width: 582px;
}
#main_content_sec {
	width: 980px;
	background:url(images/bg_content.jpg) top left no-repeat ;
}
#contect_sec {
	margin-left: 175px;
	margin-right: 11px;
}
#left_col {
	width: 527px;
	float:left;
	margin-top: 20px;
	margin-right: 66px;
}
#left_col h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3b3a37;
	font-size:14px;
	text-decoration:underline;
	margin: 0px;
	margin-bottom: 12px;
}
#left_col p {
	margin: 0px;
	margin-bottom: 12px;
}
#left_col ul {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 15px;
}
#left_col ul li {
	list-style:none;
	background:url(images/bullet.gif) left top no-repeat;
	margin-left: 24px;
	text-indent:20px;
	font-size: 13px;
	margin-bottom:5px;
}
#right_col {
	float:right;
	width: 200px;
}

#right_col img{
	margin-top:0px;
}
a {
	color: #A89E5E;
}
a:hover {
	color: #444546;
	text-decoration: none;
}
/**************** SubNav ****************/
#subnav {
	width: 170px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 25px;
	margin-left: 30px;
}
#subnav p {
    margin: 0px;
	margin-bottom: 8px;
}
#subnav a {
    text-decoration:none;
	color:#4e4e4e;
}
#subnav p.navLevel3 a {
    text-decoration:none;
	color:#4e4e4e;
	font-size: 11px;
	margin-left: 15px;
}
#subnav a:hover, #subnav p.navLevel3 a:hover {
    text-decoration: none;
	color:#fff;
}
#subnav a.navLevel1Selected, #subnav a.navLevel2Selected, #subnav a.navLevel3Selected
{
    font-weight:bold;
}
#footer {
	width: 955px;
	margin: 0px auto 10px; 
	text-align: left;
	color:#010101;
	font-size:11px;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration:none;
	color:#010101;
	font-size:11px;
}
#footer a:hover {
	text-decoration: underline;
	color:#010101;
	font-size:11px;
}
#footer a.seo:hover {
    color:#010101; 
	text-decoration: none; 
	cursor: text;
}
#gravitate {
	float:right;
	font-size: 11px;
	color:#010101;
	text-align:right;
}

/*--------------Index--------------------*/
#wrapped_index{
	margin: auto;
	width: 979px;
}
#index{
	background: url(images/bg_index.jpg) top no-repeat ;
	width: 979px;
	height: 592px;
}
#left{
	width: 135px;
	/*position:absolute;
	z-index:10;
	top:4px;
	left:45px;*/
	margin-top: 315px;
	margin-left: 27px;
	float: left;
}
#flashWrapper{
	position:absolute;
	z-index:0;
	top:180px;
	left:176px;
}
#left .sidebar{
	display:inline;
	margin-top:0px;
	margin-left:6px;
}
#links{
	margin-top:-267px;
	margin-left:25px;
}

#right{
	width: 817px;
	float: right;
}
#right_up{
    width: 650px;
    margin: 23px 124px 15px 43px;
}
#right_up p {
	margin-top: 30px;
}
.logo_index{
	margin-top:2px;
	margin-right: 35px;
	text-align: left;
}
#index_subnav{
	width: 542px;
	margin: 350px 0 0 275px;
}
#baseLinks{
	margin-top:6px;
}
p{
	margin: 0;
}
.clr {
	clear:both;
}

.clr2 {
	clear:both;
	height:10px;
}
#left_col table.catTable {
	width:100%;
	border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #666666;
    margin-top:10px;
    margin-bottom:10px;
}
.catTable td {
	padding: 5px 10px 15px 0px;
	width: 33%;
	font-weight: bold;
	vertical-align: top;
}
.catTable img {
	border: 4px solid #FFFFFF;
}
.catTable a {
	color: #444546;
	text-decoration: none;
}
.catTable a:hover {
	color: #A89E5E;
}
div.productWrap
{
    clear:both;
    margin-bottom:10px;
    height:155px;
}
div.productWrap div
{
    margin-left:165px;
}
div.productWrap img
{
    float:left;
    border: 4px solid #FFFFFF;
}
.right
{
    float: right;
}
.left
{
    float: left;
}
img.right
{
    margin-left: 20px;
    margin-bottom: 10px;
    float: right;
}
img.left
{
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}
img.prodImage
{
    margin-left: 20px;
    margin-bottom: 10px;
    float: right;
    border: 4px solid #FFFFFF;
}
h3
{
    font-size: 11px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
}
.btn
{
    background-color: #c4bda0;
    border: 1px solid #3c3932;
    font-size: 11px;
}
#left_col p.paging
{
    text-align: right;
    font-weight:bold;
    margin:0pt;
    margin:0pt;
}
.cartTable th
{
    font-weight: bold;
    margin-right: 5px;
    text-align: left;
    background-color: #dfdbbf;
    margin-top: 2px;
    margin-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
}
.cartTable td
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 5px;
}
input, select
{
    font-size: 11px;
}
.cartTable
{
    margin-bottom: 13px;
}
.formTable td
{
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 5px;
    vertical-align: top;
}
.formTable
{
    margin-bottom: 13px;
}
.note {
    color: #FF0000;
}

.contCol
{
    margin-right: 15px;
    float: left;
    width: 240px;
}

.date {
	width:105px;
	float:left;
	clear:both;
}

.close {
	float:right;
	margin-bottom:10px;
}

#topImg {
	float:left;
	width:200px;
}
#topImg img {
	margin-right:10px;
}

#pTop {
	float:left;
	width:327px;
}
