@charset "UTF-8";
/* CSS Document */
body{
	background-image:url('../images/bg_top.jpg');
	background-repeat:repeat-x;
	background-color:#f5f5f5;
	margin-top:0px;
	font-family:Helvetica, "Lucida Grande", sans-serif;
}
a {	
	color:#56b0d0;
}
h3{
	color:#56b0d0;
	font-size:14px;
	margin-bottom:2px;
	padding-bottom:0px;
	margin-top:2px;
	padding-left:5px;
}
h2{
	color:#56b0d0;
	font-size:20px;
	font-weight:100;
	margin-bottom:2px;
	padding-left:15px;
	font-weight:bold;
}
h4{
	color: #09C;
	font-size:17px;
	
	margin-top:2px;
	margin-bottom:2px;
}
div#wrapper{
	position:relative;
	width:790px;
	margin:auto;
}
div#header{
	height:50px;
}
div#logo{
	float:left;
	margin-top:20px;
}
div#contact{
	margin-top:40px;
	position:absolute;
	right:6px;
	text-align:right;
	font-size:12px;
	top: 24px;
}
div#menu{
	position:absolute;	
	top:134px;
}
div#menu ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div#menu li a{
	color:#FFF;
	text-decoration:none;
	width:100px;
	height:30px;
}
div#menu li.center_item.selected {
		background-image:url('../images/center_menu_item_dark.jpg');
	}
div#menu li.center_item_links.selected {
		background-image:url('../images/center_menu_item_dark.jpg');
	}
div#menu li.left_item.selected {
		background-image:url('../images/left_menu_item_dark.jpg');
	}
div#menu li.right_item.selected {
		background-image:url('../images/right_menu_item_dark.jpg');
	}
div#menu li.center_item:hover {
		background-image:url('../images/center_menu_item_dark.jpg');
	}
	
div#menu li.left_item:hover{
		background-image:url('../images/left_menu_item_dark.jpg');
	}
	
div#menu li.right_item:hover{
		background-image:url('../images/right_menu_item_dark.jpg');
	}
	
li.center_item_links:hover{
		background-image:url('../images/center_menu_item_dark.jpg');
	}

div#menu li{
	display:block;
	float:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#FFF;
}
ul .center_item{
	width:150px;
	height:31px;
	background-image:url('../images/center_menu_item.jpg');
	margin-left:1px;
	text-align:center;
	padding-top:16px;
	}
ul .left_item{
	width:166px;
	height:31px;
	background-image:url('../images/left_menu_item.jpg');
	margin-left:1px;
	text-align:center;
	padding-top:16px;
	}
ul .right_item{
	width:166px;
	height:31px;
	background-image:url('../images/right_menu_item.jpg');
	margin-left:1px;
	text-align:center;
	padding-top:16px;
	}
ul .center_item_links{
	width:150px;
	height:39px;
	background-image:url('../images/center_menu_item.jpg');
	margin-left:1px;
	text-align:center;
	padding-top:8px;
	}
	
	
div#main_content{
	background-image:url('../images/main_bg.jpg');
	background-repeat:repeat-y;
	position:absolute;
	width:790px;
	top:384px;
}
div#left_main{
	margin-left:10px;
	
}
div#right_main{
	position:absolute;
	top:20px;
	
	right:0;
	margin-right:20px;
}

div#footer{
	margin-top:50px;
	background-image:url('../images/foot_bg.jpg');
	height:90px;
}

div#header2{
	position:absolute;
	top: 185px;
	margin-left:20px;
}
div#search{
	background-image:url('../images/search.jpg');
	background-repeat:no-repeat;
	width:232px;
	position:absolute;
	left: 555px;
	top: 15px;
	height: 41px;
	padding:7px;
}
