html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    font: 11px tahoma, sans-serif;
    background: url('../img/bg.jpg') repeat;
    text-align: center;
}

div, span, td, li, input, select, textarea, label, p {
	color: #543b2e;
}

div, span, a, td, li, input, select, textarea, label, p {
	font: 11px tahoma, sans-serif;
	line-height: 18px;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #966d33;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 7px 0;
}

h1 {
	color: #333333;
	text-align: left;
	font-weight: normal;
	font-family: georgia, sans-serif;
	font-size: 20px;
	margin: 0 0 15px 0;
}

.action {
	margin-bottom: 5px;
}

.action_content {
	background: url('../img/action_value.png') no-repeat;
	padding-top: 105px;
}

.action_content a {
	color: #dc322a;
}

.block {
	width: 274px;
	margin-bottom: 24px;
}

.block_bottom {
	background: url('../img/block_bottom.png') no-repeat;
	height: 6px;
	overflow: hidden;
}

.block_content {
	background: url('../img/block.png') repeat-y;
	padding: 15px 22px 22px 22px;
	overflow: hidden;
	zoom: 1;
}

.block_content a {
	font-size: 13px;
}

.block_content .forgot {
	color: #543b2e;
	float: left;
	position: relative;
	left: 0;
	top: 12px;
}

.block_content .login_go {
	float: right;
	width: 94px;
	height: 32px;
	border: 0 none;
	cursor: pointer;
	background: url('../img/login_go.png') no-repeat;
}

.block_content .textfield {
	margin: 2px 0 7px 0;
}

.block_content .web_or_adv {
	margin: 10px 0 15px 0;
	overflow: hidden;
}

.block_content .web_or_adv input {
	margin: 0;
}

.block_content .web_or_adv label {
	margin: 0 0 0 5px;
}

.block_top {
	background: url('../img/block_top.png') no-repeat;
	height: 6px;
	overflow: hidden;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	background: url('../img/bg_bottom.png') repeat-x left bottom;
}

.content {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

.footer {
    height: 155px;
	width: 1000px;
	margin: -155px auto 0;
    background: url('../img/footer.png') no-repeat;
    position: relative;
}

.footer .copyright {
	position: absolute;
	left: 0;
	top: 18px;
}

.footer .copyright, .footer .copyright a {
	font-family: verdana, sans-serif;
	color: #000000;
	text-decoration: none;
}

.footer .phone_info {
	height: 176px;
	padding-left: 169px;
    background: url('../img/phone_info.png') no-repeat;
    position: absolute;
    left: 416px;
    top: -48px;
}

.footer .phone_info .phone_info_content {
	padding-top: 64px;
	color: #59564D;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.footer .phone_info .phone_info_content .online {
	color: #7BA76C;
	font-size: 12px;
	font-weight: bold;
}

.footer .phone_info .phone_info_content .phone_number {
	line-height: 46px;
	color: #59564D;
	font-size: 12px;
	font-weight: bold;
}

.footer .phone_info .phone_info_content .phone_number span {
	color: #000000;
	font-size: 30px;
	padding-left: 18px;
	position: relative;
	left: 0;
	top: 2px;
}

.footer .wm {
	position: absolute;
	right: 0;
	top: 18px;
}

.head_text {
    position: absolute;
    left: 529px;
    top: 69px;
    color: #3f4044;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    font-family: arial, sans-serif;
    line-height: 16px;
}

.left {
	float: left;
}

.left_column {
	width: 276px;
	float: left;
	text-align: justify;
}

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

.list li {
	padding-left: 24px;
}

.list.with_arrows li {
    background: url('../img/arrow.gif') no-repeat left 1px;
}

.list.with_pointers li {
    background: url('../img/pointer.gif') no-repeat left 1px;
}

.logo {
	width: 324px;
	height: 70px;
    background: url('../img/logo.png') no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 51px;
}

.menu {
	height: 60px;
	width: 1000px;
	background: url('../img/menu.png') no-repeat;
	position: relative;
	left: 0px;
	top: -22px;
}

.menu ul {
	margin: 0;
	padding: 2px 0 0 80px;
	list-style-type: none;
}

.menu ul li {
	float: left;
	width: 165px;
	height: 36px;
	text-align: center;
	background: url('../img/li.gif') no-repeat right top;
}

.menu ul li.last {
	background: none;
}

.menu ul li a {
	font: 12px verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 36px;
}

.menu ul li a:hover {
	font-weight: bold;
}

.news {
	margin: 33px 0 18px 0;
	overflow: hidden;
	background: url('../img/bb.png') repeat-x left bottom;
}

.news_item {
	padding-bottom: 18px;
}

.news_item .date {
	color: #dc322a;
	display: block;
}

.push {
	background: url('../img/bg_top.png') repeat-x;
	padding-bottom: 230px;
}

.red {
	color: #964c25;
}

.redirect {
	width: 233px;
	height: 51px;
	left: 50%;
	margin: -44px 0 0 -162px;
	position: absolute;
	top: 50%;
	background: url('../img/redirect_logo.png') no-repeat;	
}

.redirect_inner {
	padding-top: 50px;
	text-align: center;
}

.reg_button {
	display: block;
	width: 276px;
	height: 46px;
	line-height: 46px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	background-image: url('../img/reg_button.png');
	background-repeat: no-repeat;
	background-position: 0 -46px;
	zoom: 1;
}

.reg_button:hover, .reg_button.active {
	background-position: 0 0;
}

.right {
	float: right;
}

.right_column {
	width: 700px;
	float: right;
	text-align: justify;
}

.siteline td {
	padding: 7px;
	border-bottom: 1px solid #B79E7C;
}

.textfield {
	width: 100%;
	background: #E7E3D7;
	border: 1px solid #C0B5A3;
	height: 23px;
	padding: 3px 5px;
}

.top {
 	height: 192px;
 	position: relative;
 	width: 1000px;
 	margin: 0 auto;
}

.topsites-content td, .topsites-content2 td, .topsites-content3 td {
	padding: 5px;
}

.topsites-content3 {
	background-color: #F4F5F7;
}

.topsites-content2 {
	 background-color: #EEF4FB;
}

.topsites-title2 {
	background: #B79E7C;
}

.user {
    position: absolute;
    right: -27px;
    top: 17px;
}

.user, .user div {
    _display: inline;
}

.user_inner {
	zoom: 1;
    background: url('../img/globe_inner.png') repeat-x;
	height: 142px;
	position: relative;
}

.user_inner .user_name {
	font-family: verdana, sans-serif;
	font-weight: bold;
	background: url('../img/userpic.gif') no-repeat left 4px;
	padding: 0 20px 0 25px;
	margin-top: 59px;
	display: inline-block;
}

.user_inner .user_options {
	margin: 59px -20px 0 0;
	position: relative;
	display: inline-block;
}

.user_inner .user_options a {
	font-family: verdana, sans-serif;
}

.user_left {
	height: 142px;
    background: url('../img/globe_left.png') no-repeat;
}

.user_not_logged {
	width: 165px;
	height: 142px;
    background: url('../img/globe_not_logged.png') no-repeat;
    position: absolute;
    right: -27px;
    top: 17px;
}

.user_right {
	height: 142px;
    background: url('../img/globe_right.png') no-repeat right top;
}

.user_sep {
	padding: 0 168px 0 16px;
	height: 142px;
}

.wrapper {
	background: url('../img/top_shadow.png') repeat-x;
}
