/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	background: #120E0B url(../img/body_back_01.jpg) repeat-x;
	font: 11px Tahoma, Verdana, Arial;
	color: #DED894;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/*float*/
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clearBoth{
	clear: both;
}
h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
#global{
	margin: auto;
}
#global, #header, #menu, #flashcontent, #content{
	width: 940px;
}
h1{
	font: bold 24px "Times New Roman", Times, serif;
	color: #ce9a50;
	margin: 0px 0px 20px;
}
h2{
	font: normal 20px "Times New Roman", Times, serif;
	color: #ce9a50;
	margin: 20px 0px;
	text-transform: capitalize;
}
h3{
	margin: 0px 0px 10px;
	padding: 0px;
	clear: both;
}
	span.text1{
		font: normal 16px "Times New Roman", Times, serif;
		color: #CD994F;
		margin: 0px;
		padding: 0px;
	}
	#header{
		height: 137px;
	}
		#logo{
			margin: 0px 0px 0px 209px;
		}
		#buttonsTop{
			float: right;
			margin: 64px 50px 0px 0px;
		}
	#menu img{
		float: left;
	}
#flashcontent{
	height: 320px;
	clear: both;
}
/*main pages*/
#content{
	padding: 31px 0px 0px;
}
	.box1{
		margin: 0px 80px 0px 65px;
	}
	.box2{
		margin: 0px 35px;
	} 	
		.item_01{
			float: left;
			width: 213px;
			background: #29211E;
			margin: 0px 4px 0px 0px;
		}
			.button_01{
				float: right;
				margin: 0px 15px 0px 0px;
			}
/*catalog pages*/
#content2{
	padding: 48px 0px 0px;
}
	#box3{
		width: 197px;
		float: left;
		padding: 0px 0px 0px 30px;
	}
		#box3 h2, #box4 h2, #box5 h2{
			margin: 0px 0px 10px 35px;
			font-size: 14px;
		}
		.item_02{
			float: left;
			width: 214px;
			background: #29211E;
			margin: 0px 22px 8px 0px;
		}
			.margin_0{
				margin-right: 0px !important;
			}
		#catalog{
			background: url(../img/catalog_back_01.gif);
		}
		#catalog li{
			height: 24px;
			padding: 6px 0px 0px 15px;
		}
	#box4{
		float: right;
		width: 686px;
	}
	#box5, #box6{
		float: right;
		width: 686px;
	}
		#box5 img{
			float: left;
			margin: 0px 35px 0px 0px;
		}
		#box5 p, #box6 p{
			display: block;
			margin: 0px 70px 0px 0px;
		}
		.item_03{
			padding: 0px 0px 30px;
			border-bottom: 1px solid #29211c;
			margin: 0px 0px 25px;
			clear: both;
		}
		
		h2.brand{
			display: block;
			background: #28201B;
			height: 47px;
			padding: 0px;
			margin-left: 0px !important;
		}
		.stuff_01{
			clear: both;
			margin: 16px 0px 0px;
			padding: 0px;
			border-top: 1px solid #29211c;
		}
		.stuff_01 img{
			margin: 16px 20px 0px 0px;
			float: left !important;
		}
		.stuff_02{
			float: left;
			margin: 0px 25px 0px 0px;
		}
#footer{
	clear: both;
	background: url(../img/footer_back_01.jpg) repeat-x;
	margin-top: 10px;
}
/*links*/
a, a:link, a:visited, a:active{
	color: #DED894;
	text-decoration: underline;
}
	a:hover {
		text-decoration: none;
	}
 
a.link1, a.link1:link, a.link1:visited, a.link1:active{
	color: #f3d56a;
	text-decoration: underline;
	float: right;
	display: block;
}
	a.link1:hover {
		text-decoration: none;
	}
a.link2, a.link2:link, a.link2:visited, a.link2:active{
	color: #f3d56a;
	text-decoration: underline;
	display: block;
	float: left;
	margin: 25px 0px 0px;
	padding: 0px 0px 0px 20px;
}
	a.link2:hover {
		text-decoration: none;
	}
#catalog a, #catalog a:link, #catalog a:visited, #catalog a:active {
	color: #f3e0bc;
	text-decoration: underline;
	padding: 0px 0px 0px 20px;
	background: url(../img/arrow_01.gif) no-repeat left center;
}
	#catalog a:hover {
		text-decoration: none;
	}


