/* CSS Document */
/*----------------------------------------------------------------------------------------------------------
[Layout Stylesheet of all website pages]
Project:	Genistein.net
Version:	1.0
Created : Servernix.com
-----------------------------------------------------------------------------------------------------------*/
/*------------------Layout,Table of Contents----------------------------------------------------------------- 
1. BODY 
2. LAYOUT
3. SITE HEADER
4. CONTENT AREA
5. SITE FOOTER
/*-------------------------------------------------------1. BODY---------------------------------------------------*/

*{
margin:0;
padding:0;
border:0;
}
html,body
{
height:101%;
}
body
{
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#555555;
background:url(../images/page_bg.jpg) repeat-x top left #EEEEEE;
}
.fleft
{
float:left;
}
.fright
{
float:right;
}
.clear
{
clear:both;
}
a
{
color:#b25c00;
outline:none;
text-decoration:none;
}
a:hover
{
color:#555555;
outline:none;
text-decoration:underline;
}


/*------------------------------------------------------2. LAYOUT-------------------------------------------------*/
#pagewidth
{
margin:0 auto;
width:733px;
overflow:hidden; 
}
/* -----------------------------------------------------3. SITE HEADER--------------------------------------*/
#header
{
margin:0 auto;
width:733px;
overflow:hidden; 
background-color:#FFFFFF;
}
#header .logo a
{
width:250px;
overflow:hidden; 
float:left;
}
#header .mainlinks
{
width:405px;
overflow:hidden; 
float:right;
font-family:"Trebuchet MS", Arial, Tahoma;
font-size:14px;
font-weight:bold;
text-align:left;
color:#b25c00;
padding:37px 0px 0px 78px
}
.mainlinks a
{
color:#b25c00;
text-decoration:none;
padding:0px 5px;
}
.mainlinks a:hover
{
color:#555555;
text-decoration:underline;
}
.banneroutter
{
width:733px;
overflow:hidden;
clear:both; 
}
.banneroutter .banner_left
{
width:436px;
overflow:hidden;
float:left;
}
.banneroutter .banner_right
{
width:297px;
overflow:hidden;
float:left;
}
/* -----------------------------------------------------4. CONTENT AREA--------------------------------------*/
.contentoutter
{
width:733px;
overflow:hidden;
padding:10px 0px;
background-color:#FFFFFF;
}
.contentinner
{
width:693px;
overflow:hidden;
padding:10px 20px;
background-color:#FFFFFF;
}
.contentinner h1
{
font-family:"Trebuchet MS", Arial, Tahoma;
font-size:22px;
color:#555555;
text-decoration:none;
padding-bottom:6px;
}
.contentinner h1 span
{
color:#4ba614;
}
.contentinner p
{
color:#555555;
text-decoration:none;
text-align:justify;
line-height:18px;
padding-bottom:20px;
}
.imgfloat
{
float:right;
padding:0px 0px 0px 5px;
}
.greentext
{
color:#4ba614;
text-decoration:none;
}
.morelink
{
font-weight:bold;
color:#b25c00;
text-decoration:none;
}
.morelink:hover
{
color:#555555;
text-decoration:underline;
}
.normaltext
{
color:#555555;
text-decoration:none;
line-height:18px;
}
.innerheading
{
border-bottom:2px dotted #666666;
margin-bottom:12px;
}
.innerheading h1
{
font-family:"Trebuchet MS", Arial, Tahoma;
font-size:26px;
color:#b25c00;
text-decoration:none;
padding-bottom:6px;
}
/* -----------------------------------------------------5. SITE FOOTER--------------------------------------*/
.footer
{
width:713px;
height:80px;
overflow:hidden;
clear:both;
background-color:#EEEEEE;
text-decoration:none;
text-align:right;
padding:12px 10px 0px 10px;
}
.footer span
{
display:block;
float:left;
}
.footerlink
{
color:#b25c00;
text-decoration:none;
}
.footerlink:hover
{
color:#555555;
text-decoration:underline;
}
.validlink
{
background:url(../images/tick.gif) no-repeat top left;
color:#4ba614;
text-decoration:none;
padding-left:10px;
font-size:10px;
}
.validlink:hover
{
color:#555555;
text-decoration:underline;
}

