﻿/*
dark blue #003399
light blue #00CCCB
dark pale #7FB5DB     paler #A0CAE5
light pale #7FC7DF   

vlight bde

*/

/* =========================== GENERAL ================================== */

body
{
	font-family:  Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #026;
	margin: 0;
	padding: 0;
	background: #fff;
}

#page
{
	width: 768px;
	padding: 0;
	margin: 0 auto;
	/*background: #A0CAE5 url(img/css/bg_sidenav.gif) repeat-y top left;*/
	background: #ddeeff url(img/css/bg_sidenav_2.gif) repeat-y;
	border: 1px solid #039;
}


/* header =============================================================*/

#header
{
	background: #0cc url(img/css/header_bg5.gif) no-repeat bottom left;
	width: 100%;
	/*margin-bottom: 20px;*/
}

#header td
{
	background: url(img/css/3tyres2.gif) no-repeat 450px 20px;
	vertical-align: bottom;
	height: 140px;
}

#logoimg
{
	margin-left: 10px;
}

/* top menu ------------------------------------------------------------*/

#topnav
{
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
}

#topnav ul
{
	float: right;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	list-style: none;
}

#topnav li
{
	float: left;
	margin: 0;
	padding: 0;
}

#topnav a
{
	float: left;
	display: block;
	margin: 0;
	width: 138px;
	background: url(img/css/btn_top1.gif) no-repeat bottom left;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: center;
	color: #039;
	text-decoration: none;
	white-space: nowrap;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial;
}

#topnav a:hover
{
	background-image: url(img/css/btn_top1_hi.gif);
}

#subheaderbar
{
	background: #0cc url(img/css/main_topedge_2.gif) no-repeat bottom left;
	font-size: 10px;
	padding: 4px 4px 12px 4px;
}

/* middle section =============================================================*/
/* to handle layered backgrounds */
#middlesection_outer
{
	background: url(img/css/3tyres2b.gif) no-repeat bottom left;   /* 3 tyres above footer */
}

#middlesection_inner
{
	/*background: url(img/css/bg10.gif) no-repeat top right;  /* content area background pattern */
	width: 100%;
	overflow: hidden; /* to contain floated divs in non-IE */
}

/* side bar menu ---------------------------------------------------------*/
#sidemenu
{
	float: left;
	/*border: 1px solid yellow;/* guide */
}

#sidemenu ul
{
	margin: 10px 2px 100px 2px;
	padding: 0;
	list-style: none;
}

#sidemenu li
{
	margin: 0;
	padding: 0;
}

#sidemenu a
{
	display: block;
	margin: 0;
	width: 150px;
	background: url(img/css/btn_side2.gif) no-repeat top left;
	padding-top: 6px;
	padding-bottom: 11px;
	text-align: center;
	color: #039;
	text-decoration: none;
	white-space: nowrap;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial;
}

#sidemenu a:hover
{
	background-image: url(img/css/btn_side2_hi.gif);
}

/* content ---------------------------------------------------*/
#content
{
	float: right;
	width: 590px;
	margin: 0;
	padding: 0;
	/*padding-right: 5px;*/
	margin-right: 5px;
	overflow: hidden;
	/*border: 1px solid red; /* guide */
}

/* footer =================================================================*/
#footer
{
	clear: both; /* must be below content and sidebar */
	background-color: #039;
	color: #fff;
	width: 100%;
	overflow: hidden; /* to contain floated divs in non-IE */
	margin-bottom: 10px;
}

#footer span
{
	float: left;
	padding: 7px 20px;
	font-size: 13px;
}

#footer img
{
	float: right;
	padding: 3px 20px 1px 20px;
}

/* ============================================================================================ */

