@import "nav.css";
@import "text.css";

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
}
	
html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background: #fff url('http://www.cellucorinternational.com/img/bg.jpg') repeat-x top left; 
}

img {
	border: 0px;
}

#container {
	margin: auto;
	width: 1000px;
}

#cellucor_logo {
	position: absolute;
	width: 454px;
	left: 50%;
	top: 7px;
	margin-left: -500px;
	z-index: 5;
}

#nav {
	position: absolute;
	left: 50%;
	top: 51px;
	width: 400px;
	margin-left: 65px;
}

#primary {
	width: 1000px;
}

#first_content {
	z-index: 3;
}

#newsletter_link {
	position: absolute;
	left: 50%;
	top: 101px;
	margin-left: 235px;
	letter-spacing: -1px;	
}

#request {
	position: absolute;
	left: 50%;
	top: 221px;
	margin-left: -305px;
	letter-spacing: -1px;
}

#company_information {
	margin: auto;
	width: 975px;
	color: #5d5d5d;
}

#description {
	width: 550px;
	text-align: left;
}

#presentation {
	float: right;
	margin-top: 10px;
	width: 395px;
	height: 180px;
	background: #424242;
	text-align: left;
}

#view {
	position: relative;
	top: 15px;
	left: 13px;
}

#testimonial_section {
	position: relative;
	top: 87px;
	width: 950px;
	height: 430px;
	text-align: left;
	margin: auto;
	overflow-y: scroll;
}

.testimonial_picture {
	float: left;
	padding: 0 15px 15px 0;
}

#left {
	padding: 20px 50px 20px 30px;
	width: 375px;
}

#right {
	float: right;
	padding: 20px 50px 20px 30px;
	width: 375px;
}

#comment_section {
	position: relative;
	top: 87px;
	width: 950px;
	height: 430px;
	text-align: left;
	margin: auto;
	overflow: hidden;
}

.answer {
	margin: 0px 0 0 20px;
	padding: 10px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#second_content {
	position: absolute;
	top: 550px; 
	left: 50%;
	margin-left: -400px;
	width: 800px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.quote {
	width: 200px;
	padding: 10px 20px 20px 20px;
	font-style: italic;
	float: right;
	text-align: right;
	font-size: 18px;
}

#log {
	position: absolute;
	left: 370px;
	top: 230px;
	width: 300px;
	padding: 20px;
}

