/*  
Theme Name: FullersField
Theme URI: http://www.fullersfield.net/
Description: 
Version: 1.0
Author: Temi Kolawole
Author URI: http://www.antigravityinc.com/

*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
b, strong {
	color: #0066CC;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #FFFFFF;
	background-color: #0066CC;
	text-decoration: none;
}
a:active {
	color: #0066CC;
}
h1, h2, h3, h4, h5 {
	padding-top: 0px;
	font-weight: normal;
	color: #ECBA24;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size:28px;
}
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#translation_bar{
	clear:both;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align:right;
}
#translation_bar a{
	margin-right: 10px;
	background: transparent;
}
#header {
	height: 50px;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
}
#content {
	clear: both;
	float:left;
	overflow: hidden;
	min-height: 300px;
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	padding: 15px;
}
#menu {
}
#left {
	float: left;
	height: 300px;
	width: 300px;
}
#right {
	float: right;
	width: 480px;
	padding: 10px;
	background-color: #F1F7FA;
	border: 1px dotted #CDDAF1;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
#menu ul li {
	float: left;
	list-style-type: none;
	margin-left: 10px;
}
#menu ul li a {
	display: block;
	color: #006699;
	text-decoration: none;
	width: 100px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#menu ul li a:hover {
	background-image: url(images/menu_hover_bg.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}
#menu ul li ul li a {
	background-color:#FFFFFF;
	background-image: none;
}
#content_bottom {
	clear: both;
	height: 30px;
	background-image: url(images/content_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer {
	clear: both;
	font-size: 11px;
	padding: 10px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #006699;
}
#menu {
	float: right;
	width: 500px;
	text-align: right;
}
#logo {
	float: left;
	width: 300px;
}
#en {
	float: left;
	width: 400px;
	padding: 10px;
	background-image: url(images/en_bg.gif);
	background-repeat: no-repeat;
	min-height: 300px;
}
#no {
	float: right;
	width: 400px;
	padding: 10px;
	background-image: url(images/no_bg.gif);
	background-repeat: no-repeat;
	min-height: 300px;
}
#slogan {
	clear:both;
}
#lang {
	text-align: right;
}
#lang ul {
	float: right;
}
#lang ul li {
	float: left;
	list-style: none;
	margin-right: 3px;
}
