/* standard elements */
* {
	margin: 0;
	padding: 0;
}


body {
	background: #111 url(img/bg.jpg) repeat;
	color: #BBB;
	font: normal 65.5% "Lucida Sans Unicode",sans-serif;
	line-height: 22px;
	 margin: 0; 
 	padding: 0; 
 	text-align: center; 
}
h1{
font-size:15px;
color:#6C0008;
padding:0px;
margin:0px;
font-weight:normal;
}
h2{
font-size:14px;
color:#CE6700;
margin:0px;
padding:3px;
}
h3{
font-size:13px;
color:#CE6700;
margin:0px;
padding:3px;
}
h4, h5{
font-size:12px;
color: #CE6700;
margin:0px;
padding:3px;
font-weight:normal;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
a {text-decoration: none; color:#FFFF99;}


blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #664;
	display: block;
	font: normal 1.2em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

img {border: none;}
img.float {
 float: left;
 margin: 10px 5px 0px 0px;
}
ul {list-style-type: none;}



/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(img/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background-color:#222325;
	border-bottom: 1px solid #333;
	font: normal 1em sans-serif;
	height: 20px;
	padding-left: 12px;
}
.splashhead {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 1em sans-serif;
	height: 270px;
}
/* structure */
.container {
	width: 985px;
	background: #252525;
	border: 3px solid #444;
	border-top: none;
	text-align:justify;
}

.main {
	background: #252525;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 675px;}
.main .right {width: 300px;}
/* content elements */
.content {
	border-top: 1px solid #444;
	padding: 16px;
}
.content h2 {
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content h3 {
font-size:16px;
font-family:"Trebuchet MS";
color:#FFFFFF;
margin:0;
padding:0;
padding-left:10px;
padding-top:10px;
padding-bottom:10px;
margin-bottom:10px;
border-bottom:#434445 1px dotted;
}
.content h4 {
font-size:14px;
font-family:"Trebuchet MS";
color:#FFFFFF;
margin:0;
padding:0;
padding-left:10px;
padding-top:10px;
padding-bottom:10px;
margin-bottom:10px;
border-bottom:#434445 1px dotted;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content p {
	text-align: justify;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px; color:#CE6700;}

#contentbox {
width:640px;
height:auto;
float:left;
background: #1F1F1F;
margin-bottom:10px;
padding:5px;
}
#about {

width:300px;
height:auto;
float:left;
margin-right:5px;
padding-left: 10px;
}
.nstyle {
font-size:30px;
font-family:"Trebuchet MS";
color:#414445;
float:left;
padding-right:5px;
}



#serv {
width:300px;
height:auto;
float:right;

}
.n2style {
font-size:30px;
font-family:"Trebuchet MS";
color:#414445;
float:left;
padding-right:5px;
}

img.gallery{
padding:0px;
margin:8px;
border:0px #FFFFFF solid;
float:left;
}



/* navigation */
.nav {background: #191919 url(img/nav.gif);}
.nav a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 10px;
}
.nav a:hover {
	background: #191919 url(img/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #252525;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}


#tabmenu {color: #000;
		position: relative;
		top: -2px;
		padding: 0;
		margin: 0;
		z-index: 10;
		left: 15px;
		}
body>#tabmenu {position: fixed;} /*Opera and Mozilla*/
	
#tabmenu li {display: inline;
		overflow: hidden;
		margin:0; 
		border: 0;
		list-style-type: none;}
		
#tabmenu a, a.active {
	background: #333333;
	font: bold 12px "Trebuchet MS", Arial, sans-serif;
	padding: 2px 5px 0px 5px;
	text-decoration: none;
	margin: 0 2px;
	text-decoration: none;
	border-top: 2px solid #444444;
	border-right: 2px solid #444444;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #444444;
}
		
#tabmenu a.active {
		background: #444444;
		border-top: 2px solid #444444;
		border-bottom: 2px solid #444444;
		z-index: 30;}
		
#tabmenu a:hover {color: #000000;
		background: #555555;}	
		
#tabmenu a:visited {color: #000000;}
		
#tabmenu a.active:hover {background:  #444444;
		color: #000000;}
		
#tabcontent {background: #333333;
		font: 12px "bitstream vera sans", verdana, sans-serif;
		line-height: 22px;
		text-align: justify;
		background: #333333;
		border: 2px solid #444444;
		padding: 10px;
		height: auto;
		z-index: 0;}
		
#tabcontent a {text-decoration: none;
		color: #000000;}
#tabcontent a:hover {background: #444444;}	




/* footer */

#footer {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    background-color:#222325;
    color: #fff;
	 font-size: 10px; }
#footer h2 {
      font-size: 16px;
      color: #fff;
      font-weight: normal;
      padding-top: 18px; }
#footer h3 {
      font-size: 16px;
      color: #fff;
      text-transform: lowercase;
      font-weight: normal;
      margin: 1em 0; }

#footerText {
background-color:#000000;
		margin: 0 auto;
		width: 980px;
		padding: 10px 0;
		text-align: center;
		}
#footerText #validateButtons {
		float: center;
		padding-top: 4px;
		}
		
#footerText #copyright { 
		padding-top: 4px; 
		line-height: 15px;
		}
.col1, .col2, .col3, .col4 {
  float: left;
  display: inline;
  margin-left: 5px;
  padding-right:5px;
  width: 185px;   
  _height: 200px; 
  min-height: 200px;
  border-right: 1px dashed #444444;
  font-size: 0.8em;
		}
.col5 {
  float: left;
  display: inline;
  margin-left: 3px;
  width: 185px;   
  _height: 200px; 
  min-height: 200px;
		}

/* tag cloud */
.tag {line-height: 28px; text-align: center; font-family: 'Verdana'; padding:5px;}
.tag1 {font-size: 11px; color: #de2159; text-decoration: none;}
.tag2 {font-size:16px; color: #87a800; text-decoration: none;}
.tag3 {font-size: 17px; color: #039faf; text-decoration: none;}
.tag4 {font-size: 13px; color: #87a800; text-decoration: none;}
.tag5 {font-size: 18px; color: #87a800; text-decoration: none;}
.tag6 {font-size: 15px; color: #039faf; text-decoration: none;}
.tag7 {font-size: 9px; color: #de2159; text-decoration: none;}
.tag8 {font-size: 12px; color: #87a800; text-decoration: none;}
.tag9 {font-size: 10px; color: #039faf; text-decoration: none;}
.tag10 {font-size: 14px; color: #de2159; text-decoration: none;}