@charset "utf-8";
/* CSS Document */

body {
	background:url(../img/top_back_pat.gif) bottom left repeat-x #dbdbdb;
	margin:0 0 55px 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #76B9C9;
}
a:active {
	text-decoration: none;
	color: #000;
}
div.cleardiv{
	clear:both;
}
h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
	color:#72BDD4;
}
h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	color:#72BDD4;
	margin-top:0;
}
.blue_item{
	color:#44a0ff;
	margin:0 0 0 5px;
	font-weight:bold;
}
/* TOP */
#top_wrap {
	background:url(../img/top_back_pat.jpg) #272F31;
	height:108px;
}
#top{
	margin:0 auto;
	width:980px;
}
#top img{
	float:left;
}
#top_menu{
	background:url(../img/top_menu_left.gif) top left no-repeat #191919;
	margin-top:26px;
	height:60px;
	line-height:60px;
	float:right;
	color:#FFF;
	width:400px;
	padding:0 0 0 15px;
}

#top_menu a:link {
	text-decoration: none;
	color: #FFF;
}
#top_menu a:visited {
	text-decoration: none;
	color: #FFF;
}
#top_menu a:hover {
	text-decoration: none;
	color: #76B9C9;
}
#top_menu a:active {
	text-decoration: none;
	color: #FFF;
}
div.tmen_btn{
	float:left;
}
div.tmen_btn_img{
	float:left;
	height:60px;
	line-height:60px;
}
/* MAIN */
#main_wrap{
	margin:0 auto;
	width:980px;
	padding:33px 0 0 0;
}
#main_left{
	float:left;
	width:716px;
}
#main_right{
	float:right;
	width:237px;
	margin-left:26px;
}

/* BOXES */
#box_wrap{
	background:url(../img/box_back.gif) top repeat-y;
	width:716px;
	margin:0 0 20px 0;
	background-color:#FFF;
}
div.box_sm_wrap_l{
	float:left;
	background:url(../img/box_sm_back.gif) top repeat-y;
	width:346px;
	margin:0 0 20px 0;
	background-color:#FFF;
}
#new{
	background:url(../img/new.png) top right no-repeat;
	position:relative;
	top:0;
	right:0;
}
div.box_sm_wrap_r{
	float:right;
	background:url(../img/box_sm_back.gif) top repeat-y;
	width:346px;
	margin:0 0 20px 0;
	background-color:#FFF;
}
#main_text{
	padding:15px 30px 15px 30px;
	width:656px;
}
div.main_sm_text{
	padding:25px 30px 10px 30px;
	width:286px;
}


/* RIGHT */
div.hdots{
	height:12px;
	margin:15px 0 5px 0;
	background:url(../img/hdots.gif) top repeat-x;
}
div.sites{
	height:22px;
	line-height:20px;
	font-weight:bold;
}

/* FOOTER */
#footer{
	/*position:fixed;*/
	bottom:0;
	text-align:center;
	height:55px;
	line-height:35px;
	color:#FFF;
	margin-top:20px;
	width:100%;
}