@import 'reset.css';

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

html {
	font-size: 100.01%;
	}
html, body {
	height: 100%;
	height: auto;
	background: #ffffc1;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	}
	
body {
	text-align: center;
	font: .7em/1.3em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5b544b;
	}

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

hr {
	display: none;
	}

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

img {
	vertical-align: bottom;
	}
	
	
/* COLORS 
---------------------------------------- 
lines - 	#323232;
font main - #000;
link in text main - #660099
link:hover in text - #660099
in search form - #393939;
*/
	
	
/* Gaps
---------------------------------------- */
.gap-30 {
	height: 30px;
	width: 100%;
	}
	
/* Page 
---------------------------------------- */
#center {
	margin: 0 auto;
	width: 735px;
	text-align: center;	
	background: #fff;
	margin: 0px auto;
	/*border-left: 1px solid #323232;
	border-right: 1px solid #323232;*/
	}

	
/* Header
---------------------------------------- */
#header {
	width: 100%;
	height: 237px;
	background: url(../i/header-bg.jpg) repeat-x center top;
	position: relative;
	}
	
	.wrapper {
		background: url(../i/header-image.jpg) no-repeat right top;
		height: 100%;
		width: 100%;
		}
		
	/* logo */
	#header h1 {
		overflow: hidden;
		position: absolute;
		top: 0px;
		left: 0;
		text-align: center;
		font-size: 2em;
		color: #000;
		font-weight: normal 
		}
		#header h1 a { color: #fff; }
	#header h1,
	#header h1 span {
		position: absolute;
		width: 345px;
		height: 115px;
		}
		#header h1 span {
			display: block;
			z-index: 1;
			top: 0;
			left: 0;
			background: url(../i/logo.gif) no-repeat;
			}
	
	#header h2 {
		position: absolute;
		top: 45px;
		left: 0;
		font-size: 1em;
		font-weight: normal;
		color: #ac9577;
		}
		
	#header #phones {
		position: absolute;
		top: 20px;
		right: 0;
		font-size: 1.1em;
		}
		#header #phones li {
			margin: 3px 5px;
			}
			#header #phones span {
				font-weight: bold;
				}
		
/* footer 
---------------------------------------- */
#footer {
	position: relative;
	width: 100%;
	height: 72px;
	background: url(../i/header-bg.jpg) repeat-x;
	} 
	
	#footer p {
		position: absolute;
		top: 25px;
		left: 15px;
		color: #fff;
		font-weight: bold;
		padding: 3px;
		}
		
/* Content
---------------------------------------- */
#content {
	margin: 5px 0;
	position: relative;
	text-align: left;
	font-size: 1.1em;
	}
	
	/* left menu */
	#content #aside {
		float: left;
		width: 210px;
		padding: 0 0px 0 0;
		/*background: #f6f6f6;*/
		}
		
	#content #aside ul {
		margin: 0 0 5px 10px;
		font-size: 1.1em;
		padding: 0 0 0 14px;
		list-style: url(../i/bullet.gif);
		}
		#content #aside ul li {
			margin: 0 0 10px 0;
			}
		#content #aside ul li a {
			color: #3e3e2f;
			}
		#content #aside ul li a:hover {
			color: #0099ff;
			}
			
		#content #aside #ads-in-aside {
			color: #959595;
			margin: 15px;
			}
			#content #aside #ads-in-aside a {
				color: #0099ff;
				}
		
					
	/* content text area */
	#text-area {
		padding: 0 10px 0 10px;
		font-size: 1.1em;
		float: left;
		width: 505px;
		}
		
		#text-area h2 {
			font-size: 1.3em;
			line-height: 1.2em;
			color: #000;
			margin: 0 0 10px 0;
			}
		#text-area p {
			margin: 0 0 10px 0;
			line-height: 1.4em;
			}
		#text-area ul {
			padding: 0 0 15px 15px;
			list-style: url(../i/bullet.gif);
			}
			#text-area ul li {
				line-height: 1.5em;
				}
				
		#text-area a {
			color: #0099ff;
			}
			
			
	#text-area table {
		border: 1px solid #e6e6e6;
		border-collapse: collapse;
		margin: 0 0 10px 0;
		}
		
		#text-area table td,
		#text-area table th {
			border: 1px solid #e6e6e6;	
			padding: 8px;
			}
		#text-area table th {
			background: #f8f8f8;
			}	