@charset "UTF-8";
/* 
	Background-Styles 
*/

body {
	margin:0px; padding:0px;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color:#121212;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#cccccc;
	font-size:11px;
	line-height:19px;
}

#image_header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 153px;
}

#flash_slideshow{
	width: 900px;
	height: 232px;
}

#nav{
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 62px;
}

#content_top{
	background-image: url(../images/content_top.png);
	width: 900px;
	height: 43px;
}

#content{
	margin:0px; padding:0px;
	background-image: url(../images/content_middle.png);
	width: 900px;
	float:left;
}

#left_column{
	margin:20px 0px 0px 65px; padding: 0px;
	width: 377px;
	float: left;
}

#right_column{
	margin:20px 70px 0px 0px; padding: 0px;
	background-image: url(../images/right_column.jpg);
	background-repeat: no-repeat;
	width: 344px;
	height:562px;
	float: right;
	position: relative;
}

#content_bottom{
	background-image: url(../images/content_bottom.png);
	width: 900px;
	height: 36px;
	clear: both;
}

#footer {
	margin: 10px 0px 20px 0px;
	position: relative;
	height:20px;
}
.container {
	width:900px;
	margin:0 auto;
	position:relative;
}

/* Text */
#footer p{
	color: #cccccc;
}

/* Contact Form */

#right_column_contact{
	margin:20px 70px 0px 0px; padding: 0px;
	background-image: url(../images/contact_right.jpg);
	background-repeat: no-repeat;
	width: 344px;
	height:562px;
	float: right;
	position: relative;
}

#right_column_contact input, textarea{
	border:1px solid #43b1e4;
}

#right_column_contact label {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
#right_column_contact input#Name { 
	width: 250px;
	position:absolute; top:35px; left:89px;
}

#right_column_contact input#Email { 
	width: 250px;
	position:absolute; top:70px; left:89px;
}

#right_column_contact input#Phone { 
	width: 250px;
	position:absolute; top:107px; left:89px;
}

#right_column_contact textarea#Message { 
	width: 250px;
	position:absolute; top:145px; left:89px;
}

#right_column_contact textarea {
	width: 180px;
	height: 150px;
	position:absolute; top:320px; left:89px;
}

#right_column_contact input.submit-button {
	position:absolute; top:315px; left:220px;
	background-image: url(../images/btn_submit_off.jpg);
	border: none;
	width: 57px;
	height: 25px;
}

#right_column_contact input.submit-button:hover	{ 
	background-image: url(../images/btn_submit_on.jpg);
	border: none;
	width: 57px;
	height: 25px;
	cursor: pointer; 
}

#right_column_contact input.reset-button {
	position:absolute; top:315px; left:280px;
	background-image: url(../images/btn_reset_off.jpg);
	border: none;
	width: 57px;
	height: 25px;
}

#right_column_contact input.reset-button:hover	{ 
	background-image: url(../images/btn_reset_on.jpg);
	border: none; 
	width: 57px;
	height: 25px;
	cursor: pointer; 
}

