*	{
	outline:none;
}

body {
	margin:0; 
	padding:0;
	background-image: url('/img/tlo.jpg');
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 12px;
	color: #a9a9a9;
	line-height: 18px;
	background-color: black;
}

body.sub_page {
	margin:0; 
	padding:0;
	background-image: url('/img/tlo2.jpg');
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 12px;
	color: #a9a9a9;
	line-height: 18px;
	
}

.wrapper	{
	width:951px; 
	margin:0 auto; 
	position: relative;
}

a.header	{
	font-family: arial;
	font-size: 18px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
.logo	{
	position: absolute; 
	left:15px; 
	z-index: 99999; 
	width:322px; 
	height:176px; 
	float: left;
}

.menu	{
	float: right;
	position: relative; 
	left:0; 
	top:0; 
	padding-right:30px
}


#footer	{
	margin: 40px 0 0 0; 
	padding:10px;
	height:62px;
	background-color:#181818;
	color: #383838;
	text-align: center;
}

#footer a	{
	color: #656565;
	text-decoration: none;
	margin: 10px 10px;
}

#footer a:hover	{
	color: #656565;
	text-decoration: underline;
	margin: 10px 10px;
}
.sub_header	{
	font-size:14px; 
	color: #454545;
}
a.button_more	{
	background: url('/img/read-more.png') no-repeat 0 0; 
	width:88px; 
	height:22px; 
	color: white; 
	font-size: 11px; 
	line-height: 22px; 
	text-align: left;
	padding:0px 0 0 6px; 
	margin:20px 0 0 0;
	display: block; 
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold
}

a.button_more:hover	{
	background: url('/img/read-more.png') no-repeat 0 -22px; 
	color:black
}

.linkclass{ color:#ffcc00;}
.linkclass:hover{ color:#fff; text-decoration:underline;}
a.linkclass span { color: #a9a9a9; }

.clear	{
	clear: both;
}

.gray_line	{
	width: 100%; 
	height: 1px; 
	background-color: #343434; 
	margin:12px auto 4px auto;
	clear: both;
	padding:0;
}

.home_box	{
	float: left; width: 291px; padding: 30px 13px 15px 13px;
}

.left_wide_box	{
	float: left; width: 580px; padding: 30px 13px 15px 13px;
}

.right_box {
	float: right; width: 291px; padding: 30px 13px 15px 13px;
}

.ask_box	{
	border: 1px solid #343434; width: 281px; padding:8px
}

textarea.ask_box	{
	border: 1px solid #343434; height: 90px; width: 264px; overflow: hidden; background-color: #0e0e0e; color: gray
}

input.ask_box	{
	border-left: 1px solid #343434;border-top: 1px solid #343434;border-bottom: 1px solid #343434; border-right: 0px solid #343434;height: 22px; width: 242px;  background-color: #0e0e0e; margin-top:8px; color: gray; float: left;padding:0;line-height: 22px;
}

input.ask_box_ok	{
	border-left: 0px solid #343434;border-top: 1px solid #343434;border-bottom: 1px solid #343434; border-right: 1px solid #343434;height: 24px; width: 38px;  background-color: #0e0e0e; margin-top:8px; color: gray;padding:0;
}

ul	{
	margin:0 0 10px 0;
	padding:0;
}
li	{
	margin-left:30px;
	list-style-image: url('/img/li.gif');
}
