﻿BODY {
	font-size: 12px; 
	font-family: Tahoma;
	text-align: center;
	padding: 0;
	margin: 0;
	background: #EEEEEE url("./images/body-bg.jpg") no-repeat center 15px;
}

IMG { border: none; }
A { text-decoration: none; }
A:HOVER { text-decoration: underline; }

P,H1,H2,H3 {
	padding: 0;
	margin: 0;
}

#page {
	margin: auto;
	width: 1120px;
	text-align: left;
}

.relax {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 1px;
}
.rel { position: relative; }

.header {
	float: left;
	width: 100%;
	padding: 55px 0px 0px 0px;
}
.logo {
	float: left;
	padding: 0px 0px 0px 40px;
}
.phone {
	float: right;
	font-family: Georgia;
	font-size: 36px;
	color: #ffffff;
	padding: 0px 40px 0px 0px;
}
.nav {
	padding: 0px 215px 0px 330px;
}
.nav UL {
	margin: 0;
	padding: 0;
	list-style: none;
	
	float: left;
	width: 100%;
	background: #75abf1;
	text-align: center;
}
.nav UL LI {
	margin: 0;
	padding: 0px 20px 0px 20px;
	/*float: left;
	background: #75abf1;*/
	display: inline;
}
.nav UL LI A {
	/*display: block;*/
	display: inline;
	font-family: Trebuchet MS;
	font-size: 17px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	line-height: 50px;
	text-decoration: underline;
	
}
.nav UL LI A:HOVER {
	text-decoration: none;
}

.categories {
	float: left;
	width: 100%;
	padding: 125px 0px 0px 0px;
	min-height: 100px;
}
.cat {
	float: left;
	width: 351px;
	margin: 0px 0px 0px 16px;
	_margin: 0px 22px 0px 8px;
}
.cat-left {
	float: left;
	width: 11px;
	height: 100px;
	background: url("./images/cat-left.gif") no-repeat left top;
}
.cat-right {
	float: right;
	width: 14px;
	height: 100px;
	background: url("./images/cat-right.gif") no-repeat left top;
}
.cat-center {
	float: left;
	width: 326px;
	height: 100px;
	background: url("./images/cat-bg.gif") repeat-x left top;
}
.cat UL {
	margin: 0;
	padding: 24px 5px 0 15px;
	list-style: none;
}
.cat UL LI {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: center;
}
.cat A {
	display: block;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}


.content {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	background: #dedede;
	opacity: 0.9;
	filter: alpha(opacity=90);
	min-height: 500px;
	_height: 500px;
}

.data {
	padding: 35px 90px 40px 90px;
}
.data P {
	font-size: 12px;
	color: #1a1614;
	padding: 20px 0px 0px 0px;
	line-height: 18px;
}
.data H1 {
	font-family: Trebuchet MS;
	font-size: 24px;
	color: #2f4284;
	font-weight: normal;
	font-style: italic;
}
.data A {
	font-size: 12px;
	color: #1a1614;
	text-decoration: underline;
}
.data A:HOVER {
	text-decoration: none;
}
.footer {
	float: left;
	width: 100%;
	padding: 10px 0px 20px 0px;
}
.footer P {
	font-size: 11px;
	color: #CDCDCD;
	padding: 0px 0px 0px 90px;
}
.footer A {
	font-size: 11px;
	color: #CDCDCD;
	padding: 0px 0px 0px 12px;
	text-decoration: underline;
}
.footer A.site {
	color: #809dfe;
	padding: 0px 0px 0px 0px;
}
.footer A:HOVER {
	text-decoration: none;
}
.footer CENTER P A,
.footer CENTER P{
	color: #333333;
}

