/* @override http://localhost:8888/tuts/zeepond/style.css */
@import url("reset.css");

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	background: #6595a3;	
}
#header {
	height: 200px;
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 4px;
	background: #c8e3e8;
	position: relative;

}

#content {
	padding-top: 15px;
	width: 800px;
	position: relative;
	margin: 0 auto;
	font: 14px "Helvetica Neue", Lucida, Verdana, sans-serif;
	color: #324143;
	line-height: 18px;
	font-weight: lighter;
	background: #fcffed;
}
#main {
	padding-top: 20px;
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 20px;

}
#menu {
	height: 36px;
	padding-left: 30px;
	background: url(images/bg_menu.jpg) left top repeat-x;
	margin: 0 auto;
}
.wrapp {
	width: 800px;
	position: relative;
	margin: 0 auto;
}
#footer {
	height: 100px;
	width: 800px;
	background: #fcffed;
	position: relative;
}

#gallery{
	padding-left: 23px;
	padding-top: 15px;
}


/**** MENU ****/
/*#menu ul.nav_left {
	padding-left: 30px;
	height: 30px;
	background: url(images/bg_leftMenu.jpg) left top no-repeat;
}
#menu ul.nav_right{
	position: absolute;
	right: 7px;
	top: 0;
	padding-right: 30px;
	height: 30px;
	background: url(images/bg_rightMenu.jpg) right top no-repeat;
}*/
#menu ul li {
	float: left;
	background: url(images/divider_menu.jpg) left top no-repeat;
}
#menu ul li a.last {
	background: url(images/divider_menu.jpg) right top no-repeat;
}
#menu ul li a,
#menu ul li a:link,
#menu ul li a:active,
#menu ul li a:visited{
	display: block;
	float: left;
	position: relative;
	height: 36px;
	padding: 0 18px;
	border: 1px hidden solid #c8e3e8;
	text-decoration: none;
	color: #324143;
	font: 1em/36px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#menu ul li a:hover {
	/*background: url(images/bg_menu_active.jpg) left top repeat-x;*/
	background: #fcffed;
	border: 1px solid #324143;
	margin: -1px;
}

**** SUB NAV ***
#sub_nav {
	padding-bottom: 30px;
	height: 50px;
	margin: 0 7px;
	line-height: 50px;
	position: relative;
	font-size: .8em;
	color: #000000;
	}
	#sub_nav span.tip {
		padding-left: 18px;
		padding-bottom: 30px;
		font-size: 1.2em;
		color: #000000;
		left: 30px;
		position: absolute;
	}


#sub_nav2 {
		height: 0px;
		background: #BFDEFF;
		margin: 0 0px;
		line-height: 50px;
		position: relative;
		font-size: 12px;
		color: #000000;
	}
		#sub_nav2 span.tip {
			left: 48px;
			position: absolute;
		}
		#sub_nav2 span.links {
			right: 48px;
			position: absolute;
			color: #000000;	
		}
		#sub_nav2 span.links a, 
		#sub_nav2 span.links a:link, 
		#sub_nav2 span.links a:active, 
		#sub_nav2 span.links a:visited {
			text-decoration: none;
			color: #000000;
		}
		#sub_nav2 span.links a:hover {
			text-decoration: underline;
		}


	
/**** CENTER ****/
div.center1 {
	background: #fcffed;
	width: 640px;
	position: relative;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
	
	.content h1 {
		font-size: 40px;
		color: #324143;
		border-bottom: 1px solid #B6C28B;
		padding: 20px 0px;
		line-height: 40px;
		margin-bottom: 5px;
		position: relative;
	}
