@charset "utf-8";

html {height: 100%;}

body{
 height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
background-image:url(../images/top_right.png);
background-repeat:repeat-x;
margin: 0;
padding: 0;
}


.top {
	width: 100%;
	height: 276px;
	border: 0px solid black;
	background-image: url(../images/top_bg_main.png);
	background-repeat: no-repeat;
	background-position: center;
}
.top_container {
	height: 276px;
	width: 1100px;
}
.globe {
	background-image: url(../images/globe.png);
	background-repeat: no-repeat;
	float: left;
	height: 261px;
	width: 276px;
}




.people {
	background-image: url(../images/people.png);
	background-repeat: no-repeat;
	height: 276px;
	width: 441px;
	float: right;
}
.top_title {
	
	width: 251px;
	height: 276px;
	float: left;
	background-position: center;
}

.main_block_right {
	float: right;
	width: 70%;
	margin-right: 5%;
	margin-top: 10px;
}

.main_block {
	float: left;
	width: 70%;
	margin-left: 5%;
	margin-top: 10px;
}
.main_top_left {
	background-image: url(../images/frame_left_top.png);
	float: left;
	height: 8px;
	width: 9px;
}
.main_top_right {
	background-image: url(../images/frame_right_top.png);
	float: right;
	height: 8px;
	width: 8px;
}
.main_top {
	background-color: #eeeeee;
	height: 8px;
}
.main_inner {
	background-color: #eeeeee;
	width: 100%;
}
.main_inner_block {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #eeeeee;
	height: 100%;
}
.footer {
	position: absolute;
  	bottom: 0;
	background-color: #949494;
	height: 50px;
	width: 100%;
}
.site_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #CCCCCC;
	font-weight: 600;
	padding-top: 25px;
}
.search_bar {
	padding-top: 175px;
	padding-left: 40px;
}
#search_bar_input {
	background: url(../images/search_bar.png) 0 0 no-repeat;
	width: 144px;
	height: 28px;
	border: none;
	color: #FFFFFF;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	padding:4px 10px 4px 40px;
}




#register {
	font-family: Tahoma;
	color: #2c2c2c;
	font-size: 12px;
	font-weight: bold;
}
.login_btn_left {
	background-image: url(../images/login_btn_left.png);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 7px;
}
.login_btn_inner {
	background-image: url(../images/login_btn_inner.png);
	background-repeat: repeat-x;
	height: 22px;
	margin-top: 0px;
	font-family: Tahoma;
	color: #FFFFFF;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 14px;
	font-weight: 500;
	padding-top: 2px;
}
.login_btn {
	float: right;
	margin-right: 20px;
	cursor: pointer;
}
#pass_reminder {
	font-family: Arial;
	color: #39780b;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	padding-right: 20px;
}
.clear {
	clear: both;
	height: 20px;
}



.login_btn_right {
	background-image: url(../images/login_btn_right.png);
	background-repeat: no-repeat;
	float: right;
	height: 22px;
	width: 7px;
}

.right_header {
	float: right;
	width: 20%;
	margin-right: 3%;
	margin-top: 10px;
	margin-left: 2%;
	overflow: hidden;
}

.right_header_left {
	background-image: url(../images/panel_header_left.png);
	background-repeat: no-repeat;
	float: left;
	height: 46px;
	width: 9px;
}
.right_header_right {
	background-image: url(../images/panel_header_right.png);
	background-repeat: no-repeat;
	float: right;
	height: 46px;
	width: 6px;
}


.main_bottom_left {
	background-image: url(../images/frame_left_bottom.png);
	background-repeat: no-repeat;
	float: left;
	height: 9px;
	width: 9px;
}
.right_header_inner {
	background-image: url(../images/panel_header.png);
	background-repeat: repeat-x;
	height: 46px;
	text-align: center;
	padding-top: 9px;
	font-family: Impact;
	font-size: 22px;
	color: #FFFFFF;
	overflow: hidden;
}
.right_inner {
	background-color: #eeeeee;
	margin-left: 3px;
	margin-right: 1px;
	margin-top: -9px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
}


.main_bottom_right {
	background-image: url(../images/frame_right_bottom.png);
	background-repeat: no-repeat;
	float: right;
	height: 9px;
	width: 8px;
}
.main_bottom {
	background-color: #eeeeee;
	height: 9px;
}

.footerhref {
	font-size:11px;
	text-decoration:none;
}

