@import url("reset.css");

#wrapper{
	width:100%;
	min-height:480px;
	position:relative;
	overflow:hidden;
	/*overflow-x:hidden;
	overflow-y:scroll;*/
}

/***************************************************/
/*HEADER*/
/***************************************************/

#header{
	width:100%;
	height:35px;
	background:#460f08;
	/*border-bottom:solid 2px #a52413;*/
}

#header h1{
	text-align:center;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
}

#header .logo a:link, #header .logo a:hover, #header .logo a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	letter-spacing:normal;
	color:#d9d9d9;
	text-decoration:none;
}

#navbar{
	width:100%;
	height:65px;
	text-align:center;
	position:relative;/* IE10 */ 
	border-bottom:2px solid #741a0d;
	background-image: -ms-linear-gradient(top, #450F08 0%, #380c06 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #450F08 0%, #380c06 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #450F08 0%, #380c06 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #450F08), color-stop(1, #380c06));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #450F08 0%, #380c06 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #450F08 0%, #380c06 100%);
}

#navbar ul{
	display:inline;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	position:relative;
	width:90%;
	margin:0 auto;
}

#navbar ul li{
	position:relative;
	float:left;
	text-align:center;
	padding:5px 10px;
	border-right:solid 0px #ffffff;
	margin:5px 0;
	line-height:1.2em;
}

#navbar ul li:first-child{
	margin:5px 0 0 15px;
}

#navbar ul li:last-child{
	border-right:solid 0px #333;
}

#navbar ul li a:link, #navbar ul li a:link{
	/*text-transform:uppercase;
	color:#000;*/
	text-decoration:none;
}

#navbar ul li a:hover{
	text-decoration:none;
	/*background:#b42715;*/
}

#navbar ul li a p{
	text-decoration:none;
	padding-top:38px;
	font-size:10px;
	letter-spacing:-0.05em;
	text-decoration:none;
}

#navbar ul li a div{
	width:50px;
	height:71px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#d9d9d9;
	text-align:center;
	text-decoration:none;
}

/************************************************************************************************/
/**/#homepage #home{
	background:url("../images/home-icon1.png") center top no-repeat;
	color:#333;
}
#services-page #services{
	background:url("../images/services-icon2.png") center top no-repeat;
	color:#333;
}
#info-page #info{
	background:url("../images/info-icon2.png") center top no-repeat;
	color:#333;
}
/************************************************************************************************/
#services-page #home,#info-page #home{
	background:url("../images/home-icon.png") center top no-repeat;
}
#info-page #services, #homepage #services{
	background:url("../images/services-icon.png") center top no-repeat;
}
#homepage #info,#services-page #info{
	background:url("../images/info-icon.png") center top no-repeat;
}
#homepage #contact,#services-page #contact,#info-page #contact{
	background:url("../images/contact-icon.png") center top no-repeat;
}
/*#navbar ul li a #home:hover, #navbar ul li a #home:active{
	color:#333;
	background:url("../images/home-icon-hover.png") center top no-repeat;
}
#navbar ul li a #services:hover, #navbar ul li a #services:active{
	background:url("../images/services-icon-hover.png") center top no-repeat;
	color:#333;
}
#navbar ul li a #info:hover, #navbar ul li a #info:active{
	background:url("../images/info-icon-hover.png") center top no-repeat;
	color:#333;
}
#navbar ul li a #contact:hover, #navbar ul li a #contact:active{
	background:url("../images/contact-icon-hover.png") center top no-repeat;
	color:#333;
}
/***************************************************/
/*END OF HEADER*/
/***************************************************/


/***************************************************/
/*CONTENT*/
/***************************************************/
#content{
	width:100%;
	position:relative;
	clear:both;
	margin:0;
	padding:0;
	line-height:1.2em;
}

#content h1{
	color:#461008;
	margin:0 15px 15px 15px;
	font-size:18px;
	font-weight:bold;
}

#content p{
	margin:0 15px 15px 15px;
}

#content ul{
	margin:0px 5px 15px 5px;
}

#services-page #content ul a,#services-page #content ul a:hover,#services-page #content ul a:visited{
	color:#000;
	text-decoration:none;
}

#services-page #content ul a li:hover{
	background: #cedce7; /* Old browsers */
	background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* IE10+ */
	background: linear-gradient(top,  #cedce7 0%,#596a72 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
	color:#2e2e2e;
}

#services-page #content ul li{
	background:
	height:20px;
	padding:20px 0 20px 5px;
	margin:5px 0 10px 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:normal;
	text-transform:uppercase;
	color:#fff;
	background: #606c88; /* Old browsers */
	background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* IE10+ */
	background: linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}

/*#services-page #content ul li .arrow{
	width:16px;
	height:24px;
	background:url("../images/arrow-up.png") center top no-repeat;
	display:block;
	position:relative;
	float:right;
	margin:-2px 3px 0 0;
}
#services-page #content ul a li .arrow:hover{
	width:16px;
	height:24px;
	background:url("../images/arrow-over.png") center top no-repeat;
	display:block;
	position:relative;
	float:right;
	margin:-2px 3px 0 0;
}*/
#services-page .phone{
	height:40px;
	text-align:center;
	line-height:2.2em;
}
/***************************************************/
/*END OF CONTENT*/
/***************************************************/


/***************************************************/
/*FOOTER*/
/***************************************************/
#footer{
	width:100%;
	background-color:#cecece;
	position:relative;
	clear:both;
	padding:5px 0;
}

#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	margin:10px 0;
}
/***************************************************/
/*END OF FOOTER*/
/***************************************************/