@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/SourceSansPro-Light-webfont.woff");
}

body {
  margin: 0;
  font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #6F7B82;
  background-color: #ffffff;
}
.full-width{
	width:100%;
	display:inline-block;
}
.top-head{
	width:100%;
	display:inline-block;
	background-color:#232323;
	padding:12px 0px;
}
.main-containt{
	width:940px;
	margin:auto;
}
.main-containt-container{
	width:940px;
	margin:auto;
	font-size:15px;
	padding:16px 0px;
	text-align:justify;
}
.section-left{
	width:460px;
	float:left;
}
.section-right{
	width:150px;
	float:right;
}
.sign-up a{
	background-color: #333333;
    display: block;
    padding: 4px 12px;
	border-right:1px solid #000;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	width:50px;
	float:left;
	color:#FFF;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
}
.sign-up a:hover{
	background-color:#000;
}
.sign-in a{
	background-color: #333333;
    display: block;
    padding: 4px 12px;
	width:50px;
	float:left;
	color:#FFF;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
}

.sign-in a:hover{
	background-color:#000;
}
.active{
	background-color:#000!important;
}
.factory-search{
	width:100%;
	display:inline-block;
	background-color:#e8e9e9;
	padding:100px 0px 100px 0px;
}
.factory-srch-content{
	width:940px;
	margin:auto;
}
.logo{
	text-align:center;
}
h1{
	font-size:35px;
	text-align:center;
	font-weight:300;
	margin:0px 0px 28px 0px;
	color:#000;
}

h2{
	font-size:25px;
	text-align:center;
	font-weight:300;
	margin:0px;
	color:#000;
}
h3{
	font-size:22px;
	text-align:center;
	font-weight:300;
	margin:0px 0px 23px 0px;
	color:#000;
}
.search{
	margin:auto;
	margin-top:40px;
	padding:0 80px;
}
.group{
	width:100%;
	float:left;
	clear:both;
}
.factory-login form{
	margin:0px;
}
.factory-login input[type="submit"]{
	background-color:#ffb900;
    width:104px;
    height:59px;
    border:none;
    float:left;
    margin:30px 0 0;
    cursor:pointer;
	font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
	font-size:22px;
	color:#000;
	text-align:left;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
.btn{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.factory-login input[type="text"]{
    width:275px;
    color:#999999;
    font-size:18px;
    border:1px solid #cccccc;
    background-color:#FFF;
    padding:7px;
    float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:5px 0px;
}
.factory-login input[type="password"]{
    width:275px;
    color:#999999;
    font-size:18px;
    border:1px solid #cccccc;
    background-color:#FFF;
    padding:7px;
    float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:5px 0px;
}
input[type="submit"]{
    /*background:url(../images/search.png) -10px 0px  no-repeat;
	background-position:center right;*/
	background-color:#ffb900;
    width:93px;
    height:51px;
    border:none;
    float:left;
    margin:0px;
    cursor:pointer;
	font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
	font-size:21px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}

.search input[type="text"]{
    margin:0px;
    width:471px;
    color:#999999;
    font-size:18px;
    border:1px solid #cccccc;
    border-right:none;
    background-color:#FFF;
    padding:14px 7px 14px 8px;
    float:left;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}
.search input[type="submit"]:hover{
    background-color:#000;
	color:#FFF;
}
form{margin:0px;}
.src-pro{
	clear:both;
	font-size:20px;
	margin:auto;
	width:940px;
	text-align:center;
	padding-top:50px;
}
.src-pro a{
	border-bottom:1px dotted #6C6C70;
	text-decoration:none;
	color:#757575;
}
.src-pro a:hover{
	border-bottom:1px solid #6C6C70;
}
.footer{
	background-color:#f2f2f2;
	border-top:1px solid #e4e4e4;
	position:fixed;
	bottom:0px;
	width:100%;
	padding:12px 0px;
}
.footer-content{
	width:940px;
	margin:auto;
}
.footer-left{
	width:400px;
	float:left;
}
.footer-left ul{
	margin:0;
	padding:0;
}
.footer-left li{
	float:left;
	margin-right:30px;
	list-style:none;
}
.footer-left li a{
	color:#666666;
	text-decoration:none;
	font-size:14px;
}
.footer-left li a:hover{
	color:#333;
}
.footer-right{
	width:400px;
	float:right;
	font-size:14px;
	text-align:right;
}
.section-left a{
	text-decoration:none;
	color:#FFF;
}
.section-left a:hover{
	color:#666;
}


#signin-dropdown {
	background-color:#f2f2f2;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius:  0px 0px 5px 5px;
	border-radius:  0px 0px 5px 5px;
	box-shadow:0 1px 2px #666666;
	-webkit-box-shadow: 0 1px 2px #666666;
	min-height:155px;
	width:290px;
	position:absolute;
	right:16%;
	display:none;
	z-index:999999999999999999;
	margin-top:42px;
	padding:16px;	
}


#signin-dropdown:after{
	 border-color: #f2f2f2 rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 15px 15px;
    content: "";
    display: block;
    right: 9px;
    position: absolute;
    width: 0;
	top:-12px;
}
.uparrow a{
	color:#999;
}
.uparrow{
	color:#6F7B82;
}
.signborder{
	border-right:1px dashed #CCC;
}
.arrow_box {
    background-color: #fff0a0;
    background-image: -webkit-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
    background-image:    -moz-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
    background-image:     -ms-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
    background-image:      -o-linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
    background-image:         linear-gradient(top, hsla(0,0%,100%,.5), hsla(0,0%,100%,0));
    border-radius: 5px;
    box-shadow: inset 0 1px 1px hsla(0,0%,100%,.5),
                3px 3px 0 hsla(0,0%,0%,.1);
    color: #333;
    display: inline-block;
    font: 14px/25px sans-serif;
    padding: 5px 10px;
    position: relative;
	line-height:20px;
    text-shadow: 0 1px 1px hsla(0,0%,100%,.5);
	width:390px;
}
.arrow_box:after12, .bubble:before12 {
    border-bottom: 25px solid transparent;
    border-left: 25px solid #fff0a0;
    bottom: -25px;
    content: '';
    position: absolute;
    left: 25px;
}
.arrow_box:before {
    border-left: 25px solid hsla(0,0%,0%,.1);
    bottom: -28px;
    left: 22px;
}
.left_side{
	width:510px;
	float:left;
}
.right_side{
	width:418px;
	padding-left:12px;
	float:right;
}
.title {
    border-bottom: 1px dashed #CCCCCC;
    color: #7A7979;
    font-family: Century Gothic;
    font-size: 22px;
    margin-bottom: 13px;
    padding-bottom: 9px;
    width: 70%;
}
.factory-logo{
	float:left;
}