@charset "utf-8";

* {
  text-rendering:optimizelegibility;
}

html,body {
	margin:0 0 0 10px;
	padding:0;
	height:100%;
	font-family: 'Lucida Grande', Verdana, Corbel, 'Bitstream Vera Sans', 'DejaVu Sans', sans-serif;
	font-size: 11px;
	line-height:18px;
	color: #b1b1b1;
	background-image: url(imgs/bg.jpg);  
	background-repeat:repeat-x;
	background-color:#141414;
	background-attachment:fixed;
}
#start
{	
	position:absolute;
    top:50%;
    left:50%;
	margin-left:-335px;
	margin-top:-120px;
	width:670px;
	height:240px;
	z-index:10;
}
img 
{
	border: 0;
}

img.alignleft 
{
	float:left;
	padding:5px 20px 5px 0;
	border:none;
}
img.alignright 
{
	float:right;
	padding:5px 0 5px 20px;
	border:none;
}
img.pie-img
{
	border:none;
}

#container {
	min-height:100%;
	position:relative;
}
#header {
	position:fixed;
    top:0;
	left:0;
    width:100%;
	height:160px;
	background-image: url(imgs/bg.jpg);  
	background-repeat:repeat-x;
	background-color:#2b2d2c;
	z-index:2;	
}
#logo 
{
	position:fixed;
    top:20px;
	left:30px;
    width:500px;
	height:43px;
	z-index:6;
}
#menu 
{
	font-size:12px;
	width: 900px;
	margin: 100px 0 60px 30px;
	
}
#menu ul
{
	list-style: none;
	padding: 0;	
}

#menu li
{
	float: left;
	line
}

#menu li a
{	
	height: 20px;
	line-height: 22px;
	float: left;
	padding: 6px 7px 0 7px;
	display: block;
	color: #c6c7c8;
	text-decoration: none;
	text-align: center;
}
#menu li a:hover
{
	background: #707170;
	height: 20px;
	line-height: 22px;
	float: left;
	padding: 6px 7px 0 7px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
/* Hide from IE5-Mac \*/
#menu li a
{
	float: none
}
/* End hide */
#languages
{
	font-size:12px;
	position:fixed;
    top:30px;
	right:0px;
    width:150px;
	height:43px;
	z-index:20;
	
}
#languages ul
{
	list-style: none;
	padding: 0;	
}

#languages li
{
	float: left;
	line
}
#languages li a
{	
	height: 20px;
	line-height: 22px;
	float: left;
	padding: 6px 7px 0 7px;
	display: block;
	color: #c6c7c8;
	text-decoration: none;
	text-align: center;
}
#languages li a:hover
{
	background: #707170;
	height: 20px;
	line-height: 22px;
	float: left;
	padding: 6px 7px 0 7px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
/* Hide from IE5-Mac \*/
#languages li a
{
	float: none
}

#content_index {
	padding:60px 10px 43px 10px;
	width:650px;
	z-index:1;
}

#content {
	padding:160px 10px 43px 10px;
	width:650px;
	z-index:1;
}
.post
{
	margin: 0 0 30px 0; 
}
.line
{
	margin: 15px 0 20px 0; 
}
#footer
{
	position:fixed;
    bottom:0;
	left:0px;
    width:100%;
	height:43px;
	background-color:#2b2d2c;
	z-index:4;
}

#right
{
	position:fixed;
    right:0;
	top:0;
    width:250px;
	height:100%;
	background-image: url(imgs/bg_right.jpg);
	background-repeat:repeat-x;
	background-color:#2b2d2c;
	z-index:4;
	display: block;
	
}
#right_small
{
	position:fixed;
    right:-210px;
	top:0;
    width:250px;
	height:100%;
	background-image: url(imgs/bg_right.jpg);
	background-repeat:repeat-x;
	background-color:#2b2d2c;
	z-index:3;	
}
#widget
{
    width:240px;
	padding:95px 5px 0 10px;		
}
h1 
{
	color: #fb6060;
	font-size:18px;
	margin:0 0 18px 0; 
	
	
}
h3 
{
	color: #707171;
	font-size:11px;	
	margin: 0 0 11px 0;
}
h2 
{
	color: #FB6060;
	font-weight:bold;
	font-size:11px;	
	margin:13px 0 0 0;
	padding:0;
}
.form 
{
	color:#CCC;
	font-weight:bold;

}
.input4m
{	
	width:150px;	
	padding: 5px;	
	margin: 5px 11px 0 0;	
	background-color:#737373; 	
	font-family: 'Lucida Grande', Verdana, Corbel, 'Bitstream Vera Sans', 'DejaVu Sans', sans-serif;
	color: #fff;	
	font-size: 11px;	
	border-width:0px;	
	float:left;	
}
.input4
{	
	width:150px;	
	padding: 5px;	
	margin: 5px 0 0 0;	
	background-color:#737373; 	
	font-family: 'Lucida Grande', Verdana, Corbel, 'Bitstream Vera Sans', 'DejaVu Sans', sans-serif;
	color: #fff;	
	font-size: 11px;	
	border-width:0px;	
	float:left;	
}
.input2 
{	
	width:325px;	
	padding: 5px;	
	margin: 5px 0 0 0;	
	background-color:#737373; 	
	font-family: 'Lucida Grande', Verdana, Corbel, 'Bitstream Vera Sans', 'DejaVu Sans', sans-serif;
	color: #fff;	
	font-size: 11px;	
	border-width:0px;	
	float:left;	
}
.input5 
{	
	width:75px;	
	padding: 5px;	
	margin: 5px 0 0 0;	
	background-color:#737373; 	
	font-family: 'Lucida Grande', Verdana, Corbel, 'Bitstream Vera Sans', 'DejaVu Sans', sans-serif;
	color: #fff;	
	font-size: 11px;	
	border-width:0px;	
	float:left;	
}









