@import 'reset.css';

textarea, input, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

html {
	font-size: 100.01%;
	}
html, body {
	height: 100%;
	height: auto;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}
	
body {
	text-align: center;
	font: .7em/1.3em Arial, Helvetica, sans-serif;
	color: #000;
	}

a, a span {
	cursor: pointer;
	}
	
a {
	color: #166a9a;
	text-decoration: underline;
	}
	a:hover {
		color: #000;
		text-decoration: underline;
		}

hr {
	display: none;
	}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
	}

img {
	vertical-align: bottom;
	}
	
	
/* COLORS 
---------------------------------------- 
lines - 	#323232;
font main - #000;
link in text main - #166a9a
link:hover in text - #166a9a
in search form - #393939;
*/
	
	
/* Page 
---------------------------------------- */
#center {
	margin: 0 auto;
	width: 768px;
	text-align: center;	
	background: #fff;
	margin: 0 auto;
	/*border-left: 1px solid #323232;
	border-right: 1px solid #323232;*/
	}

	
/* Header
---------------------------------------- */
#header {
	position: relative;
	height: 230px;
	position: relative;
	width: 100%;
	background: url(../i/header-bg.jpg) no-repeat left 65px;
	}
	#header h1 { position: absolute; top: 15px; left: 0; 	font-size: 2.3em; font-weight: normal; color: #001614; }
		#header h1 a { text-decoration: none; color: #001614 }
		
	#header h2  { position: absolute; top: 40px; left: 0; font-weight: normal; color: #ababab }
	
	.phones { position: absolute; top: 20px; right: 0px; color: #737373; font-weight: bold; font-size: 1.1em; }
	
/* Content
---------------------------------------- */
#left-menu { width: 220px; float: left; text-align: left; font-size: 1.2em; }
	#left-menu ul { margin: 0 0 0 25px; }
		#left-menu ul li { margin: 10px 0; list-style: url(../i/bullet.gif); }
			#left-menu ul li.curr a { color: #000; }

#content { float: right; width: 548px; text-align: left; color: #636363; font-size: 1.2em; }
	#content p { margin:  0 0 15px 0; line-height: 1.3em; }
	#content h1 { font-weight: normal; font-size: 2em; margin: 0 0 15px 0; }
	#content ul { margin: 0 0 10px 20px; list-style: url(../i/bullet.gif); }
		#content ul li { margin: 10px 0; }
		
	#content table { border-collapse: collapse; border: 1px solid #e7e7e7; width: 100%; margin: 10px 0 20px 0; }
		#content table td,
		#content table th { padding: 5px; vertical-align: middle }
		#content table th { background: #f4f4f4; }


/* footer
---------------------------------------- */
#footer {
	width: 768px;
	height: 62px;
	background: url(../i/footer-bg.jpg) no-repeat;
	margin: 20px 0 0 0;
	position: relative; text-align: left;
	}	
	#footer h2 {	
		display: inline; color: #fff; background: #000; padding: 3px 5px; position: absolute; top: 20px; left: 15px;
		}
