body {
	width: 100%;
	max-height: 1300px;
	margin: 0;
	padding: 0;
}

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

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

.header {
	width: 960px;
	height: 100px;
	margin: 0 auto 0;
	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 0 0 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: 350px;
	background-color: #FFFFFF;
	background: url("img/stock1.jpg");
	margin: 0 auto 0;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	padding: 0;
}

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

.tagline {
	width: 100%;
	text-align: center;
	background-color: #0d3884;
	padding-top: 30px;
	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;
	padding: 0px 50px 50px 50px;
}

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

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

.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;
}

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;
}




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

h1 {
	font-size: 40px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 11px;
}

p {
	font-size: 14px;
}

.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}