@import 'reset.css';

textarea, input, select {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	}

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

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

hr {
	display: none;
	}

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

img {
	vertical-align: bottom;
	}
	
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	}
	
	h1 {
		font-size: 1.8em;
		line-height: 1em;
		}
	h2 {
		font-size: 1.6em;
		line-height: 1em;
		}
	h3 {
		font-size: 1.4em;
		line-height: 1em;
		}
	h4 {
		font-size: 1.2em;
		line-height: 1em;
		}
	
	
/* COLORS 
---------------------------------------- 
lines - 	#323232;
font main - #333333;
link in text main - #666666
link:hover in text - #333333
in search form - #393939;
*/
	
	
/* Page 
---------------------------------------- */
#center {
	margin: 0 auto;
	padding: 10px 0;
	width: 853px;
	text-align: center;	
	/*border-left: 1px solid #323232;
	border-right: 1px solid #323232;*/
	}

/* Header
---------------------------------------- */
#header {
	width: 853px;
	height: 144px;
	position: relative;
	text-align: left;
	clear: both;
	background: url(../i/header-bg.jpg) no-repeat;
	}
	
	#header h1 {
		position: absolute;
		top: 100px;
		left: 20px;
		font-size: 3em;
		}
		
/* footer 
---------------------------------------- */
#footer { text-align:left; text-indent: 20px; position: relative; width: 853px; height: 30px; font-size: 1.1em; line-height: 30px; background: url(../i/menu-bg.jpg); color: #fff; } 
	

/* Menu
---------------------------------------- */
#menu { width: 853px; height: 30px; background: url(../i/menu-bg.jpg); }
	#menu ul { font-size: 1.3em; }
		#menu ul li { display: inline; line-height: 30px; margin: 0 20px; }
			#menu ul li a:hover { color: #fff; }



/* Content
---------------------------------------- */
#content {
	position: relative;
	text-align: left;
	font-size: 1.1em;
	width: 813px;
	background: #000;
	color: #a4a4a4;
	padding: 20px;
	}
	
	#content h1 { color: #f3f3f3; margin: 0 0 15px 0; }
	
	#content p { padding: 0 0 15px 0; }
	#content ul li { margin: 0 0 20px 0; }
		#generic-content h1,
		#generic-content h2 {
			margin-bottom: 15px;
			}
		
		#generic-content ul {
			padding: 0 0 15px 15px;
			}
		#generic-content ul li {
			list-style: url(../i/bullet.gif);
			margin: 2px 0;
			}
			#generic-content ul li.wbg {
				list-style: none !important;
				background: #e1e7ed;
				padding: 4px;
				font-size: 1.1em;
				}
				#generic-content ul li.wbg a {
					text-decoration: none;
					font-weight: bold;
					}
		#generic-content table {
			border-collapse: collapse;
			margin-bottom: 15px;
			margin-top: 10px;
			}		
		#generic-content table td {
			vertical-align: middle;
			border: 1px solid #d9d9d9;
			padding: 4px;
			}
			
		#generic-content .img-w-caption {
			width: 250px;
			float: left;
			margin: 0 10px 5px 0;
			background: #ececec;
			padding: 3px;
			border: 1px solid #b4b9be;
			text-align: center;
			}
			#generic-content .img-w-caption span {
				padding: 5px 0 0 0;
				display: block;
			}
		
	#content #aside {
		float: left;
		position: relative;
		width: 270px;
		z-index: 100;
		}
		
		#aside h1,
		#aside h2 {
			margin-bottom: 15px;
			}	
		#aside p {
			margin: 0 0 15px 0;
			}
		#aside  ul {
			padding: 0 0 15px 15px;
			}
		#aside ul li {
			list-style: url(../i/bullet.gif);
			margin: 2px 0;
			}
			
			
/* Ads Blocks 
----------------------------------------------- */
.ads-block-content,
.ads-block-aside { background: #eeeeee; padding: 5px; }	
