
/* Global configs */
html * {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 0;
}

body {
	color: #000000;
	font-size: 0.8em;
	background: url(bg_winter.jpg);
	background-attachment:fixed;
	font-family: georgia, times, serif;
	text-align: center;
	z-index: 1;
}

.clear {
	clear: both;
}

h1 {
	font-size: 22px;
	font-family: georgia, times, serif;
	color: #69000c;
	text-transform: capitalize;
}

h2 {
	font-size: 18px;
	font-family: georgia, times, serif;
	color: #69000c;
}

h3 {
	font-size: 15px;
	font-family: georgia, times, serif;
	color: #69000c;
}

h4 {
	font-size: 14px;
	font-family: georgia, times, serif;
	color: #69000c;
}

h5 {
	font-size: 12px;
	font-family: georgia, times, serif;
	color: #69000c;
}

p {
	font-size: 14px;
	font-family: georgia, times, serif;
	color: #000000;
}


a:link, a:visited {
	text-decoration: underline;
	color: #69000c;
}

a:hover {
	color: #ffeaf9;
}


#content ul {
	padding: 10px 20px 10px 30px;

	
	
}


#content ul li {
	padding-left: 10px;
	list-style:  disc;
	
}



/*
General page layout
*/




	#wrapper_outer {
		position: relative;
		background: #ffffff;
		width: 970px;
		margin: 0px auto;
		text-align: left;
		z-index: 2;
	}
		
		#wrapper_header {
			position: relative;
			width: 970px;
			height: 287px;
			background: url(header.jpg) top center no-repeat;
			z-index: 3;
						

		}
			
			#header {
				text-align: right;
				padding: 140px 15px 0px 0px;
				color: white;
			}
				
				#header h3 {
					font-size: 14px;
				}
				
			#block_navigation {
				position: absolute;
				bottom: 3.5px;
				left: 0px;
				width: 970px;
				height: 30px;
				z-index: 4;
			}
			
			#block_subscriber {
				position: absolute;
				top: 10px;
				right: 15px;
				padding: 3px;
				width: 400px;
				height: 50px;

				z-index: 4;
			}
				
				#block_subscriber div {
					color: #444444;
					text-align: left;
					margin: 0px 0px 5px 0px;
					font-weight: 800;
				}
				
				#block_subscriber div a:link, #block_subscriber div a:visited {
					color: #444444;
					font-weight: 800;
				}
		
		
		#wrapper_body {
			position: relative;
			width: 970px;
			z-index: 2;
		}

			#body {
				text-align: left;
			}

				#body h1, #body p {
					margin: 0px 0px 15px 0px;
				}

				#actions {
					float: left;
					width: 250px;
					margin: 15px 15px 0px 0px;
				}

					#block_proshop {
						}


				#content {
					float: left;
					width: 600px;
					margin: 15px 15px 30px 30px;
				}

			


			#wrapper_footer {
			position: relative;
			width: 970px;
			height: 600px;
			padding: 10px 0px 50px 0px;
			background: #69000c;
			color: white;
			text-align: left;
			border-bottom: solid 2px white;
		}
        
			#wrapper_footer div.left {
				float: left;
				width: 318px;
				border-top: solid 2px white;
				border-right: solid 2px white;
				
			}
			
			#wrapper_footer div.center {
				float: left;
				width: 328px;
				border-top: solid 2px white;
				
				
				
			}
			
			#wrapper_footer div.right {
				float: right;
				width: 320px;	
				border-top: solid 2px white;
				border-left: solid 2px white;
			}
			

			#wrapper_footer div.right p {
				color: white;
				padding: 10px;
			}

		



		
			
			#wrapper_footer a:link, #wrapper_footer a:visited {
				text-decoration: underline;
				color: white;
			}
			
			#wrapper_footer a:hover {
				color: ##ffeaf9;
}

#block_homelink {
    position: absolute;
    top: 85px;
    left: 45px;
    width: 240px;
    height: 80px;
    z-index: 99;
}

#block_homelink a:link, #block_homelink a:visited {
    display: block;
    width: 240px;
    height: 80px;
}






/*
Main navigation
*/

#block_navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 5;
}

	#block_navigation ul li {
		margin: 0px;
		padding: 0px;
		height: 26px;
		float: left;
	}

		#block_navigation ul li a:link, #block_navigation ul li a:visited {
			display: block;
			padding: 8px 8px 8px 8px;
			font-size: 11px;
			text-transform: capitalize;
			color: white;
			font-weight: 400;
			text-decoration: none;
		}
			
			#block_navigation ul ul li a:link, #block_navigation ul ul li a:visited {
				width: 186px;
			}

		#block_navigation ul li a:hover {
			background: #69000c;
		}

		#block_navigation ul ul {
			position: absolute;
			width: 200px;
			z-index: 6;
		}
		
		#block_navigation ul ul ul {
			position: relative;
			left: 200px;
			top: -30px;
			width: 200px;
			z-index: 7;
		}
		
		
			#block_navigation ul ul li {
				display: block;
				margin: 0px;
				padding: 0px;
				height: 32px;
				clear: left;
				background: url(nav_bg.png) top center;
			}
			
			#block_navigation ul ul, #block_navigation ul ul ul, #block_navigation ul li:hover ul, #block_navigation ul li:hover ul ul {
				visibility: hidden;
			}
			
			#block_navigation ul li:hover ul, #block_navigation ul ul li:hover ul {
				visibility: visible;
			}



/*
Main body
*/

#footer h1 {
	font-size: 19px;
	font-family: georgia, times, serif;
	color: #ffffff;
	padding: 10px;
}


#footer p {
	font-size: 14px;
	font-family: georgia, times, serif;
	color: #ffffff;
	padding: 10px;
}

	

