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

@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 400;
  src: local('Cuprum'), local('Cuprum-Regular'), url(http://themes.googleusercontent.com/static/fonts/cuprum/v4/sp1_LTSOMWWV0K5VTuZzvQ.woff) format('woff');
}

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 300;
  src: local('Dosis Light'), local('Dosis-Light'), url(http://themes.googleusercontent.com/static/fonts/dosis/v1/-agn7DEysY24H6o49RsJa_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 500;
  src: local('Dosis Medium'), local('Dosis-Medium'), url(http://themes.googleusercontent.com/static/fonts/dosis/v1/6IkLHUPBdD51YuDmY4AIrfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

body {
	font-family: 'Dosis';
	font-size:15px;
	color:#dadada;
	background:url(../images/body_other.png) no-repeat #000;
	background-position:center top;
}
* {
	margin:0;
	padding:0;
	outline:none;
}
	.clear {
	clear:both;
}
img {
	border:none;
}
p {
	line-height:20px;
	text-align:justify;
	margin-bottom:20px;
}
a {
	text-decoration:none;
	color:#dadada;
}
a:hover {
	color:#d8996b;
	text-decoration:none;
}
h1 {
	width:960px;
	font-family: 'Dosis';
	font-size:40px;
	color:#fff;
	font-weight:normal !important;
	margin-bottom:20px;
	line-height:normal;
	text-transform:uppercase;
	border-bottom:1px dotted #666;
	padding-bottom:5px;
	font-weight: 100 !important;
}
h2 {
	 font-family: 'Dosis';
	font-size:20px;
	color:#9f9b9b;
	font-weight:normal !important;
	margin-bottom:10px;
	line-height:normal;
	text-transform:uppercase;
}
h3 {
	font-family: 'Dosis';
	font-size:28px;
	color:#d8996b;
	font-weight:normal !important;
	margin-bottom:10px;
	line-height:normal;
	text-transform:uppercase;
}
#wrap {
	width:1000px;
	margin:0 auto;	
}
.logo {
	margin-top:60px;
}
.welcome {
	width:445px;
	float:left;
	background:url(../images/trans.png) repeat;
	padding:20px;
	margin-top:55px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}
.welcome p {
	line-height:24px;
	text-align:justify;
	margin-bottom:20px;
	font-size:16px;
}
.caption {
	width:1000px;
	float:left;
	margin-top:110px;	
}
.nav {
	width:775px;
	height:40px;
	float:left;
	background:url(../images/nav.png) no-repeat;
	margin-top:165px;
}
.nav ul {
	float:left;
}
.nav ul li {
	list-style:none;
	float:left;
}
.nav ul li a {
	padding:0 20px;
	line-height:40px;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	-webkit-text-shadow: 0px 1px 0px #000;
	-moz-text-shadow: 0px 1px 0px #000;
	text-shadow: 0px 1px 0px #000;
	border-right:1px solid #333;
}
.nav ul li a:hover {
	text-decoration:none;
	color:#ec9a35;
}
.nav .active a {
	text-decoration:none;
	color:#ec9a35;
}
.product_title {
	width:225px;
	float:left;
	color:#d76539;
	line-height:66px;
	font-size:30px;
	margin-top:150px;
	text-align:center;
	text-transform:uppercase;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background:url(../images/trans.png) repeat;
}
#body_content {
	width:1000px;
	float:left;
	margin-top:20px;
}
.display {
	width:203px;
	height:143px;
	background:url(../images/display.png) no-repeat;
	float:left;
	padding:10px;
	margin-right:36px;
	font-size:15px;
}
.display p {
	line-height:20px !important;
	text-align:left !important;
	margin-bottom:0px !important;
}
.display img {
	float:left;
	margin:0 10px 10px 0;	
}
.content123 {
	width:960px;
	height:365px;
	float:left;
	background:url(../images/trans.png) repeat;
	padding:20px;
	margin-top:61px;
}
.content123 .big_img {
	float:left;
	margin-right:20px;
}
.content123 .txt {
	width:690px;
	float:left;	
}
.main_product_title {
	float:left;
	padding:10px;
	font-size:24px;
	color:#d76539;
	margin-right:20px;
	margin-bottom:20px;
	border:1px dotted #454545;
	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top,  #222222 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #222222 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #222222 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #222222 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #222222 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-text-shadow: 0px 2px 0px #000;
	-moz-text-shadow: 0px 2px 0px #000;
	text-shadow: 0px 2px 0px #000;
	display:block;
}
.main_product_title:hover {
	display:block;
	float:left;
	padding:10px;
	font-size:24px;
	color:#d76539;
	margin-right:20px;
	margin-bottom:20px;
	border:1px dotted #454545;
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top,  #666666 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666666 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-text-shadow: 0px 2px 0px #000;
	-moz-text-shadow: 0px 2px 0px #000;
	text-shadow: 0px 2px 0px #000;
}

.product_list {
	width:960px;
	float:left;
}
.product_list ul {
	width:200px;
	height:200px;
	float:left;
	border-right:1px dotted #666;
	margin-left:20px;
}
.product_list ul li {
	list-style:none;
	line-height:40px;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	background:url(../images/bullet.png) no-repeat;
	padding-left:15px;
}

.products {
	width:960px;
	float:left;
}
.products ul {
	float:left;
}
.products ul li {
	float:left;
	list-style:none;
	width:140px;
	height:157px;
	margin:0 20px 20px 0;
}
.products_link {
	float:right;	
}
.products_link ul {
	float:left;
	margin-top:5px;
}
.products_link ul li {
	float:left;
	list-style:none;
	padding:0 5px;
	font-size:15px;
	border-right:1px dotted #666;
}
.products_link ul li a {
	color:#fff;
	text-decoration:none;	
}

.products_link ul li a:hover {
	color:#d8996b;
	text-decoration:none;
}
.products_link .active a {
	text-decoration:none;
	color:#ec9a35;
}


#footer {
	width:100%;
	background:#29261f;
	float:left;
	margin-top:20px;
}
#footer .inner {
	width:1000px;
	margin:0 auto;	
}
.copy_right {
	width:1000px;
	text-align:center;
	float:left;
	color:#ddd9d1;
	margin:10px 0;
}
.contact123 {
	width:300px;
	float:left;	
}
.google_map {
	float:left;	
}
.portfolio {
	width:960px;
	float:left;	
}
.portfolio ul {
	float:left;
}
.portfolio ul li {
	width:130px;
	height:55px;
	text-align:center;
	float:left;
	margin:8px 12px 0px 0px;
	background:#000;
	padding:20px;
	border:1px dotted #474747;
	list-style:none;
}

.form123 {
	float:right;
	width:350px;
	margin-right:50px;
}
.form_input {
	float:left;
	margin-top:20px;
	color:#878787;
	font-size:16px;
}
#frm label {
	float:left;
	width:100px;
	line-height:25px;
	margin-bottom:5px;
}
.input-text {
	width:300px;
	height:35px;
	float:left;
	border:0px;
	line-height:25px;
	background:#000;
	border-bottom:1px #474747 solid;
	padding:5px;
	color:#fff;
	-webkit-box-shadow: 0px 0px 10px #313131;
	-moz-box-shadow: 0px 0px 10px #313131;
	box-shadow: 0px 0px 10px #313131;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
}

.input-text-cell_2 {
	width:304px;
	height:80px;
	float:left;
	border:0px;
	margin-right:3px;
	line-height:17px;
	background:#000;
	border-bottom:1px #474747 solid;
	padding:3px;
	color:#fff;
	font-size:13px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
}
.row {
	float:left;
	clear:both;
	margin:0 0 4px 0;
	line-height:20px;
}
.row_btn {
	float:right;
	margin-right:35px;
	margin-top:10px;
}
.btn_submit {
	width:70px;
	float:left;
	margin-right:5px;
	display:inline;
	text-align:center;
	border:0px;
	font-size:13px;
	color:#fff;
	font-family: 'Droid Sans';
	cursor:pointer;
	padding:6px 12px;
	border:1px #333232 solid;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background: #333232; /* Old browsers */
background: -moz-linear-gradient(top,  #333232 0%, #585656 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333232), color-stop(100%,#585656)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #333232 0%,#585656 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #333232 0%,#585656 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #333232 0%,#585656 100%); /* IE10+ */
background: linear-gradient(to bottom,  #333232 0%,#585656 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333232', endColorstr='#585656',GradientType=0 ); /* IE6-9 */
	
}
.btn_submit:hover {
	float:left;
	margin-right:5px;
	display:inline;
	text-align:center;
	border:0px;
	font-size:13px;
	color:#fff;
	font-family: 'Droid Sans';
	cursor:pointer;
	padding:6px 12px;
	border:1px #333232 solid;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	background: #c6c6c6; /* Old browsers */
	background: -moz-linear-gradient(top,  #333232 0%, #9d9d9d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333232), color-stop(100%,#9d9d9d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333232 0%,#9d9d9d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333232 0%,#9d9d9d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333232 0%,#9d9d9d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #333232 0%,#9d9d9d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333232', endColorstr='#9d9d9d',GradientType=0 ); /* IE6-9 */
}


.content{
	width:940px;
	height:280px;
	overflow:auto;
}

