﻿/* CSS Document */

* {
	margin: 0;
	padding: 0;	
}

body {
	background-color: #f7f5e6;
	color: #000;
	font-family: Verdana, arial, sans serif;
	font-weight: normal;
}

p, li {
	margin-bottom: 9px;
	font-size: 12px;
	line-height: 18px; 
	font-weight: normal;
}
	
h1 {
	margin-bottom: 10px;
	font-family: 'Microsoft Sans Serif', verdana, arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: lowercase;
	color: #475439;
}

h1.product {
	text-transform: capitalize;
}

h1.default {
	text-transform: none;	
}

h1.beauty {
	color: #4f0404;	
}

h1.engineered{
	color: #7f7f7f;	
}
	
h2 {
	margin-bottom: 5px;
	font-family: 'Microsoft Sans Serif', verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: lowercase;
	color: #5E2844;		
}

a {
	text-decoration: none;
	color: #475439;
	font-weight: bold;
}

a.center_link{
	float: left;
	display: block;
	width: 100%;
	margin-top: 10px;
	text-align: center;	
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;	
}

ul {
	margin: 0 0 9px 40px;	
}

#header {
	width: 100%;
	height: 115px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5E2844;
}
	
#headleft {
	width: 220px;
	height: 115px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #475439;
}

#headleft .collage {
	position: absolute; 
	left: 35px; 
	top: 17px;	
}
	
#headright {
	height:125px;
}

#headright .logo {
	position: absolute;
	left: 250px;
	top: 45px;
}

#headright .tagline {
	font: italic 13px 'trebuchet ms', 'Microsoft Sans Serif', arial, sans-serif;
	position: absolute;
	left: 460px;
	top: 76px;
}

#content {
	min-width: 1100px;
}

#content img.beauty{
	margin: 20px 0 20px 0;
	padding-left: 200px;	
}

#sidebar {
	width: 220px;
	float: left;
	border-right: 3px solid #475439;
}

#right_sidebar {
	float: right;
	width: 200px;	
	text-align: center;
}

#right_sidebar img {
	display: block;	
	text-align: center;
	margin: 0 auto 10px auto;
}
	
#menu {
	margin-top: 100px;
	margin-right: 15px;
} 

#menu ul {
	list-style: none;
	text-align: right;
	margin: 0;
}

#menu ul li {
	padding-bottom: 10px;
	margin: 0;
}	

#menu ul li a {
	display: block;
	padding: 2px 3px;
	font-size: 14px;
	font-weight: normal;
}

#menu ul li ul li {
	padding-bottom: 0;
}

#menu ul li ul li a {
	font-size: 11px;
	color: #727f64;
}

#menu ul li ul li a:hover {
	color: #475439;	
}

#menu a:hover {
	text-decoration: none;	
}
	
#info_section {
    width: 750px;
    padding: 20px;
	float:left;
}

#gallery {
	float: left;
	display: block;
	width: 100%;	
}

#gallery div {
	float: left;
	width: 120px;
	height: 200px;
	margin-right: 10px;
	text-align: center;
}

#footer {
    width:100%;
	float: left;
}

.clear {
	clear: both;	
}

.right {
	float: right;
}

.left {
	float: left;	
}

img.content_left, img.content_right {
	border: 1px solid #475439;
}

img.content_left {
	float: left;
	margin: 10px 10px 0 0;
	padding: 3px;
	background: #f6f4e9;
}

img.content_right {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	background: #f6f4e9;
}

a.pdf {
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background: url(../images/ico_pdf.png) no-repeat left center;	
}
		
