@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-family: Verdana;
}

body {
	background: #461511;
	font-size: 12px;
	color: #300E0C;
}
h1, h2, h3 {
	font-family: Times New Roman;
	color: #300E0C;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
	margin-top: .5em;
}
a {
	color: #300E0C;
	font-weight: bold;
}
a.orange {
	color: #FCA404;
	font-size: 14px;
	font-family: Times New Roman;
}
img {
	border: 0;
}
p {
	margin-top: 10px;
	line-height: 1.5em;
}
.cl  {
	clear: both;
}
/************************************/
#wrapper {
	width: 886px;
	padding: 0;
	margin: 0 auto;
}

#top {
	background: url('images/back.jpg') no-repeat;
	height: 168px;
	margin: 0;
	position: relative;
}
#content {
	clear: both;
	background: white;
	width: 100%;
	float: left;
	padding-bottom: 30px;
}
.column_3 {
	width: 255px;
	padding: 20px;
	float: left;	
}
/************************************/
#stripe {
	margin-top: 27px;
	border-bottom: 3px solid #FCA404;
	height: 45px;
	width: 100%;
	background: black;
	float: left;
}
#stripe2 {
	border-bottom: 3px solid #FCA404;
	height: 45px;
	width: 856px;
	background: #2B0D0B;
	float: left;
	padding: 2px 0 0 30px;
}

#logo {
	float: left;
	width: 151px;
	height: 29px;
	margin: 7px 40px 0 20px;
}
#menu {
	float: left;
	
}

#menu ul {
	float: left;
	list-style: none;
	height: 30px;
}

#menu ul li {
	float: left;
}


#menu ul li a {
	float: left;
	display: block;
	margin-left: 5px;
	text-decoration: none;
	height: 30px;
	padding: 14px 13px 0 13px;
	color: #eee;
}


#menu ul li a.active, #menu ul li a:hover {
	background: url('images/arrow_black.gif') no-repeat;
	color: #FCA404;
	text-decoration: underline;
}

#box_welcome, #box_magnat, #box_premium {
	position: absolute;
	z-index: 1000;
	float: left;
}
#box_welcome {
	bottom: 12px;
	left: 5px;
}
#box_premium {
	bottom: 10px;
	right: 45px;
}
#box_magnat {
	bottom: 10px;
	right: 60px;
}
/************************************/

/************************************/
.mbox {
	width: 600px;
	margin: 11px 0 0 20px;
	float: left;
}
.mbox ul, .bbox ul {
	margin-left: 1.3em;
	list-style: square;
}
.mbox ul li, .bbox ul li{
	margin-top: .2em;
}
/************************************/
.sidemenu {
	width: 209px;
	height: 348px;
	float: left;
	background: url('img/side_menu.gif') no-repeat;	
	margin: 11px 0 0 6px;
}
.sidemenu a {
	color: #30312c;
	text-decoration: none;
}
.sidemenu a.active {
	text-decoration: underline;
	font-weight: bold;
}
.sidemenu .middle {
	padding: 1em;
}
.sidemenu ul {
	margin-left: 1em;
	margin-top: .3em;
	list-style: none;
	color: #4F4E52;
}
.sidemenu ul li {
	padding: .2em;
}



/************************************/
/************************************/
/************************************/
/************************************/
.product_medium {
	width: 250px;
	height: 200px;
	float: left;
	display:inline;
	margin-left: 40px;
	margin-bottom: 10px;
}
.picture {
	text-align: center;
	padding: 4px;
	border: 1px solid #A3A596;
	display: block;
}
.picture .inner {
	background: #fff;
}
.product_details  {
	float: left;
}
.product_details .picture {
	width: 300px;
	float: right;
	margin-left: 1em;
}
.product_details .description {
	margin-top: 10px;	
}
.product_details .mbox {
	margin-left: 0;	
}
.pictures_list .picture {
	width: 150px;
	float: left;
	clear: left;
	margin-top: 4px;
	padding: 2px;
	border: 1px solid #7D7F6F;
}
.pictures_list .title {
	float: left;
	padding-top: 30px;
	margin-left: 10px;	
	width: 400px;
}
.nav_list {
	margin-top: 10px;
}
.nav_list .prev, .nav_list .up, .nav_list .next{
	width: 200px;
	float: left;
	
}
.nav_list .prev .picture {
	float: left; 	
}
.nav_list .up {
	text-align: center;
	margin-top: 20px;
}

.nav_list .picture {
	width: 110px;
	padding: 1px;
}

/************************************/

#bottom {
	float: left;
	width: 400px;
	color: #C8B9B8;
	padding-left: 10px;
}


#bottom a {
	
	text-decoration: none;
	height: 30px;
	color: #C8B9B8;
	font-size: 10px;
	font-weight: normal;
}


#bottom a.active, #bottom a:hover {
	color: #FCA404;
	text-decoration: none;
}

#copys {
	text-align: right;
	font-size: 10px;
	margin-bottom: 36px;
	color: #C8B9B8;
	padding-right: 10px;
}
