/* CSS Document */

body {
	margin:0px;
	background:#f5f5f5;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

/*---- ELEMENTS -----*/

a {
}

h1 a,h2 a,h3 a,h4 a,h5 a {
	text-decoration:none;
	color:#355164;
}

h1, h2, h3, h4, h5 {
	color:#355164;
}

/*---- PAGE STYLE START HERE -------*/

#mother {
	width:748px;
	background:#fff;
	text-align:left;
	min-height:2000px;
}

#header {
	height:80px;
	width:100%;
}

.header_postioner {
	padding-top:37px;
}

.logo {
	padding-left:5px;
	padding-right:18px;
}

.quick_ect {
	padding-left:2px;
	font-size:18px;
}

/*-----CONTENT------*/

#content {
	width:100%;
}

/*** LEFT CONTENT ***/

.left {
	float:left;
	width:205px;
	background-color:#999999;
	height:20px;
}

.live_support {
	width:100%;
	background:url(images/left_bg2.jpg);
}

.left_menu {
	width:100%;
	background:url(images/left_1_bg.gif) no-repeat;
}

.left_menu a{
	display:block;
	width:123px;
	margin-left:30px;
	padding:7px 7px 7px 7px;
	color:#fff;
	border-bottom:#7c6f48 solid 1px;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
.left_menu a:hover{
	background:#355164;
	color:#cebc83;
	border-bottom:#625839 solid 1px;
	border-top:#625839 solid 1px;
	padding:6px 7px 7px 7px;
}

.left_bottom-bg {
	height:45px;
	background:url(images/left_bg2-bottom.jpg);
}

.left_others {
	background:url(images/left_shadow_bg.gif) no-repeat;
	min-height:392px;	
}

/*** RIGHT CONTENT ***/

.right {
	width:543px;
	background:#fff url(images/main_panel_header.jpg) no-repeat;
	min-height:500px;
	padding-top:200px;
	line-height:15px;
	float:left;
}

.posts {
	border-bottom:#999 solid 1px;
}

.small-text {
	color:#999;
}

.postmetadata {
	font-weight:bold;
}

.postmetadata a{
	text-decoration:none;
	font-size:11px;
	color: #663300;
}
