/* reset */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, font, img, ins, kbd, q, s,
small, strike, strong, b, u, i, center, ol, ul, li,
fieldset, form, input, textarea,tr, th, td, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ol, ul { list-style: none; }
a img { border: none; }
a { text-decoration: none; }
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
/* ----------------- */

html { background: #171818; }
body {
	position: relative;
	height: 100%;
	color: #939393;
	font: normal 12px/1.6em verdana;
	text-align: left;
}
h1 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 40px;
	color: #fecd39;
	border-bottom: 1px solid #3b3b3b;
}
h1 span {
	font-size: 25px;
}
h2 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 30px;
	color: #c3c3c3;
	border-bottom: 1px solid #3b3b3b;
}
h4 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #c3c3c3;
}
a {
	color: #fecd39;
}
p {
	margin-bottom: 20px;
}

#header-wrap {
	height: 85px;
	margin-bottom: 100px;
	background: #242424;
	border-bottom: 1px solid #5e5e5e;
}
#header {
	margin: 0 auto;
	width: 840px;
}
#logo {
	margin-top: 18px;
}
#slogan {
	margin: 35px 0 0 25px;
	/*font-weight: bold;*/
	text-transform: uppercase;
}
#large-items { 
	height: 85px;
	color: #c3c3c3;
}
ul#large-items li {
	display: inline-block;
	padding: 20px 10px 0 10px;
	height: 65px;
	/*background: #35373b;*/
}
ul#large-items li.no-desc {
	padding: 0px 20px;
	height: 20px;
}
.mitem1 {
	/*display: block;*/
	margin-top: 0px;
	font-size: 30px;
}
.mitem2 {
	/*display: block;*/
	margin-top: 0px;
	font-size: 20px
}
.mitem-desc {
	display: block;
	margin-top: 5px;
	font-family: verdana;
	font-size: 11px
}
.desc a, .mitem2 a {
	color: #c3c3c3;
}
.mitem2 a:hover {
	color: #fecd39;
}
.mitem2 a:active {
	color: #fecd39;
}
.mitem-desc a:hover {
	text-decoration: underline;
}

#slide-container {
	position: relative;
	margin: 0 auto;
	width: 840px;
	height: 351px;
}
#slide-container p {
	margin: 0px;
}
#page-container {
	/*position: relative;*/
	margin: 0 auto;
	width: 840px;
}
.slide-info {
	width: 240px;
}
.slide-img {
	width: 580px;
}
.slide-end {
	position: relative;
	margin-top: 20px;
	height: 10px;
	border-top: 1px solid #3b3b3b;
}
.slide-end span {
	position: absolute;
	top: -10px;
	width: 26px;
	height: 19px;
	cursor: pointer;
}
.slide-end span#prevarr {
	left: 104px;
}
.slide-end span#nextarr {
	left: 130px;
}

ul.buttons li {
	padding: 10px 20px 10px 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #000;
}
ul.buttons li a {
	padding: 2px 20px 3px 5px;
	color: #000;
	background: #c3c3c3 url('../images/butt-arr.png') no-repeat center right;
}
ul.buttons li a:hover {
	color: #000;
	background: #fecd39 url('../images/butt-arr-hover.png') no-repeat center right;
}





/* Products, Gallery pages */

.item-box {
	margin-right: 60px;
	margin-bottom: 50px;
	width: 240px;
	height: 400px;
	float: left;
}
.item-box img {
	margin-bottom: 20px;
}
.rightend-box {
	margin-right: 0px;
}
.items-info {
	width: 600px;
	float: left;
}
.items-ad {
	width: 240px;
	height: 20px;
	float: left;
}
.cat-box {
	width: 370px;
}

#single-page {
	margin-right: 30px;
	width: 550px;
	float: left;
}
#single-page p {
	margin-bottom: 20px;
}
#single-page ul {
	list-style: square;
	margin: 5px 0 20px 15px;
}
#single-side {
	width: 260px;
	float: right;	
}
.meta {
	margin: 20px 0;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	background: #343434;
}



.note {
	padding-left: 25px;
	background: transparent url('../images/notice-mark.png') no-repeat top left;
	color: #e5dea3;
}

#contact-form input, #contact-form textarea {
	font-family: verdana;
	font-size: 12px;
	color: #c3c3c3;
	background: #343434;
	border: 1px solid #585858;
}
#contact-form input {
	display: block;
	padding: 5px 10px;
	height: 20px;
	margin-bottom: 10px;
}
#contact-form input#name, #contact-form input#email, #contact-form input#scaptcha {
	width: 200px;
}
#contact-form textarea {
	padding: 5px 10px;
	margin-bottom: 10px;
}
#contact-form input#send {
	padding: 2px 20px 3px 5px;
	height: 19px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #000;
	border: none;
	background: #c3c3c3 url('../images/butt-arr.png') no-repeat center right;
	cursor: pointer;
}
#contact-form input#send:hover {
	background: #fecd39 url('../images/butt-arr-hover.png') no-repeat center right;
}
.form-loader {
	display: none;
}
ul#response {
	color: #e5dea3;
}





/*
//////// Downloads ////////////
*/
.two-download-b {
	width: 275px;
	float: left;
}
.download-b-div {
	margin: 0 auto;
	width: 200px;
}
.download-b-div p {
	padding: 10px 0;
	text-align: center;
}
input.download-b {
	width: 200px;
	height: 49px;
	background: transparent url('../images/downld-b.jpg') no-repeat center top;
	cursor: pointer;
}
input.download-b:hover {
	background: transparent url('../images/downld-b.jpg') no-repeat center bottom;
}
input.download-b-in {
	width: 200px;
	height: 49px;
	background: transparent url('../images/dwnld-b-in.jpg') no-repeat center center;
}
.placeholder {
	margin: 0 auto;
	width: 840px;
	padding-top: 250px;
}
.containercontent{
	width: auto;
	
}
.errortext {
	margin: 0 auto;
	width: auto;
	height: 50px;
	color: #939393;
	text-align: left;
	font-family: Verdana;
	background: transparent url('../images/error.png') no-repeat center left;
	font-family: tahoma;
	font-size: 12px;
	line-height: 50px;
	color: #939393;
	padding-left: 35px;
}
/*//////////////////////////////*/



/*///////////////*/
#single-page .comments-author p {
	margin:5px 0;
}
#comments-reply-info {
	margin-top: 20px;
}
#comments-reply-cancel {
	margin-bottom: 20px;
}
.comments-add-form input#send {
	padding: 0px 20px 5px 5px;
	height: 19px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #000;
	border: none;
	background: #c3c3c3 url('../images/butt-arr.png') no-repeat center right;
	cursor: pointer;
}
.comments-add-form input#send:hover {
	background: #fecd39 url('../images/butt-arr-hover.png') no-repeat center right;
}
/*///////////////*/





#footer-wrap {
	margin-top: 100px;
}
#footer {
	margin: 0 auto;
	width: 840px;
}

p.rights {
	padding-bottom: 20px;
	font-size: 11px;
}



