/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */



/* MAIN ELEMENTS 
Main page elements, page layout, links and other common
styles. */
html, body { 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:center;
color:#252525;
background-color:#272727;
background-image:url(../images/background.jpg);
background-position:center top;
background-repeat:repeat-x;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#e90b1b;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#2d2d2d;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
}

h1 {font-size:22px;line-height:24px;padding:4px 0 4px 0;}
h2 {font-size:20px;line-height:22px;padding:4px 0 4px 0;}
h3 {font-size:18px;line-height:20px;padding:4px 0 4px 0;}
h4 {font-size:16px;line-height:18px;padding:4px 0 4px 0;}
h5 {font-size:14px;line-height:16px;padding:4px 0 4px 0;}
h6 {font-size:12px;line-height:14px;padding:4px 0 4px 0;}



/* OTHER DEFAULT ELEMENTS */
acronym {border:none;}
p {padding-top:0;margin-top:0;}
.small {color:#2d2d2d;font-size:11px;}
a .small {color:#2d2d2d;}


.clearer {
clear:both;
font-size:0;
line-height:0;
height:0;
padding:0 0 0 0;
margin:0 auto;
border:none;
}

.divider {
clear:both;
font-size:0;
line-height:1px;
height:1px;
padding:0 0 0 0;
margin:5px 0 6px 0;
background-color:#b1b1b1;
border-bottom:solid #d4d4d4 1px;
}

.divider2 {
clear:both;
font-size:0;
line-height:1px;
height:1px;
padding:0 0 0 0;
margin:0 0 0 0;
background-color:#b1b1b1;
border-bottom:solid #d4d4d4 1px;
}


/* GAPS
Gaps to space elements */
.gap1 {float:left;width:10px;}
.gap2 {float:left;width:15px;}


/* IMAGE HOLDERS
hold images to the left or right */
.img-left {float:left;margin-right:15px;margin-top:4px;margin-bottom:6px;padding:2px;border:solid #9d9d9d 1px;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;padding:2px;border:solid #9d9d9d 1px;}
.img-main {text-align:center;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
	ul li {
	line-height:18px;
	list-style:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:7px;
	margin-left:0;
	padding-left:10px;
	/* background-image:url(../images/point.gif); */
	background-position:5px 7px;
	background-repeat:no-repeat;
	}




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1 {
width:960px;
text-align:left;
background-image:url(../images/main_bg.gif);
background-position:center;
background-repeat:repeat-y;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

#container2 {
width:930px;
text-align:left;
background-image:url(../images/top_bg.gif);
background-position:center top;
background-repeat:no-repeat;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 15px;
border:none;
position:relative;
}



	#header-image {
	position:absolute;
	display:inline-block;
	top:44px;
	right:22px;
	z-index:2000;
	}
		#header-image img {
		float:right;
		}
		
		#header-image h5 {
		float:right;
		line-height:56px;
		color:#a6a6a6;
		padding:0 5px 0 0;
		margin:0 0 0 0;
		}





	/* MAIN HEADER */
	#header {
	height:120px;
	}
	
		#header #logo {
		float:left;
		display:inline-block;
		}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	height:30px;
	line-height:30px;
	padding-left:16px;
	}
	
		#navigation .button a {
		float:left;
		display:inline-block;
		}
		#navigation a:hover {}

		
		
		
	/* MAIN SHOPPING LINKS */
	#cart-nav {
	float:right;
	display:inline-block;
	height:38px;
	color:#7f7d7d;
	font-size:11px;
	line-height:38px;
	padding-right:13px;
	background-image:url(../images/cartnav_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin-top:6px;
	}
		#cart-nav #basket-link {
		float:left;
		}
	
		#cart-nav #basket-link a {
		display:inline-block;
		height:38px;
		width:125px;
		color:#ffffff;
		font-size:12px;
		font-weight:bold;
		line-height:38px;
		background-image:url(../images/basket_bg.gif);
		background-position:left;
		background-repeat:no-repeat;
		padding-left:38px;
		}
			#cart-nav #basket-link a:hover {color:#e90b1b;}
	
		#cart-nav a {}
		#cart-nav a:hover {color:#7f7d7d;}
		
		
	#flash-non {
	display:none;
	float:left;
	width:360px;
	height:290px;
	}
		
		
	/* FLASH IMAGE */	
	#flash {
	float:left;
	width:360px;
	height:290px;
	position:relative;
	}
		
		#flash #flash-over {
		position:absolute;
		left:0px;
		top:0px;
		width:360px;
		height:290px;
		background-image:url(../images/rotator_over.png);
		background-position:left top;
		background-repeat:no-repeat;
		z-index:1600;
		}
		
		#flash table {
		position:absolute;
		left:0px;
		top:0px;
		z-index:1000;
		display:none;
		}
		

		
	
	
	/* MAIN CONTENT */
	#main-home {
	min-height:350px;
	background-color:#9c9c9c;
	background-image:url(../images/home_main_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	line-height:18px;
	}
	
		#main-home #home-content {
		clear:left;
		float:left;
		width:590px;
		padding:16px 0 20px 22px;
		}
		
			.home-box {
			float:left;
			width:186px;
			height:142px;
			background-color:#aeaeae;
			position:relative;
			margin-left:10px;
			margin-bottom:20px;
			overflow:hidden;
			}
				.home-box a {
				position:absolute;
				left:0px;
				top:0px;
				display:block;
				width:186px;
				height:142px;
				background-image:url(../images/home_boxes.png);
				background-position:left top;
				background-repeat:no-repeat;
				z-index:990;
				}
				
				.home-box img {
				position:absolute;
				left:0px;
				top:0px;
				z-index:910;
				}
				
				.home-box div {
				position:absolute;
				left:0px;
				top:0px;
				display:block;
				width:156px;
				height:112px;
				padding:15px;
				z-index:950;
				}
		
		
		
		#main-home #home-text {
		clear:right;
		float:right;
		width:252px;
		font-size:12px;
		line-height:18px;
		padding-right:31px;
		}
		
		
		#main-home #home-product {
		float:right;
		width:252px;
		min-height:374px;
		background-image:url(../images/home_prod_bottom.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		padding-left:17px;
		padding-right:31px;
		padding-top:40px;
		}
		
		#main-home #home-product-selects {
		position:absolute;
		right:301px;
		top:194px;
		width:270px;
		height:200px;
		line-height:14px;
		z-index:1700;
		}
			#main-home #home-product-selects a {
			display:block;
			padding:9px 5px;
			background-image:url(../images/home_prod_link.gif);
			background-position:0 -50px;
			background-repeat:no-repeat;
			}
				#main-home #home-product-selects a:hover {
				background-image:url(../images/home_prod_link.gif);
				background-position:right;
				background-repeat:repeat-y;
				}
				
				.home-prod-item-img {
				float:left;
				width:27px;
				height:27px;
				padding:3px;
				background-image:url(../images/home_prod_img_bg.gif);
				background-position:center;
				background-repeat:no-repeat;
				margin:6px 7px 0 0;
				}
				
				
				
				.home-prod-main {
				display:none;
				text-align:center;
				}
					.home-prod-main-desc {
					display:block;
					color:#6e6e6e;
					background-color:#ececec;
					padding:6px 0;
					}
						.home-prod-main-desc h5 {color:#e90b1b;}
						.home-prod-main-desc b,
						.home-prod-main-desc strong {color:#2d2d2d;}
						
						.home-prod-main-desc:hover {background-color:#d5d5d5;}
					
					.home-prod-main-button {
					height:40px;
					}
						
						.home-prod-main-button a {
						float:right;
						line-height:40px;
						padding:0 14px;
						color:#ffffff;
						font-size:11px;
						display:inline-block;
						background-image:url(../images/home_button.gif);
						background-position:right center;
						background-repeat:no-repeat;
						margin-right:10px;
						}
							.home-prod-main-button a:hover {
							color:#000000;
							}
	
	
	
	#main {
	min-height:350px;
	line-height:18px;
	padding:32px 32px 40px 32px;
	background-color:#c6c6c6;
	background-image:url(../images/main_bottom_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
		#main h1, #main-home h1,
		#main h2, #main-home h2 {
		color:#565756;
		}
		
		#main h4, #main-home h4 {
		font-size:14px;
		color:#303030;
		}
		
		
		
		
		#main .main-left {
		float:left;
		width:200px;
		}
		
		#main .main-right2 {
		float:right;
		width:200px;
		}
		
			#main .main-left h4, 
			#main .main-right2 h4 {
			color:#ffffff;
			margin-top:6px;
			font-size:13px;
			padding:6px 8px 6px 8px;
			background-color:#9c9c9c;
			background-image:url(../images/side_header_bg.gif);
			background-position:top;
			background-repeat:no-repeat;
			border-bottom:solid #b1b1b1 1px;
			}
			
			#main .main-left ul, 
			#main .main-right2 ul {
			margin-top:0px;
			}
		
			#main .main-left ul li, 
			#main .main-right2 ul li {
			line-height:18px;
			list-style:none;
			margin-top:0;
			padding-top:0;
			padding-bottom:0;
			padding-left:0;
			padding-right:0;
			margin-left:0;
			background:none;
			border-bottom:solid #b1b1b1 1px;
			border-top:solid #d4d4d4 1px;
			}
			
				#main .main-left ul li a,
				#main .main-right2 ul li a {
				display:block;
				padding-top:4px;
				padding-bottom:4px;
				padding-left:8px;
				padding-right:8px;
				}
					#main .main-left ul li a:hover,
					#main .main-right2 ul li a:hover {
					background-color:#d7d7d7;
					}
			
			
			
		#main .main-right {
		float:right;
		width:634px;
		}
		
		#main .main-left2 {
		float:left;
		width:634px;
		}
		
			.side-text {
			padding-top:4px;
			padding-bottom:4px;
			padding-left:8px;
			padding-right:8px;
			}
			
			
			
			
			
			
			
			
	.product-grid {
	padding-bottom:6px;
	background-image:url(../images/products_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:6px;
	}
		
		.product-grid-inner {
		background-image:url(../images/products_bg.gif);
		background-position:top;
		background-repeat:no-repeat;
		}
		
		.product-grid-item {
		text-align:center;
		}
		
		.product-grid-image {
		padding-bottom:10px;
		}
		
		.product-div {
		background-image:url(../images/product_div.gif);
		background-position:center;
		background-repeat:repeat-y;
		}



	
	
	
	
	
	#categories {
	background-color:#9c9c9c;
	background-image:url(../images/cats_line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:0 0 10px 0;
	}
	

	
	
	/* MAIN FOOTER */
	#footer {
	background-image:url(../images/footer_bg.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:0 15px 15px 15px;
	}
	
		#footer #footer-inner {
		height:58px;
		line-height:58px;
		font-size:12px;
		color:#808080;
		text-align:left;
		background-color:#c6c6c6;
		}
			#footer #footer-inner h5 {
			float:left;
			display:inline-block;
			height:58px;
			line-height:58px;
			font-size:12px;
			padding:0 32px;
			margin:0 0 0 0;
			background-color:#b7b7b7;
			background-image:url(../images/footer_point.gif);
			background-position:right;
			background-repeat:no-repeat;
			}

		
		
	#base {
	font-size:11px;
	color:#505050;
	padding-bottom:15px;
	}
		#base a {color:#848484;}
		#base a:hover {color:#e90b1b;}
		
		
		
		
		
		/* NEXT PREVIOUS PAGES */		
		.nextprev {text-align:center;}
			.nextprev .num {
			color:#333333;
			background-color:#E0E0E0;
			padding:2px 6px 2px 6px;
			margin-left:3px;
			}
			.nextprev .cur {
			font-weight:bold;
			background-color:#B5B5B5;
			}
			.nextprev .np {
			color:#ffffff;
			background-color:#272727;
			padding:2px 6px 2px 6px;
			margin-left:3px;
			}
			.nextprev .se {
			color:#A0A0A0;
			background-color:#F3F3F3;
			}
			.nextprev a:hover {
			text-decoration:none;
			color:#CCCCCC;
			background-color:#e90b1b;
			}
			
			
		/* Login PAGES */	
		#login {}
			#login .login-form {}
			
				#login .login-form li {
				padding-left:0px;
				background:none;
				}
				
					#login .login-form li label {
					display:inline-block;
					width:200px;
					}
		


		/* MAIN FORM */
		form {
		margin:0 auto; 
		padding:0 0 0 0;
		}
					
			form .req {
			color:#D60309;
			font-weight:bold;
			font-size:12px;
			}
		
			form .label {
			clear:both;
			float:left;
			width:140px;
			height:25px;
			font-size:11px;
			font-weight:bold;
			color:#353535;
			line-height:20px;
			text-align:right;
			margin-right:10px;
			margin-bottom:4px;
			}
			
			form .input {
			float:left;
			width:240px;
			height:25px;
			}
				form .input input {
				font-size:12px;
				width:200px;
				}
				
			form .select {
			float:left;
			width:240px;
			height:25px;
			}
				form .select select {
				font-size:12px;
				width:205px;
				}
			
			form .textarea {
			float:left;
			font-size:11px;
			width:240px;
			height:93px;
			}
				form .textarea textarea {
				font-size:12px;
				width:200px;
				height:80px;
				}
				form .textarea img {
				padding-top:3px;
				}
			
			form .button {
			margin-top:2px;
			padding-left:150px;
			padding-bottom:5px;
			}
		
		
		.form-under {font-size:11px;color:#666666;}
		
		
		fieldset legend {
		color:#9c9c9c;
		font-size:14px;
		font-weight:bold;
		}
		
		
		
