﻿body {
	background: black url("../siteart/bg.jpg") repeat-x;
	font-family:'Arial', sans-serif;
	overflow-x: hidden;
	line-height: 1.3;
	letter-spacing: .02em;
}

h1 {
	padding-left:25px;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}
@font-face {
    font-family: 'HelveticaNeueLTStdCnBold';
    src: url('../fonts/helveticaneueltstd-bdcn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-bdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-bdcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-bdcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-bdcn-webfont.svg#HelveticaNeueLTStdCnBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

#header {
	width: 980px;
	height: 20px;
	color: #bdbdbd;
	font-size: 14px;
	margin-top: 55px;
}

#header a{
	color: #bdbdbd;
	font-size: 14px;
}

#header p span {padding: 0 1vw;}

#header a:hover{
	color: #bdbdbd;
	font-size: 14px;
	text-decoration: none;
}

#contentwrap {
	width: 980px;
	height: 360px;
	background: black;
	border: #5f5c5c 1px solid; 
}

#content {
	width: 964px;
	height: 344px;
	margin: 8px auto;
	border: #5f5c5c 1px solid; 
	color: #bdbdbd;
}

.content {
	width: 964px;
	height: 16px;
	margin: 8px auto;
	color: #bdbdbd;
	text-align: left;
	font-size: 14px;
	padding-top: 15px;
}

#nav {
	height: 62px;
	/*background: black url('../siteart/nav-bg.jpg') repeat-x;*/
	background: linear-gradient(#666, #000);
	font-family: 'Arial', sans-serif;
	font-size: 18px;
}

#nav ul {
	margin: 0px 20px 0 0;
	float: right;
	}
#nav li {
	display: inline;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}

#nav li a {
	color:#fff;
	font-size:16px;
	text-decoration:none;
	display:inline-block;
	margin:0;
	text-align:center;
	text-transform:uppercase;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;	
	font-weight:700;
	padding:20px 7px;	
	
}

#nav li a:hover {
	/*background: url('../siteart/nav-bg-ro.jpg') repeat-x;*/
	background: #666;
	display:inline-block;
}

#main {
	width: 964px;
	height: 294px;
	background: black url('../siteart/IMG_1443.jpg') repeat-x;
}

#logo {
	width: 100%;
	max-width: 300px;
	height: auto;
	margin:44px 0 0 55px;
	border: 0px;
}

#contact {
	
	background: black;
	border: #5f5c5c 1px solid; 
	color: #bdbdbd;
	width: 980px;
	margin-top: 25px;
	font-size: 14px;
	
}

#inventory {
	
	background: black;
	border: #5f5c5c 1px solid; 
	color: #bdbdbd;
	width: 980px;
	margin-top: 25px;
	font-size: 14px;
}

#inventory a{	
	color: #bdbdbd;
}

#inventory a:hover{	
	color: #bdbdbd;
	text-decoration:none;
}


#inv {
	width: 980px;
	margin: 50px auto;
	border: #5f5c5c 1px solid;
	padding: 8px 0 8px 0;
}

#footer {
	margin-bottom: 50px;
	padding: 1em;
}

.sidebar{
	float: left;
	margin: 0 50px 0 25px;
	width:200px;
	color: #bdbdbd;

	
}

.sidebar a {
	color: #bdbdbd;
}

.frame{
	
	border-right:1px solid #322912;
	padding:0px;
	clear:both;
	
}

/***** FORM STYLES *****/
.myform label{
	padding:.5em .5em .5em 0em;
	display:inline-block;
	width:80px;
	margin-bottom:10px;
}

.myform input, .myform select, .myform textarea{
	padding:.5em;
	width:500px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #ddd;
	margin-bottom:10px;
	font-family:'Arial',  sans-serif;
}

.myform label.short{width:50px;}
.myform input.short{width:217px; margin-right:10px;}

.myform label.mini{width:30px;}
.myform input.mini{width:85px; margin-right:10px;}


.myform input.button, .myform input.button:focus{width:200px; border:0px; cursor: pointer;}

.myform label.checkbox, .myform input.checkbox{width:auto; padding:0 .5em;}

.myform input:focus, .myform textarea:focus{
	background:#333333;
	color:#FFF;
}

.myform h4{
	border-bottom:1px solid #FFF;
	margin-bottom:10px;
}

#captcha a {
	color: #bdbdbd;
}

#captcha a:hover {
	color: #bdbdbd;
	text-decoration:none;
}


