@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f4834;
	margin: 0;
	padding: 0;
	background-color: #DFDFDF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

#container {
	width: 1078px;
	margin: 0 auto;
}

#nav_header{
	height:89px;

}
#img_header {
	width: 1028px;
}

#logo{
	width:219px;
	padding-left:50px;
	float:left;
}
#nav{
	width:400px;
	padding-left:50px;
	float:left;
}
#rabo{
	width:219px;
	padding-right:50px;
	float:right;
}

#content{
	background-color:#FFFFFF;
	background-image:url(../images/content_bg.gif);
	background-repeat: repeat-y;
}
#content_left{
	font: Arial, Helvetica, sans-serif;
	size: 10px;
	width:551px;
	float:left;
	margin-left:69px;
}
#content_right{
	width:300px;
	float:left;
	margin-left:29px;
}

#submit_result {
	float: left;
	padding: 3px 0 6px 0;
	font-weight: bold;
	color: #72a4bf;
}

#form_row {
	float: left;
	padding: 3px 0 3px 0;
}

#form_row #label{
	float: left;
	clear: none;
	padding-right: 12px;
}

#form_row #value{
	float: left;
	clear: none;
}

input[type=text] {
	width: 399px;
	height: 28px;
	border: 0;
	background: url(../images/input_email.jpg) no-repeat;
} 

input[type=image] {
	border: 0;
	padding: 0 0 15px 323px;
} 

textarea {
	width: 394px;
	height: 56px;
	border: 0;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	background: transparent;
}
#textarea_area {
	width: 399px;
	height: 60px;
	border: 0;
	background: url(../images/input_fixit.jpg) no-repeat;
}


#nav_item1 {
	float: left;
	clear: none;
	padding: 25px 40px 0 40px;
}
#nav_item2 {
	float: left;
	clear: none;
	padding:25px 0 0 0;
}

#nav_item1 #icon {
	float: left;
	clear: none;
}
#nav_item1 #label {
	float: left;
	clear: none;
	padding: 8px 0 0 8px;
	font-weight: bold;
}
#nav_item2 #icon {
	float: left;
	clear: none;
}
#nav_item2 #label {
	float: left;
	clear: none;
	padding: 8px 0 0 8px;
	font-weight: bold;
}


/* Used to clear floated divs */
p.clear { clear: both;   margin: 0; padding: 0;	border:0; font-size:0;}

#nav a {
	color: #5f4834;
	text-decoration: none;
}

#nav a:hover {
	color: #5f4834;
	text-decoration: underline;
}

a {
	color: #5f4834;
	text-decoration: underline;
}

a:hover {
	color: #5f4834;
	text-decoration: none;
}


