/* --------------------------------------------------- 
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:Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
background-color:#000000;
background-image:url(../images/background.gif);
background-position:center top;
background-repeat:no-repeat;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#767676;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#ab9357;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {font-size:22px;line-height:24px;padding:4px 0 4px 0;font-weight:normal;color:#695c3c;}
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;font-weight:normal;color:#695c3c;}
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;}


.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;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;}
.img-main {text-align:center;}

.img-left2 {
float:left;
display:inline-block;
margin-right:15px;
margin-top:4px;
margin-bottom:6px;
background-color:#FFFFFF;
padding:3px;
}

	.img-left2 span {
	display:block;
	background-image:url(../images/image_bg1.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	}
		.img-left2 span span {
		display:block;
		background-image:url(../images/image_bg2.gif);
		background-position:bottom left;
		background-repeat:no-repeat;
		}
			.img-left2 span span span {
			display:block;
			background-image:url(../images/image_bg2.gif);
			background-position:top right;
			background-repeat:no-repeat;
			padding:6px;
			}
			
.img-right2 {
clear:right;
float:right;
display:inline-block;
margin-left:15px;
margin-top:4px;
margin-bottom:6px;
background-color:#FFFFFF;
padding:3px;
}

	.img-right2 span {
	display:block;
	background-image:url(../images/image_bg1.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	}
		.img-right2 span span {
		display:block;
		background-image:url(../images/image_bg2.gif);
		background-position:bottom left;
		background-repeat:no-repeat;
		}
			.img-right2 span span span {
			display:block;
			background-image:url(../images/image_bg2.gif);
			background-position:top right;
			background-repeat:no-repeat;
			padding:6px;
			}
			
.img-main2 {
display:inline-block;
text-align:center;
background-color:#FFFFFF;
padding:3px;
margin-bottom:6px;
}

	.img-main2 span {
	display:block;
	background-image:url(../images/image_bg1.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	}
		.img-main2 span span {
		display:block;
		background-image:url(../images/image_bg2.gif);
		background-position:bottom left;
		background-repeat:no-repeat;
		}
			.img-main2 span span span {
			display:block;
			background-image:url(../images/image_bg2.gif);
			background-position:top right;
			background-repeat:no-repeat;
			padding:6px;
			}


/* LIST ELEMENTS
list elements */
ul {
margin-top:0;
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:3px;
	margin-left:0;
	padding-left:14px;
	background-image:url(../images/point.gif);
	background-position:0px 9px;
	background-repeat:no-repeat;
	}




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1 {
width:940px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

#container2 {
width:940px;
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:91px;
	background-image:url(../images/header_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
	
		#header #logo {
		float:left;
		display:inline-block;
		}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	height:38px;
	line-height:38px;
	color:#ffffff;
	background-color:#3a3a3a;
	background-image:url(../images/nav_bg.gif);
	background-position:left 0px;
	background-repeat:repeat-x;
	}
	
		#navigation a {
		float:left;
		display:inline-block;
		color:#dfdddd;
		padding:0 13px;
		line-height:36px;
		height:38px;
		background-image:url(../images/nav_bg.gif);
		background-position:left 0px;
		background-repeat:repeat-x;
		font-size:13px;
		font-weight:bold;
		}
			#navigation a:hover {
			color:#ffffff;
			background-image:url(../images/nav_bg.gif);
			background-position:left -38px;
			background-repeat:repeat-x;
			}
			
		#navigation .nav-div {
		float:left;
		width:2px;
		font-size:0;
		line-height:38px;
		height:38px;
		padding:0 0 0 0;
		background-image:url(../images/nav_div.gif);
		background-position:center;
		background-repeat:no-repeat;
		margin:0 auto;
		border:none;
		}

		
		
		
	/* MAIN SHOPPING LINKS */
	#header-right {
	float:right;
	height:78px;
	width:400px;
	line-height:20px;
	color:#cacaca;
	font-size:14px;
	text-align:right;
	padding-left:20px;
	padding-top:13px;
	}
		
		
		
		
		
	/* FLASH IMAGE */	
	#flash {
	width:940px;
	height:250px;
	position:relative;
	background-color:#000000;
	border-top:solid #000000 6px;
	}
		
		#flash #flash-over {
		position:absolute;
		left:0px;
		top:0px;
		width:940px;
		height:250px;
		background-image:url(../images/flash_over.png);
		background-position:top;
		background-repeat:repeat-x;
		z-index:2000;
		}
		
		#flash table {
		position:absolute;
		left:0px;
		top:0px;
		width:940px;
		height:250px;
		display:none;
		z-index:1500;
		}
		

		
	
	
	/* MAIN CONTENT */
	#main {
	min-height:400px;
	line-height:18px;
	padding:20px 40px 20px 40px;
	color:#ffffff;
	background-color:#000000;
	border-top:solid #000000 6px;
	}
	
	
	#main-home {
	min-height:160px;
	line-height:18px;
	padding:20px 40px;
	color:#ffffff;
	background-color:#000000;
	padding-top:0px;
	}
	
	
		.main-home-left {
		float:left;
		width:480px;
		}
		
		.main-home-right {
		float:right;
		width:340px;
		}
		
		.home-links {
		font-size:15px;
		}
		
		.news-div {
		font-size:16px;
		line-height:16px;
		background-image:url(../images/news_div.gif);
		background-position:left center;
		background-repeat:no-repeat;
		}
	
	
	#breadcrumb {
	font-size:11px;
	color:#555555;
	padding-bottom:10px;
	}
	
	
	
		.main-left {
		float:left;
		width:630px;
		}
		
		.main-right {
		float:right;
		width:190px;
		font-size:11px;
		line-height:15px;
		padding-top:24px;
		}
			
			.main-right ul li {
			line-height:15px;
			padding-bottom:5px;
			background-position:0px 8px;
			}
			
		
		.main-even-left {
		float:left;
		width:410px;
		}
		
		.main-even-right {
		float:right;
		width:410px;
		}
	
	
	
	
	
	
	#base {
	height:140px;
	line-height:15px;
	font-size:12px;
	color:#ffffff;
	text-align:left;
	background-color:#131313;
	background-image:url(../images/base_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	border-top:solid #000000 6px;
	}
	
		#base #sponsors {
		float:left;
		width:144px;
		height:60px;
		padding-top:41px;
		padding-left:39px;
		position:relative;
		}
			#base #sponsors table {
			position:absolute;
			left:39px;
			top:41px;
			width:144px;
			height:60px;
			display:none;
			}
			
	
		#base #subscribe {
		float:right;
		width:270px;
		padding-top:32px;
		}
		
		#base #community {
		float:right;
		width:215px;
		padding:38px 30px 0 50px;
		}




	
	
	/* MAIN FOOTER */
	#footer {
	line-height:18px;
	font-size:11px;
	color:#888686;
	text-align:center;
	padding:15px 20px 15px 20px;
	background-color:#000000;
	}
	
		#footer a {color:#888686;}
		#footer a:hover {color:#ab9357;}
		
		
		
		
		
		/* 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;
			float:left;
			width:140px;
			height:25px;
			font-size:11px;
			font-weight:bold;
			color:#767676;
			line-height:15px;
			padding-top:2px;
			text-align:left;
			margin-right:10px;
			margin-bottom:0px;
			}
			
			form .input {
			float:left;
			width:240px;
			height:25px;
			}
				form .input input {
				font-size:12px;
				width:200px;
				}
				
			form .checkboxes {
			float:left;
			width:240px;
			padding-bottom:16px;
			}
				
			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:#767676;padding-bottom:18px;}
		
		
		
		
		
		