/* body */
body {
	margin: 10px 0px 20px 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Tahoma, sans-serif;
	color: #000;
	background: #1b1e2d url(../images/body_bg.gif) top left repeat-x;
	line-height: 1.5;
}

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

#header {
	background: url(../images/header.jpg);
	height: 106px;
	width: 970px;
}

#logo img {
	border: 0px;
}

#logo {
	position: absolute;
	margin-top: 20px;
	margin-left: 24px;
}

/* tab menu */
#tab_menu {
	background: url(../images/menu_line.gif) repeat-x;
	margin: 6px auto 0px auto;
	width: 960px;
	height: 40px;
}

ul.tabs {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.tabs li {
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 0;
	background: url(../images/menu_tab_right.gif) no-repeat right top;
	height: 40px;	
}

ul.tabs li a {
	display: block;
	padding: 7px 10px;
	color: #1b1e2d;
	background-color: transparent;
	text-decoration: none;
	background: url(../images/menu_tab_left.gif) no-repeat left top;
}

ul.tabs li a:hover {
	color: #f7f8f9;
}

/* body section */
#body_image {
	background: url(../images/body_image.jpg);
	height: 212px;
	width: 970px;
}

#body_wrapper {
	padding-left: 20px;
	padding-right: 20px;
	color: #f7f8f9;
	font-size: 12px;
}

#body_left_index {
	float: left;
	width: 62%;
	/*border-right: 1px solid #55668e;*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}

#body_right_index {
	float: left;
	width: 32%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left: 1px solid #55668e;
}

#body_right_index img {
	margin-left: 10px;
	border: 0px;
}

#body_right_index p {
	font-size: 10px;
}

#body_right {
	float: left;
	width: 690px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #55668e;
}

#body_right img {
	/*margin-left: 10px;*/
	padding: 2px;
	border: 1px solid #55668e;;
}

#body_right p {
	font-size: 12px;
}

#body_contact {
	margin: 0px auto 0px auto;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#body_contact_left {
	float: left;
	width: 300px;
}

#body_contact_right {
	float: left;
	padding-left: 20px;
	width: 400px;
	border-left: 1px solid #55668e;	
}

.splitter {
	background: url(../images/splitter.gif) repeat-x;
	margin: 2px auto 2px auto;
	width: 960px;
	height: 3px;
	font-size: 0px;
}	

/* footer section */
#footer {
	text-align: center;
	color: #f7f8f9;
	font-size: 10px;
	padding-top: 5px;
}

#footer a {
	color: #76c0ff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_menu {
	text-align: center;
}

#footer_menu a {
	color: #f7f8f9;
	text-decoration: none;
	font-size: 12px;
}

#footer_menu a:hover {
	color: #76c0ff;
	text-decoration: none;
}

#footer span {
	color: #76c0ff;
}

/* main elements */
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	color: #76c0ff;
	font-weight: normal;
}

a {
	color: #76c0ff;
	text-decoration: none;
}

a:hover {
	color: #55668e;
}

.clearing {
	clear: both;
}