/*
Colours
blue = #1161B9
light blue = #E0EDFC
purple = #663366


*/


body
{
	background:#000000 url('../images/bg.gif') repeat;
	color: #000;
	font-size: 10pt;
	font-weight: normal;
	font-family: verdana, arial, georgia;
	text-align: left;
}
form
{
	clear: both;
}

#border
{
	background: black;
	width: 950px;
	border: 1px solid #1161B9;
	margin: auto;
}

#footer, #top, #top2, #container
{
	border-left: 1px solid #1161B9;
	border-right: 1px solid #1161B9;
		width: 940px;
			padding: 0;
		margin: auto;

}
#top{
	height: 100px;
	background: #1161B9 url('../images/top.png');
	text-align: left;
	border-top: 1px solid #1161B9;
	margin-top: 5px;

}

#footer{
	height:25px;
	border-bottom:1px solid #1161B9;
	background: #fff;
	text-align:center;
	color: #663366;
	font-weight: bold;
	margin-bottom: 5px;
}


#content ul{
	margin-left: 20px;
	padding: 0;
	
}

#content ul li{
	margin: 0 0 7px 0;
	list-style-type: none;
	background: url('../images/bullet-double.gif') 0 3px no-repeat;
	padding: 0 0 0 20px;
		font-size: 0.9em;

}

.prodimage
{
	width: 250px;
	float: left;
	border: 1px solid #666;
	margin: 10px 10px 0 0;
}

/* --------------------------------------------------- figures caption -------------------- */

.figure {
  margin: 0 20px 10px 20px;
  width: 161px;
  display: inline;
clear: none;
float: left;
	text-align: center;
	border-bottom: 1px dashed #666;
	padding-bottom: 15px;
}


.figure img
{
	border: 1px solid #666;
	width: 130px;
	height: 143px;
}

.figure a, .figure p
{
	margin: 0;
	padding: 0;
}

.prodlist
{
	text-align: center;
	width: 134px;
	background: #ffc url('../images/prodbg.png') bottom left repeat-x;
	border: 1px solid #666;
	float: left;
	display: inline;
	margin: 10px;
	padding: 0 0 5px 0;
}

.prodlist img
{
	width: 130px;
	height: 130px;
	border: 1px solid #666;
	margin: 1px;
}

.prodlist p
{
	margin: 1px;
	color: black;
	font-weight: bold;
}

.prodlist a
{
	color: #666;
		font-weight: normal;

}

.prodlist a:hover
{
	color: #f33;
}

.brandslist
{
	text-align: center;
	width: 600px;
}

.brandslist img
{
	border: 1px solid #666;
}

.brandslist p
{
	margin: 0;
	margin-bottom: 10px;
}

#container{
	background-color:#fff;
	overflow:hidden;
	padding-bottom: 20px;
}
* html #container{
	height:1%; /* So IE plays nice */
}
#content{
	width:720px;
	float:right;
		text-align: left;

}
/* Navigation ----------------------------------------- */
#rail{
	width:160px;
	float:left;
	display:inline; /* So IE plays nice */
	text-align: left;
	margin: 20px;
	background: #E0EDFC;
	padding: 10px 0 5px 0;
		border: 1px solid #1161B9;
		position: relative;

}
.imgl
{
position: absolute;
	top: -1px;
	left: -1px;
}

.imgr
{
position: absolute;
	top: -1px;
	right: -1px;
}





	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		width : 140px;

	}
	
#nav li a:hover 
{
	color: #663366;

}

	
	
	#nav li a {
	height: 23px;
	width: 140px;
	border-top: 1px solid #82B8F4;
	border-bottom: 1px solid #F7F380;
	margin: 0;
	display: block;
	background: #fff url('../images/leftbullet.gif') 3px 3px no-repeat;
	text-decoration: none;
	font: bold 10pt verdana;
	padding: 4px 0 0 20px;
	vertical-align: top;
	color: #1161B9;

	}
		#nav li a.logout {
		text-align: center;
	background: #f33 ;
padding: 4px 10px 0 10px;
	color: #fff;

	}
			#nav li a:hover.logout {

	background: #ff9 ;
	color: #000;

	}
	
#nav ul.sub
{
	list-style: circle;
	margin: 5px 0 10px 0;
	padding-left: 20px;
}

#nav .sub li a
{
	background: none;
	font: 10pt verdana;
	color: #000;
	border: none;
	padding: 0;
	margin: 0 0 5px 0;
	height: 10pt;
}

#nav .sub li a:hover
{
	color: #f33;
}


/* Extra Styles -------------------------------------------- */

p
{
	font-size: 1em;
	margin: 1.2em;
	margin-left: 0;
}

h1,h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 0;
}

h1
{
 font-family: Verdana, Arial, sans-serif;
 font-size: 14pt;
 font-weight: normal;
 margin-bottom: 10px;
 margin-top: 15px;
 padding-bottom: 0;
color: #663366;
text-align: left;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12pt;
 font-weight: normal;
 margin-bottom: 5px;
 padding-bottom: 0;
color: #1161B9;
text-align: left;

}

h3
{
 font-family: Verdana, Arial, sans-serif;
 font-size: 11pt;
 font-weight: bold;
 margin-left: 20px;
 margin-bottom: 10px;
 margin-top: 20px;
 padding-bottom: 0;
color: #000;
text-align: left;

}

h4
{
 font-family: Verdana, Arial, sans-serif;
 font-size: 20pt;
 font-weight: bold;
 margin-left: 20px;
 margin-bottom: 20px;
 margin-top: 10px;
 padding-bottom: 0;
color: #CC0033;
text-align: center;

}

h5
{
 font-family: Verdana, Arial, sans-serif;
 font-size: 14pt;
 font-weight: bold;
 margin-left: 20px;
 margin-bottom: 10px;
 padding-bottom: 0;
color: #CC0033;
text-align: center;

}

.sideimage
{
	margin: 0 0 10px 10px;
	border: 1px solid #000;
	float: right;
}

a
{
		color: blue;

}

a:hover
{
		color: #CC0033;

}

a img
{
	border: none;
}


.hrline
{
	width: 90%;
	margin: 10px 5%;
	font-size: 1px;
	height: 10px;
	padding: 0;
	clear: both;
	border-bottom: 1px dashed #663366;
}

#buttonsub
{
	border: 1px solid #636;
	background: url('../images/submit.gif') repeat;
	width: 115px;
	height: 27px;
	color: #FF0;
}

#buttonreset
{
	border: 0;
	background: url('../images/reset.gif') no-repeat;
	width: 134px;
	height: 41px;
}


/* Light Box Styles */


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



div.callback
{
background: #1161B9;
border: 10px solid #E0EDFC;
width: 320px;
color: #fff;
text-align: center;
float: right;
margin: -40px 10px 10px 10px;
padding: 10px 0 0 0;
}
div.callback h3
{
border-bottom: 1px solid #2281db;
color: #fff;
font: normal 12pt verdana;
margin: 0 10px;
padding: 0;
text-align: center;

}
div.callback h4
{
color: #fff;
font: bold 18pt verdana;
margin: 0 10px 10px 10px;
padding: 0;

}

div.callback p.left
{
float: left;
margin: 0 10px 10px 10px;
padding: 0;

}

div.callback p.right
{
float: right;
margin: 0 10px 10px 10px;
padding: 0;

}



