body, html {
	margin: 0px;
	padding: 0px;
	background: url(/i/bg.gif) left top repeat;
	font-family: tahoma, verdana, arial;
	width: 100%;
	height: 100%;
}

.w100h100 {
	width: 100%;
	height: 100%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.h100 {
	height: 100%;
}

.top_01 {
	background: url(/i/top_01.gif) left top repeat-x;
}

.top_02 {
	background: url(/i/top_02.gif) left top repeat-x;
}

.phone {
	background: url(/i/phone.jpg) left top repeat-x;
	font-size: 22px;
	padding: 42px 0px 0px 43px;
	color: #d0e9ff;
}

.border {
	border-left: solid 5px #696969;	
}

.menu_container {
	background: #323232;
	width: 100%;
	color: #ffffff;
}

.menu {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	display: block;
}
.menu li {
	background: url(/i/li-menu.gif) left center no-repeat;
	display: block;
	width: 100%;
	font-size: 13px;
}
.menu li a {
	color: #ffffff;
	display: block;
	width: 100%;
	padding: 12px 0px 13px 40px;
}
.menu li a.active{
	background: #4a4a4a url(/i/li-menu.gif) left center no-repeat;
	color: #ffffff;
}
.menu li a:hover{
        background: #3b3b3b url(/i/li-menu.gif) left center no-repeat;
}

.top_border {
	background: url(/i/top_border.gif) left top repeat-x;
}

.bottom_border {
	background: url(/i/bottom_border.gif) left top repeat-x;
}

#left_col {
	background: #595959;
	color: #d9d9d9;
	padding: 12px 0px 13px 40px;
	font-size: 12px;
}

#left_col a{
	color: #bfe2ff;
}

#content .bread_nuts {
	font-size: 11px;
	margin-bottom: 20px;
}

#content {
	width: 100%;
	height: 100%;
	background: #5e5e5e;
	color: #d9d9d9;
	padding: 12px 20px 13px 30px;
	font-size: 12px;
}

#content a {
	color: #bfe2ff;
}

#content table {
	font-size: 12px;
}

#content ul li{
	margin: 10px 0px;
	padding-left: 13px;
	list-style-type: none;
	background: url(/i/li.gif) left top no-repeat;
}

#content h1 {
	font-size: 25px;
	font-weight: normal;
}

#content h2 {
	font-size: 22px;
	font-weight: normal;
}

#content h3 {
	font-size: 20px;
	font-weight: normal;
}

#content h4 {
	font-size: 18px;
	font-weight: normal;
}

#content h5 {
	font-size: 16px;
	font-weight: normal;
}

#content h6 {
	font-size: 12px;
	font-weight: bold;
}

.copyright {
	padding: 20px 0px 20px 40px;
	border-top: solid 1px #727272;
	background: #5f5f5f;
	color: #737776;
	font-size: 70%;
}
.copyright a {
	color: #9cb4bf;
}

.footer_menu {
	text-align: center;
	padding: 20px 0px 20px 30px;
	border-top: solid 1px #727272;
	background: #696969;
	color: #737776;
	font-size: 70%;
}

.footer_menu a {
	color: #9cb4bf;
	margin-right: 10px;
}

.footer_menu a.active {
	color: #ffffff;
}

.bg {
	width: 50%;
	height: 100%;
}
