@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#403e3e;
	background:#d5a709 url(gifs/body-bg.gif) repeat-x;
}

.width{
	width:920px;
	margin:auto;
	background:#d5a709 url(gifs/body-bg.gif) repeat-x;
	}
	
/* --------menu----------- */	

	
#menu {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	background:#b73714;
	height:30px;
}
#menu UL {
	padding:0px 0 0 10px;
	margin:0px;
	list-style-type:none;
}
#menu LI {
	display:inline;
}
#menu A {
	DISPLAY: block; 
	FLOAT: left; 
	padding:9px 0 9px 0;
	color:#fff;
	width:125px;
	TEXT-ALIGN: center; 
	TEXT-DECORATION: none;
	background:url(gifs/bg1.jpg) no-repeat right;
}
#menu A:hover {
	COLOR: #fff;
	padding:9px 0 9px 0;
	background:#106105 url(gifs/bg1.jpg) no-repeat right;
}

/* --------language----------- */	

.language{
	float:right;
	background:#b73714;
	padding:6px 10px 6px 0;
	}
	
/* --------border----------- */	
	
.border-white{
	border:solid 6px #ffffff;
	background:#106105;
	}
.border-green{
	border:solid 11px #106105;
	}	
.border-white1{
	border:solid 6px #ffffff;
	border-bottom:none;
	background:#106105;
	}	
		
	
/* --------main-text----------- */

.main-text {
	font-size:11px;
	text-align:justify;
	color:#fff;
	line-height:16px;
	padding:12px 12px 20px 5px;
	}
.main-text h1{
	font-size:14px;
	color:#fff;
	margin:0px;
	text-transform:uppercase;
	font-weight:normal;
	padding:0px 0 8px 0;
	}
.main-text h1 a{
	color:#fff;
	text-decoration:none;
	}	
.main-text  h1 a:hover{
	color:#fff;
	text-decoration:underline;
	}	
	
/* --------viewmore----------- */

.viewmore{
	font-size:12px;
	font-family:Century Gothic;
	text-transform:uppercase;
	padding:3px 0 0 0;
	color:#ffc500;
	margin:0px;
	text-align:right;
	}
.viewmore a{
	color:#ffc500;
	text-decoration:underline;
	}
.viewmore a:hover{
	color:#ffc500;
	text-decoration:none;
	}	

/* --------profile----------- */

.profile {
	font-size:11px;
	text-align:justify;
	line-height:16px;
	background:#FFFFFF;
	padding:15px 12px 20px 15px;
	}
.profile h1{
	font-size:14px;
	color:#ad110c;
	font-family:tahoma;
	margin:0px;
	text-transform:uppercase;
	font-weight:normal;
	padding:0px 0 8px 0;
	}
.profile h1 a{
	color:#ad110c;
	text-decoration:none;
	}	
.profile h1 a:hover{
	color:#ad110c;
	text-decoration:underline;
	}	
	
	
/* ---------bottom---------- */ 

.bottom{
	clear:both;
	font-size:11px;
	text-align:center;
	color:#fff;
	padding:10px;
	background:#be950c;
	text-transform:uppercase;
	font-weight:bold;
	border:solid 5px #d5a709;
	
	}	
.bottom a{
	color:#fff;
	text-decoration:none;
	padding:0px 8px 0px 8px		
	}
.bottom a:hover{
	color:#fff;
	text-decoration:underline;		
	}
	
	
/* ---------footer---------- */ 

	
.footerlink{
	font-size:11px; 
	padding:13px; 
	color:#fff;
	line-height:16px;
	background:#106105;
	text-align:justify;
}
.footerlink a {
	color:#fff; 
	text-decoration:none;
}
.footerlink a:hover {
	color:#fff; 
	text-decoration:underline;
}		


/* ----------services--------- */	

.services{ 
font-size:12px;
color:#fff;
background:#106105;
padding:0px 0px 10px 15px;
}
.services a{ 
color:#fff;
padding:0 12px 0 12px;
text-decoration:none;
}
.services a:hover{
color:#fff;
text-decoration:underline;
}
.services strong{ 
font-size:17px;
color:#ffc400;
}

	
/* ----------breadcrum--------- */	

.breadcrum{ 
font-size:11px;
color:#b73714;
padding:4px 0px 4px 10px;
background:#fccdc0;
border-left:solid 6px #ffffff;
border-right:solid 6px #ffffff;
font-family:tahoma;
}
.breadcrum a{ 
color:#b73714;
font-weight:bold;
text-decoration:none;
}
.breadcrum a:hover{
color:#b73714;
text-decoration:underline;
}

/* ---------contact---------- */ 


.contactus{
	line-height:25px;
	padding:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
.contactus h1{
	font-size:22px;
	margin:0px;
	padding:5px 0 10px 0;
	color:#d08a45;
	text-transform:none;
	}	
.contactus a{
	color:#000000;
	text-decoration:none;
	}	
.contactus a:hover{
	color:#000000;
	text-decoration:underline;
	}	
.border{
	border:solid 1px #f5ded8;
	}
	
/* ---------request---------- */


.request{
	font-size:11px;
	color:#000;
	padding:3px 0 2px 0;
	text-align:center;
	margin-right:20px;
	font-weight:bold;
	background:#d3a409;
	border:solid 1px #b89112;
	width:114px;
}
.request a{
	color:#000;
	text-decoration:none;
}
.request a:hover{
	color:#000;
	text-decoration:underline;
}

				
	
