﻿body{
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	background:#636354 repeat-y scroll center top;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h5{
	color:#BCB798;
	line-height:180%;
	letter-spacing:130%;
	font-size:13px;
}

h4{
	color:#BCB798;
	font-size:15px;
	line-height:160%;
}

h3{
	color:#99ECFD;
}

p{
	text-align:left;
	font-size:12px;
}

ul{
	margin-left:25px;
	line-height:230%;
	list-style:circle outside url('../images/li.gif');
}

li{
	text-align:left;
	font-size:12px;
	vertical-align:bottom;
	padding-left:10px;
}


a{
	color:#FFFFFF;
}

a:link{
	color:#FFFFFF;
}

a:hover{
	color:#FFFF00;
}

/* Header */

.header{
	background:#727261 url('../images/bg_01.jpg') no-repeat scroll center top;
	text-align:center;
	vertical-align:bottom;
	height:154px;
	margin:0px;
	padding:0px;
}

.header img{
	vertical-align:bottom;
}

/* Menus */

.menu{
	text-align:center;
	vertical-align:bottom;
	position:relative;
}

.menu-table-row{

} 

/*all*/
.menu-table-row td{
	width:120px; 
	height:50px; 
	margin:0;	
	padding:0px;
} 

.menu-table-row td a{
	display:table-cell;
	width:120px; 
	height:43px; 
	padding: 5px;
	background:transparent url('../images/button.png') no-repeat scroll left top;	
	font-size:11px;	
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	color:white;
} 

.menu-table-row td a:hover{
	background:transparent url('../images/button_hover.png') no-repeat scroll left top;	
	color:white;
} 

/*ie6*/
* html .menu-table-row td{
	position:relative;
	display:table-cell;
	width:100px; 
	height:40px; 
	background:transparent;
	
} 

* html .menu-table-row td a{
	display:block;
	width:auto; 
	height:40px; 
	padding: 5px 0px 0px 0px;
	margin: 1px;
	background-image:none;
	border-left:1px #222222 solid;
	border-bottom:1px #111111 solid;
	border-right:1px #444444 solid;
	border-top:1px #333333 solid;
	 
	font-size:11px;	
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	color:white;
} 

* html .menu-table-row td a span{
	padding-left:8px;
	padding-right:8px;
} 


* html .menu-table-row td a:hover{
	background:#b79f5c;	
	color:white;	
} 


/*ie7*/
*:first-child+html .menu-table-row td{
	position:relative;
	display:table-cell;
	width:120px; 
	height:45px; 
	background:transparent;
} 

*:first-child+html .menu-table-row td a{
	display:block;
	width:auto; 
	height:45px; 
	padding: 5px 0px 0px 0px;
	margin: 1px;
	background:transparent url('../images/button.png') no-repeat scroll left top;	
	font-size:11px;	
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	color:white;
} 

*:first-child+html .menu-table-row td a:hover{
	background:transparent url('../images/button_hover.png') no-repeat scroll left top;	
	color:white;
} 


