
/*<style>/**/

body {
	background-color: #000000;
    background-image: url(../images/ui/main_grill_bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
    color: #eeeeee;
	padding: 0px;
	margin: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}


a {
	color: #94ccdb;
}

p {
	margin: 0px 0px 10px 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #ffffff;
}

label {
	display: block;
	float: left;
	width: 60px;
	height: 20px;
	color: #CCCCCC;
}

ul {
	padding-left: 20px;
	margin: 0px;
}

ul li {
	line-height: 16px;
}


/* ------------------------------------------------------------------------------------------HEADER */
.header {
	background-image: url(../images/ui/header_bg.gif);
	background-repeat: repeat-x;
    background-position: 0px 0px;
	height: 129px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
    overflow: hidden;
}



/* ------------------------------------------------------------------------------------------MENU */
.menu {
	background-image: url(../images/ui/menu_bg.gif);
	background-repeat: repeat-x;
	height: 38px;
	width: 100%;
	padding: 0px;
	margin: 0px;
    overflow: hidden;
	position: relative;
	text-align: center;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	position: relative;
}

.menu ul li {
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.menu ul li a {
	position: relative;
	float:left;
	display: block;
	background-image: url(../images/ui/menu_button.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-decoration: none;
	height: 38px;
	padding: 12px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #dddddd;
	font-size: 15px;
}

.menu ul li a:hover {
	background-position: 0px -38px;
	color: #FFFFFF;
}

/* ------------------------------------------------------------------------------------------MAIN */
.main {
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.main .feature {
	background-color: #296372;
	background-image: url(../images/ui/content_grill_bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	height: 95px;
}

.content {
	width: 630px;
	margin: 0px auto 0px auto;
}


/* ------------------------------------------------------------------------------------------INFO */
.info {
	background-color: #7a0a0f;
	width: 630px;
	padding: 5px 50px 5px 70px;
	margin: 0px auto 0px auto;
	text-align: left;
}

.desc {
	background-color: #4e0205;
	background-image: url(../images/ui/footer_grill_bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	width: 100%;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	text-align: center;
}


/* ------------------------------------------------------------------------------------------FOOTER */


.footer_content {
	text-align: center;
}

.footer {
	background-color: #207085;
	height: 10px;
	
}










/* ------------------------------------------------------------------------------------------CONTENT */


.col_left {
	width: 295px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 10px;
	
}

.col_right {
	width: 295px;
	float: right;
	text-align: left;
	padding: 0px 10px 0px 10px;
}

.col_end {
	clear: both;
}

.col_space {
	clear: both;
	height: 20px;
}



.list {
	margin: 0px;
	padding: 0px;
}

.list li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
}









.contact_form {
	padding-top: 0px;
}

.contact_form td {
	vertical-align: top;
	text-align: left;
	padding: 3px 0px 0px 0px;
}

.contact_form label {
	display: block;
	width: 100px;
	text-align: left;
	padding: 1px 0px 0px 0px;
	text-transform: capitalize;
}

.contact_form .text,
.contact_form .textarea,
.contact_form .select {
	width: 410px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contact_form .select {
	width:150px;
}

.contact_form .textarea {
	height: 100px;
}
	
	
	
