/* 
========================================================================
TEMPLATE.CSS
========================================================================

Dark Red = #AC0C0C
lighter red = #CC0000
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: white;	
}

pre{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 540px;
}

#container {
	display: block;	
	margin: 0px auto;	
}

/* Contains rest of HTML */
#centrecontainer {
	width: 905px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}


#contentfillfix{
	clear: both;
}

/* --- Header section ------------------------------------------------ */

#headerContainer{
	display: block;
	margin: 0px;
	width: 100%;
	height: 86px;
	clear: both;
	background-color: #000;
	
}

#header {	
	margin: 0px auto;
	width: 893px;	
	
}


#header #logo{
	float: left;
	display: inline;
	margin: 0px 0px 0px 5px;	
}

#header #banner {
	float: left;
	display: block;
	margin: 5px 0px 0px 50px;
	width: 460px;	
	
}

#header #banner img {
	
	float: left;
	display: block;
	width: 460px;
	margin: 0px;
	
}

#header #shoppingbasket{
	float: right;	
	display: inline;
	margin: 5px;
	padding: 5px;
	
	
	
}

#header #shoppingbasket h1{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;		
	font: bold 10pt Arial, Helvetica, sans-serif;
	color: #fff;
	border-bottom: none;

	}



#header img{ /* IMPORTANT - Image margin fix */
	float: left;
	display: block;
	margin: 0px;

}


/* --- NAVIGATION section ------------------------------------------------ */


#nav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 900px;
}

		#nav ul li{
			background: url(../templateimages/nav-bg.jpg) repeat-x;
			float: left;
			display: block;
			height: 44px;
			border-right: solid 1px #9C1413;
			border-left: solid 1px #AC2626;	
			
		}


		#nav ul li img{ /* used to control phone number */
			margin: 12px 10px 0px 20px;	
		}

		#nav ul li.no-background{ /* Overwrites left and right hand edges on nav */
			border: none;
			padding: 0px;
			background: none;	
		}
		
		
		#nav ul li.no-background img{ /* Overwrites #nav ul li img for left and right hand edges */
			margin: 0px;	
		}
		

		#nav ul li.first{
			border-left: none;
			padding-right: 10px;
		}
		
		
				/* SEARCH FORM */
				#nav ul li.first form{
					margin: 0px;
					padding: 0px;
				}
				
				
						#nav ul li.first form input{
							margin: 10px 0px 0px 0px;
							border: solid 1px #fff;
							background:#990000;							
							font: normal 0.7em Arial, Helvetica, sans-serif;
							color: #fff;
						}
				
						
								#nav ul li.first form input.searchButton{
									
									border: none;
									background: none;
								}
				

		#nav ul li.last{
			border-right: none;
		}

				
				
				
				#nav ul li a{
					font: 0.7em Arial, Helvetica, sans-serif;
					color: #fff;
					display: block;
					padding: 10px 24px 0px 24px;
					text-decoration: none;
				}
				
				

				#nav ul li a:hover{	
					color:#FFFF99;
				}



						#nav ul li a img{
							margin: 0px 0px 0px 15px;	
							
						}
						
				
/* --- Entire page body section - everything below the header ------------------------------------------------ */

#pagebody {
	padding: 0px;
	margin: 0px;
	clear: both;
}


		/* Left hand section of page body (if you have one!) */
		#left {
			width: 171px;
			margin: 0px;
			padding: 0px;	
			float: left;
			background-color: #ffffff;
		}
		
				
				/* NEWSLETTER START */

				#left #newsletter{
					margin: 5px 0 5px 3px;
					width: 155px;
					border: 1px solid #A10505;
					background-color: #F5F5F5;
					padding-left: 3px;
					clear:both;
				}
				
				#left #newsletter table{
					margin: 0px;
				
				}
				
				#left #newsletter form{
					margin: 0px;
					padding: 0px;
				}


						#left #newsletter h1{
							border: none;		
							color: #AC0C0C;
							margin: 5px 0px 5px 5px;	
							padding: 0px;
						}
						

						#left #newsletter p{
							font-size: 0.7em;
							color: #666666;
							padding: 0px 5px 0px 5px;
						}
						
						#left #newsletter input.newsletter-email{
							width: 100px;	/* The rest of the styling is handled in cactushop.css*/						
						}

						
						#left #newsletter .emailTypeBox{
							width: 15px;						
						}
						
								#left #newsletter .emailTypeBox input{
								 	border: none;
									background-color: none;
								}
						
						#left #newsletter .emailType{
							font-size: 0.7em;
							color: #666;
						}
						
						/* NEWSLETTER END */
						
						#left .paddingcards{
							margin: 10px 0;
							text-align: center;
						}




/* ---------------------------------Dynamic page content section of page body ----------*/
#pagecontent {
	width: 560px;	
	float: left;
	padding: 0;
	font-size: 8pt;
}

#pagecontent_pad {
	padding: 0px 5px 0px 5px;
}




/*---------------------------- Right hand section of page body --------*/
#right {
	width: 160px;
	margin: 0px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}


		#right #login{
			font-size: 0.7em;			
		}

				#right #login p{
				clear: both;
				margin: 0px;
				padding: 0px;
				}

				#right #login label{					
					float: left;
					display: block;
					width: 53px;
					color: #000;
					margin: 5px 0px 0px 0px;
					font-weight: normal;					
					
				}


				#right #login input{
					float: left;
					display: block;
			
				}
				
							
				
				#right #suppliers{
					clear: both;
					margin-top: 0px;
				}

/* --- Footer -------------------------------------------------------- */
#footer {
	padding-top: 20px;
	clear: both;
	text-align: left;

}

/* Footer nav links */
#footer .links {
	margin: 0px;
}

#footer .links li {
	list-style: none;
	display: inline;
}
	
#footer .links a {
	font-size: 7pt;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

/* T&Cs text */
#terms {	
	margin-top: 4px;
	padding-top: 10px;
	margin-bottom: 12px;
	font-size: 7pt;
	color: #999999;
	text-align: center;
}

#bottomlinks{
	text-align: center;
}

#bottomlinks ul{
	list-style: none;
	
}

#bottomlinks ul li{
	padding-right: 5px;
	display: inline;
}

#bottomlinks ul li a{
	color: #AC0C0C;
	font-size: 8pt;
	
}

a.prodtypemenu:link, a.prodtypemenu:visited {
	text-decoration: none; 
	color: #0055CC;
	font-weight: bold;
}

a.prodtypemenu:hover	{
	text-decoration: none; 
	color: #ff0000;
	font-weight: bold;
}

#bottomcategorylinks a{
	font-weight: normal;
	font-size: 7pt;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox{
	padding: 10px 0 0 10px;
}

#searchbox .searchField {
	width: 130px;
	font-size: 9pt;
	color:#1449AD;
	font-weight: bold;
}

#searchbox input{
	border: 0px;
}

a.searchlink:link, a.searchlink:visited{
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #0055CC;
	text-decoration: none;
	margin-left: 10px;
}

a.searchlink:hover{
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: underline;
	margin-left: 10px;

}


/* --- Template items ------------------------------------------------ */
#left_pad {
	padding: 0px 5px 0px 8px;
}

#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

#left input.submit {
	height: 22px;
	width: 30px;
}

#left input.text {
	width: 95px;
}

#mailinglist label#email {
	display: block;
	margin: 0px 0px 2px 0px;
}

#mailinglist label#htmlemail {
	display: block;
	margin: 2px 0px 2px 0px;
}

#right h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

