@charset 'utf-8';

hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}del{text-decoration:line-through}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ins{background-color:#ff9;color:#000;text-decoration:none}input,select{vertical-align:middle}nav ul{list-style:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}body{line-height:1}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}

.cf:before,.cf:after{content:"";display:table}.cf:after{clear:both}.cf{zoom:1}
img{vertical-align:bottom;}
.f_left{float:left;}
.f_right{float:right;}

li {
	list-style:none;
}
.social {
	padding:5px 5px 2px;
	position:absolute;
	right:0;
	top:95px;
	background-color:#fff;
}
.social li {
	display: inline;
	float: left;
	padding-right: 10px;
}
iframe.twitter-share-button {
	width: 85px!important;
}

.wrap {
	width:945px;
	margin:0 auto;
}

#header_wrap {
	height:79px;
	box-shadow:0 0 2px 1px rgba(0,0,0,.3);
	background:transparent url(./img/bg_header.png) repeat-x 0 0;
	position:relative;
	z-index:5;
}
#header {
	position:relative;
}
#mainimg {
	text-align:center;
background: rgb(222,249,254);
background: -moz-linear-gradient(top,  rgba(222,249,254,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,249,254,1)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(top,  rgba(222,249,254,1) 0%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top,  rgba(222,249,254,1) 0%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top,  rgba(222,249,254,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(222,249,254,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def9fe', endColorstr='#ffffff',GradientType=0 );
}

#lead_txt {
	text-align:center;
background: rgb(53,43,23);
background: -moz-linear-gradient(top,  rgba(53,43,23,1) 0%, rgba(40,34,17,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,43,23,1)), color-stop(100%,rgba(40,34,17,1)));
background: -webkit-linear-gradient(top,  rgba(53,43,23,1) 0%,rgba(40,34,17,1) 100%);
background: -o-linear-gradient(top,  rgba(53,43,23,1) 0%,rgba(40,34,17,1) 100%);
background: -ms-linear-gradient(top,  rgba(53,43,23,1) 0%,rgba(40,34,17,1) 100%);
background: linear-gradient(to bottom,  rgba(53,43,23,1) 0%,rgba(40,34,17,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#352b17', endColorstr='#282211',GradientType=0 );

}

#main {
	margin-top:25px;
}

#equipment {
	margin-top:40px;
}

#footer_wrap {
background: rgb(53,43,23);
background: -moz-linear-gradient(top,  rgba(53,43,23,1) 0%, rgba(40,34,17,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,43,23,1)), color-stop(100%,rgba(40,34,17,1)));
background: -webkit-linear-gradient(top,  rgba(53,43,23,1) 0%,rgba(40,34,17,1) 100%);
background: -o-linear-gradient(top,  rgba(53,43,23,1) 0%,rgba(40,34,17,1) 100%);
background: -ms-linear-gradient(top,  rgba(53,43,23,1) 0%,rgba(40,34,17,1) 100%);
background: linear-gradient(to bottom,  rgba(53,43,23,1) 0%,rgba(40,34,17,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#352b17', endColorstr='#282211',GradientType=0 );
	margin-top:80px;
}
#footer_wrap .wrap {
	position:relative;
}
#pagetop {
	position:absolute;
	top:-30px;
	right:0;
}

#copyright_wrap {
	background-color:#000;
}
#copyright_wrap .wrap {
	text-align:right;
	color:#fff;
	line-height:2.5;
	font-size:.8em;
	padding-right:20px;
}

.attention {
	color: #FFF;
	padding:20px 0;
}