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

Title : Resveratrol Facts
Author : Adrian Bornea
URL : http://www.designdone.com

Description : Resveratrol Facts Website 

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

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

*{
}	
html{
}	
body{
margin: 0;
padding: 0;
background: url('images/bg.png') repeat-x;
}



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

h1, h2, h3, h4 {
font-family: Arial, Verdana, Tahoma;
font-weight: bold;
color: #c6301c;
}

h1{
font-size: 30px;
line-height: 25px;
margin: 0 0 10px 0;
}

h2{
font-size: 20px;
line-height: 16px;
margin: 20px 0 7px 0;
}
h3{
font-size: 15px;
line-height: 10px;
margin: 20px 0 5px 0;
}
h4{
font-size: 12px;
line-height: 10px;
margin: 20px 0 2px 0;
}



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

p{
font-family: Arial, Verdana, Tahoma;
font-size: 12px;
color: #3e3527;
line-height: 18px;
}



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

li, ul, ul li, li ul{
font-family: Arial, Verdana, Tahoma;
font-size: 12px;
color: #3e3527;
line-height: 18px;
}





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

img{
border: 2px solid #3e3527;
}
img a{
border: 2px solid #3e3527;
outline: 0;
}
img a:hover{
border: 1px solid #3e3527;
}


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

a{
color: #a89d8e;
outline: 0;
}
a:hover{
color: #c6301c;
}

a:visited{
color: #877c6e;
}

/* ----- CONTAINER ----- */

#container {
width: 950px;
margin-left: auto;
margin-right: auto;		   
}


/* ----- HEADER ----- */

#header {
height: 230px;
}


/* ----- LOGO ----- */

#logo {
diplay: inline;
width: 350px;
height: 75px;
float: left;
margin-top: 40px;
}

#logo img { 
border: none;
}



/* ----- MENU ----- */

#menu {
diplay: inline;
float: right;
margin-top: 10px;
font-weight: bold;
}

#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}


#menu ul li {
display: inline; 
color: #a89d8e;
font-size: 14px;
}


#menu ul li a {
text-decoration: none;
padding: 15px;
}

#menu ul li a:hover {
background-color: #c6301c;
border-bottom: 1px solid #ff8373;
color: #ffffff;
}

#menu ul li a:focus {
background-color: #c6301c;
border-bottom: 1px solid #ff8373;
color: #ffffff;
}

/* ----- CONTENT ----- */

#content {
display: inline;
width: 600px;
float: left;

}


/* ----- SIDEBAR ----- */

#sidebar {
display: inline;
width: 292px;
background: url('images/sidebar-bg.png') no-repeat #313125;
float: right;
margin-top:30px;
}

#sidebar ul {
margin-top: 100px;
list-style-type: square;
}

#sidebar ul li {
color: #a89d8e; 
padding-bottom: 10px;
}

#sidebar ul li a {
color: #a89d8e; 
text-decoration: none;
font-size: 14px;
}

#sidebar ul li a:hover {
color: #ffffff; 
}


/* ----- OFFER ----- */

#offer {
clear: both;
height: 180px;
background: url('images/offer.png') repeat-x;
}

#all {
width: 950px;
margin-left: auto;
margin-right: auto;		   
}

#fruit {
diplay: inline;
width: 133px;
height: 180px;
background: url('images/fruit.png') no-repeat;
float: left;
}
 
#get {
display: inline;
width: 500px;
background: url('images/get-offer.png') no-repeat;
float: left;
margin-top: 20px;
margin-left: 50px;
padding-top: 40px;
}

#get img {
diplay: inline;
border: none;
float: right;
}


/* ----- FOOTER ----- */

#footer {
height: 75px;
background-color: #313125;
margin-top: 50px;
text-align: center;
}


#footer ul {
width: 950px;
list-style-type: none;
padding-top: 20px;
}


#footer ul li {
display: inline; 
font-size: 12px;
}


#footer ul li a {
text-decoration: none;
padding: 10px;
}

#footer ul li a:hover {
color: #ffffff;
}