a {color: #ffdb00; text-decoration: none}
a:hover {color: #ffdb00; text-decoration: underline}

a.ftr {color: #757473; text-decoration: none}
a.ftr:hover {color: #cccccc; text-decoration: none}

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) center top fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #e0e0e0;
	}

/*============================menu*/
.menu {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	width: 100%;
	background: url(../images/menu_bg.png) bottom repeat-x;
	}
ul#menuList {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	}
#menuList li {
	display: inline;
	list-style-type: none;
	}
#menuList a {
	padding: 12px 15px 13px 15px;
	}
#menuList a:link, #menuList a:visited {
	color: #ffdb00;
	text-decoration: none;
	}
#menuList a:hover {
	color: #303030;
	background: url(../images/menu_hover.gif) bottom repeat-x;
	text-decoration: none;
	}

.part {
	font-size: 16px;
	font-weight: bold;
	float: right;
	cursor: default;
	padding-right: 8px;
	}
/*============================menu*/

/*============================nav*/
#navServ {
	width: 240px;
	background: url(../images/main_bg.png);
	margin-top: -13px;
	}
#navServ ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}
#navServ a {
	display: block;
	color: #ffdb00;
	padding: 7px 5px 7px 25px;
	border-top: 1px solid #000;
	}
#navServ a:link, #navList a:visited {
	text-decoration: none;
	background: url(../images/blt_off.gif) 10px center no-repeat;
	}
#navServ a:hover {
	color: #222;
	background: #ffdb00 url(../images/blt_on.gif) 10px center no-repeat;
	}
#navList li a.activeLink {
	color: #222;
	background: #ffdb00 url(../images/blt_on.gif) 10px center no-repeat;
	}
li.servTitle {
	font-size: 19px;
	font-weight: bold;
	padding: 14px 5px 11px 24px;
	letter-spacing: 1px;
	}
/*============================nav*/

.width {width: 900px;}

.main {padding: 20px 22px 22px 22px;}
.mainBg {background: url(../images/main_bg.png);}

h1 {
	font-size: 22px;
	color: #ffdb00;
	margin: 0 0 15px 0;
	}
h2 {
	font-size: 17px;
	color: #ffdb00;
	margin: 0 0 12px 0;
	}

.bullet {font-size: 18px; vertical-align: text-top;}
.jstf {text-align: justify;}
.text_12 {font-size: 12px;}
ul.serv {padding-left: 2em; padding-bottom: 0.5em;}
strong {color: #fcf495;}

img.picBrd {
	border: 1px solid #fff;
	}
img.picBrd_off {
	border: 1px solid #fff;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	}
img.picBrd_on {
	border: 1px solid #ccc;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	}

.footer {
	font-size: 11px;
	color: #757473;
	margin-top: 20px;
	margin-bottom: 10px;
	}
.footerBg {
	background: url(../images/footer_bg.png) repeat-x;
	}
/*
.highlightBox {
	color: #000;
	background: #fcf495;
	padding: 10px 12px;
	}
*/
