/* N.E.mation! Style Sheet Guide */
/* Designed + Developed by Spoon Creative */

body {
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	background-color: #FFFFFF;

	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;	
	line-height: 14px;
}

/*********************/
/*      Divs         */
/*********************/

#main_nav {
	position: absolute;
	width: 145px;
	height: 304px;
	left: 1px;
	top: 272px;
	background-image: url(../images/nav_bg.jpg);
}

#main_nav_content {
	position: absolute;
	top: 18px;
	left: 8px;
}

#contacts_main {
	position: absolute;
	width: 1024px;
	height: 768;
}

#contacts_left {
	float: left;
	width: 168px;
	height: 768px;
	background-image: url(../images/contacts_left.jpg);
}

#contacts_top {
	float: left;
	width: 856px;
	height: 176px;
	background-image: url(../images/contacts_top.jpg);
}

#contacts_nav {
	float: left;
	width: 215px;
	height: 387px;
	background-image: url(../images/contacts_nav.jpg);
}

#contacts_content {
	float: left;
	width: 409px;
	height: 387px;
	background-image: url(../images/contacts_content.jpg);
}

#contacts_right {
	float: right;
	width: 232px;
	height: 592px;
	background-image: url(../images/contacts_right.jpg);
}

#contacts_bottom {
	float: left;
	width: 624px;
	height: 204px;
	background-image: url(../images/contacts_bottom.jpg);
}

#contacts_nav_content {
	position: absolute;
	left: 780px;
	top: 337px;
	width: 147px;
	height: 161px;
	text-align: left;
}

#contacts_content_text {
	position: absolute;
	left: 387px;
	top: 194px;
	width: 600px;
	height: 241px;
}

#contacts_list {
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	text-decoration: none;
	margin: 0;	
}

#contacts_list li{
	padding: 0;
	margin: 0;	
}

/*********************/
/*      Styles       */
/*********************/

.nav_font, .nav_font a:link, .nav_font a:visited, .nav_font a:hover{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
	text-decoration: none;
}

.content_text_header_yellow {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #F8A52A;
	text-decoration: none;	
}

.content_text_header {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}

.mainnav_text_header_yellow, .mainnav_text_header_yellow a:link, .mainnav_text_header_yellow a:visited {
	font-family: Arial;
	font-size: 11px;
	/* font-weight: bold; */
	color: #FFFFFF;
	/* color: #F8A52A; */
	line-height: 12px;
	text-decoration: none;	
}

.mainnav_text_header_yellow a:hover {
	font-family: Arial;
	font-size: 11px;
	/* font-weight: bold; */
	/* color: #FFFFFF; */
	color: #F8A52A;
	line-height: 12px;
	text-decoration: none;	
}

.bodylink, .bodylink a:link, .bodylink a:visited { 
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;	
	line-height: 14px;
}

.bodylink a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;	
	line-height: 14px;
}

