/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the anytime 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:#150510;
background-color:#341129;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#9b1670;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#85921d;}
a img     {border:none;}


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

h1 {font-size:18px;line-height:18px;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;}


.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 #a9b16d 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 {display:none;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;
}
	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:2px 3px;
	background-repeat:no-repeat;
	}




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1 {
width:910px;
text-align:left;
background-color:#441e38;
background-image:url(../images/main_bg.png);
background-position:top;
background-repeat:no-repeat;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
position:relative;
}

#container2 {
width:910px;
background-image:url(../images/main_footer.png);
background-position:bottom;
background-repeat:no-repeat;
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}


	
	#logo {
	position:absolute;
	top:0px;
	right:0px;
	width:330px;
	height:132px;
	z-index:1500;
	}


	/* MAIN HEADER */
	#header {
	height:98px;
	}
	
	
	
	#flash-spacer {
	height:250px;
	}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	height:33px;
	line-height:33px;
	color:#ffffff;
	font-size:14px;
	padding-top:30px;
	padding-left:41px;
	}
	
		#navigation a {
		float:left;
		display:inline-block;
		line-height:33px;
		padding:0 12px 0 12px;
		color:#ffffff;
		background-image:url(../images/nav_bg.gif);
		background-position:center -100px;
		background-repeat:no-repeat;
		}
			#navigation a:hover {
			color:#ffffff;
			background-image:url(../images/nav_bg.gif);
			background-position:center top;
			}
			#navigation .navdiv {
			float:left;
			font-size:0;
			line-height:33px;
			height:33px;
			width:1px;
			background-color:#341129;
			padding:0 0 0 0;
			margin:0 auto;
			border:none;
			}

		
		
		
	/* MAIN SHOPPING LINKS */
	#cart-nav {
	height:31px;
	line-height:31px;
	color:#59354e;
	background-image:url(../images/cart_icon.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
	padding-left:41px;
	padding-bottom:4px;
	margin-left:41px;
	}
	
		#cart-nav a {color:#ccdc4d;}
		#cart-nav a:hover {color:#90527c;}

		
	
	
	/* MAIN CONTENT */
	#main {
	line-height:18px;
	background-color:#ffffff;
	background-image:url(../images/inner_footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0 5px 5px 5px;
	position:relative;
	z-index:800;
	}
		#main #main-inner2 {
		padding:60px 40px 40px 40px;
		background-image:url(../images/inner_top.gif);
		background-position:top;
		background-repeat:no-repeat;
		}
	
		#main #main-inner {
		min-height:350px;
		padding:200px 40px 100px 40px;
		background-image:url(../images/inner_top2.gif);
		background-position:top;
		background-repeat:no-repeat;
		}
		
		#main h1 {color:#5b6807;font-style:italic;}
		#main h4 {color:#a5b333;}
		#main b, #main strong {color:#771257;}
		
		#main blockquote {
		color:#788418;
		line-height:22px;
		font-size:26px;
		font-style:italic;
		text-align:right;
		background-image:url(../images/blockquote.gif);
		background-position:right top;
		background-repeat:no-repeat;
		padding:18px 24px 18px 24px;
		margin:0 0 3px 0;
		}
		
		
		
		
		#main .main-left {
		float:left;
		width:500px;
		}
		
		#main .main-right {
		float:right;
		width:280px;
		padding-top:170px;
		}
		

		
		
		
		
		#flash-image {
		position:absolute;
		top:0px;
		right:0px;
		width:340px;
		height:242px;
		}
			#flash-image-over {
			position:absolute;
			top:0px;
			right:0px;
			width:340px;
			height:242px;
			background-image:url(../images/side_image_over.png);
			background-position:right top;
			background-repeat:no-repeat;
			z-index:900;
			}
		
			#flash-image table {
			display:none;
			position:absolute;
			top:0px;
			right:0px;
			}
			
			
		#testimonials-right {
		position:absolute;
		bottom:90px;
		right:30px;
		width:290px;
		background-color:#ffffff;
		padding:10px;
		}
			
			
			
			
		#product-flash {
		position:absolute;
		right:0px;
		top:101px;
		width:310px;
		height:240px;
		z-index:1303;
		}
			
			
			
			
		#home-services {
		position:absolute;
		left:5px;
		top:101px;
		width:300px;
		height:240px;
		z-index:1206;
		}
			#home-services #home-services-over {
			position:absolute;
			left:0px;
			top:0px;
			width:260px;
			height:160px;
			text-align:right;
			padding:80px 20px 0 20px;
			background-image:url(../images/services_home_over.png);
			}
				#home-services #home-services-over h6 {
				font-size:16px;
				font-style:italic;
				font-weight:normal;
				}
				
				#home-services #home-services-over a {color:#2e0421;}
				#home-services #home-services-over a:hover {color:#ffffff;}
				
				
		#home-random {
		position:absolute;
		left:305px;
		top:101px;
		width:300px;
		height:240px;
		z-index:1201;
		}
			#home-random #home-random-over {
			position:absolute;
			left:0px;
			top:0px;
			width:260px;
			height:160px;
			text-align:right;
			padding:80px 20px 0 20px;
			background-image:url(../images/random_home_over.png);
			z-index:1202;
			}
			
			
			
			
		.home-image {
		position:absolute;
		right:0px;
		bottom:0px;
		width:331px;
		height:176px;
		background-image:url(../images/home_right.jpg);
		background-position:right bottom;
		background-repeat:no-repeat;
		}
			
			
			
			
		#main .button-holder {}
			#main .button-holder a {
			float:left;
			color:#ffcef0;
			font-size:11px;
			display:inline-block;
			line-height:24px;
			padding-left:10px;
			background-image:url(../images/button_sprite.gif);
			background-position:left;
			background-repeat:no-repeat;
			margin-right:3px;
			}
				#main .button-holder a strong, #main .button-holder a b {
				display:block;
				color:#ffcef0;
				font-weight:normal;
				padding-right:10px;
				background-image:url(../images/button_sprite.gif);
				background-position:right;
				background-repeat:no-repeat;
				}
				
				#main .button-holder a:hover strong, #main .button-holder a:hover b {
				color:#ffffff;
				}

	


#footer-container {
width:910px;
text-align:left;
background-image:url(../images/footer_bg.gif);
background-position:-910px bottom;
background-repeat:no-repeat;
margin:6px 0 6px 0;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

	
	/* MAIN FOOTER */
	#footer {
	line-height:22px;
	font-size:11px;
	color:#ffffff;
	text-align:left;
	background-image:url(../images/footer_bg.gif);
	background-position:0px top;
	background-repeat:no-repeat;
	}
		
		#footer .footer-1 {
		float:left;
		width:120px;
		padding:20px 40px 20px 40px;
		border-right:solid #441e38 1px;
		}
		
		#footer .footer-2 {
		float:left;
		width:220px;
		padding:20px 0 20px 40px;
		border-right:solid #441e38 1px;
		}
		
		#footer .footer-3 {
		float:left;
		width:400px;
		padding:20px 0 20px 40px;
		background-image:url(../images/credit_cards.gif);
		background-position:350px 19px;
		background-repeat:no-repeat;
		}
	
	
		#footer a {color:#ccdc4d;}
		#footer a:hover {color:#90527c;}
		#footer b, #footer strong {
		color:#b3689b;
		}
		#footer h1 {
		font-size:30px;
		line-height:30px;
		padding:14px 0 2px 0;
		}
		
		
	#upgrade1 {
	width:900px;
	text-align:left;
	color:#ffffff;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:30px 0 0 0;
	border:none;
	position:relative;
	}
		#upgrade1 h1 {
		padding-top:20px;
		padding-bottom:20px;
		font-size:26px;
		line-height:26px;
		}
		
		#logo-upgrade {
		float:right;
		display:inline-block;
		padding-left:50px;
		}
		
		
		#upgrade2 {
		padding-top:20px;
		background-color:#FFFFFF;
		background-image:url(../images/inner_top.gif);
		background-position:top;
		background-repeat:no-repeat;
		margin-top:20px;
		}
			#upgrade2-inner {
			font-size:14px;
			padding:0 20px 20px 20px;
			background-image:url(../images/inner_footer.gif);
			background-position:bottom;
			background-repeat:no-repeat;
			}
		
		
		
		
		
		
		
		
		
