body {
	width: 100%;
	margin: 0;
	padding: 0;
}

.up {
	width: 100%;
	height: 250px;
	/** background: url("textures/debut_light.png"); **/
	background-color: #FAFAFA;
	margin: 0;
}

.down {
	width: 100%;
	min-height: 900px;
	max-height: 1250px;
	background: url("textures/squared_metal.png");
	background-color: #EDEDED;
	margin: 0;
}

.header {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

.header .nav ul {
	width: 100%;
	list-style-type: none;
	margin-top: 50px;
	padding-left: 0;
}

.header .nav li {
	display: inline-block;
	margin-left: 15px;
	position: relative;
	cursor: pointer;	
}

.header .nav li a {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 20px;
	text-shadow: 0 1px rgba(0,0,0,0.2);
	text-decoration: none;
}

.header .nav li a:hover {
	color: #000;
	background-color: #F0F0F0;
	border-radius: 3px;
}

.header .nav li a.active {
	color: white;
	background-color: #808080;
	box-shadow: inset 0px 0px 3px #2c3e50;
	border-radius: 3px;
}

.logo {
	width: 350px;
	height: 110px;
	background: url("img/pibearing-logo.png");
	background-size: 100%;
	margin: 0;
	position: absolute;
	top: 20px;
}

.nav {
	width: 500px;
	height: 40px;
	float: right;
	padding: 0;
	left: 150px;
	top: 30px;
}

.imgcarousel {
	width: 960px;
	height: 100px;
	background-color: #0d3884;
	margin: 0 auto;
	border-radius: 5px 	5px 0 0;
}

.imgcarousel h2 {
	color: white;
	width: 300px;
	float: left;
	padding-left: 50px;
	padding-top: 27px;
	margin:0;
	font-weight: 300;
}

.imgcarousel ul {
	width: 100%;
	list-style-type: none;
	margin-top: 35px;
	padding-left: 0;
}

.imgcarousel .nav li {
	display: inline-block;
	margin-left: 15px;
	position: relative;
	cursor: pointer;	
}

.imgcarousel .nav li button {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	padding: 5px 10px;
	background-color: #0d3884;
	border:0;
	text-shadow: 0 1px rgba(0,0,0,0.2);
	text-decoration: none;
	outline: none;
	cursor: pointer;	
}

.imgcarousel .nav li button:hover {
	color: #fff;
	background-color: #0C357A;
	border-radius: 3px;
	cursor: pointer;	
}

.imgcarousel .nav li button.active {
	color: white;
	background-color: #0A2C66;
	box-shadow: inset 0px 0px 3px #2c3e50;
	border-radius: 3px;
}




.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 1px 8px #808080;
	overflow: hidden;
	-webkit-transform: translate(0px,-100px);
	-moz-transform: translate(0px,-100px);
	-ms-transform: translate(0px,-100px);
	-o-transform: translate(0px,-100px);
	transform: translate(0px,-100px);
}

.tagline {
	width: 100%;
	text-align: center;
	background-color: #0d3884;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #DEDEDE;
}

.tagline h1 {
	color: white;
	margin-top: 0;
	font-size: 48px;
	font-weight: 300;
}

.content {
	margin-top: 0;
	margin-bottom: 0;
	visibility: hidden;
	overflow: hidden;
}

.content {
	margin-top: 0;
	margin-bottom: 0;
	visibility: visible;
	overflow: hidden;
}



.content .pullquote {
	width: 20%;
	top: 430px;
	right: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
}

.content .pullquote h1 {
	font-weight: 300;
	margin-top: 0px;
	
}

.content .left {
	width: 70%;
	text-align: left;
}

.content h2 {
	font-weight: 300;
	color: #363636;
}

.content h4 {
	font-size: 12px;
}

.content p {
	line-height: 24px;
	font-weight: 400;
	color: #363636;
}


.map {
	width: 960px;
	height: 300px;
	border-bottom: 5px solid #EDEDED;
}

.contact {
	height: 550px;
	padding: 0px 50px 50px 50px;
}
footer {
	height: 150px;
	background-color: #292929;
	background: url("textures/dark_stripes.png");
	padding: 20px 30px 0px 50px;
	border-radius: 0 0 5px 5px;
}

footer ul {
	font-family: 'Open Sans', sans-serif;	
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

footer li {
	font-size: 14px;
	color: #F0F0F0;
	width: 150px;
	float: left;
}

footer li.long {
	font-size: 14px;
	color: #F0F0F0;
	width: 550px;
	float: left;
	padding-top: 0;
	margin-top: 0;
	vertical-align: top;
	text-align: right;
}

footer li.long h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 300;
}

footer a {
	font-size: 12px;
	color: #cfcfcf;
	text-decoration: none;
	cursor: pointer;
	line-height: 18px;
}

footer a:hover {
	font-size: 12px;
	color: #869cc1;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

footer p {
	margin-top: 0;
	line-height: 24px;
}


.item-alt {
	width: 227px;
	height: 230px;
	margin: 8px;
	padding:5px 20px;
	background-color: none;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.item-dgbb {
	width: 227px;
	height: 230px;
	margin: 8px;
	padding: 5px 20px;
	background: url("img/bearings/nachi-dgbb.jpg") no-repeat;
	background-position: center bottom;
	background-size: 75%;
	background-color: none;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}
.item-trb {
	width: 227px;
	height: 230px;
	margin: 8px;
	padding:5px 20px;
	background: url("img/bearings/nachi-trb.jpg") no-repeat;
	background-position: center bottom;
	background-size: 75%;
	background-color: none;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}
.item-srb {
	width: 227px;
	height: 230px;
	margin: 8px;
	padding:5px 20px;
	background: url("img/bearings/nachi-srb.jpg") no-repeat;
	background-position: center bottom;
	background-size: 75%;
	background-color: none;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}
.item-bbu {
	width: 227px;
	height: 230px;
	margin: 8px;
	padding:5px 20px;
	background: url("img/bearings/nachi-bbu.jpg") no-repeat;
	background-position: center bottom;
	background-size: 75%;
	background-color: none;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}
.item-as {
	width: 227px;
	height: 230px;
	margin: 8px;
	padding:5px 20px;
	background: url("img/bearings/nachi-as.jpg") no-repeat;
	background-position: center bottom;
	background-size: 75%;
	background-color: none;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}



h1,h2,h3,h4,p {
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 11px;
}

p {
	font-size: 14px;
}




.form-label{
        width:150px !important;
    }
    .form-label-left{
        width:150px !important;
    }
    .form-line{
        padding-top:20px;
        padding-bottom:20px;
    }
    .form-label-right{
        width:150px !important;
    }
    .form-all{
        width:700px;
        color:#555 !important;
        font-family:'Open Sans',' Lucida Sans Unicode',' Lucida Sans',' Verdana',' Tahoma',' sans-serif';
        font-size:14px;
    }
    .form-radio-item label, .form-checkbox-item label, .form-grading-label, .form-header{
        color:#555;
    }
    li {
    	list-style-type: none;
    }