@charset "utf-8";
/* CSS Document */
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(../image/body-bkgd.gif) repeat-x #FFF;
	margin: 0; 
	padding: 0;
	color: #000000;}
#container {
	background:#FFFFFF;
	width:910px;
	margin:20px auto;}
a img {
	border: none;}
a, a:hover, a:active {
	outline: none;	
}
/*====================================== RIGHT ======================================
====================================================================================*/
#right {
	width: 700px;	
	float: left;}
	
/*=============================== HEADER ===============================
=======================================================================*/
#header {
	margin: 0; padding: 0;}

/*=========================== PAGE TITLES ===============================
========================================================================*/
#header h2 {
	margin:0;
	padding:0;
	text-indent: -9999px;
	display: block;
	height: 245px;
	background-repeat:no-repeat;
	background-position:right top;
	background-color: #fff;}
#home {
	background: url(../image/header_home.jpg);}
#about-us {
	background-image: url(../image/header_aboutus.jpg);}
#products {
	background-image: url(../image/header_products.jpg);}
#resources {
	background-image: url(../image/header_resources.jpg);}
#gallery {
	background-image: url(../image/header_gallery.jpg);}
#contact-us {
	background-image: url(../image/header_contactus.jpg);}
	
/*============================== CONTENT ==============================
======================================================================*/
#content {
	color:#002f65;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	background: #fff;
	padding: 20px 20px;
}
#content a {
	color:#33C;
}
#content a:hover {
	text-decoration:none;
}
h3 {
	font-size:13px;
	font-weight:bold;
	text-align: center;}
h3 a {
	border: none;}

/*====================================== LEFT ======================================
====================================================================================*/
#left {
	width: 210px; 
	float: left;}
#left h1 {
	margin:0; 
	padding:12px 0 0 2px; 
	height:167px; 
	background: #FFF;}
#left #address {
	background:#002F65; 
	text-align: right; 
	color: #acc9ea; 
	clear: both;}
#address-text {
	margin: 0 25px 0 35px; 
	padding: 15px 0 30px 0; 
	border-top: solid 1px #385c86;}
#partners {
	text-align: right; 
	padding: 20px 25px 30px 0;
	color: #002f65;}
#partners img {
	padding-top: 10px;}
	
/*======================= LEFT NAVIGATION =============================
=======================================================================*/
#left ul.menu {
	list-style:none;
	margin:0;
	padding:25px 0 20px 0;
	text-align:right;
	float: left;	
	width:210px;
	background:#002F65;}
#left ul.menu li {
	display:block;
	width: 210px;}
#left-navigation  li  a, .menu li a {
	background:#002F65;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
	padding:10px 25px 10px 0;}
#left-navigation a:hover, .menu a:hover {
	background:#33C;}
	
/*====================================== FOOTER ======================================
====================================================================================*/
#footer {
	clear:both;
	color:#002f65;
	font-size:9px;
	padding:10px;
	width: 920px;
	margin: 0 auto;}
	
/*====================================== CLASSES ======================================
====================================================================================*/
.small-text-11 {
	font-size:11px;}
.img-left {
	float:left;}
.img-right {
	float:right;}
	
/*===================================== GALLERY ======================================
====================================================================================*/
#gallery-pics img {
	margin:5px;}

