/* - - - - - - - - - - - - - - - - - - - - -

Title : Lentrecote
Author :  Oscar Diaz [Lunacye]
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

body{ background:#FFF; margin:0; padding:0; font: 0.8125em Arial, Verdana, sans-serif; line-height: 1; color:#353535; }

/* ----- IDS ----- */

#container{ width:786px; margin:auto; background: #FFF; }	
#header{ width:100%; height:165px; background: url("images/greygrad_up.gif") repeat-x bottom; margin:0; padding:0; }
#contact_float{ width:250px; margin: 35px 10px; font-size:.9em; color:#818181; font-style:italic; display:inline; text-align:right; float:right; }
#navigation{ width:100%; height:31px; clear:both; }
#seperator{ width:100%; height:28px; background: url("images/greygrad_dwn.gif") repeat-x; clear:both; }
#center{ width:100%; height:347px; margin:0 0 20px 0; padding:0; clear:both; }
#three{ width:100%; height:264px; padding:0 10px; clear:both; }
#footer{ width:100%; height:31px; margin:15px 0 10px 0; color:#FFF; background: url("images/nav_bg.gif") repeat-x; clear:both; }
#copyright{ width:40%; color:#363636; font-style:italic; font-size:.8em; margin:auto; clear:both; }

#content{ width:766px; height:250px; overflow:scroll; padding:30px 10px; margin:0 0 50px 0; background:#000; color:#FFF; }
#contact_info{ width:40%; padding-top:80px; }
#contact{ margin-bottom:50px; clear:both; }
#contact table{margin-bottom:50px; }

#product{ width:265px; padding:0 0 20px 0; }
#thumbs{ width:220px; margin:auto; }
#product_image{ width:503px;}

/* ----- CLASSES ----- */
.three_box{  float:left; margin:0 15px 0 0; }
.three_text{ width:242px; height:28px; margin:0; }
.three{ width:242px; height:236px; background:#F2F2F2; }
.two{ width:497px; height:236px; background:#F2F2F2; }
.three p{margin-top:0px; }
.right{ float:right; }
.bigger_text a{ font-size:1.3em; font-weight:bold; font-style:none; }
.fixedimg{ width:100px; height:100px; padding:2px; margin:0; }

/* ----- HEADINGS ----- */

h1{ margin-left:10px; float:left;}
h2{ color:#097043; margin:5px; padding-top:10px; text-align:center; }


/* ----- PARAGRAPHS ----- */

p{ padding:6px; text-align:justify; line-height:1.1em; }

/* ----- LISTS ----- */

#footer ul, #navigation ul{ height:31px; background: url("images/nav_bg.gif") repeat-x; padding:16px 0 0 0; margin:0; list-type:none; }

#navigation li{ margin:0; text-transform: uppercase; display:inline; position:relative; }
/*----- #selected{ height:31px; background: url("images/nav_bg_r.gif") repeat-x; }  -----*/
#navigation li a{ padding:15px; background: url("images/nav_bg.gif") repeat-x; }
#navigation li a:hover{ height:31px; background: url("images/nav_bg_r.gif") repeat-x; }
#selected{ background: url("images/nav_bg_r.gif") repeat-x;}

/* ----- IMAGES ----- */

img{ border:0; }
img a{ border:0; }
img a:hover{}
.three img{ margin:6px; border:1px #CCCCCC solid; }

/* ----- LINKS ----- */

a{ color:#097043; text-decoration:none; }
a:hover{ color:#46a87d; text-decoration:underline; }
a:visited, a:active, a:focus{ color:#0b3d27; }
#navigation a{ font-weight:bold; color:#FFF; text-decoration:none; }
#footer a{ font-weight:bold; color:#FFF; text-decoration:none; }

iframe{ width:495px; height:495px; border:0; padding:0 15px 0 0; }

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}
