/* 
Global CSS:	 Document
Client name: Genvolt September 2007
Designed by: Visualcode Ltd
Author:		 S.Edwards
Creation: 	 26/09/2007.
 */

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

body {
	text-align: center;
	margin:0;
	padding:0;
	font-family:  arial, helvetica, sans serif;
	color:#333;
	font-size:0.8em;
	position:relative;
	}

* html body { /*to make IE 5.5 Center */ 
	text-align:center;
	}
	
div {	
	margin:0;
	padding:0;
	}
	
img {
	border:none;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Garamond, Big Caslon, Baskerville, Georgia, Times, serif;
	position:relative;
	}
	
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b{
	font-weight:normal;
	color:#FFA809;
	position:relative;
	}

table{
	width:100%;
	border:0;
	padding:0;
	margin:0;
	clear:right;
	}
	
table td{
	padding:2px;
	font-size:95%;
	vertical-align:top;
	}
	
h1 {
	font-weight:100;
	font-size:2.3em;
	padding:10px 0;
	margin:0;
	color:#005F97;
	}
	
h2 {
	font-weight:100;
	font-size:1.8em;
	color:#000;
	color:#005F97;
	}
 
h3 {
	font-weight:100;
	font-size:1.5em;
	color:#000;
	}

h4 {
	font-weight:100;
	font-size:100%;
	color:#333;
	}
 
a:link {
	color:#005F97;
	text-decoration:none;
	}

a:visited {
	color:#005F97;
	text-decoration:none;
	}

a:hover {
	color:#56C0FF;
	text-decoration:none;
	}

a:active {
	color:#005F97;
	text-decoration:none;
	}

.clear {
	clear:both;
	height:1px;
	font-size:0.1em;
	}

a:link img,
a:visited img,
a:hover img,
a:active img{
	text-decoration:none !important;
	}

img {
	border:0;
	}

p{
	position:relative;
	}

hr{
	background:transparent;
	height:1px;
	border:0;
	border-top:#56C0FF solid 1px;
	}

/*--------------------------- Wrapper -----------------------------*/

#Container{
	margin:15px 0 0 0;
	padding:0;
	position:relative;
	}

#wrapper {
	width:992px;
	margin:0 auto;
	text-align:left;
	padding:0;
	position:relative;
	}
	
/*--------------------------- Logo  -----------------------------*/

#header{
	width:100%;
	text-align:center;
	background:#FFF url(images/header.gif) no-repeat;
	position:relative;
	}

#header h1{
	padding:0;
	margin:0;
	padding-top:20px;
	font-family:  Garamond, Big Caslon, Baskerville, Georgia, Times, serif;
	font-size:20px;
	text-align:right;
	margin-right:10px;
	color:#005F97;
	line-height:25px;
	}

#header h1 b,
#header h1 strong{
	color:#FFF;
	font-weight:normal;
	}

#logo { 
	margin:0;
	padding:0;
	display:none;
	text-align:center;
	}

/*--------------------------- main Navigation -----------------------------*/
	
#Navigation {
	clear:both;
	background:#FFF url(images/navBack.gif) repeat-x 0px 1px;   
	text-align:left;
	margin-top:10px;
	padding:10px 15px 0px 15px;
	position:relative;
	border:none;
	border:#d5d5d5 solid 1px;
	border-bottom:#005F97 solid 3px;
	height:27px;
	}

#Navigation ul {
	list-style:none; 
	display:inline;
	padding:0;
	margin:0;
	position:relative;
	
	}
	
#Navigation ul li {
	display:inline; 
	padding:0; 
	margin:0;
	position:relative;
	background: url(images/tabLeft.gif) no-repeat;
	margin-right:1px;
	float:left;	
	}

#Navigation ul li a {
	color:#FFF;
	text-decoration:none;
	background:transparent url(images/tabRight.gif) no-repeat right top;
	height:15px;
	display:block;
	width:0;
	padding:7px 10px 5px 10px;
	border-bottom:#005F97 solid 3px;
	position:relative;
	text-align:center;
	}
	
#Navigation ul li a:hover {
	color:#FFFFFF;
	position:relative;
	border-bottom:#56C0FF solid 3px;
	}

#Navigation li ul {
 	display: none;
 	position: absolute;
  	margin-top:5px;
	top: 27px;
	left: 0px;
	border-top:#56C0FF solid 3px;
	background:#FFF;
	z-index:10;
	width:185px;
	}


#Navigation li:hover ul,
#Navigation li.mshover ul{ 
	display: block;
	margin:0;
	padding:0;
	background:transparent url(images/dropNav.png) no-repeat left bottom;
	list-style:none;
	padding-bottom:10px
	z-index:10;
	}

#Navigation li ul li {
	margin:0;
	width:185px;
	display:block !important;
	border-bottom:#FFF solid 1px;
	border-right:none;
	text-align:left;
	font-size:100%;
	background:transparent;
	z-index:10;
	}

#Navigation li ul li a{
	display:block;
	color:#000;
	border:none;
	text-align:left;
	background:transparent;
	border:0 !important;
	}

#Navigation li ul li a:hover{
	color:#005F97;
	}


/* search Form*/

#search{
	width:250px;
	float:right;
	margin:0;
	padding:0;
	}

#search form {
	padding:0px;
	margin:0;
	text-align:left;
	}

#search form label{
	float:left;
	display:none;
	}

#search form input {
	background:transparent;
	padding:4px 20px;
	margin:0;
	border:0;
	background:url(images/searchInput.gif) no-repeat left top;
	font-size:95%;
	color:#333;
	width:118px;
	height:24px;
	float:left;
	}

#search form input.search{
	background:transparent;
	border:0;
	background:url(images/search.gif) no-repeat 10px 0;
	width:52px;
	height:24px;
	text-align:left !important;
	color:#FFF;
	padding-top:1px;
	}

/*--------------------------- Side Navigation -----------------------------*/	

.unit{
	width:225px;
	background:#E3E7F0 url(images/topRight.gif) no-repeat right top;
	position:relative;
	font-weight:normal;
	}

.unitLining{
	background:transparent url(images/bottomLeft.gif) no-repeat left bottom;
	padding:10px 0;
	margin-bottom:10px;
	position:relative;
	}

.unitContent{
	background:transparent url(images/bottomLeft.gif) no-repeat left bottom;
	padding:10px;
	position:relative;
	}

#address{
	padding-right:10px;
	position:relative;
	}

	
.SideNav {
	width:225px; 
	padding:0; 
	float:left;
	position:relative;
	background:transparent url(images/topRight.gif) no-repeat right top;
	font-weight:bold;
	}

.SideNav ul {
	list-style:none; 
	padding:0; 
	margin:0; 
	margin-bottom:10px;
	position:relative;
	background:#E3E7F0 url(images/bottomLeft.gif) no-repeat left bottom;
	border-top:#CCC solid 1px;
	margin-top:15px;
	padding-bottom:15px;
	}
	
.SideNav li {
	display:block; 
	border-top:#FFF solid 1px;
	border-bottom:#CCC solid 1px; 
	position:relative;
	}

.SideNav li a{
	display:block; 
	padding:5px 2px 5px 20px;
	color:#005F97;
	background:transparent url(images/arrow.gif) no-repeat  5px center;
	position:relative;
	text-decoration:none;
	}

.SideNav li a:visited{
	color:#005F97;
	}

.SideNav li a:hover{
	color:#FFF;
	background:#005F97 url(images/sideNavOver.gif) repeat-x;
	}
	
.SideNav li ul{
 	display: none;
 	position: absolute;
  	margin-top:5px;
	top: 0;
	left: 225px;
	border-top:3px solid #56C0FF;
	}

.SideNav li:hover ul,
.SideNav li.mshover ul{ 
	display: block; 
	margin:0;
	padding:0;
	background:transparent url(images/dropNavSide.png) no-repeat left bottom;
	background-position:left bottom;
	width:225px;
	list-style:none;
	padding-bottom:10px;
	}

.SideNav li ul li {
	margin:0;
	padding:0;
	display:block !important;
	border-bottom:#FFF solid 1px;
	text-align:left;
	border-top:none;
	}

.SideNav li ul li a{
	display:block;
	padding:4px;
	margin:0;
	color:#FFF !important;
	border:none;
	text-align:left;
	background:transparent;
	}

.SideNav li ul li a small{
	font-weight:normal;
	color:#000;
	border:none;
	}

.SideNav li ul li a:hover{
	background:#005F97 url(images/sideNavOver.gif) repeat-x;
	color:#FFF;
	}

.SideNav li ul li a:hover small{
	font-weight:normal;
	color:#FFF;
	border:none;
	}


/*--------------------------- MainContent -----------------------------*/	

#contentContainer{
	border:#D5D5D5 solid 1px;
	padding:20px 10px 10px 10px;
	background:#FFF url(images/navBack.gif) repeat-x 0px 1px;
	clear:both;
	position:relative;
	z-index:0;
	}

#mainCol{
	width:735px;
	float:right;
	background:#E3E7F0 url(images/topRight.gif) no-repeat right top;
	position:relative;
	z-index:0;
	}

#mainColining{
	background:transparent url(images/bottomLeft.gif) no-repeat left bottom;
	position:relative;
	}


#Content{
	padding:10px;
	position:relative;
	}

#Content ul,
#Content ol{
	margin:0;
	padding:0;
	padding-left:10px;
	}

#Content ul li {
	list-style:none;
	padding:3px 10px 3px 27px;
	background: url(images/arrow.gif) no-repeat;
	background-position: 0px 5px;
	}
	

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

#footer{
	clear:both;
	background:#ECECEC url(images/footer.gif) no-repeat left bottom;
	border-top:#D5D5D5 solid 1px;
	margin-top:2px;
	padding:10px;
	text-align:right;
	}

#legal{
	margin-bottom:5px;
	}

#companyInfo{
	font-size:70%;
	}


/*--------------------------- List -----------------------------*/

ul.list{
	margin:0;
	padding:0;
	text-align:center;
	}
	
ul.list li{
	list-style:none;
	display:block;
	margin:0 5px 10px 5px;
	width:160px;
	float:left;
	padding:10px;
	background:#ECECEC url(images/button.gif) repeat-x;
	border:#CCC dotted 1px;
	font-size:95%;
	}

ul.list li a{
	text-decoration:none;
	font-weight:bold;
	}

/* General Forms - Specific */

form.custDetails {
	margin:0;
	padding:0;
	padding:10px 20px;
	}

form.custDetails p {
	margin:0;
	padding:2px 0 2px 0 ;
	
	}

form.custDetails label {
	float: left;
	margin:0;
	padding:5px 1px 0 1px;
	width: 8em;
	text-align: left;
	font-size:95%;
	}

form.custDetails input,
form.custDetails select,
form.custDetails textarea{
	margin-bottom:5px;
	padding:2px 1px 0 1px;
	border:#CCC solid 1px;
	}

form.custDetails form input.standard {
	width:200px;
	}

form.custDetails form textarea {
	width:400px;
	font-size:9pt;
	}	


form.custDetails .submitOrder {
	margin-top:10px;
	text-align:center;
	}

form.custDetails input.action {
	background:#005F97 url(images/button.gif) repeat-x;
	padding:3px 10px ;
	font-weight:bold;
	font-size:95%;
	border: 1px solid #000;
	border-left: 1px solid #56C0FF;
	border-top: 1px solid #56C0FF;
 	color:#FFF;
	}

/* 
	Products -----------------------------------|
*/


table.productSummary{
	border:0;
	border-collapse:collapse;
	}

table.productSummary td{
	border-bottom:#707070 dotted 1px;
	text-align:left;
	padding:2px;
	vertical-align:middle;
	}
	
table.productSummary td.thumb{
	width:75px;
	}	

table.productSummary td.thumb img{
	width:75px;
	}
	
table.productSummary td.title{
	width:150px;
	}	

table.productSummary td.title h1{
	font-size:1em;
	font-family:  arial, helvetica, sans serif;
	font-weight:bold;
	}	

table.productSummary td.description{
	
	}	

table.productSummary td.action{
	text-align:right;
	width:90px;
	}	

table.productSummary td.action a{
	color:#FFF;
	background:#56C0FF;
	padding:4px;
	text-decoration:none;
	font-size:85%;
	font-weight:bold;
	border:#FFF solid 1px;
	}

/* PDF */

#PDF {
	margin-top:20px;
	background:#FFFCCC;
	border:#CCC dotted 1px;
	}

#PDF ul li {
	background:url(images/pdficonsmall.gif) no-repeat 2px 5px;
	padding:10px 10px 10px 30px;;
	}

#getPDF {
	padding:0 0 10px 40px;
	font-weight:bold;
	font-size:80%;
	}
	
