/*--- tags general ---*/
html {
	font-size: 10px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 2;	
	color: #333;
	text-align: justify;
	background: #675742 url(../images/bg_grass.png) no-repeat top left fixed;
}
a {
	color: #9191FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 130%;
	margin-bottom: 30px;	
}
h2 {
	font-size: 120%;
	margin-bottom: 20px;	
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
	display: inline;
}
p {
	margin-bottom: 20px;	
}
/*--- page general ---*/
#wrap_all {
	position: relative;
	width: 100%;
	background: url(../images/bg_pebble.png) no-repeat 1150px 0px fixed;
}
#wrap_page {
	position: relative;
	width: 1000px;
	margin-left: 150px;
}
#banner {
	position: relative;
	height: 200px;
	background: url(../images/bg_banner.gif) no-repeat 400px 0px;
}
#page {
	position: relative;
	width: 940px;
	padding: 0px;
	background: #F8F8F8;
	padding: 80px 30px 100px 30px;
}
.clear {
	clear: both;
	height: 0;
}
#footer_box {
	position: relative;
	width: 100%;
	height: 80px;
}
#footer {
	position: relative;
	color: #CCC;
	text-align: left;
	font-size: 95%;
	padding: 10px 0px;
	margin: 0px auto;
}
	#ft_cr {
		float: left;
		margin-left: 30px;
	}
	#ft_links {
		width: 250px;
		margin: 0px auto;
	}
		#ft_links a {
			float: left;
			margin-right: 30px;
			text-decoration: none;
			color: #FFF;
		}
		#ft_links a.on {
			color: #CCC;
		}	
		#ft_links a:hover {
			color: #9191FF;
			text-decoration: underline;
		}
	#ft_vd {
		float: right;
		margin-right: 30px;
	}
/*--- navigation ---*/
ul#menu {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 40px;
	font-size: 12px;
	text-align: center;
	background: #897358;
	padding: 2px 2px 2px 0px;
}
	ul#menu li {
		position: relative;
		float: right;
		margin-left: 2px;
		padding: 0px;
	}
		ul#menu li a {
			display: block;
			width: 120px;
			line-height: 40px;
			font-weight: bold;
			color: #FFF;
			background: url(../images/bg_nav.gif) repeat-x top left;
			text-decoration: none;
		}
		ul#menu li a:hover {
			color: #9191FF;
		}
		ul#menu li a.on {
			width: 160px;
			color: #CCC;
		}	
/*--- page specifics ---*/
ul#links {
	float: left;
}
	ul#links li ul {
		margin-bottom: 20px;
	}
	ul#links li a {
		font-weight: normal;
		font-size: 120%;
		line-height: 20px;
		text-decoration: none;
	}
	ul#links li a:hover {
		font-weight: bold;
		font-size: 140%;
	}
	ul#links li ul a {
		font-size: 90%;
	}
	ul#links li ul a:hover {
		font-size: 110%;
	}
/*--- contact form ---*/
#cnform {
	float: right;
	width: 410px; 
	margin-right: 100px;
	margin-top: 80px;
	margin-bottom: 40px;
}
	#cnform div {
		font-size: 12px;
		line-height: 14px;
	}
	#cnform input {
		display: block;
		height: 20px;
	}
	#cnform textarea {
		display: block;
		height: 140px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#cnform input, #cnform textarea {
		width: 400px;
		font-size: 14px;
		line-height: 16px;
		color: #FFF;
		background: #675742;
		border: 1px solid #897358;
		margin: 4px 0px 10px 0px;
		padding: 4px 0px 0px 6px;
		outline: none;
	}
	#cnform input.button {
		position: relative;
		top: 10px;
		float: right;
		padding: 0px;
		width: 80px; 
		height: 26px;
		font-size: 14px;
		line-height: 16px;
		border: 2px solid #897358;
		background: url(../images/bg_nav.gif) repeat-x center left;
		cursor: pointer;
	}
	#cnform input:focus, #cnform textarea:focus {
		color: #333;
		background: #FFF;
	}
	#cnform input.button:hover, #cnform input.button:focus {
		color: #9191FF;
		background: url(../images/bg_nav.gif) repeat-x center left;
	}
	#cnform .success, #cnform .err {
		display: none;
	}
#loading {
	position: relative;
	float: right;
	margin-right: 10px;
}
/*--- form general ---*/
.success {
	position: relative;
	color: #9191FF;
	font-size: 120%;
	font-weight: bold;
	cursor: pointer;
}
.err {
	position: relative;
	color: #FF0000; 
}
/*--- others ---*/
.hide {
	display: none;	
}

