/*======================================*
** gibbo-stylesheet.css
** ------------------------------------------------------------*
** Created: 10-05-06 (dd-mm-yy)
** Author: Kevin Barter @ Diagnostic Design
** Website: jamesgibsononline.com
**======================================*/

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/

body {
	background-color:#999999; /* Optional */
	font-family:"Arial" Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	padding: 0;
	color: #666;
	}

a { text-decoration:underline;color:#666666; }
a:hover { text-decoration: underline;color:#333333; }
h2 {
	color:#666666;
	font-size: 13px;
	background-image: url('images/h2.jpg');
	padding: 4px 0px 4px 40px;
	border: 1px solid #ddd;
}
h3 {
	color:#99CC33;
	font-size: 14px;
	}
p {
	text-align: left;
	line-height: 18px;
}


form,
input, 
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;			
	}	
input,
textarea { 
	border-top: 1px solid #999; 
	border-left: 1px solid #999;	
	border-right: 1px solid #eee; 
	border-bottom: 1px solid #eee; 
	padding: 3px 5px;
	}
input.submit {
	border: 1px solid #fff;
	background-color: #ccc;
	color:#99CC33;
	border-top: 1px solid #eee; 
	border-left: 1px solid #eee;	
	border-right: 1px solid #999; 
	border-bottom: 1px solid #999; 	
	}	
form p, 
form label { color:#99CC33; width: 100px; }
/*------------------------------------------------------------*
**  Main
**------------------------------------------------------------*/	
#main {
	margin: 0 auto;
	width: 740px;
	background: #fff;
	border: 0px;
	text-align: left; /* Cancel IE Fix */
	padding:0px;
	}
#main:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}	

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/

#header {
	background: #999 url(images/header.jpg) no-repeat 50% 0;
	height: 240px;
	}	
#header h1 { 	
	margin: 0;
	font-size: 0px;
	text-indent: -5000px;
	}

/*------------------------------------------------------------*
**  Left Column
**------------------------------------------------------------*/
#lcol {
	width: 185px;
	background-color:#fff;
	float: left;
	margin-right: 20px;
	text-indent: 10px;
}

/*------------------------------------------------------------*
**  Menu
**------------------------------------------------------------*/
#menu {
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0;
}

#menu a {
	display: block;
	text-decoration: none;
	background-image: url('images/button.gif');
	color:#666666;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	padding: 8px 0px 8px 10px;
}

#menu a:hover {
	color:#666666;
	background-image: url('images/button2.jpg');
}

/*------------------------------------------------------------*
**  Divided Lists
**------------------------------------------------------------*/	
ul.divided { list-style-type: none; margin: 0; padding: 0; }
ul.divided li {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

/*------------------------------------------------------------*
**  Right Column
**------------------------------------------------------------*/	
#rcol {
	width: 520px;
	background-color:#fff;
	float: left;
	padding: 0px 0px 20px 0px;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		

#footer {
	width: 710px;
	background-image: url('images/foot1.gif');
	color:#666666;
	padding: 5px 0px 5px 30px;
	margin: 0px auto;
	font-size:0.9em;
	}
