/*CIP Style Sheet* - Last Updated by Simon Del Giudice on 11th July 2007
******************************************************************/

/*Global Styles*
******************************************************************/
body {
	margin: 15px 0 0 0;
	padding: 0;
	font-family: arial, san-serif, Verdana;
	font-size: 12px;
	text-align: center;
	background: white;
	}
p, normal { 
	font-family: arial, san-serif, Verdana;	
	font-size: 12px;
	color:#595959;
	padding: 0 0 10px 0;
	margin: 0;
}

h1 {
	color: #0D4685;
	font-size: 19px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal; 
}
h2 {
	color: #FFC81F;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0; 
}
h3 {
	margin: 0 0 0 0;
	padding: 0;
}

#hd_title1 {
	margin: 0px 0 10px 0;
	font-size: 18px;
}

#hd_title2 {
	margin: -10px 0 10px 0;
	font-size: 18px;
	color: #7596ba;
}

ul 	{ 
	margin: 0; 
	padding: 0; 
	list-style: none;
	}
li	{
	margin: 0 0 5px 0;
	padding: 0; 
	font-size: 11px;
	}
img {
	padding: 0;
	margin: 0;
	}
a 	{
	font-weight: bold;
	text-decoration: none;
	color: #FFC81F;
	}
	a:hover {
		color:white;
		}

th{
background: #FFC820;
}

	.backlink a:link
	{
		font-weight: bold;
		text-decoration: none;
		color: #7596ba;
		
	}
.totalsTable
{
	width:100%;
	padding:5px 25px 0 0;
	margin:0px;
	vertical-align:top;
}
.totLabels
{
	width:85%;
	font-size:12px;
	text-align:right;
	font-weight:bold;
	padding:5px 4px 0 0;
}

.totVals
{	
	width:15%;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	padding:5px 4px 0 0;
}

/*Contact Form Styles
***************************************************************/
.contactFormFloat
{
	float						: left;
	padding-left				: 5px;
	padding-right				: 100px;
	padding-bottom				: 5px;
}
	.contactFormFloat span
	{
		vertical-align:top;
	}
	
.contactForm
{
	padding-left				: 5px;
	padding-bottom				: 5px;
}
	.contactForm span
	{
		vertical-align:top;
	}


/*Layout Styles*
******************************************************************/

#container {
	width: 800px;
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0 auto 0 auto;
	/*min-height: 750px;
	border: 1px solid red;*/
	background: url(../images/layout/container_back.gif) top left repeat-y;
}

#masthead {
	height: 80px;
	padding: 10px;
	background: url(../images/layout/banner01.gif);
	margin: 0 0 1px 0;
}

	#mastheadright {
		float: right;
		width: 40%;
		text-align: right;
		vertical-align: middle;
		padding: 0;
		/*background: blue;*/
	} 
			
	#mastheadleft {
		float: left;
		text-align: left;
		vertical-align: middle;
		padding: 0;
		/*background: purple;*/
	}

#prodsearch {
	background: url(../images/layout/f_prodsearchback.gif);
	width: 190px;
	height: 37px;
	padding: 10px;
	color: white;
	font-weight: bold;
	border-bottom: 1px solid white;
}

#pubtitleback {
	background: #0D4685 /*url(../images/layout/f_pubtitleback.gif)*/;
	width: 190px;
	height: 10px;
	padding: 10px;
	color: white;
	font-weight: bold;
}

#quickbaskettitle {
	background: url(../images/layout/f_pubtitleback.gif);
	width: 190px;
	height: 10px;
	padding: 10px;
	color: white;
	font-weight: bold;
}

#quickbasket {
	width: 200px;
	padding: 5px;
	color: White;
	background: #ABC0D7 url(../images/layout/f_loginback.gif) top left no-repeat;
	margin: 0 0 5px 0;
	}

	#quickbasket span
	{
		display:block;
		width:80px;
		text-align:right;
		font-size:11px;
		}
		
	#quickbasket tr
	{
		border-bottom: 1px solid white;
		}
	
.quickbaskettotal
{
	border-top: 1px solid white;
	text-align: right;
	padding: 3px 0 0 0;
}

.baskettotal
{
	border-top: 1px solid black;
	text-align: right;
	padding: 5px 10px 5px 0;
}

.address
{
	border-top: 1px solid black;
	padding: 5px 10px 5px 0;
}

	 .address a
	{
		color:#0D4685;
	}
	.address a:hover
	{
		color:#FFC81F;
	}

/* Category Navigation
==============================================================================*/
#catnav {
	float: right;
	width: 210px;
	margin: 0;
	list-style: none;
	}
/* #catnav li {
	height: 30px;
	margin: 0;
	overflow: hidden; if text-resize, this'll keep the nav the same size 
	}*/
/* #catnav li a {
	display: block;
	height: 20px;
	padding: 10px 0 0 30px;
	overflow: hidden;
	background-position: center top; horizontally centers the background image 
	}
	#catbut01 {
		width: 180px;
		background: url(../images/layout/f_navback.gif) no-repeat;
		}
	
#catnav li a:hover {
	background-position: 0 -30px;
	}
#catnav li a.active {
	background-position: 0 -60px;
	}	*/



#systemnav {
	height: 30px;
	background: url(../images/layout/sysnav-back.gif);
	margin: 0 0 1px 0;
	padding: 0;
	color: white;
}
	#systemnavright {
		float: right;
		width: 250px;
		text-align: right;
		vertical-align: middle;
		padding: 8px 10px 0 0;
		/*background: blue;*/
	} 
	#systemnavright ul.AspNet-Menu li
	{
		text-align: right;
	
	}	
			.link_nav {color : #ffffff; text-decoration : none; font-size : 12px; font-weight : normal;} 
			.link_nav:link {color : #ffffff; text-decoration : none; font-size : 12px; font-weight : normal;} 
			.link_nav:hover {color : #FFC820; text-decoration : none; font-size : 12px; font-weight : normal;} 
			
	#systemnavleft {
		float: left;
		text-align: left;
		vertical-align: middle;
		padding: 8px 0 0 10px;
		/*background: purple;*/
	}



#mainnav {
	padding: 0;
	margin: 0 0 1px 0;	
	height: 40px;
	background: #7596BA;
	list-style: none;
	}
#mainnav li {
	height: 40px;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}
#mainnav li a {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	/*padding: 5px 0 0 0;*/
	color: #0D4685;
	background-color:#7596ba;
	text-decoration: none;
	display: block;
	height: 40px;	
	/*text-indent: -5000px;
	background-position: center top;
	overflow: hidden;*/
	
	
	}
	#nav01 {
		width: 89px;
		padding: 4px 0 0 0;
		border-right: 1px solid #0d4685;
		/*background: url(../images/layout/navback_01.gif) no-repeat;*/
		}
	#nav02 {
		width: 88px;
		padding: 12px 0 0 0;	
		border-right: 1px solid #0d4685;
		border-left: 1px solid #ffffff;
		/*background: url(../images/layout/navback_02.gif) no-repeat;*/
		}
	#nav03 {
		width: 128px;
		padding: 4px 0 0 0;
		border-right: 1px solid #0d4685;
		border-left: 1px solid #ffffff;
		/*background: url(../images/layout/navback_03.gif) no-repeat;*/
		}
	#nav04 {
		width: 98px;
		padding: 12px 0 0 0;	
		border-right: 1px solid #0d4685;
		border-left: 1px solid #ffffff;	
		/*background: url(../images/layout/navback_04.gif) no-repeat;*/
		}
	#nav05 {
		width: 88px;
		padding: 12px 0 0 0;		
		border-right: 1px solid #0d4685;
		border-left: 1px solid #ffffff;
		/*background: url(../images/layout/navback_05.gif) no-repeat;*/
		}
	#nav06 {
		width: 88px;
		padding: 12px 0 0 0;	
		border-right: 1px solid #0d4685;
		border-left: 1px solid #ffffff;	
		/*background: url(../images/layout/navback_06.gif) no-repeat;*/
		}
	#nav07 {
		width: 89px;
		padding: 4px 0 0 0;
		border-right: 1px solid #0d4685;
		border-left: 1px solid #ffffff;
		/*background: url(../images/layout/navback_07.gif) no-repeat;*/
		}
	#nav08 {
		width: 118px;
		padding: 4px 0 0 0;		
		border-left: 1px solid #ffffff;
		/*background: url(../images/layout/navback_08.gif) no-repeat;*/
		}									
				
#mainnav li a:hover {
	color: white;
	background-color:#0d4685;
	/*background-position: 0 -40px;*/
	}
	#mainnav li a.active,
	#mainnav li a.active:hover {
		color: #0d4685;
		background-color:#ffd749;
		/*background-position: 0 -80px;*/
		}

#leftsidebar{
	clear: both;
	float: left;
	width: 210px;
 /*url(../images/layout/leftside_back.jpg)*/

	margin: 0 0 0 0;
	background: #F5F5F5;
	
}

/********************** left navigation ************************/
#left_navi{
	width: 210px;
	margin: 0 0 0 0;
	background-color:#FFFFFF;
	}
	
#left_navi a{
	width: 202px;
	display:block;
	height: 17px;
	padding: 3px 8px 0 0;
	text-align:right;
	text-decoration: none;
	color:#0d4685;
}


#left_navi a:hover {
	background-color:#ffd749;
	}
	#left_navi a.active,
	#left_navi a.active:hover {
		background-color:#ffd749;
		}

.advert_img {margin: 0 0 5px 0;}

/********************** end of left navigation ************************/
	

#rightsidebar{
	float: right;
	width: 210px;
	margin: 0;
	padding: 5px 0 0 0;
	background: #F5F5F5 url(../images/layout/righttop-back.gif) top left no-repeat;
}

#rightsidebar a 
{color:#0d4685;
}
#rightsidebar a:hover {
	color:#FFD749;
	}
	#rightsidebar a.active,
	#rightsidebar a.active:hover {
		color:#0d4685;
		}



#rightsidebar h2{
	color: White;
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0 17px 0;
}

#rightsidebar div{
width:200px;
padding-bottom: 5px;
}

#login {
	width: 200px;
	padding: 5px;
	color: White;
	background: #ABC0D7 url(../images/layout/f_loginback.gif) top left no-repeat;
	margin: 0 0 5px 0;
}


#register {
	width: 200px;
	padding: 5px;
	color: White;
	background: #ABC0D7 url(../images/layout/f_loginback.gif) top left no-repeat;
	margin: 0 0 5px 0;
}

#docLink
{
	margin:10px;
	padding:10px;
	list-style: disc;	
}

#content {
	float: left;
	width: 360px;
	/*margin: 0 210px 0 210px;*/
	padding: 10px;
	background: white url(../images/layout/content-back.gif) top left no-repeat;
	/*border: 1px solid red;*/
}
	#content a 	{
	font-weight: bold;
	text-decoration: none;
	color: #0D4685;
	}
	#content a:hover {
		color:#FFC81F;
		}


	#middle_content {
		padding: 0 0 10px 0;
		color:#595959;
	}


#content2 {
	margin: 0;
	padding: 10px;
	background: white url(../images/layout/content-back.gif) top right no-repeat;
	/*border: 1px solid red;*/
}


#contentfull {
	margin: 0;
	padding: 10px;
	width: 569px;
	background: white url(../images/layout/contentfull-back.gif) top left no-repeat;
}

#footer {
	margin: 1px 0 0 0;
	color: #0D4685;
	clear: both;
	padding: 5px;
	height: 20px;
	background: url(../images/layout/footer-back.gif) top left no-repeat;
}
	#footer a {
		color: #0D4685;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		}
	#footer a:hover, #footer a.active {
		color: #FFD749;
		}	
#footerright {
	float: right;
	width: 40%;
	text-align: right;
	vertical-align: middle;
	padding: 3px 150px 0 0;
} 
#footerleft {
	float: left;
	text-align: left;
	vertical-align: middle;
	padding: 3px 0 0 10px;
}
#breadcrumb {
	clear: both;
	padding: 5px 10px 5px 10px;
	margin: 0;
	background: #FFC820;
	font-size: 11px;
}
	#breadcrumb a {
		color: black;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		}
	#breadcrumb a:hover, #breadcrumb a.active {
		color: #92191C;
		}

/*simon's grey box*
*****************************************************************/
/*#grey01{
	float: left;
	width: 339px;
	height: 20px;
	background: #808284 url(../images/layout/greybox_hd_top.gif) top no-repeat;
	padding: 0;
	color:#FFFFFF;
}
	#grey01a{
		float: left;
		height: 150px;
		width: 113px;
		color: #595959;
		text-align:left;
		background: #e1e1e2 url(../images/layout/greybox_top.gif) top no-repeat;
		margin-bottom: 1px;
		}
	#grey01b{
		width: 113px;
		}
	#grey01b_left
	{
		float:left;
		width: 56px;
		text-align:left;
		font-size:12px;
		}
	#grey01b_right
	{
		float:right;
		width: 56px;		
		text-align: right;
		}		
*/
/*grey box*
*****************************************************************/
.modules_hd{
	float: left;
	width: 337px;
	padding: 5px 10px 0 10px;
	height: 20px;
	background: #808284 url(../images/layout/greybox_hd_top.gif) top no-repeat;
	color:#FFFFFF;
	}
	
.modules{
	min-height: 212px;
	width: 359px;
	margin: 0 !important;
	padding: 0 !important; 
}

.grey_box{
		float: left;
		width: 118px;
		color: #595959;
		text-align:left;
		background: #e1e1e2;
		border-right: 1px solid white;

	}
	.grey_boxT{
		height: 150px;
		color:#595959;
		text-align:left;
		background: #e1e1e2 url(../images/layout/greybox_top.gif) top no-repeat;
		}
		.grey_boxT div{
			height: 50px;
			}
					
		.grey_boxT2{
		height: 150px;
		color: #595959;
		padding: 10px;
		text-align: center;
		background-color: #e1e1e2;
		}
		.grey_boxT2 div{
			height: 50px;
			font-size: 10px;
			}
		.grey_boxT3{
		color:#595959;
		text-align: center;
		background: #E1E1E2 url(../images/layout/cat_back01.gif) top left no-repeat;
		}
		.grey_boxT3 div{
			height: 40px;
			font-size: 10px;
			padding: 10px;
			}
	.grey_boxB{
		height: 30px;
		border-bottom: 5px solid white;
		width: 118px;
		color:#FFFFFF;
		font-size: 11px;
		background: #bbbdbf url(../images/layout/greybox_bottom.gif) bottom no-repeat;
		}
	.grey_boxB_left
	{
		float: left;
		width: 45px;
		padding: 5px;
		text-align: left;
		font-size:12px;

		}
	.grey_boxB_right
	{
		float:right;
		width: 45px;
		padding: 5px;		
		text-align: right;
		}		
			.price{
				color:#0f4684;
				font-weight:bold;
				display:block;
				clear:both;
				}
				
			.link_p {color : #333333; text-decoration : none; font-size : 10px; font-weight : normal; border:none;} 
			.link_p:link {color : #333333; text-decoration : none; font-size : 10px; font-weight : normal; border:none;} 
			/*.link_p:visited {color : #545759; text-decoration : none; font-size : 11px; font-weight : normal} */
			.link_p:hover {color : #0f4684; text-decoration : none; font-size : 10px; font-weight : normal; border:none;} 


/*
******************************************************************
end of  grey box*/

#enter_mail {
	margin: 5px 0 0 0;
	height: 100px;
	color: #0f4684;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	clear:both;
	}
	.blue10 {color : #0f4684; font-size : 10px; font-weight : normal;} 
	
	.grey_form {
		color : #666666; 
		font-size : 11px; 
		width: 150px;
		margin-top: 1px;
	} 
	
	#enter_mail div {
		padding-bottom: 3px;
		}
		
	#enter_mail form {
		vertical-align: top;
		}
		
	#enter_mail div img {
	vertical-align: top;
	padding: 0px 0px 0 4px;
	}
	

/*Search*
******************************************************************/

#search {
	margin: 5px 0 0 0;
	color: white;
	padding: 10px;
	height: 100px;
	text-align: left;
	vertical-align: top;
	background: #0D4685;
	/*background-image:url(../images/layout/search_corner.gif);
	background-position:bottom;
	background-repeat:no-repeat;*/
}

/*page counter*
******************************************************************/

#page_counter{
	width:354px;
	clear:right;
	}
	#counter{
		width: 200px;
		padding-top: 10px;
		float:left;
		text-align:left;
		}	
	
		#counter a{
			width: 10px;
			display:block;
			height: 10px;
			float:left;
			padding: 0px 2px 0 0;
			text-align:left;
			text-decoration: none;
			color:#595959;
			}
		#counter a:hover {
			color:#7596ba;
			}
		#counter a.active,
		#counter a.active:hover {
			color:#7596ba;
			}
	
	#pages{
		width: 150px;
		padding-top: 10px;
		float:right;
		text-align: right;
		color:#595959;
		font-weight:bold;
		}


/*Product Styles*
******************************************************************/

#prodimg 
{
	float: right;
	padding: 10px;
	text-align: center;
	background: #D6E2F0;
	margin: 0 0 10px 10px;
}
	#prodimg a
	{
		color:#0D4685;
	}

/*#prodinfo 
{
	float: left;
	width: 60%;
	margin: 0 0 10px 0;
}*/

#prodinfo h2
{
	font-size: 18px;
	color: #0D4685;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#prodinfo h3 {
	color: black;
	font-size: 14px;
	margin: 15px 0 5px 0;
	padding: 0; 
}



#proddetails 
{
	width: 100%
}

#designedby{
	text-align: right;
	padding:0;
	margin: 5px 20px 0 0;
	font-size: 10px;
	color: #939598;
}
	#designedby a
	{
		color:#0D4685;
	}

/*Span Styles*
******************************************************************/

.productHeading 
{
	font-size: 18px;
	color: #0D4685;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.productPrice
{
	font-size: 14px;
	font-weight: bold;
	color: #F8C100;
	margin: 0 0 5px 0;
	}

.productRef
{
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin: 0 0 15px 0;
	}


.ErrMsg  {
	color: #FF0000;
	font-weight: bold;
}

.checkout_special_messsage {
	padding: 10px 0 10px 0;
	color: #FF0000;
}