/***********************************************
* http://www.univeguk.co.uk
* @copyright Copyright (C) 2008 iluminis. All rights reserved.
* @version 1.0
* @author iluminis UK Ltd <matt@iluminis.com>
***********************************************/

/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:100%/1.25 arial, helvetica, sans-serif;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1, h4 {
padding:5px 0 0 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}

h2, h5 {
padding:10px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

h3, h6 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 10px 0;
}

ul {
	color: #777777;
	list-style:disc;
	padding:0 0 10px 40px;
}

ol {
	color: #777777;
	list-style:decimal;
	padding:0 0 10px 40px;
}

li {
	padding: 7px 0px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}




/* hide from IE mac \*/
html
{
	height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body
{
	background: url('../images/gradient.gif') top left repeat-x #b3b2b2;
	height: 100%;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}

#container
{
	position: relative;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 800px;     
	text-align: left;
	background: #FFFFFF;
	/*border: 1px solid #000;*/
}

#header_top {
	background: url('../images/header_top.jpg') top left no-repeat #fff;
	padding: 0;
	margin: 0;
	height: 44px;
	width: 800px;
}

#header_middle {
	background: url('../images/header_middle.jpg') top left no-repeat #b3b2b2;
	padding: 0;
	margin: 0;
	height: 155px;
	width: 800px;
}

#guarantee_link {
	float:right;
}

#header_menu {
	/*background: #ffff00;*/
	padding-top: 116px;
	padding-left: 48px;
}

#header_menu ul{
	margin: 0px;
	padding: 0px;
}

#header_menu li{
	float: left;
	height: 29px;
	width: 114px;
	color: #fff;
	font-weight: bold;
	list-style-type: none;
	padding-right: 1px;
	text-align: center;
}

#header_menu li a{
	background: url('../images/button.gif') top center no-repeat;
	color: #fff;
	display: block;
	font-family: arial;
	font-weight: bold;
	padding: 8px 0px;
	text-decoration: none;
}
#header_menu li a:hover{
	/*background: #ccc;*/
	color: #ffff00;
	font-weight: bold;
	text-decoration: none;
}
#nav_selected a:link, #nav_selected a:visited{
	color: #f5d934;
	text-decoration: none;
}

#content_box {
	background: url('../images/content_box.jpg') top left no-repeat #fff;
	padding: 20px 0px 0px 0px;
	margin: 0;
	width: 800px;
}



/* LEFT SIDEBAR */
#sidebar_left {
	padding: 0px 20px 0px 50px;
	width: 130px;
}

#sidebar_left_yellow_top {
	background: url('../images/sidebar_left/yellow_top.gif') top left no-repeat #f5d834;
	padding: 10px 0px;
	width: 130px;
}
#sidebar_left_yellow_top h3{
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}
#sidebar_left_yellow_top img{
	margin-left: 4px;
}
#sidebar_left_yellow_bottom {
	background: url('../images/sidebar_left/yellow_bottom.gif') top left no-repeat #f5d834;
	height: 5px;
	margin-bottom: 15px;
	width: 130px;
}

#sidebar_left_lgrey_top {
	background: url('../images/sidebar_left/lgrey_top.gif') top left no-repeat #929292;
	color: #fff;
	padding: 10px;
	width: 110px;
}
#sidebar_left_lgrey_top h3{
	color: #ffff00;
	font-size: 16px;
	font-weight: normal;
}
#sidebar_left_lgrey_top a{
	color: #444;
}
#sidebar_left_lgrey_bottom {
	background: url('../images/sidebar_left/lgrey_bottom.gif') top left no-repeat #929292;
	height: 5px;
	margin-bottom: 15px;
	width: 130px;
}


#sidebar_left_nograd_top {
	background: url('../images/sidebar_left/nograd_top.gif') top left no-repeat #b0afb0;
	color: #666;
	padding: 10px;
	width: 110px;
}
#sidebar_left_nograd_top a{
	color: #444;
}
#sidebar_left_nograd_bottom {
	background: url('../images/sidebar_left/nograd_bottom.gif') top left no-repeat #b0afb0;
	height: 5px;
	margin-bottom: 15px;
	width: 130px;
}


#latest_news_sidebar {
	background: url('../images/sidebar_left/latestnews_bottom.jpg') bottom left no-repeat #fff;
	margin-bottom: 15px;
	width: 130px;
}

#latest_news_sidebar p {
	color: #555;
	font-size: 12px;
	padding: 0px 10px 10px 10px;
	text-align: center;
}

#latest_news_sidebar a {
	color: #cc0000;
}




#sidebar_left_subnav {
	background: top left no-repeat #b0afb0;
	color: #444;
	margin-bottom: 20px;
	width: 130px;
}
#sidebar_left_subnav li{
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
#sidebar_left_subnav a{
	border-bottom: 1px solid #fff;
	color: #444;
	display: block;
	padding: 3px 5px;
	text-decoration: none;
}
#sidebar_left_subnav a:hover{
	background: #ccc;
	color: #222;
	text-decoration: none;
}
#subnav_selected a{
	background: #f5d934;
	text-decoration: none;
}
#subnav_selected a:hover{
	background: #fed906;
	text-decoration: none;
}


.side_box_block {
	margin-bottom: 15px;
}


#navigation{
	background: #88ba00;
	height: 18px;
	width: 980px;
}

#nav {
	padding: 0;
	margin: 0;
}

	#nav ul {
		float: left;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#nav li{
		float: left;
		border-right: 1px solid #fff;
		color: #fff;
		list-style: none;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
	}
	
	#nav a{
		display:block;
		color: #fff;
		font-weight: normal;
		padding: 2px 20px;
		text-decoration: none;
	}
	
	#nav a:hover{
		background: #bbcc66;
		color: #66442e;
	}


	
#banner {
	padding: 5px 0px;
}

#search_bar {
	background: #463626;
	/*height: 26px;*/
	padding: 5px 10px;
}

#search_bar input{
	border:none;
}

#search_button {
	background: #463626;
	border: none;
	color: #fff;
}


#content {
	/*border:1px solid #ccc;*/
	padding-right: 20px;
	width: 390px;
}

#content h1 {
	border-bottom: 1px solid #ddd;
	display: block;
	padding-bottom: 7px;
}

#content_image {
	/*border: 1px solid #ccc;*/
	padding: 15px 0px 10px 1px;
	width: 245px;
}

.intro_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}


.intro_text, .intro_text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
}

.home_info_box {
	clear: both;
	border: 1px solid #ccc;
	height: 80px;
	margin-bottom: 10px;
	padding: 5px;
}
.home_info_box img{
	float: left;
	margin: 5px 10px 10px 5px;
}

#patent_info {
	background: #a41020;
	border: 3px solid #ccc;
	padding: 15px 0px;
	text-align: center;
}


#patent_info a{
	color: #fff;
	text-decoration: none;
}

#patent_info a:hover{
	color: #fff;
	text-decoration: underline;
}









#sidebar_right{
	color: #443726;
	font-size: 10px;
	width: 190px;
}

/*
#sidebar_right_lgrey_top {
	background: url('../images/sidebar_right/lgrey_top.gif') top left no-repeat #939393;
	color: #fff;
	font-size: 12px;
	padding: 10px 5px 0px 5px;
	text-align: center;
	width: 135px;
}
#sidebar_right_lgrey_bottom {
	background: url('../images/sidebar_right/lgrey_bottom.gif') top left no-repeat #939393;
	height: 6px;
	margin-bottom: 15px;
	width: 145px;
}
*/
#sidebar_right_lgrey_top {
	background: url('../images/sidebar_right/lgrey_top.gif') top left no-repeat #939393;
	color: #444;
	padding: 10px 5px 10px 5px;
	width: 135px;
}
#sidebar_right_lgrey_top a{
	color: #444;
}
#sidebar_right_lgrey_top a:hover{
	color: #fff;
}
#sidebar_right_lgrey_top hr{
	color: #bbb;
	background: #bbb;
}
#sidebar_right_lgrey_bottom {
	background: url('../images/sidebar_right/lgrey_bottom.gif') top left no-repeat #939393;
	height: 5px;
	margin-bottom: 15px;
	width: 145px;
}


#gallery {
	display: block;
	min-height: 68px;
}

#gallery img {
	border: 1px solid #999;
	margin: 1px;
	/*margin: 0px 2px 3px 0px;*/
}



#news {
	/*border: 1px solid #b6b194;*/
	font-size: 10px;

}

#news h1 {
	color: #9fb924;
	font-family: arial;
	font-size: 14px;
	padding: 15px 0px 5px 0px;
	text-transform: uppercase;
}

#archive ul {
	margin: 0px;
	padding: 0px;
}
#archive a {
	text-decoration: none;
}
#archive_selected a{
	color: #443726;
}


#footer {
	border-top: 3px solid #999;
	font-family: arial;
	font-size: 10px;
	margin-top: 20px;
	padding: 10px 0px 0px 10px;
}

#corporate_footer {
	background: #88ba00;
	color: #fff;
	font-family: arial;
	font-size: 10px;
	margin-top: 5px;
	padding: 5px 0px;
}

#corporate_footer a{
	color: #fff;
	text-decoration: none;
}

#corporate_footer a:hover{
	color: #fff000;
}


#sitemap {
	font-weight: bold;
	list-style-type: none;
}
#sitemap a{
	text-decoration: none;
}


.links_table td{
	border-bottom: 1px solid #ddd;
	padding-top: 5px;
}




p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*text-align: justify;*/
	font-size: 11px;
	color: #777777;
	margin-top: 5px;
	margin-bottom: 5px;
}

td,tr,div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}
	
h1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #888;
	font-size: 20px;
	/*font-weight: bold;*/
	margin-top: 0px;
}

h2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
	padding-bottom: 0px;
}	


hr
{
	margin: 5px 0px;
	padding: 0px;
	height: 2px;
	color: #fff;
	background: #ccc;
	border: none;
}


img
{
	border: none;
	margin: 0;
	padding: 0;
}

pre
{
	min-height: 30px;
	width: 90%;
	padding: 10px;
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	overflow: auto;
}

blockquote {
	/*background: #EFEFEF;
	border: 1px solid #CCCCCC;*/
	font-style:italic; 
	margin: 3px 10px;
	padding: 7px 10px;
}


a:link, a:visited
{
	color: #990000; /* 9E6E6E */
	font-weight: normal;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover
{
	color: #ff0000; /* B51F22 */
	/*text-decoration: underline;*/
}



ul li
{
	padding: 3px;
}


