/*******************
RESETS
*******************/
* textarea {
	resize: none
}

* { 
	padding: 0; margin: 0; 
}

/*******************
BODY
*******************/

body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 100%;
	line-height: 1.25em;
	background-color: #00668d;
}

/*******************
WRAPPER[S]
*******************/

#wrapper {
	width: 900px;
	height: 100%;
	margin: 0px auto;
/*	
	border-style: solid;
	border-width: 1px;
	border-color: #000;
*/
}

#header_wrapper {
	width: 900px;
	height: 100%;
	background-color: #2bc5ff;
	padding: 25px 0px 25px 0px;
}

/*******************
Header
*******************/

#header_logo {
	width: 350px;
	height: 110px;
	background: url("/includes/images/serene_logo_ca.jpg");
	background-repeat: no-repeat;
	margin-left: 30px;
}

/*******************
BUCKETS
*******************/

#buckets {
	height: 244px;
	background: url("/includes/images/bg_light.gif");
	padding-top: 10px;
}

.bucket_style {
	height: 85px;
	width: 268px;
	float: right;
	background: url("/includes/images/bg_lines_light.gif");
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #000;
	margin: 0px 15px 0px 15px; 
}

.bucket_label {
	font-weight: 400;
	font-size: 1em;
	color: #fff;
	text-align: center;
	padding: 4px 0px 6px 0px;
	border-radius: 10px 10px 0px 0px;
	background-color: #2bc5ff;

}

.bucket_text {
	font-size: .9em;
	line-height: 1em;
	color: #555;
	text-align: center;
	padding-top: 15px; 
}

/*******************
Body
*******************/

#body_pict {
	width: 900px;
	height: 300px;
	background: url("/includes/images/index_pict.jpg");
	background-repeat: no-repeat;
}


#body_text {
	height: 100%;
	width: 870px;
	min-height: 400px;
	font-size: .85em;
	text-align: justify;
	padding: 20px 15px 20px 15px;
	background-color: #fff;
}


/*******************
Content
*******************/
/*
#content {
	height: 100%;
	width: 900px;
}
*/
.content_box {
	height: 130px;
	width: 425px;
	margin: 15px 15px 10px 0px;
	background-color: none;
	float: right;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #989898;
	background: url("/includes/images/bg_lines_light.gif");
}

.content_box p{
	height: 100%;
	padding: 10px 10px 0px 10px;
	font-size: .85em;
	line-height: 1.1em;
	color: #000;
	text-align: center;
}

/*******************
NAVIGATION
*******************/

#menu {
	width: 100%;
	height: 28px;
	background: url("/includes/images/bg_light.gif");

}

#menu .button a {
	padding-top: 5px;
	padding-bottom: 5px;
}

.button {
	margin-top: 3px;
    float: left;
}
 
.button a {
    background: url("/includes/images/bg_light.gif");
    padding-left: 30px;
    padding-right: 30px;
    font-size: 80%;
}
 
.button a:visited {
    color: #A8A8A8;
}
 
.button a:hover, .button ul li .current {
    color: #2bc5ff;
    background: url("/includes/images/bg_dark.gif");
}

/*******************
FOOTER BUCKETS
*******************/

#footer {
	width: 900px;
	height: 100%;
	background: url("/includes/images/bg_light.gif");
	border-radius: 0px 0px 10px 10px;
	clear: both;
}

#footer_bucket_three {
	float: right;
}

#footer_bucket_two {
	float: right;
}

#footer_bucket_one {
	float: right;
}

.footer_bucket_style {
	height: 70px;
	width: 270px;
	margin: 10px 15px 0px 15px;
	border-top: 1px dotted #fff;
	border-radius: 10px;
	padding: 10px 0px 0px 0px;
}

.footer_link {
	font-size: .7em;
	padding: 0px 0px 0px 15px;
	text-align: center;
}

#copy {
	font-size: .6em;
	padding: 3px 0px 3px 0px;
	color: #989898 ;
	text-align: center;
}

/*******************
GLYCOLIC UNITS
*******************/


#body_pict_glycolic {
	width: 885px;
	height: 216px;
	background: url("/includes/images/glycolic_acid_units.jpg");
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding-left: 15px;
	background-color: #fff;
}

table {
	border: 0px solid #CCC; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
} 

td {
	padding: 4px; 
	margin: 3px; 
	border: 0px solid #ccc; 
	/*text-align: center;*/
}

th {
	background-color: #104E8B; 
	color: #FFF; 
	font-weight: bold;
}


/*******************
CONTACT
*******************/

#address {
	margin: 20px 0px 20px 15px;
	width: 885px;
	border: 0px solid #000;
	letter-spacing: 2px;
}

#contact {
	width: 900px;
	min-width: 900px;
}

#contact_form {
	width: 900px;
	height: 100%;
}

#field {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	display: block;
	width: 250px;
	height: 18px;
    margin: 0px 0px -10px 15px;
    line-height:18px;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #a9a9a9;
    background-color: #fff;
    font-size: .8em;
}

#thank_you {
	width: 260px;
	font-size: .9em;
	color: #000;
	margin: 10px 0px 15px 15px;
	line-height: 1.2em;
	text-align: justify;
}

#submit {
	cursor: pointer;
	width: 100px;
	height: 20px;
    line-height:18px;
    margin: 5px 5px 0px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #a9a9a9;
    background-color: #2bc5ff;
    color: #fff;
}

#comment {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	display: block;
	width: 250px;
	height: 150px;
    margin: 0px 0px 0px 15px;
    line-height:18px;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #a9a9a9;
    background-color: #fff;
    font-size: .8em;
}


/*******************
LOG IN
*******************/

#login {
	width: 900px;
	min-width: 900px;
	padding-top: 30px;
}

#login h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}


#login_form {
	width: 945px;
	height: 200px;
	margin: 10px 0px 0px 0px;
	position: relative;
}

.thank_you {
	width: 910px;
	min-width: 910px;
	min-height: 40px;
	font-size: .9em;
	color: #000;
	margin-top: 10px;
	line-height: 1.2em;
}

#label {
    width:60px;
    font-size:12px;
    line-height:24px;
    font-weight:bold;
}

#email {
	display: block;
	width: 300px;
	height: 20px;
    margin-bottom:5px;
    line-height:18px;
    padding:2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #a9a9a9;
    background-color: #faf7f7;
}

#password {
	display: block;
	width: 300px;
	height: 20px;
    margin-bottom:5px;
    line-height:18px;
    padding:2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #a9a9a9;
    background-color: #faf7f7;
}

/*******************
BODY PRODUCTS BOXES
*******************/

h1.headers {
	/*font-family: 'Droid Sans', sans-serif;*/
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	height: 30px;
	width: 100%;
	text-align: left;
	color: #000;
	border-bottom-color: #222;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-size: 1.3em;
	margin-bottom: 15px;

	color: #000;
}

.product_wrap {
	display: block;
	width: 100%;
	height: 300px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#box_1 {
	width: 270px;
	height: 300px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#box_2 {
	width: 270px;
	height: 300px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
}

#box_3 {
	width: 270px;
	height: 300px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	margin-left: 25px;
}

/*******************
PRODUCTS
*******************/

.product_box {
	cursor:pointer;
}

p.product_name {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: .9em;

	height: 50px;
	text-align: left;
}

p.product_detail {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: .7em;
	width: 140px;
	text-align: left;
	line-height: 1.4em;
}

img.product_picture {
	float: right;
}


/*******************
One
*******************/

#one_logo {
	width: 300px;
	height: 103px;
	background: url("/includes/images/one_logo.jpg");
	background-repeat: no-repeat;
	margin: 45px 0px 0px 300px;
}

#one_text {
	margin: 40px 15px 20px 15px;
}

/*******************
INDUSTRY.PHP ATTRIBUTES
*******************/


#pict_1 {
	background: url("/includes/images/Snake_1.jpg");
	background-repeat: no-repeat;
	width: 561px;
	height: 780px;
	margin-left: 154px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

#pict_2 {
	background: url("/includes/images/Snake_2.jpg");
	background-repeat: no-repeat;
	width: 574px;
	height: 804px;
	margin-left: 154px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

#pict_3 {
	background: url("/includes/images/Snap_1.jpg");
	background-repeat: no-repeat;
	width: 595px;
	height: 841px;
	margin-left: 154px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

#pict_4 {
	background: url("/includes/images/Snap_2.jpg");
	background-repeat: no-repeat;
	width: 576px;
	height: 841px;
	margin-left: 154px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

#pict_5 {
	background: url("/includes/images/5.jpg");
	background-repeat: no-repeat;
	width: 612px;
	height: 792px;
	margin-left: 154px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

/*******************
EXPERT
*******************/

#expert_pict {
	background: url("/includes/images/expert.jpg");
	background-repeat: no-repeat;
	width: 575px;
	height: 1342px;
	margin: 0px 0px 30px 163px;
}

/*******************
LINK ATTRIBUTES
*******************/

a:link {
	color: #A8A8A8;
	text-decoration: none;
}    

a:visited {
	color: #A8A8A8;
	text-decoration: none;
} 
a:hover {
	color: #2bc5ff;
	text-decoration: none;
} 
a:active {
	color: #999;
	text-decoration: none;
}  



