@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
}
/* CSS Document */

#main {
	width:960px;
	height:640px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
}

a:link {
	color: #2D96FF;
}
a:visited {
	color: #2D96FF;
}
a:hover {
	color: #666666;
}

li {
	margin:0;
	list-style-type: square;
}

ul {
	margin:0;
	list-style-type: square;
}


#banner {
	width:960px;
	height:135px;
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	font-size: 9px;
	color: #000000;
	background-image: url(images/banner.jpg);
}	



.top_left {
	height: 380px;
	width: 190px;
	float: left;
	background-repeat: repeat-x;
	background-color: #EB780B;
	background-image: url(images/menu_bg.jpg);
	padding-left: 10px;
}

.middle_index {
	height: 380px;
	width: 700px;
	float: left;
	background-image: url(images/middle_index.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
}

.middle_sitemap {
	height: 380px;
	width: 700px;
	float: left;
	background-image: url(images/middle_sitemap.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
}

.middle_links {
	height: 380px;
	width: 700px;
	float: left;
	background-image: url(images/middle_links.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
}

.middle_contact {
	height: 380px;
	width: 700px;
	float: left;
	background-image: url(images/middle_contact.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
}

.middle_window {
	height: 380px;
	width: 700px;
	float: left;
	background-image: url(images/middle_window.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
}

.middle_roller {
	height: 380px;
	width: 700px;
	float: left;
	background-image: url(images/middle_roller.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
}

.middle_roman {
	height: 380px;
	width: 700px;
	float: left;
	background-image: url(images/middle_roman.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
}

.middle_timber {
	height: 380px;
	width: 700px;
	float: left;
	background-image: url(images/middle_timber.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
}

.middle_bistro {
	height: 380px;
	width: 700px;
	float: left;
	background-image: url(images/middle_bistro.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
}

.middle_venetian {
	height: 380px;
	width: 700px;
	float: left;
	background-image: url(images/middle_venetian.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
}

#nav {
	width:206px;
	height:240px;
	float: right;
	padding-top: 80px;
}
#buttons {
	width:960px;
	height:125px;
	float: left;
	margin-top: 5px;
}
#content {
	width:960px;
	height:auto;
	float: left;
	margin-top: 15px;
}


.main_info {
	width: 960px;
	height: auto;
	float: left;
	padding-top: 20px;
}


.space {
	width: 320px;
	height: 50px;
	float: right;
}


#footer {
	width:960px;
	height:auto;
	float: left;
	padding-top: 70px;
	text-align: center;
}


.form_wrapper {
	width:260px;
	height:390px;
	text-align: left;
	font-size: 12px;
	color: #666666;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/form_wrapper_bg.gif);
	margin: auto;
	line-height: normal;
	padding-top: 30px;
}


textarea {
	border: 1px solid #CCCCCC;
	width:230px;
	height:50px;
	overflow: auto;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

input {
	border: 1px solid #CCCCCC;
}
input.textboxes {
	width:230px;
	height:20px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.image_right {
	margin-right: 15px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.image_left {
	margin-right: 15px;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
