body {
	background: #FFFFFF url(../images/bg.jpg) top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 12px;
	margin: 0;
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
	color: #0446a3;
}

a {
	color: #777777;
	text-decoration: none;
}

a:hover {
	color: #777777;
	text-decoration: underline;
}

.heading {
	text-align: center;
	width: 250px;
	margin: 15px auto;
}

#wrapper {
	margin: 0 auto;
	background: url(../images/top_bg.png) top center no-repeat;
}

#main {
	width: 966px;
	margin: 0 auto;
}

#header {
	background: url(../images/header.jpg) top center no-repeat;
	width: 966px;
	height: 218px;
}

#header .title {
	color: #bcbec0;
	font-size: 14px;
	position: relative;
	top: 165px;
	right: 65px;
	text-align: right;
	float: right;
}

#content {
	width: 966px;
	background: url(../images/main_bg.png) top center repeat;
	overflow: hidden;
	padding: 0 0 50px 0;
}

#left {
	float: left;
	width: 297px;
	background: url(../images/right_top.jpg) top center repeat-x;
	margin: 0 25px -20000px 0;
	padding: 0 15px 20000px 15px; 
}

#left p {
	background: url(../images/splitter.jpg) bottom center no-repeat;
	padding: 0 0 15px 0;
}

#right {
	padding: 10px 0 0 0;
	margin: 0 25px 0 0;
}

/* FORM PROPERTIES */

#form {
	margin: -30px 0 0 0;
}

.form_box {
	padding: 25px;
	border: 1px solid #c9cacb;
	margin: 25px 0 0 0;
	float: left;
	width: 500px;
}

.form_box_title {
	position: relative;
	top: 35px;
	left: 20px;
	font-size: 14px;
	font-weight: 900;
	background: #FFFFFF;
	padding: 0 5px;
	margin: 0 0 25px 0;
}

.box_content {
	width: 175px;
	margin: 0 0 -10px -45px;
	list-style-type: none;
	text-align: right;
	float: left;
	line-height: 28px;
}

.box_content_inputs {
	list-style-type: none;
	float: left;
	margin: 0 0 -10px -25px;
}

#form .textinput {
	width: 155px;
	height: 20px;
	/* background: url(../images/textinput.jpg) top center no-repeat; */
	border: 1px solid #c9cacb;
	margin: 1px 0 5px 0;
	padding: 2px 0 0 0;
	font-family: "Lucida Grande", Arial, sans-serif; /* NEEDED SO FONT IN BOX SHOWS CORRECTLY */
}

#form .textinput1 {
	width: 120px;
	height: 20px;
	/* background: url(../images/textinput.jpg) top center no-repeat; */
	border: 1px solid #c9cacb;
	margin: 1px 0 5px 0;
	padding: 2px 0 0 0;
	font-family: "Lucida Grande", Arial, sans-serif; /* NEEDED SO FONT IN BOX SHOWS CORRECTLY */
}

#form .textinput2 {
	width: 80px;
	height: 20px;
	/* background: url(../images/textinput.jpg) top center no-repeat; */
	border: 1px solid #c9cacb;
	margin: 1px 0 5px 0;
	padding: 2px 0 0 0;
	font-family: "Lucida Grande", Arial, sans-serif; /* NEEDED SO FONT IN BOX SHOWS CORRECTLY */
}

#form .selectinput {
	width: 155px;
	height: 22px;
	/* background: url(../images/textinput.jpg) top center no-repeat; */
	border: 1px solid #c9cacb;
	margin: 1px 0 5px 0;
	padding: 1px 0 0 4px;
	font-family: "Lucida Grande", Arial, sans-serif; /* NEEDED SO FONT IN BOX SHOWS CORRECTLY */
}

#form .selectinput1 {
	width: 50px;
	height: 22px;
	/* background: url(../images/textinput.jpg) top center no-repeat; */
	border: 1px solid #c9cacb;
	margin: 1px 0 5px 0;
	padding: 1px 0 0 4px;
	font-family: "Lucida Grande", Arial, sans-serif; /* NEEDED SO FONT IN BOX SHOWS CORRECTLY */
}

#form .selectinput2 {
	width: 75px;
	height: 22px;
	/* background: url(../images/textinput.jpg) top center no-repeat; */
	border: 1px solid #c9cacb;
	margin: 1px 0 5px 0;
	padding: 1px 0 0 4px;
	font-family: "Lucida Grande", Arial, sans-serif; /* NEEDED SO FONT IN BOX SHOWS CORRECTLY */
}

#form .selectinput3 {
	width: 50px;
	height: 22px;
	/* background: url(../images/textinput.jpg) top center no-repeat; */
	border: 1px solid #c9cacb;
	margin: 1px 0 5px 0;
	padding: 1px 0 0 4px;
	position: relative;
	top: 5px;
	font-family: "Lucida Grande", Arial, sans-serif; /* NEEDED SO FONT IN BOX SHOWS CORRECTLY */
}

#form .radioinput {
	border: none;
	margin: 8px 0 5px 2px;
	padding: 0;
	text-align: left;
	font-family: "Lucida Grande", Arial, sans-serif; /* NEEDED SO FONT IN BOX SHOWS CORRECTLY */
}

/* CITIES */

#cities {
	float: left;
	position: relative;
	top: 0px;
	left: 352px;
	width: 500px;
}

.letter {
	float: left;
}

.cities_row {
	width: 500px;
	list-style-type: none;
	margin: 0 0 0 -25px;
	float: left;
}

.city_item {
	float: left;
	width: 125px;
}