@charset "UTF-8";
/* CSS Document */

a {
	outline: none;
	text-decoration: none;
}

a img {
	border: none;
}

div#sidenav {
	float: left;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 230px;
	padding: 50px 10px 5px 0;
	z-index: 100;
	background-color: #333;
	text-align: right;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}

	div#sidenav h1 {
		width: 230px;
		color: #00ffd9;
		padding-bottom: 25px;
}

		div#sivenav h1 a {
			display: block;
			width: 230px;
			height: 215px;
			background-repeat: no-repeat;
			background-position: right top;
			text-indent: -6000px;
		}
		

body {
	font-family: helvetica, arial, sans-serif;
	color: #fff;
	background-image: url(../images/bg-floral.gif);
}

div#wrapper {
	width: 900px;
	margin-right: auto;
}

div#main {
	float: right;
	width: 585px;
	background-color: #aaa;
	font-color: #000;
	padding-top: 62px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	margin-top: -10px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}

div#main img {
	padding: 5px;
	margin: ;
	background-color: #333;
}

h1 {
		font-family: Georgia, serif;
		font-style: italic;
		font-size: 50px;
		color: #555;
		letter-spacing: -1px;
		text-align: right;
		line-height: 40px;
		margin: 0;
}

h2 {
	display: inline;
	color: #555;
	letter-spacing: -1px;
	font-size: 28px;
	height: ;
	margin-bottom: 0;
	margin-right: 0;
	font-family: georgia, serif;
	font-style: italic;
}

h3 {
	color: #fff;
	font-size: 20px;
	font-weight: lighter;
	line-height: ;
	margin-bottom: -40px;
	margin-top: 20px;
}

ul {
	padding-top: 7px;
	color: #F09;
	padding-bottom: 15px;
	margin-left: 0px;
	margin-right: -10px;
	line-height: 35px;
	margin-top: -5px;
	margin-bottom: -5px;
}



ul#nav li {
	text-decoration:none;
}

ul#nav li a{
	color: #aaa;
	text-decoration:none;
}

ul#nav li a:hover{
	color: #00ffd9;

}

a.active{
	background-color: #fff;
}


li {
	font-family: helvetica, arial, sans-serif;
	line-height: ;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

p {
	color: #191919;
	font-size: 15px;
	line-height: 19px;
	margin-bottom: -5px;
	padding-top: 5px;
}





#page-wrap {
	/*padding: 20px 50px 20px 50px;
	margin: 0px auto;*/
	min-height: 200px;
	height: auto !important;
	height: 300px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	/*padding: 5px;
	margin: 0px 0px 10px 0px;*/
	font-family: Helvetica, arial, sans-serif;
	font-size: 15px;
	border: 2px solid #ccc;
	width: 400px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #ccc;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin-right: 110px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 70px;
	padding-top: 5px;
	font-size: 15px;
}