/* --------------------------------------------------- 
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:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:center;
background-color:#cacaca;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#c10000;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#650404;}
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 {font-size:11px;}
.small-center {font-size:11px;text-align:center;font-style:italic;}


.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:5px;
height:5px;
padding:0 0 0 0;
margin:5px 0 0 0;
border-top:solid #CCCCCC 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;text-align:center;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;text-align:center;}
.img-main, .img-center {text-align:center;margin-bottom:6px;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:6px;
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:20px;
	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:900px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

#container2 {
width:900px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}


	/* MAIN HEADER */
	#header {
	height:90px;
	background-color:#000000;
	background-image:url(../images/header_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	border-bottom:solid #e40d16 7px;
	}
	
		#header #logo {
		float:left;
		display:inline-block;
		}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	height:43px;
	line-height:34px;
	color:#ffffff;
	background-color:#e40d16;
	background-image:url(../images/navigation_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-left:59px;
	}
		#navigation ul {
		margin:0 0 0 0;
		padding:0 0 0 0;
		}
			#navigation ul li {
			float:left;
			display:inline-block;
			line-height:35px;
			list-style:none;
			margin-top:0;
			padding-top:0;
			padding-bottom:0;
			margin-left:0;
			padding-left:0;
			background:none;
			position:relative;
			z-index:1000;
			}
	
		#navigation a {
		float:left;
		display:inline-block;
		display:block;
		color:#ffffff;
		font-weight:bold;
		line-height:35px;
		height:35px;
		text-transform:uppercase;
		padding-left:9px;
		background-image:url(../images/nav_over.gif);
		background-position:left -100px;
		background-repeat:no-repeat;
		}
			#navigation a strong,
			#navigation a b {
			display:inline-block;
			color:#ffffff;
			cursor:pointer;
			line-height:35px;
			height:35px;
			padding-right:9px;
			background-image:url(../images/nav_over.gif);
			background-position:right -100px;
			background-repeat:no-repeat;
			}
		
			#navigation a:hover,
			#navigation .over,
			#navigation .on {
			display:inline-block;
			color:#ffffff;
			line-height:35px;
			height:35px;
			background-image:url(../images/nav_over.gif);
			background-position:left 0px;
			}
				#navigation a:hover strong,
				#navigation .over strong,
				#navigation .on strong,
				#navigation a:hover b,
				#navigation .over b,
				#navigation .on b {
				display:inline-block;
				color:#ffffff;
				line-height:35px;
				height:35px;
				cursor:pointer;
				background-image:url(../images/nav_over.gif);
				background-position:right 0px;
				}
				
				#navigation .sub-nav {
				position:absolute;
				top:35px;
				left:15px;
				display:none;
				text-transform:none;
				font-size:12px;
				font-weight:normal;
				text-transform:none;
				line-height:14px;
				margin:0 0 0 0;
				z-index:6000;
				}
					#navigation .sub-nav li {
					display:inline-block;
					width:180px;
					line-height:14px;
					}
						#navigation .sub-nav a {
						float:left;
						display:inline-block;
						width:160px;
						line-height:14px;
						height:auto;
						font-weight:normal;
						text-transform:none;
						border-right:none;
						color:#ffffff;
						background:none;
						padding:6px 9px;
						margin:0 0 0 0;
						background-color:#a70000;
						border-bottom:solid #950606 1px;
						}
							#navigation .sub-nav a strong,
							#navigation .sub-nav a b {
							line-height:14px;
							height:auto;
							padding:6px 9px;
							}
							#navigation .sub-nav a:hover {
							color:#ffffff;
							line-height:14px;
							height:auto;
							background:none;
							background-color:#950606;
							}
				
			
			#navigation .nav-div {
			float:left;
			display:inline-block;
			width:15px;
			font-size:0;
			background-image:url(../images/nav_div.gif);
			background-position:center top;
			background-repeat:no-repeat;
			line-height:35px;
			height:43px;
			padding:0 0 0 0;
			margin:0 auto;
			border:none;
			}

		
		
		
	/* MAIN SHOPPING LINKS */
	#search-bar {
	float:right;
	height:30px;
	line-height:30px;
	color:#bcbeb4;
	padding-right:13px;
	padding-top:9px;
	}
		
		
		
		
		
	/* FLASH IMAGE */	
	#flash {
	position:relative;
	margin:0 8px;
	height:206px;
	line-height:18px;
	}
		
		#flash #flash-over {
		position:absolute;
		left:0px;
		top:0px;
		width:884px;
		height:206px;
		background-image:url(../images/flash_over.png);
		background-position:left top;
		background-repeat:no-repeat;
		z-index:500;
		}
		
			#flash .small a {text-decoration:underline;}
			#flash .small a:hover {text-decoration:none;}
		
			#flash .flash-left {
			float:left;
			width:540px;
			text-align:right;
			padding-top:35px;
			}
			
			#flash .flash-left .product-list {
			font-size:14px;
			line-height:22px;
			}
				#flash .flash-left .product-list a {color:#063055;}
				#flash .flash-left .product-list a:hover {color:#234b8e;}
				
				
				
			#flash .flash-right {
			float:right;
			width:180px;
			text-align:left;
			padding-top:35px;
			padding-left:130px;
			padding-right:10px;
			height:170px;
			position:relative;
			}
				#flash .flash-right .fire-image {
				position:absolute;
				left:0px;
				bottom:0px;
				z-index:800;
				}
			
			
		
		
		#flash table {
		position:absolute;
		left:0px;
		top:0px;
		display:none;
		z-index:400;
		}
		

	
	
	#breadcrumb {
	line-height:34px;
	height:34px;
	color:#a19e9e;
	font-size:11px;
	padding:0 20px;
	}
	
		
	
	
	/* MAIN CONTENT */
	#main {
	line-height:18px;
	padding:20px 8px 30px 8px;
	}
	
		#main h1,
		#main h2 {
		color:#e40d16;
		font-weight:normal;
		}
		
		#main h4 {
		color:#e40d16;
		font-size:14px;
		line-height:18px;
		}
		#main h5 {
		color:#e40d16;
		font-size:13px;
		line-height:18px;
		}
		
		
		#main .main-full {
		padding:0 27px 0 27px;
		}
		
		
		#main .main-left {
		float:left;
		width:520px;
		padding:0 0 0 27px;
		}
		
		
		#main .main-right {
		float:right;
		width:314px;
		}
			#main .main-right .career-header {
			height:140px;
			background-image:url(../images/careers_header.jpg);
			background-position:left bottom;
			background-repeat:no-repeat;
			}
		
		
			#main .main-right .side-header {
			padding:16px 24px 12px 24px;
			color:#ffffff;
			background-image:url(../images/side_red.gif);
			background-position:top;
			background-repeat:repeat-y;
			}
			
				.rss-stamp {
				float:right;
				display:inline-block;
				padding-top:1px;
				}
			
			
		
			#main .main-right .side-red {
			padding:10px 24px 14px 24px;
			color:#ffffff;
			background-image:url(../images/side_red.gif);
			background-position:bottom;
			background-repeat:repeat-y;
			border-top:solid #db3333 1px;
			margin-bottom:16px;
			}
				#main .main-right .side-red a {color:#ffffff;text-decoration:underline;}
				#main .main-right .side-red a:hover {color:#190000;text-decoration:none;}
				
			#main .main-right .side-grey {
			padding:10px 24px;
			background-image:url(../images/side_grey.gif);
			background-position:bottom;
			background-repeat:repeat-y;
			border-top:solid #930d0d 1px;
			margin-bottom:16px;
			}
				#main .main-right .side-grey .small a {text-decoration:underline;}
				#main .main-right .side-grey .small a:hover {text-decoration:none;}
		
		
		
		
		#main .main-home {
		float:left;
		width:275px;
		padding:0 20px 0 32px;
		}
		
		#main .main-home-mid {
		float:left;
		width:240px;
		padding-top:30px;
		}
		
		
		
		.product-thumbnail {
		position:relative;
		display:block;
		background-color:#eeeeee;
		width:75px;
		height:75px;
		}
			.product-thumbnail .thumb-over {
			position:absolute;
			left:0px;
			top:0px;
			width:75px;
			height:75px;
			background-image:url(../images/thumb_over.png);
			background-position:left top;
			background-repeat:no-repeat;
			}
				.product-thumbnail .thumb-over a {
				display:block;
				width:75px;
				height:75px;
				}




	
	
	/* MAIN FOOTER */
	#footer {
	line-height:18px;
	font-size:11px;
	color:#585858;
	text-align:left;
	padding:22px 35px 22px 35px;
	background-color:#ededed;
	}
		
		.footer-left {
		float:left;
		display:inline-block;
		}
		.footer-right {
		float:right;
		text-align:right;
		width:300px;
		}
		#footer span {color:#a09b9b;}
		
		#footer a {color:#585858;text-decoration:underline;}
		#footer a:hover {color:#c60000;text-decoration:none;}
		
		
		
		
		
		/* NEXT PREVIOUS PAGES */		
		.nextprev {float:right;}
			.nextprev .num {
			color:#333333;
			background-color:#E0E0E0;
			padding:0 4px 0 4px;
			margin-left:3px;
			}
			.nextprev .cur {
			font-weight:bold;
			background-color:#B5B5B5;
			}
			.nextprev .np {
			color:#ffffff;
			background-color:#000000;
			padding:0 4px 0 4px;
			margin-left:3px;
			}
			.nextprev .se {
			color:#A0A0A0;
			background-color:#F3F3F3;
			}
			.nextprev a:hover {
			text-decoration:none;
			color:#CCCCCC;
			background-color:#000000;
			}
			
			
		/* 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;
			font-size:11px;
			font-weight:bold;
			color:#353535;
			line-height:16px;
			text-align:left;
			margin-top:2px;
			margin-bottom:1px;
			padding-left:20px;
			}
			
			form .label2 {
			clear:both;
			float:left;
			width:140px;
			font-size:14px;
			font-weight:bold;
			color:#353535;
			line-height:16px;
			text-align:right;
			margin-top:2px;
			margin-right:10px;
			margin-bottom:6px;
			}
			
			form .label-details {
			font-weight:normal;
			font-size:11px;
			color:#666666;
			line-height:15px;
			padding-left:20px;
			}
			
			form .input {
			float:left;
			width:350px;
			height:25px;
			padding-left:20px;
			}
				form .input input {
				font-size:12px;
				width:320px;
				}
				
			form .select {
			float:left;
			width:350px;
			height:25px;
			padding-left:20px;
			}
				form .select select {
				font-size:12px;
				width:325px;
				}
				
			form .checkbox {
			float:left;
			width:350px;
			padding-left:20px;
			}
			
			form .radio {
			float:left;
			width:350px;
			padding-left:20px;
			}
			
			form .textarea {
			float:left;
			font-size:11px;
			width:350px;
			height:113px;
			padding-left:20px;
			}
				form .textarea textarea {
				font-size:12px;
				width:320px;
				height:100px;
				}
				form .textarea img {
				padding-top:3px;
				}
			
			form .button {
			margin-top:2px;
			padding-bottom:5px;
			padding-left:20px;
			}
		
		
		.form-under {font-size:11px;color:#666666;}
