/*
================================================================================
|                                     Backgrounds                              |
================================================================================
*/
.top {background-image:url("../images/top.jpg"); background-repeat:no-repeat; width:1000px; height:308px;}
.menu {background-image:url("../images/menu.jpg"); background-repeat:no-repeat; width:1000px; height:73px;}
.middle {background-image:url("../images/middle.jpg"); background-repeat:repeat-y; width:1000px; height:351px;}
.bottom {background-image:url("../images/bottom.jpg"); background-repeat:no-repeat; width:1000px; height:68px;}

.block {background-image:url("../images/block.jpg"); background-repeat:no-repeat; width:260px; height:200px;}

.map {background-color:#abb3bf; width:382px; height:324px;}
/*
================================================================================
|                                     TAGS                                     |
================================================================================
*/
body {
	background-color: #5a6786;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:14px;
	color:#606060;
}
form, body, iframe { margin: 0; padding: 0;}
img, table, iframe { border: 0; padding:0; margin:0;}
table { border-collapse:collapse}
table td { padding:0; margin:0; border:0} 
table tr { padding:0; margin:0; border:0} 
a { 
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#f24f00;
	text-decoration:underline;
}
a:hover { 
		text-decoration:none; 
} 
/*
================================================================================
|                                     Fonts                                    |
================================================================================
*/
.txt_copy {font-size:11px; color:#ffffff;}
.txt_sub {font-size:10px; color:#ffffff; text-transform:uppercase;}

.h1 {font-size:15px; font-weight:bold; color:#f24f00;}

.font1 {font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#ffffff;}

.href1 {font-size:11px; color:#ffffff; text-decoration:none;}
.href1:hover {text-decoration:underline;}
.href2 {font-size:11px; color:#ffffff;}
.href3 {font-size:10px; color:#ffffff; text-transform:uppercase; text-decoration:none;}
.href3:hover {text-decoration:underline;}
/*
================================================================================
|                                     Form                                     |
================================================================================
*/
.field1 {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	border-color:#606060;
	border-style:solid;
	border-width:1px;
	width:414px;
	height:17px;
}
.field2 {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	border-color:#606060;
	border-style:solid;
	border-width:1px;
	width:220px;
	height:17px;
}
.field3 {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px !important;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	border-color:#606060;
	border-style:solid;
	border-width:1px;
	width:65px;
	height:20px;
	vertical-align:top;
	text-align:left
}
.field4 {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	border-color:#606060;
	border-style:solid;
	border-width:1px;
	width:49px;
	height:17px;
}
.area {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	border-color:#606060;
	border-style:solid;
	border-width:1px;
	width:414px;
	height:100px;
}
.btn_clear {
	background-image:url("../images/btn_clear.jpg");
	background-repeat:no-repeat;
	width:56px;
	height:19px;
	border:0px;
	cursor:pointer;
}
.btn_send {
	background-image:url("../images/btn_send.jpg");
	background-repeat:no-repeat;
	width:56px;
	height:19px;
	border:0px;
	cursor:pointer;
}	

#error {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:14px;
	color:#606060;
}

