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

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
/*	background:url(../images/main_bg.png) repeat-x #190000;	
	background-color: #190000; */
}


a:link,a:active
{
	color:#000;
       text-decoration:none;
       font-size:14px;
}

a:hover,a:visited
{
	color:#000;
       text-decoration:none;
       font-size:14px;
}


#page {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

#top {
	height: 196px;
}

#top_left {
	width: 200px;
	height: 150px;
	float: left;
}

/* #top_middle {
	width: 523px;
	height: 154px;	
	float: left;
	background: url(../images/top_middle.png) no-repeat;
}
*/
#top_right {
	width: 760px;
	height: 150px;
	padding-left: 10px;
	float: left;
}

#header {
	height: 173px;
}

#menu {
	height: 31px;
	color: #fff;
	font-size: 14px;
}

#menu1 {
	width: 879px;
	height: 31px;
	padding: 5px 0 0 10px;	
	background: url(../images/b4_right_edge.gif) repeat-x;
	color: #fff;
       text-decoration:none;
       font-weight:bold;
	float: left;
}

#menu1 a:link, #menu1 a:visited {
	color: #fff;
       text-decoration:none;
       font-weight:bold;
}

#menu1 a:active, #menu1 a:hover {
	color: #fff;
       text-decoration:none;
       font-weight:bold;
}

#menu1_seperator {
	width: 111px;
	height: 36px;
	background: url(../images/right_edge.gif) no-repeat;
	float: left;
}

#content_top {
	height: 26px;
	overflow:hidden;
}

#content_top_left {
	width: 20px;
	height: 26px;
	background: url(../images/lt_corner1.gif) no-repeat;
	float: left;
}

#content_top_right {
	width: 980px;
	height: 26px;
	background-color: #d9d9ff;
	float: left;
	text-align: left;
	overflow: hidden;
}

#content_bottom {
	height: 20px;
}

#content_bottom_left {
	width: 980px;
	height: 20px;
	background-color: #d9d9ff;
	float: left;
}

#content_bottom_right {
	width: 20px;
	height: 20px;
	background: url(../images/rt_corner.gif) no-repeat;
	float: left;
}

#content {
	height: auto;
	background-color: #d9d9ff;
	overflow: hidden;
}

#content_left {
	width: 630px;
	padding: 0 20px 0 50px;
	float:left;
	text-align: justify;
	overflow:hidden;
}

#content_right {
	width: 300px;
	float: left;
	text-align: center;
	overflow:hidden;
}

#bottom {
	height: 200px;
	background-color: #d9d9ff;	
}

#footer {
	height: 30px;
	font-size: 11px;
	background-color: #7dafd0;
	text-align: right;
}

#gap {
	height: 10px;
}

.cell_bg_menu_active {
	background: url(../images/active_button.png) no-repeat;
	width: 125px;
	height: 40px;
	text-align: center;
	color: #000000;
}

.cell_bg_menu_static {
	background: url(../images/static_button.png) no-repeat;
	width: 125px;
	height: 40px;	
	text-align:center;
}

.cell_bg_breadcurmb {
	background: url(../images/breadcumbs.png) no-repeat;
	width: 211px;
	height: 40px;	
	text-align:right;
	padding-right: 15px;
}

.table_rate {
	color:#000;
       text-decoration:none;
	font-size:12px;

}


.table_rate a:link, .table_rate a:active
{
	color:#000;
       text-decoration:none;
	font-size:12px;
}

.table_rate a:hover, .table_rate a:visited
{
	color:#000;
       text-decoration:none;
	font-size:12px;
}

.mail {
	color:#fff;
       text-decoration:none;
	font-size:14px;

}


.mail a:link, .mail a:active
{
	color:#fff;
       text-decoration:none;
	font-size:14px;
}

.mail a:hover, .mail a:visited
{
	color:#fff;
       text-decoration:none;
	font-size:14px;
}

