@charset "utf-8";

*{
	margin:0;
	padding:0;
	border:0;
}

body {
    /*background:#462104;*/
	background:#351905 url(img/body_bg.jpg) repeat-x;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
}

a:link {
	color:#FFF;
	text-decoration:none;
}

a:visited {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color: #ada204;
	text-decoration:none;
}

.wrapper {
	width: 1020px;
	margin: auto;
	overflow:hidden;
}

.nav {
	height: 50px;
	width: 980px;
	margin:auto;
	font-size:17px;
	padding-top: 40px;
	padding-left: 40px;
}

.nav ul {
	list-style:none;
}

.nav li{
	float:left;
	margin-right: 90px;
	letter-spacing:3px;
	list-style-image:url(img/listelement.jpg);
}

.nav a:link {
	color: #FFF;
	text-decoration: none;
	/*background:url(img/listelement.jpg) no-repeat;*/
	background-position: 0 4px;	
}

.nav a:visited{
	color:#FFF;
}

.nav a:hover {
	color: #ada204;
	text-decoration: none;
	/* background:url(img/listelement_hover.jpg) no-repeat;*/
	background-position: 0 4px;	
	
}



.theme{
	width: 1020px;
	height: 440px;
	margin:auto;
	overflow:hidden;
}

.content {
	width:960px;
	height: 220px;
	padding: 30px;
	letter-spacing:2px;
	margin-top: 5px;
}

.boxl{
	width: 408px;
	float:left;
	line-height: 24px;

}

.boxr{
	width: 400px;
	float: left;
	margin-left: 20px;
	line-height: 24px;	
}

.logo{
	width:110px;
	height: 110px;
	float:left;
	margin-left: 20px;
	border: 1px solid #FFF;
	margin-top: 5px;
}

.footer{
	width: 960px;
	margin:auto;
	clear:both;
	padding-top: 30px;
	letter-spacing:2px;
	font-size: 19px;
}

.shop{
	width: 820px;
	font-size: 32px;
	float:left;
	line-height: 42px;
	font-weight:lighter;
}
