@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Tahoma,Arial,Verdana,sans-serif;
	font-size:12px;
	line-height:1.2em;
	color: #666666;
}



#bg {
	background:#f8f8f8 url(../images/body_bg.jpg) repeat-x scroll left top;
}

#main_container {
	width:940px;
	margin: 0 auto;
	
}

#top {
	height:112px;
	width: 940px;
	background: url(../images/topbg.jpg) no-repeat left top; 
}

#top_right {
	float:right;
	height:90px;
	position:relative;
	width:250px;
	padding-right: 10px;
}

a.contacts, a.contacts:link, a.contacts:visited {
	background:transparent url(../images/icons/tm_conta.png) no-repeat scroll left top;
	padding:0 0 0 25px;
}

a.contacts:hover {
	background: transparent url(../images/icons/tm_conta.png) no-repeat scroll left bottom;
}

a.about, a.about:link, a.about:visited {
	background:transparent url(../images/icons/tm_about.png) no-repeat scroll left top;
	padding:0 7px 0 32px;
}

a.about:hover {
	background: transparent url(../images/icons/tm_about.png) no-repeat scroll left bottom;
}

a.login, a.login:link, a.login:visited {
background:transparent url(../images/icons/tm_login.png) no-repeat scroll left top;
padding:0 8px 0 24px;
}

a.login:hover {
	background: transparent url(../images/icons/tm_login.png) no-repeat scroll left bottom;
}

a.link, a.link:link, a.link:visited {
	color:#999999;
	float:right;
	font-size:11px;
	height:20px;
	line-height:19px;
	text-decoration:none;
}

a.link:hover {
	color: #4495ec;
}

#topemail {
	position:absolute;
	left:792px;
	top: 60px;
	z-index: 999;
}

#topemail a {
	color:#4495EC;
	font-weight:normal;
	text-decoration:none;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


#topemail a:hover {
	color:#F07B00;
}

#after_nav {
	width: 940px;
	height: 16px;
	background-color: #f8f8f8;
}

#after_nav img {
	border: none;
	margin: 0px 253px 0px 0px;
	padding: 0px;
	float: right;
}

#big_header {
	width: 940px;
	height: 252px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/big_header.jpg) no-repeat left top;
	position: relative;
}

#main {
	background: #ffffff url(../images/main_bg.png) repeat-x scroll left top;
	margin: 0 10px;
	width:920px;
	line-height: 1.6em;
	position: relative;
}

#bottom_bg {
	background:#F8F8F8 url(../images/bottom_bg.png) repeat-x scroll left top;
	height:180px;
}

#footer {
background:#FFFFFF url(../images/footer_bg.png) repeat-x scroll center top;
margin:0 auto;
padding:0 10px;
width:900px;
}

#f_menu {
	background:transparent url(../images/f_menu_bg.png) repeat-x scroll center top;
	height:32px;
	margin:0 auto;
	width:920px;
}

.title {
	color: #3f93e3;
	font-size:16px;
	font-family: Verdana,Georgia, "Times New Roman", Times, serif;
	width: 200px;
	position: absolute;
	top: 230px;
	left: 70px;
}

.main_inside {
	padding: 5px 5px 20px 5px;
}

.after_float {
	clear:both;
	content:".";
	display:block;
	height:0;
	margin:0;
	padding:0;
	visibility:hidden;
	width:0;
}

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

div.spage_box h2 {
	background:transparent url(../images/h2_bg.gif) repeat-x scroll left bottom;
	color:#888888;
	font-size:14px;
	font-weight:700;
	height:16px;
	line-height:16px;
	margin:0 0 6px;
	text-align: center;
	padding: 4px;
}

.spage_box img {
	float:left;
	/*height:46px;*/
	margin:0 10px 0 0;
	/*width:46px;*/
	clear:left;
}

div.spage_box {
	margin-top: 20px;
}

.orange {
	font-weight:bold;
	color:#f07b00;
}

.divider_sm {
background-image:url(../images/divider_18.jpg);
background-repeat:no-repeat;
height:19px;
margin-bottom:20px;
width:450px;
margin-top: 20px;
margin-left:auto;
margin-right:auto;
}

.offer {
	margin-bottom: 20px;
}

.hide_it {
	text-indent: -9999px;
	font-size: 2px;
	height: 2px;
	width: 2px;
}
