body, html {
	margin: 0px;
	padding: 0px;
}

body, td {
	font: 13px Verdana;
	color: #030303;
}
body {
	background: url('/pic/bg_main.gif') left top repeat #848991;
}


a img {
	border: 0px;
}

a:link, a:visited {
    color: #787d84;
}
a:hover {
	color: #9198a0;
}

a:hover img, a.current img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
a.logo:hover img, a.logoa.current img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


h1, h1 * {
	margin: 0px 0px 0.3em;
	font-size: 14px;
	color: #d0501a !important;
	text-transform: uppercase;
	text-decoration: none;
}
h2, h2 * {
	margin: 0px 0px 0.3em;
	font-size: 11px;
	color: #d0501a !important;
	text-transform: uppercase;
	text-decoration: none;
}

img.frame {
	padding: 3px;
	border: 1px solid #c0c0c0;
}

.block {
	background: #f4f4ec;
}


#container {
	width: 963px;
	margin: 0px auto;
}

#head {
	position: relative;
	height: 258px;
	background: url('/pic/bg_head.jpg') top left no-repeat;
}

#head .left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 215px;
	height: 227px;
	background: #9da1a7;
}

#head .left .icons {
	margin: 25px 0px 10px;
	text-align: center;
}
#head .left .icons a {
	margin: 0px 3px;
}

#head .left .logo {
	position: absolute;
	top: 58px;
	left: 0px;
	display: block;
}

#head .menu { 
	position: absolute;
	left: 215px;
	top: 0px;
	width: 748px;
	height: 31px;
	padding: 12px 0px 15px;
	background: url('/pic/bg_menu.gif') top left repeat-x;
	overflow: hidden;
}
#head .menu a {
	display: block;
	float: left;
} 

#head .phone {
	position: absolute;
	left: 674px;
	bottom: 12px;
	height: 25px;
	padding-left: 35px;
	color: #fdfefe;
	background: url('/pic/icons/phone.gif') top left no-repeat;
	font: bold 16px/25px Verdana;
}



#main td {
	vertical-align: top;
}
#main .topspacer td {
	height: 7px;
	font-size: 7px;
	background: url('/pic/bg_head.jpg') bottom left no-repeat #f4f4ec;
	overflow: hidden;
}
#main .maintopspacer {
	background-image: none !important;	
}
#main .righttopspacer {
	background-position: right bottom !important;	
}
#main .bottomspacer td {
	height: 7px;
	font-size: 7px;
	background: transparent;
	overflow: hidden;
}
#main .mainbottomspacer {
	background: #f4f4ec !important;	
}


#main .left {
	width: 190px;
	padding: 20px 13px 20px 12px;
	background: url('/pic/bg_left.gif') right top repeat-y #f4f4ec;
}
#main .main {
	padding: 20px 20px;
	background: #f4f4ec;
}
#main .right {
	width: 189px;
	padding: 20px 11px;
	background: url('/pic/bg_right.gif') left top repeat-y #f4f4ec;
}

#main .right_bg_pic {
	margin: 0px;
	padding: 0px;
	height: 166px;
	background: url('/pic/bg_right.gif') left top repeat-y #f4f4ec;
	text-align: right;
	vertical-align: bottom;
}


#main .left ul, #main .left li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main .left li * {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#main .left li {
	height: 30px;
	padding-left: 15px;
	border-bottom: 1px dotted #c3c5c4;
}
#main .left li a {
 	display: block;
 	font-size: 13px;
 	font-weight: bold;
 	line-height: 30px;
 	text-transform: uppercase;
}
#main .left li a:link, #main .left li a:visited {
	color: #474d56;
}
#main .left li a.current:link, #main .left li a.current:visited, #main .left li a:hover {
	color: #d0501a;
}


#main .right h1 {
	margin-top: 0px;
}
#main .right p {
	margin: 0px 0px 7px;
	font-size: 11px;
}



#footer {
	margin-top: 10px;
}
#footer * {
	color: #fffdfd;
	font-size: 10px;
	text-decoration: none;
}
#footer .left {
	float: left;
	margin-left: 50px;
	padding-bottom: 10px;
}
#footer .right {
	float: right;
	margin-right: 50px;
}
#footer .center {
	text-align: center;
}



