body{
margin: 0;
padding: 0;
background: url(../images/backgr.png) 0 0 repeat;
}
/*-------------------------FONTS------------------------------------*/
@font-face {
	font-family: 'tahoma';
	src: url('../fonts/tahoma/tahoma.eot');
	src: url('../fonts/tahoma/tahoma.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/tahoma/tahoma.woff') format('woff'), 
		 url('../fonts/tahoma/tahoma.ttf') format('truetype');
		 
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'lato';
	src: url('../fonts/lato/Lato-Light.eot');
	src: url('../fonts/lato/Lato-Light.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/lato/Lato-Light.woff') format('woff'), 
		 url('../fonts/lato/Lato-Light.ttf') format('truetype');
		 
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'justus';
	src: url('../fonts/justus/justus-oldstyle-webfont.eot');
	src: url('../fonts/justus/justus-oldstyle-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/justus/justus-oldstyle-webfont.woff') format('woff'), 
		 url('../fonts/justus/justus-oldstyle-webfont.ttf') format('truetype');
		 
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'roboto';
	src: url('../fonts/roboto/roboto-regular-webfont.eot');
	src: url('../fonts/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/roboto/roboto-regular-webfont.woff') format('woff'), 
		 url('../fonts/roboto/roboto-regular-webfont.ttf') format('truetype');
		 
	font-weight: normal;
	font-style: normal;
}
/*-----------------------------------------------------------------*/
#header{
margin-left:auto;
margin-right:auto;
height: 160px;
background: rgba(166,165,157,0.5);
border-bottom:1px solid #a6a59d;
box-shadow:         
        inset 0px -11px 8px -10px #a6a59d;
}
#logo{
margin-left:auto;
margin-right:auto;
padding-top:40px;
margin-bottom:30px;
width:488px;
height:56px;
}
#menu{
margin-left:auto;
margin-right:auto;
width:960px;
height: 34px;
background: url(../images/menutop.png) no-repeat top;
}
#menu ul{
font-family: 'roboto';
font-size: 16px;
list-style:none;
padding-left:90px;
text-transform: uppercase;
padding-top:10px;
}
#menu ul li{
float:left;
padding-left:57px;
padding-right:60px;
background: url(../images/menuborder.png) no-repeat right;
}
#menu ul li:last-child{
background:none;
}
#menu ul li a{
text-decoration:none;
color:#ffffff;
}
#menu ul li.current a{
color:#464646;
}
#menu ul li a:hover{
color:#464646;
}
#wrapper{
margin-top:19px;
margin-left:auto;
margin-right:auto;
width:960px;
min-height:100px;
overflow: hidden;
}
#featured{
margin-left:auto;
margin-right:auto;
width:960px;
min-height:100px;
overflow: hidden;
}
#featured ul{
list-style:none;
}
#content{
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:12px;
width:960px;
min-height:100px;
overflow: hidden;
}
#text{
width:682px;
float:left;
padding-top:19px;
}
h1{
margin-top:0px;
margin-bottom:23px;
color:#ec9909;
font-family: 'justus';
font-size: 36.05px;
font-weight: 500;
}
h2{
margin-top:0px;
margin-bottom:12px;
color:#ec9909;
font-family: 'justus';
font-size: 20.05px;
font-weight: 700;
}
#text p{
margin-top:0px;
margin-bottom:0px;
font-family: 'roboto';
font-size: 16px;
color:#6f6f6f;
text-align:justify;
text-indent:37px;
padding-right:40px;
}
#text p a{
text-decoration:none;
color: #6f6f6f;
}
#text ul{
font-family: 'roboto';
font-size: 16px;
color:#6f6f6f;
padding-left:20px;
text-transform:uppercase;
}
#text1{
width:440px;
min-height:100px;
overflow:hidden;
float:left;
font-family: 'roboto';
}
#text2{
width:520px;
min-height:100px;
overflow:hidden;
float:left;
margin-top: 50px;
}
#text2 p{
font-family: 'roboto';
font-size: 16px;
color:#6f6f6f;
}
#text2 p a{
text-decoration:none;
color: #6f6f6f;
}
.thnk{
text-align:center;
}
#textdoub{
width:960px;
float:left;
padding-top:19px;
}
#textdoub p{
margin-top:0px;
margin-bottom:22px;
font-family: 'roboto';
font-size: 16px;
color:#6f6f6f;
text-align:justify;
text-indent:0px;
padding-right:40px;
}
#textdoub ul{
font-family: 'roboto';
font-size: 16px;
color:#6f6f6f;
padding-left:20px;
text-transform:uppercase;
}
#textdoub ul li a{
text-decoration:none;
color:#6f6f6f;
}
#sidebar{
float:left;
width:278px;
background: url(../images/sb.png) no-repeat left;
text-align:right;
}
#sidebar h1{
margin-top:19px;
}
#sidebar ul{
margin-top:0px;
list-style:none;
padding-left:0px;
font-family: 'roboto';
font-size: 16px;
color:#6f6f6f;
}
#sidebar ul li{
height:21px;
text-transform: capitalize;
background: url(../images/sb_pod.png) no-repeat 220% 90%;
padding-top: 17px;
padding-bottom: 9px;
}
#sidebar ul li:first-child{
padding-top: 0px;
}
#sidebar ul li a{
text-decoration:none;
color:#6f6f6f;
}
#footer{
margin-left:auto;
margin-right:auto;
min-height:100px;
overflow: hidden;
background: rgba(166,165,157,0.5);
border-top:1px solid #a6a59d;
box-shadow: 
        inset 0px 11px 8px -10px #a6a59d;        
}
#footer ul{
list-style:none;
}
#footer ul li{
float:left;
}
#footer-menu{
margin-left:auto;
margin-right:auto;
width:400px;
height:16px;
}
#footer-menu ul{
font-family: 'roboto';
font-size: 15px;
text-transform: uppercase;
padding-left:0px;
}
#footer-menu ul li{
padding-left: 8px;
padding-right: 8px;
border-right: 1px solid #585857;
}
#footer-menu ul li:last-child{
border-right: none;
}
#footer-menu ul li a{
text-decoration:none;
color:#585857;
}
#footer-menu ul li a:hover{
color:#ffffff;
}
#social{
margin-left:auto;
margin-right:auto;
margin-top:19px;
width:180px;
height:32px;
}
#social ul{
margin-top:19px;
padding-left:0px;
}
#social ul li{
padding-right:3px;
}
#footer-1{
width:446px;
height:14px;
margin-left:auto;
margin-right:auto;
margin-bottom:28px;
font-family:'lato';
font-size:12px;
font-weight:700;
color:#585857;
}
#footer-1 ul{
padding-left:0px;
}
#footer-1 ul li a{
color:#585857;
text-decoration:none;
}
#footer-1 a:hover{
color:#ffffff;
}
form{
width: 450px;
float:left;
font-family: 'roboto';
font-size: 16px;
color:#6f6f6f;
}
textarea { 
    resize: none; 
}