/*
	Name: LOOK
*/


/* CSS */

*{
	margin: 0;
	padding: 0;
}

body{
	width: 100%;
	text-align: center;
	font: normal 100% "Arial", "Helvetica Neue", "Helvetica", sans-serif; /* 100% = 16pt */
	background: #c9c39f;
	color: #000;
}

.container{
	position: relative;
	width: 836px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

img {
	border: 0;
	margin: 0;
}

a:link, a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000;
}

a:hover, a:active {
	border-bottom: 1px solid #000;
}

h2, h3, h4{
	padding-bottom: 1em;
	letter-spacing: .05em;
}

h2, h3{
	font-family: "Times New Roman", "Times", serif;
	text-transform: uppercase;
}

h2{
	font-size: 1em;
}

h3{
	font-size: .875em;
}

h4{
	font-size: .75em;
}

p {
	margin: 0 0 1.5em;
	font-size: .75em;
	letter-spacing: .1em;
	line-height: 1.5em;
	color: #000;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.uppercase{
	text-transform: uppercase;
}

ul{
	margin: 0 0 1em;
	list-style: none;
}

.clear{
	clear: both;
}


/* LOOK Logo */

#look_logo{
	width: 100%;
	height: 130px;
	background: #fff;
}

h1{
	text-indent: -9999px;
}

#look_logo h1 a:link,
#look_logo h1 a:visited{
	display: block;
	position: absolute;
	top: 15px;
	left: 316px;
	width: 204px;
	height: 103px;
}

#look_logo h1 a{
	background: url(../img/logo.gif) 0 0 no-repeat;
}

#look_logo h1 a:hover,
#look_logo h1 a:active {
	text-decoration: none;
	border: 0;
}

/* Navigation */

#navigation{
	width: 836px;
	height: 40px;
	background: url(../img/navigation.gif) 0 -40px no-repeat;
}

#navigation ul{
	list-style: none;
	margin: 0 0 0 96px;
}

#navigation ul li{
	display: inline;
}

#navigation a:link,
#navigation a:visited {
	display: block;
	float: left;
	height: 40px;
	text-indent: -9999px;
	background: url(../img/navigation.gif) 0 0 no-repeat;
}

#nav_designs a:link,
#nav_designs a:visited {
	width: 92px;
	background-position: -96px 0;
}

#nav_materials a:link,
#nav_materials a:visited {
	width: 108px;
	background-position: -188px 0;
}

#nav_applications a:link,
#nav_applications a:visited {
	width: 130px;
	background-position: -296px 0;
}

#nav_systems a:link,
#nav_systems a:visited {
	width: 101px;
	background-position: -426px 0;
}

#nav_projects a:link,
#nav_projects a:visited {
	width: 101px;
	background-position: -527px 0;
}

#nav_contact a:link,
#nav_contact a:visited {
	width: 96px;
	background-position: -628px 0;
}

body.home #nav_home a:link,
body.home #nav_home a:visited,
body.designs #nav_designs a:link,
body.designs #nav_designs a:visited,
body.materials #nav_materials a:link,
body.materials #nav_materials a:visited,
body.applications #nav_applications a:link,
body.applications #nav_applications a:visited,
body.systems #nav_systems a:link,
body.systems #nav_systems a:visited,
body.projects #nav_projects a:link,
body.projects #nav_projects a:visited,
body.contact #nav_contact a:link,
body.contact #nav_contact a:visited,
#navigation a:hover,
#navigation a:active {
	background: none !important;
	border: 0;
}

#navigation ul li a:hover, #navigation ul li a:active {
	outline: none;
}


/* Spotlight */

#spotlight{
	width: 836px;
	height: 296px;
	padding-left: 18px;
	background: transparent url(../img/content_bg.gif) 0 0 repeat-y;
}


/* Pattern Banner */

#pattern_banner{
	width: 836px;
	height: 60px;
	background: url(../img/pattern_banner.jpg);
}


/* Content */

#content{
	float: left;
	width: 736px;
	padding: 25px 50px;
	text-align: left;
	background: url(../img/content_bg.gif) 0 0 repeat-y;
}

#content_column_l {
	float: left;
	width: 215px;
}

#content_column_r {
	float: left;
	width: 500px;
	padding: 0 0 0 15px;
}

.front1{
	float: left;
	width: 460px;	
	padding: 0 25px 0 0;
}

.front2{
	float: left;
	width: 218px;
	padding: 15px;
	background: #ebe7d7;
}

.front2 p {
	font-size: .6875em;
}

.front2 img, .int2 img {
	margin-bottom: 1em;
	border: 0;
}

.cell {
	float: left;
	width: 217px;
	padding: 0 14px 15px;
}

.cell p {
	margin: 0 0 .5em;
}

.cell p a:link,
.cell p a:visited {
	font-weight: bold;
}

.cell p a:hover {
	border-bottom: 1px solid #000;
}

.cell p.image a:hover {
	border: 0;
}

.thumbnail {
	float: left;
	width: 102px;
	margin: 0 0 15px;
	padding: 0 10px;
	font: normal 12px Verdana,Arial,sans-serif;
}

.thumbnail h3 {
	padding-top: 2px;
	font: normal 12px Verdana,Arial,sans-serif;
	text-transform: none;
}

.cell img,
.thumbnail img,
img.image {
	display: block;
	padding: 0;
	border: 1px solid #000;
}

img.image_left {
	display: block;
	float: left;
	margin: .75em 15px 0 0;
	border: 1px solid #000;
}

.itemlist{
	list-style: none;
}

.itemlist li{
	float: left;
}

.itemlist li a img{
	padding-bottom: .5em;	
}

.itemlist li a:link, .itemlist li a:visited{
	display: block;
	width: 68px;
	margin: 0 14px 2em 0;
	font-size: .6875em;
	letter-spacing: .1em;
}

.detail img{
	float: left;
	width: 215px;
	margin-right: 25px;
}

.detail p{
	float: left;
	width: 470px;
}

#testimonial blockquote {
	font-style: italic;
	margin: 0;
}

#testimonial blockquote p {
	margin: 1.5em 0 0;
	color: #636363;
}

#testimonial blockquote p:first-child {
	margin: 0;
}

#testimonial p.cite {
	text-align: right;
	margin: 0;
	color: #636363;
}

#testimonial cite {
	font-weight: bold;
	font-style: none;
}


/* Footer */

#footer{
	float: left;
	width: 836px;
	text-align: center;
	padding-bottom: 75px;
	background: url(../img/footer_bg.gif) 0 0 repeat-y;
}

#footer p {
	margin: 0;
	color: #fc6;
	letter-spacing: .05em;
	padding-bottom: .1em;
}

#address{
	padding-top: 35px;
	background: url(../img/footer_top.gif) 0 0 no-repeat;
}

#address a{
	color: #033;
}

#address a:hover{
	border-bottom: 1px solid #033;
}

#lafave{
	width: 100%;
	height: 55px;
	background: url(../img/lafave_logo.gif) center 35px no-repeat;
}

#lafave a{
	color: #fff;
}

#lafave a:hover{
	border-bottom: 1px solid #fff;
}

/* Forms */
ul.form_fields {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.form_fields li {
	margin: 0 0 .75em;
	font-size: .75em;
}

ul.form_fields li.buttons {
	margin: 1.5em 0 0;
}

ul.form_fields label {
	display: block;
	width: 100px;
	padding: 2px 0 0;
	font-weight: bold;
	float: left;
}

ul.form_fields input,
ul.form_fields select {
	font-size: .75em;
}

ul.form_fields textarea {
	width: 50%;
	height: 75px;
	font-size: .75em;
}

/* Tables */

table.list {
	width: 99%;
	border-collapse: collapse;
}

table.list td {
	padding: 5px 15px 5px 0;
	border-bottom: 1px solid #C9C39F;
	font-size: .75em;
	letter-spacing: .1em;
	line-height: 1.5em;
}

table.list td.nowrap {
	white-space: nowrap;
}

table.list td.stretch {
	width: 100%;
}

/* Staff */

div.staff {
	margin: 0 0 1em;
}

div.staff img {
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	border: 1px solid #000;
}