@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;
	}
	
body {
	text-align: center;
	font: .7em/1.3em Arial, Helvetica, sans-serif;
	color: #333333;
	}

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: #ff9900;
	}
	
	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 
---------------------------------------- */
#page {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;	
	background: #fff url(../i/bg.jpg) repeat-x center top;
	/*border-left: 1px solid #323232;
	border-right: 1px solid #323232;*/
	}

/* Header
---------------------------------------- */
#header {
	width: 100%;
	height: 210px;
	position: relative;
	text-align: left;
	clear: both;
	}
	
	#header .flash {
		position: absolute;
		top: 0;
		left: 0;
		height: 210px;
		width: 770px;
		}
		
/* footer 
---------------------------------------- */
#footer {
	position: relative;
	width: 100%;
	height: 140px;
	font-size: 1.1em;
	border-top: 1px solid #d9d9d9;
	} 
	
	#footer ul.menu {
		position: absolute;
		top: 15px;
		left: 20px;
		overflow: hidden;
		width: auto;
		}
		#footer ul.menu li {
			float: left;
			padding: 0 10px;
			border-left: 1px solid #bebebe;
			margin-left: -1px;
			}
			#footer ul.menu li a { text-decoration: none; }
			#footer ul.menu li a:hover { text-decoration: underline; }
			
	#footer p.devby {
		position: absolute;
		top: 100px;
		left: 30px;
		}
	#footer p.address {
		text-align: left;
		position: absolute;
		top: 15px;
		right: 30px;
		height: 106px;
		padding: 0 0 0 130px;
		background: url(../i/logo_sm.gif) no-repeat left top;
		}
	
	#footer .counter {
		position: absolute;
		top: 60px;
		left: 30px;
		}
		
/* Content
---------------------------------------- */
#content {
	position: relative;
	text-align: left;
	font-size: 1.1em;
	width: 100%;
	background: url(../i/content-bg.jpg) no-repeat right top;
	}
	
	#content .wrap {
		position: relative;
		padding: 15px 180px 20px 30px;
		}
	
	#content #generic-content {
		position: relative;
		padding-left: 300px;
		text-align: left;
		}
	
		#generic-content p {
			margin: 0 0 15px 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; }	