/* CSS Document */

body { /*OK*/
	/*Background*/
	margin:0 auto; /* top/botton and right/left */
	background: #28292B url(../img/bg_top.png) repeat-x;
	/*Text*/
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:justify;
		color:#ADB1B8;
}

p{ margin: 0px 0px 13px 0px;}

h1,h2,h3,h4,h5 {
	margin: 5px 0px 7px 0px;
	font-family:"Trebuchet MS";
	color:#FFFFFF;
	border-bottom:#434445 1px dotted;
}

h2 {	font-size:20px;}
h3 {	font-size:18px;}
h4 {	font-size:16px;}
h5 {	font-size:14px;}


a{
	color: #D6CECE;
	text-decoration:none;
}
a:hover, a:active{
	color: #D6CECE;
	border-bottom: 2px dotted #aB0100;
}

ul{
	margin-top:0px;
	padding-top:0px;
}


/*----------------HEADER------------------*/
.container { /*OK*/
	width:1000px;
	margin:0 auto;
}

/* HEADER */
.pageTop{
	margin:0 0;
	padding: 5px 0 0 0;
	height:25px;
	width:100%;
	font-size:12px;
}
.pageTop form{ display:inline;}
.pageTop a:link , .pageTop a:visited{ color:#D6CECE; text-decoration:underline;}

#header {
	margin: 0 auto;
	margin-bottom:5px;
	height:170px;
}

#header a{
border-bottom:0px;
}

#hLeft {
	float:left;
	margin: 0 0;
	padding-top:25px;
	width:25%;
	
	text-transform:uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bolder;
	font-size:10px;
	text-align:right;
	color:#dededc;
}

#hRight {
	float:right;
	position:relative;
	padding-top:0px;
	margin: 0 auto;
	height:170px;
	width:75%;
		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	text-align:center;
	font-size:14px;
	color:#dededc;
}


/*----------------CONTENT----------------------*/

.left{float:left;}
.right{float:right;}
.both{clear:both;}

/*---------------------LEFT BOX---------------------*/

#lb {
	float:left;
	width:20%;
}

.menu {
	margin:0px 0px 10px 0px;
	padding:0px;

	background-color:#151618;
	border-top:		5px #000000 solid;
	border-bottom:	5px #000000 solid;

	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

.menu ul{
	margin:0px;
	display:block;
	list-style-type:none;
	padding:0px;
	border-top:3px #28292B solid;
}

.menu ul li{
	border-bottom:3px #28292B solid;
}

.menu ul li a{
	padding:05px 20px 05px 20px;
	line-height:30px;
}

.menu ul li a:hover{
	border-bottom:0px;
	padding:05px 20px 05px 13px;
	border-left:7px solid #CB0100;
}

.contact{
	margin:0px 0px 10px 0px;
	padding:0px;

	background-color:#151618;
	border:	1px #000000 solid;
	border-top: 0px #000000 solid;

	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

.contact .title{
	margin-bottom:0px;
	border-bottom:1px solid #000000;
}
.contact a:hover{
	border-bottom:0px;
}

/*---------------------RIGHT BOX------------------------*/

.rb {
	float:left;
	width:800px;
	padding:0;
	margin:0;
	height:auto;
}

.box {
	overflow:hidden;
	width:785px;
	margin: 0px 0px 10px 10px;
	border:#000000 1px solid;
	border-top: 0px #000000 solid;
	background-color:#151618;
}

.box2 {
	width:385px;
	margin: 0px 0px 10px 10px;
	border:#000000 1px solid;
	border-top: 0px #000000 solid;
	background-color:#151618;
}
.box3 {
	width:250px;
	margin: 0px 0px 10px 10px;
	border:#000000 1px solid;
	border-top: 0px #000000 solid;
	background-color:#151618;
}
.box23 {
	width:520px;
	margin: 0px 0px 10px 10px;
	border:#000000 1px solid;
	border-top: 0px #000000 solid;
	background-color:#151618;
}

.boxText{
	padding: 10px 10px 10px 10px;
}

.title{
	height: 14px;
	margin-top:0px;
	padding:3px 10px 3px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFFFFF;
}

.show{
	display: none;
	margin:1px 0px 0px 0px;
	width: 20px;
	height: 20px;
	background: url(../img/show_hide.png) -20px 0px;
	border:0px;
}
.hide{
	display: block;
	margin:1px 0px 0px 0px;
	width: 20px;
	height: 20px;
	border:0px;
	background: url(../img/show_hide.png) 0px 0px;
}

.gray{ background: url(../img/box_center.png) 0px -0px repeat-x;}
.grey{ background: url(../img/box_center.png) 0px -20px repeat-x;}

.image{
	margin:10px 10px 10px 10px;
}

.image a:hover,.image a:active{
	border:0px;
	border-bottom: 0px dotted #aB0100;
}

/*----------------------------FOOTER-----------------------*/

#footer_div {
	clear:both;
	width:100%;
	height:40px;
	margin:0 auto;
	padding-top:20px;

	border-top:#434445 1px solid;
	background-image:url(../img/bg_bottom.png);
	background-repeat:repeat-x;

	text-align:center;
	font-size:12px;
	color:#ABB4B7;
}

.footer a {
	color:#ABB4B7;
	text-decoration:none;
}

.footer a:active,.footer a:hover  {
	color:#ABB4B7;
	text-decoration: underline;
}

/*
.style3 {color: #515759}


#about {
width:276px;
height:auto;
float:left;
margin-right:5px;
}



.nstyle {
font-size:30px;
font-family:"Trebuchet MS";
color:#414445;
float:left;
padding-right:5px;
}

#serv {
width:276px;
height:auto;
float:right;
}


.n2style {
font-size:30px;
font-family:"Trebuchet MS";
color:#414445;
float:left;
padding-right:5px;
}


#news {
width:180px;
height:26px;
background-color:#151618;
margin-top:10px;
margin-bottom:10px;
}

.news {
font-size:18px;
font-family:"Trebuchet MS";
font-weight:normal;
padding-left:20px;
padding-top:2px;
}

#news01 {
width:200px;
height:auto;
border-top:#434445 1px solid;
}

.news01 {
font-weight:normal;
font-size:11px;
padding-bottom:10px;
margin-bottom:12px;
}

.style2 {color: #FFFFFF}

*/