
a { text-decoration: none; outline: none; }
hr { height: 1px; background: none; }
:focus { -moz-outline-style: none; }
::selection { background: #0B455D; color: #fff; }
::-moz-selection { background: #0B455D; color: #fff; }


body {
	background: #000;
	margin:0; padding:0; margin-top: 22px;
    color: #eed8d3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
td { font-size: 10px; }
a {
	text-decoration: underline;
	color:#fff;
}
a:hover {
	color: #AB7C72;
	text-decoration: none;
}
li {list-style:square;margin-left:14px;margin-top:2px}
hr {
	clear: both;
	border:0;
	border-bottom: 1px solid #554b49;
	margin: 10px 0;
	}
em.em {line-height:22px}
h1 {font-size: 18px;}
h2 {font-size: 14px;clear:both;}
h3 {font-size: 12px;}

#container {
	position: relative;
	display: block;
	width: 819px;
	height: 676px;
	background: url(img/main_bg_global.png) no-repeat top left;
	text-align: left;
}
* html #container { background: url(img/main_bg_global.jpg) no-repeat top left; }

	#logo {
		position: absolute;
		display: block;
		top: 23px;
		left: 8px;
		width: 150px;
		height: 150px;
		z-index: 100;
	}
	
	#cart {
		position: absolute;
		display: block;
		top: 55px;
		right: 85px;
		width: 65px;
		height: 24px;
		background: #000;
		text-align: right;
		padding-right:10px;
		color: #A6C8C7;
		cursor: pointer;
		cursor: hand; 
		z-index:40;
	}
		#cart a {
			color: #fff;
		}
		#cart a:hover {
			text-decoration: none;
		}
	
	#menu {
		position: absolute;
		display: block;
		top: 43px;
		left: 202px;
		width: 457px;
		z-index: 96;
		background: #000;
	}
		#menu a {
			display: block;
			width: 70px;
			height: 23px;
			float: left;
			padding: 10px 8px 0 8px;
			font: bold 9px/10px Verdana, Arial, Helvetica, sans-serif;
			color: #fff;
			text-align: center;
			vertical-align: middle;
			text-decoration: none;
			text-transform: uppercase;
			background: url(img/menubg.jpg) no-repeat;
			margin-right:2px;
		}
		/* html #menu a { width: 115px; height: 23px; }*/
		#menu a:hover { 
			color:#000;
		}
	#submenu {
		display: none;
		visibility: hidden;
		position: absolute;
		top: 76px;
		left: 172px;
		width: 173px;
		z-index: 50;
		background: url(img/submenubg.gif) repeat-x top left;
		padding-top:16px;
	}
		#submenu a {
			display: block;
			background: #554b49;
			min-width: 65px;
			height: 15px;
			padding: 5px 5px 0 5px;
			font: bold 9px/10px Verdana, Arial, Helvetica, sans-serif;
			color: #fff;
			text-align: left;
			vertical-align: middle;
			text-decoration: none;
			border-bottom: 1px solid #7c7573;
		}
		* html #submenu a { height: 20px; }
			#submenu a:hover {
				color:#000;
				background: #aa9692;
			}
	#inner_content {
		position: absolute;
		display: block;
		top: 100px;
		left: -15px;
		width: 850px;
		background: url(img/bg.jpg) repeat-y;
	}
		#inner_text {
			position: absolute;
			display: block;
			top: 79px;
			left: 9px;
			width: 800px;
			height: 465px;
		}
	#middle {
		width: 500px;
		min-height: 400px;
		background: url(img/bgmiddle.jpg) no-repeat 15px 0;
		font-size: 11px;
		margin-left: 15px;
		padding: 20px 10px 10px 30px;
	}
	#right {
		position: absolute;
		left: 560px;
		top: -40px;
		width: 234px;
		min-height: 490px;
		height: 99%;
		border:1px solid #94736E;
		padding-top: 75px;
		padding-left: 8px;
	}
	#footer {
		position: absolute;
		display: block;
		bottom: -42px;
		left: 37px;
		font-size: 9px;
		text-align: center;
		padding-bottom: 25px;
	}
	
	#footer_form-at {
		position: absolute;
		display: block;
		width: 240px;
		bottom: -17px;
		right: 48px;
		font-size: 9px;
		text-align: center;
		color: #aaa;
	}
	#footer_form-at a {
		color: #999;
	}

.right_box {
	width: 202px;
	background: #723425;
	border: 2px solid #2B0D05;
	color: #fff;
	font-size: 9px;
	padding: 8px;
	margin-bottom: 8px;
}
		#newsletter_box input {
			margin-top: 5px;
			font-size: 9px;
		}
.photo {
	display:block;
	width:250px;
	float:left;
	margin-bottom: 10px;
	font-size:9px;
}
	.photo img {
		border: 2px solid #000;
		margin-bottom:8px;
	}
	
	
/* CONTENT LAYOUTS */

.sampler {
}
	.sampler label {
		display: block;
		width: 150px;
		float: left;
	}

/* PROMOS */

.disc_text_promo {position:relative;display:block}
.disc_text_promo_frame {display:block;border:2px solid #C9540F;color:#C9540F;text-align:center;background-color:#4F2016}
