/* CSS Document */

body	{
	background: #000 url(../img/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper {
	width: 875px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
#empty {
	width: 875px;
	height: 500px;
	position: fixed;
	margin: 60px 0 0 0;
	background: #e2e2e2;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	z-index: 1;	
}
#leftbg {
	width: 380px;
	height: 100%;
	position: fixed;
	margin: 0 25px;
	padding: 45px 0 0 0;
	background: #000;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	z-index: 10;
}
#left {
	width: 380px;
	height: 100%;
	position: fixed;
	margin: 0 25px;
	padding: 45px 0 0 0;
	z-index: 15;
}
#left .logo {
	width: 380px;
	height: 67px;
	text-align: center;	
}
#left .title {
	width: 380px;
	height: 25px;
	text-align: center;
	color: #fff;	
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#left .navmenu {
	width: 310px;
	margin: 25px auto;	
}
#left .navmenu ul li {
	width: 310px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 5px 0;	
}
#left .navmenu ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: right;	
	padding: 0 10px 0 0;
	background: #000;
}
#left .navmenu ul li a:hover, #left .navmenu ul li a.active  {
	color: #000;
	background: #99cdff;
}
#left .address {
	width: 310px;
	margin: 80px auto;	
	text-align: right;
}
#left .address p {
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	margin: 0 0 5px 0;
}
#rightbg {
	width: 440px;
	height: 480px;
	position: fixed;
	padding: 40px 35px;
	margin: 45px 0 0 425px;
	background: #fff;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	z-index: 10;
}
#right {
	width: 460px;
	height: 550px;
	position: fixed;
	padding: 35px 35px;
	margin: 45px 0 0 425px;
	z-index: 15;
	overflow: hidden;
}
#right h1 {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
	margin: 0 0 20px 0;
	padding: 0;
}
#right p {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	line-height: 16px;
	margin: 0 0 10px 0;
}
#right ul {
	margin: 0 0 10px 15px;
}
#right ul li {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	line-height: 16px;
	margin: 0 0 3px 0;
}
/* forms */
form {
	width: 335px;
}

.col1 {
	text-align: right;
	width: 135px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
	background: url(images/bg_label.gif) no-repeat;
}

.col2 {
	width: 195px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
	background: url(images/bg_textfield.gif) no-repeat;
}

.col2comment {
	width: 195px;
	height: 98px;
	margin: 0;
	display: block;
	float: left;
	background: url(images/bg_textarea.gif) no-repeat;
}

.col1comment {
	text-align: right;
	width: 135px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
	background: url(images/bg_label_comment.gif) no-repeat;
}

div.row {
	clear: both;
	width: 335px;
}

.submit {
	height: 29px;
	width: 330px;
	background: url(images/bg_submit.gif) no-repeat;
	padding-top: 5px;
	clear: both;
} 

.input {
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #8595B2;
}

.textarea {
	border: 1px solid #8595B2;
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
}
