/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Author: Danny Halarewich
    Website: www.limewheel.com	
	
	FONT SIZING KEY
	
	8px = .5em
	9px = .562em
	10px = .625em
	11px = .689em
	12px = .75em
	13px = .814em
	14px = .875em
	15px = .938em
	16px = 1em
	17px = 1.064em
	18px = 1.125em
	19px = 1.188em
	20px = 1.25em
	21px = 1.313em
	22px = 1.375em
	23px = 1.438em	
	24px = 1.5em	
	25px = 1.563em
	26px = 1.625em
	27px = 1.688em
	28px = 1.750em
	29px = 1.813em
	30px = 1.875em	
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* =RESET STYLES
   ----------------------------------------------------*/
   
body,div,dl,dt,dd,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
   
/* =TYPOGRAPHIC STYLES
   ----------------------------------------------------*/
h2 {
	font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #5b4d2d;
	padding: 15px 0;
}
h3 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #546d3f;
	padding: 5px 0;
}
h4 {
	font: bold .75em Verdana, Arial, Helvetica, sans-serif;
	color: #546d3f;
	margin: 10px 0 0 0;
}
p {
	font: normal .75em/1.75em Verdana, Arial, Helvetica, sans-serif;
	color: #546d3f;
	padding: 5px 0;
	margin: 0;
}
a {
    color: #e9ab6f;
}
	a:hover {color: #dd7e53;}
	
	
#content ul {
	font-size: .75em;
	color: #546d3f;
	list-style-type: disc;
	margin: 10px 20px;
	padding: 0;
}

#sidebar ul {
	color: #695736;
	list-style: none;
	font-size: .75em;
}
	#sidebar ul li {
		background: transparent url(../i/bullet.jpg) 0 center no-repeat;
		margin-bottom: 8px;
	}
		#content #maincolumn ul#benefits {
			list-style-image: none;
			padding-left: 0;
			margin: 20px 0 0 0;
		}
			#content #maincolumn ul#benefits li {
				display: block;
				height: 34px;
				margin: 0 0 16px 0;
				padding: 0;
			}
body#contact #content #maincolumn ul {list-style: none; padding: 0; margin: 0 0 20px 0;}
body#contact #content #maincolumn ul li {
	background-image: none;
	padding: 0;
	margin-bottom: 5px;
}
#content ol {
	list-style: decimal inside;
	font-size: .75em;
	padding: 20px 0;
}
#sidebar h3 {
	font-size: 1.5em;
	font-weight: normal;
}
#sidebar ul {
	margin: 10px 0;
	padding: 0;
}
	#sidebar ul li {
		padding-left: 20px;
	}
strong {font-weight: bold;}
em {font-style: italic; color: #2a4116;}
address {font-size: .75em; font-style: italic;}
.orange {color: #dd7e53;}




/* =LAYOUT STYLES (header, content, footer, etc.)
   ----------------------------------------------------*/

body {
	font: normal 100%/1.125em Verdana, Arial, Helvetica, sans-serif;
	color: #695736;
	background: #fff url(../i/main_bg.jpg) 0 0 repeat-x;
	margin: 0;
	padding: 0;
}
#wrapper {
    width: 768px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#header {
	position: relative;
    width: 750px;
	height: 163px;
    background: transparent url(../i/header_BG.png) 0 0 no-repeat;
	padding: 0 14px 0 4px;
}
    #header h1 {
        margin: 0;
    }
    #header h1 a {
		display: block;
		float: left;
        width: 275px;
        height: 139px;
        background: transparent url(../i/logo.gif) 0 0 no-repeat;
    }
#navigation {
	position: absolute;
	bottom: 32px;
	right: 14px;
    width: 440px;
	height: 32px;
}
    #navigation ul {
        list-style-type: none;
		display: block;
		width: 440px;
		height: 32px;
		text-align: right;
        margin: 0;
        padding: 0;
    }
    
    #navigation ul li {
    	display: inline;
    	font-size: .85em;
    	margin-left: 10px;
    }
    
    	#navigation ul li a {
    		color: #fffce4;
    		line-height: 32px;
    		text-decoration: none;
    		padding-top: 5px;
    	}
    		#navigation ul li a:hover {
    			color: #d8caa6;
    			border-top: 2px solid #475d36;
    		}
    		
    		body#home li#n_home a {color: #d8caa6;border-top: 2px solid #475d36;}
    		body#about li#n_about a {color: #d8caa6;border-top: 2px solid #475d36;}
    		body#projects li#n_projects a {color: #d8caa6;border-top: 2px solid #475d36;}
    		body#contact li#n_contact a {color: #d8caa6;border-top: 2px solid #475d36;}
    		body#tenders li#n_tenders a {color: #d8caa6;border-top: 2px solid #475d36;}
    
/*        #navigation ul li {
            display: block;
			float: left;
			height: 32px;
			margin-right: 25px;
        }
            #navigation ul li a {
				display: block;
				float: left;
				height: 32px;
            }			
				#navigation ul li a:hover {background-position: 0 -32px;}
				li#n_home a {width: 38px; background: transparent url(../i/n/n_home.gif) 0 0 no-repeat;}
				li#n_about a {width: 40px; background: transparent url(../i/n/n_about.gif) 0 0 no-repeat;}
				li#n_projects a {width: 49px; background: transparent url(../i/n/n_projects.gif) 0 0 no-repeat;}
				li#n_contact a {width: 50px; background: transparent url(../i/n/n_contact.gif) 0 0 no-repeat;}
				li#n_tenders a {width: 51px; background: transparent url(../i/n/n_tenders.gif) 0 0 no-repeat;}
					#navigation ul li#n_tenders {margin: 0;}
					
				body#home li#n_home a {background-position: 0 -32px;}
				body#about li#n_about a {background-position: 0 -32px;}
				body#projects li#n_projects a {background-position: 0 -32px;}
				body#contact li#n_contact a {background-position: 0 -32px;}
				body#tenders li#n_tenders a {background-position: 0 -32px;}*/
				

#content {
	position: relative;
    width: 740px;
	background: transparent url(../i/content_BG.png) 0 0 repeat-y;
	padding: 0 14px;
}
#projectslideshow {
	display: block;
	float: left;
	width: 439px;
	height: 222px;
}
#introcontent {
	float: right;
	width: 291px;
	height: 222px;
	background: #546d3f url(../i/introbox_btm.gif) left bottom no-repeat;
}
	#introcontent h2 {
		display: block;
		width: 291px;
		height: 56px;
		background: transparent url(../i/intro_heading.gif) 0 0 no-repeat;
		padding: 0;
	}
	#introcontent p {
		color: #fbf5dc;
		font-style: italic;
		margin: 10px 0;
		padding: 0 14px 0 10px;
	}
#maincolumn {
	float: left;
    width: 419px;
	padding: 0 10px;
}
	#maincolumn ul#benefits li#benefit1 {width: 309px; background-image: url(../i/benefits/benefit1.gif);}
	#maincolumn ul#benefits li#benefit2 {width: 351px; background-image: url(../i/benefits/benefit2.gif);}
	#maincolumn ul#benefits li#benefit3 {width: 351px; background-image: url(../i/benefits/benefit3.gif);}
	#maincolumn ul#benefits li#benefit4 {width: 249px; height: 31px; background-image: url(../i/benefits/benefit4.gif);}
	#maincolumn ul#benefits li#benefit5 {width: 330px; background-image: url(../i/benefits/benefit5.gif);}
	
#sidebar {
	float: left;
	width: 271px;
	padding: 0 10px;
	margin-left: 10px;
}
	#sidebar img {
		margin: 20px 0;
	}

#footer {
    width: 740px;
	background: transparent url(../i/footer_BG.gif) 0 0 no-repeat;
	padding: 30px 14px 0 14px;
}
	#footer a.limewheellogo {
		display: block;
		float: left;
		width: 95px;
		height: 55px;
		background: transparent url(../i/limewheel_logo.gif) 0 0 no-repeat;
	}
		#footer a.limewheellogo:hover {background-position: -95px 0;}
	#footer p {
		display: block;
		width: 450px;
		float: left;
		text-align: left;
		color: #a89671;
		margin: 0;
	}
	
#footer p.siteBy {
	float: right;
	width: 280px;
	text-align: right;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}

#footer p.siteBy a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: .95em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    About Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#about #maincolumn {
	width: 712px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Projects Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#projects #maincolumn {
	width: 712px;
}

#imagegrid img {
	float: left;
	padding: 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    News Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.layout_full {
	border-bottom: 1px solid #DFD9C3;
	margin-bottom: 20px;
}

.layout_full.last {
	border: none;
}

p.postDetails {
	color: #AFA583;
	margin: 0 0 10px 0;
	padding: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    My Tenders Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul#downloads {
	color: #695736;
	list-style: none;
	font-size: .75em;
}
	ul#downloads li {
		background: none;
		margin-bottom: 8px;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Home Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#ticker {
	width: 718px;
	height: 50px;
	float: left;
	background-color: #F7F4ED;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DFD9C3;
	padding: 10px;
	margin: 10px 0;
}

.tickerWrap {
	position: relative;
}

#ticker .newsPost p {
	padding: 0;
	margin: 0;
}

#ticker .newsPost p a {
	color: #F07804;
}
	#ticker .newsPost p a:hover {
		color: #5F3B17;
	}

.newsPost img {
	float: left;
	margin: 5px 5px 5px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Tenders Login Form | File(s) Upload Form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


form dl dt {
	font-size: .75em;
}
form dl dd {
	margin-bottom: 10px;
}

form dl dd input {
    width: 261px;
	height: 18px;
	background: transparent url(../i/formfield_bg.gif) 0 0 no-repeat;
	color: #546D3F;
	font: bold .75em Verdana, Arial, Helvetica, sans-serif;
	border: none;
	padding: 8px 5px;
}

input.formbutton, input.submit {
	display: block;
	float: right;
    width: 68px;
	height: 30px;
    background: transparent url(../i/form_btn.gif) 0 0 no-repeat;
    color: #fff;
    font: bold .75em Verdana, Arial, Helvetica, sans-serif;
	border: none;
	margin-top: 15px;
    padding: 0;
}

input.submit {
	float: none;
	margin-left: 10px;
	margin-top: 0px;
}

input.upload {float: left; height: 22px; margin-top: 5px}

input.formbutton:hover, input.submit:hover {color: #e9ab6f;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Misc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#maincolumn ul#benefits li,
/*#navigation ul li a,*/
#footer a.limewheellogo,
#introcontent h2,
#header h1 a {      /*----Add image replaced element here----*/
    letter-spacing: -1000em;
    text-indent: -999em;
    overflow: hidden;
}

.logoutbutton a{
	display: block;
	float: right;
    width: 68px;
	height: 30px;
    background: transparent url(../i/form_btn.gif) 0 0 no-repeat;
    color: #fff;
    font: bold .75em Verdana, Arial, Helvetica, sans-serif;
	border: none;
	margin-top: 15px;
    padding: 0;
	line-height: 25px;
	text-indent: 10px;
	text-decoration: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearme {clear:both;}

