@charset "UTF-8";
/* CSS Document */

body {
	background: #000 url(../images/bg.jpg) 0 0 repeat;
	margin: 0;
	padding: 0;
	font-family:"Lucida Sans Unicode", Arial;
	font-size: 14px;
}
img {
	border: none;
	font: 9px Verdana, Geneva, sans-serif;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #fff;
}
h1 {
	margin: 0 0 15px 0;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 10px 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}
#box960 {
	width: 960px;
	margin: 0 auto;
}
.home_bg {
	background: url(../images/bg_home_box.png) 25px 165px no-repeat;
	min-height: 665px;
}
#fc {
	position: absolute;
	top: 132px;
	margin-left: 12px;
	z-index: 100;
}
#banner {
	background: url(../banners/12.jpg) 0 0 no-repeat;
	height: 150px;
}

/*Nav*/

#navbar {
	height: 34px;
	background: url(../images/navbar_bg.png) 0 0 repeat-y;
}
#navbar_btm {
	height: 5px;
	background: url(../images/navbar_btm.png) 0 0 no-repeat;
}
#nav {
	position: absolute;
	top: 160px;
	margin-left: 320px;
	height: 38px;
	list-style: none;
	text-transform: uppercase;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	display: inline;
	padding: 5px 18px 0 12px;
	background: url(../images/nav_sep.png) top right no-repeat;
}
#nav li.last {
	background: none;
}
#nav a {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	color: #FC0;
}

/*Nav*/

#contacts {
	text-align: right;
	color: #FC0;
	font-size: 12px;
	padding: 14px 30px;
}
#contacts a {
	color: #FC0;
	text-decoration: none;
}
#contacts a:hover {
	color: #999;
}
.tel {
	font-size: 10px;
}
#box_home {
	border: 1px solid #fff;
	padding: 15px 0 40px 0;
}
#box_main {
	border: 1px solid #fff;
	background: #BABABA url(../images/bg_main.jpg) 0 0 repeat-x;
	padding: 25px 40px 20px 40px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
#box_main p {
	margin: 10px 310px 10px 0;
	line-height: 140%;
}
#box_main ul {
	margin: 0 310px 0 3px;
	padding: 0;
}
#box_main li {
	padding: 2px 0 2px 15px;
	list-style-type: none;
	background: url(../images/bullet.png) 0 7px no-repeat;
	line-height: 140%;
}
#box_main td {
	padding: 3px 8px 3px 0;
	vertical-align: top;
}
#pic_rgt {
	float: right;
	text-align: center;
	width: 292px;
	font-size: 11px;
}
#pic_rgt img {
	border: 6px solid #ccc;
}
#pic_rgt p {
	margin: 2px 3px 7px 3px;
}
#brands img {
	border: none;
	margin: 5px;
}
#top {
	text-transform: uppercase;
	font-size: 12px;
	font-weight:bold;
}
#top a {
	text-decoration: none;
}
#pillar {
	float: left;
	width: 319px;
	text-align: center;
}
#pillar p {
	margin: 0 0 12px 0;
}
#pillar a img {
	border: 6px solid #fff;
}
#pillar a:hover img {
	border: 6px solid #FC0;
}
#footer {
	background: url(../images/bg_foot.png) 0 0 repeat-x;
	height: 53px;
	font-size: 11px;
	color: #000;
}
#footer p {
	margin: 0;
	padding: 20px 0 0 30px;
}
#ao {
	float: right;
	margin: 20px 30px 0 0;
}
#ao a {
	color: #000;
	text-decoration: none;
}
#ao a:hover {
	color: #fff;
}