body {
	background-color: #2a2a2a;	
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 12px;
	padding: 0;margin: 0;
	}
a, a:active {
	color: #366;
	font-weight: bolder;
	text-decoration: none;
	}
a:hover {
	color: #966;
	text-decoration: underline;
	}
	a img {
	border: solid 1px #000000;
	}
	a img:hover {
		border: solid 1px #966;
	}
small {
	font-size: .5em;
	color: #aaa;
	}
small a {
	color: #366;
	}
.small {
	font-size: .8em;
	}
.light a {
	color: #699;
}
.light {
	color: #333;
	line-height: 1.5em;
}
.big {
	font-weight:bold;
	font-size: 1.6em;
	line-height: 1.5em;
	}
sup {
	line-height: 0;
	}
abbr {
	text-decoration: none;
	border-bottom: dashed 1px #999;
	}
hr {
	border-top: 0;
	border-bottom: 1px dashed #666;
	border-right: 0;
	border-left: 0;
	color: #EEE;
	background-color: #EEE;
	height: 1px;
	}


.navi {
	background-color: #ddd;
	height: 3.4em;
	position: relative;
	font-size: 1.5em;
	text-shadow: 1px 1px 0px #eee;
	}
.navi li {
	list-style: none;
	float: left;
	width: 25%;
	height: 1.8em;
	padding-top: .2em;
	text-align: center;
	}
.navi li:hover {
	background-color: #ccc;
}
.navi small {
	font-size: 0.7em;
	line-height:0.9em;
}
.navi small li {
	width: 20%;
	border-top: 1px solid #454545;
	background-color: #e5e5e5;
	border-bottom: 1px solid #2a2a2a;
}
.navi a, .navi a:active {
	color: #366;
	style: none;
	font-weight: bold;
	text-decoration: none;
	padding: .5em 0;
	display: block;
	}
.navi a:hover {
	color: #999;
	text-decoration: none;
	}

.main {
	background-color: #f0f0f0;
	font-size: 1em;
	color: #000000;
	text-align: left;
	border-radius: 15px;
	-moz-border-radius: 15px;
	width: 900px;
	margin-bottom:10px;
	margin: 10px auto;
	margin-top: 0;
	line-height: 1.4em;
	}

.title {
	padding:60px 10px 0 20px;
	height: 42px;
	border-bottom: 1px solid #2a2a2a; 
	font-size: 2.5em;
	font-weight: bold;
	background-color: #2a2a2a;
	background-image: url('images/head1.jpg');
	background-position: top right;
	background-repeat:no-repeat;
	}
.title a {
	color: #fff;
	text-decoration: none;
}
.title a:hover {
	color: #ccc;
}
	
.text {
	padding: 20px;
	}
.modelist {
	float: left;
	width: 50%;
}
	
img.model {
	margin-right: 5px;
	}
.fbig {
	line-height: 1.8em;
}
.cont {
	padding: 0;
	font-size: 1.2em;
	padding-bottom: 15px;
	}
.cont .box {
	list-style: none;
	display: block;
	width: 398px;
	float: left;
	border: 1px solid transparent;
	}
.cont .small {
	color: #666;
	text-shadow: 0 0 0 #fff;
	font-weight: normal;
	}
.cont a {
	text-decoration:none;
	text-shadow: 1px 1px 0px #fff;
	width: 100%;
	padding: .7em 0;
	display: block;
}
.cont img {
	border:none;
}
.cont img:hover {
	opacity: .8;
	border:none;
}
.cont .noa {
	text-shadow: 1px 1px 0px #fff;
	padding: .7em 0;
}
.cont .box:hover {
	opacity: .9;
	text-decoration:none;
	background-color: #ccc;
	border: 1px solid #fff;
}
.cont img {
	margin-bottom: 3px;
}
	
.helic {
	color: #000066;
	}
.guylos {
	color: #660066;
	}
.zenevas {
	color: #660000;
	}
	
.right {
	text-align: right;
	}

/* FORMS */	
form {
	position: relative;
	padding-bottom: 10px;
	}
form input,
form textarea {
	background-color: #fff;
	border: 1px solid #cacaca;
	}
	
form input.submit:hover {
	border-color: #f90;
	color: #ff9900;
	cursor: pointer;
}
form input.submit:active {
	background-color: #333;
}
	
form text {
	width: 100px;
	}
	
.signup {
	padding-top: 10px;
}
input.ibox {
	width: 200px;
}
input.upload {
	border: 0;
	background-color: #f0f0f0;
}
	

.noborder
{
border: 0;
}
.noborder:hover
{
	border: 0;
}
.imgleft
{
	float: left;
	margin: 5px 10px 5px 0;
}
.imgright
{ float: right;
margin: 5px 0 5px 10px;
}

.clear {
	clear: both;
}



.timeline td
{
	padding: 5px;
}
table.timeline
{
	border-bottom: 1px solid #ccc;
}

.r1
{
	background-color: #DEDEDE;
}
.timeline .bl
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.timeline .era
{
	border: 1px solid #ccc;
	border-bottom: 0;
	text-align: center;
}
.textleft {
	text-align: left;
	}
.textright {
	text-align: right;
	}


/*body {
	background-color: #2a2a2a;
background-image: url(images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #FFF;
	}
a, a:active {
	color: #406a33;
	font-weight: bolder;
	text-decoration: none;
	}
a:hover {
	color: #ff9900;
	text-decoration: underline;
	}
	a img {
	border: solid 1px #000000;
	}
small {
	font-size: .9em;
	color: #aaa;
	}
small a {
	color: #60a748;
	}
.small {
	font-size: .9em;
	}
sup {
	line-height: 0;
	}
abbr {
	text-decoration: none;
	border-bottom: dashed 1px #999;
	}


.navi {
	border: 5px solid #222;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	background-color: #333;
	color: #999;
	position: absolute;
	left: 100px;
	top: 145px;
	width: 105px;
	font-size: .9em;
	overflow: hidden;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 1.5em;
	}
.navi .title {
	color: #f0f0f0;
	}
.navi a, .navi a:active {
	color: #ff9900;
	style: none;
	font-weight: normal;
	text-decoration: none;
	}
.navi a:hover {
	color: #70b758;
	text-decoration: none;
	}

.main {
	background-color: #f0f0f0;
	font-size: 1em;
	color: #000000;
	text-align: left;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
	min-height: 300px;
	min-width:400px;
	padding: 15px;
	padding-bottom: 0;
	margin-bottom:10px;
	position: absolute;
	left: 230px;
	top: 130px;
	right: 150px;
	overflow: auto;
	line-height: 1.3em;
	}

.title {
	font-size: 1.5em;
	font-weight: bold;
	}
.navi .title {
	padding-bottom: 5px;
	}


hr.h2 {
	border-top: 0;
	border-bottom: 1px dashed #666;
	border-right: 0;
	border-left: 0;
	color: #EEE;
	background-color: #EEE;
	height: 1px;
	}
	
.helic {
	color: #000066;
	}
.guylos {
	color: #660066;
	}
.zenevas {
	color: #660000;
	}
	
.right {
	text-align: right;
	}


form {
	position: relative;
	padding-bottom: 10px;
	}
form input,
form textarea {
	background-color: #fff;
	border: 1px solid #2a2a2a;
	}
form.dict div {
	position: absolute;
	width: 75px;
	text-align: right;
	padding-top: 2px;
	}



.textcenter {
	text-align: center;
	}
	
.moveleft {
	float: left;
	position: inherit;
	bottom: 1px;
	left: 10px;
	width: 50%;
	text-align: left;
	}
.moveright {
	float: right;
	position: inherit;
	bottom: 1px;
	right: 10px;
	width: 50%;
	text-align: right;
	}
	
body.modata center
{
padding-bottom: 1.5em;
}



a img {
	border: solid 1px #000000;
	}


.container {
   position: relative;
   height: 50px;
   }

.dict{
   position: absolute;
   left: 0;
   width: 50%;
   }

.right-element {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right;  depends on element width 
   }
   */
   
