@charset "utf-8";
/* CSS Document */

body {
	background-image:url(img/bg.gif);
	color: #fff;
	background-color: #382923;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
img {
	border:none;
}

.head {
	width: 1260px;
	height: 80px;
	margin: auto;
}
.logo {
	width: 280px;
	height: 80px;
	float: left;
}
.head h1 {
	font-size: 14px;
	text-align: center;
	margin: 1px;
	color: #C81C18;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.text {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 12px;
	text-align: center;
	float: right;
	width: 960px;
}

.content {
	width:100%;
}
.categories {
	width: 1235px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	position: relative;
	height: 6010px;
}
.box {
	position: relative;
	display: inline-block;
	-webkit-border-left-radius: 6px;
	-webkit-border-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	/* [disabled]background-color: #4d3930; */
	width: 295px;
	height: 395px;
	/* [disabled]border: 1px solid #181818; */
}
.box1 {
	position: relative;
	display: inline-block;
	/* [disabled]border-bottom-left-radius: 6px; */
	/* [disabled]border-bottom-right-radius: 6px; */
	/* [disabled]background-color: #333333; */
	width: 300px;
	height: 250px;
	padding: 2px;
}
.box:hover .name {
	opacity: 0.7;
	/* [disabled]color: #FF0; */
}
.cat_img {
	border: 1px solid #ffd543;
	/* [disabled]padding: 1px; */
	overflow: hidden;
	/* [disabled]position: relative; */
	/* [disabled]margin-top: 2px; */
	/* [disabled]margin-left: 2px; */
}
.cat_img:hover {
	/* [disabled]border: 1px dashed #1c1c1c; */
}
.name {
	position: absolute;
	left: 0px;
	/* [disabled]width: 180px; */
	top: 367px;
	color: #FFFFFF;
	/* [disabled]height: 22px; */
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	/* [disabled]background-color: #656363; */
	-webkit-border-radius: 2px;
	/* [disabled]border-radius: 2px; */
	opacity: 0.5;
	background-image: url(img/name.png);
	padding: 5px 10px 5px 10px;
}


.adv {
	width: 1233px;
	height: 270px;
	background-color: #554138;
	padding: 0;
	margin: auto;
	text-align: center;
	padding-top: 20px;
	border: 1px solid #181818;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding-right: 1px;
	margin-bottom: 20px;
}
.adv ul {
	/* [disabled]height: 250px; */
	margin: auto;
	/* [disabled]float: left; */
	/* [disabled]overflow: hidden; */
	width: 1235px;
}
.adv ul li {
	float: left;
	width: 300px;
	margin: 0;
}
.adv ul li img {
	margin: 0;
}
.text_cat {
	width: 1225px;
	background-color: #554138;
	overflow: hidden;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #181818;
	margin: auto;
	padding-left: 6px;
}
.cat_name {
	height: 26px;
	/* [disabled]padding-left: 6px; */
	line-height: 26px;
	margin-top: 4px;
	background-color: #000;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 1210px;
	margin-left: 5px;
}
.cat_name span {
	/* [disabled]background-color: #656363; */
	padding: 2px 26px 2px 26px;
	height: 30px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #F00;
	text-transform: capitalize;
	font-style: italic;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #000;
}
.text_cat ul {
	margin: 5px;
	width: 295px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: none;
}
.text_cat ul li {
	/* [disabled]background-color: #333; */
	margin: 6px;
	/* [disabled]width: 250px; */
	height: 30px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #FFF;
}
.text_cat ul li:hover {
	background-color: #600;
}
.text_cat ul li:hover a span {
	color: #FFF;
}
.text_cat ul li a span {
	margin: 0;
	height: 30px;
	line-height: 26px;
	margin-left: 10px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
}
.copy {
	width: 1200px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 5px;
}
.copy p {
	color: #99FF66;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	margin: 0;
}
.disc {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 10px;
	/* [disabled]text-height: 30; */
	margin: 0;
	float: left;
	color: #CCC;
}
.contact {
	float: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #72FF00;
}
.contact a {
	color: #99FF00;
}
.contact a:hover {
	color: #FF3333;
}
.st {
	display:none;
}

.pics {
	width: 1212px;
	margin: auto;
	overflow: hidden;
	margin-top: 10px;
}
.pics ul {
}
.pics ul li {
	float: left;
	margin: 3px 4px 3px 4px;
}
.pics ul li a img {
	border: 2px solid #ffd543;
}
.pics ul li a img:hover {
	border: 2px solid #E6D9AC;
}
