﻿/*------------------------------------
CSS Template
Author: Francis Niño Maribao
Version: 1.0.0.0

--------------------------------------*/

*{
	margin:0px;
}

body{
	margin:0px auto;
	text-align:center;
	font-family: Verdana, Arial, "Times New Romans";
	font-size:14px;
	background-color:#a1ab09;
	line-height:24px;
	/*color:#787878;*/
	color:#000;
}
a{
	color:#29451F;
	text-decoration:underline;
}

a:hover{
	color:#d6db89;
	text-decoration:none;
}
img{
	border:0px;
}
p{
	margin-bottom:12px;
}
.mB0{margin-bottom:0px;}
.mB20{margin-bottom:20px;}
.mB30{margin-bottom:30px;}
.mB10{margin-bottom:10px;}
.border1{
	padding-bottom:4px;
	border-bottom:2px double #848661;
}

h1{
	font-weight:normal;
	color:#8ba000;
	font-size:26px;
	margin-bottom:20px;

}
h2{
	font-weight:bold;
	color:#52560a;
	font-size:22px;
	margin-bottom:20px;
	text-transform:capitalize;
	font-family:"Times New Roman", Times, serif;
}

	h2 span{
		margin-left:5px;
}


h3{
	font-weight:normal;
	color:#52560a;
	font-size:14px;
	margin-bottom:10px;
}

h4{
	font-weight:normal;
	color:#52560a;
	font-size:21px;
	margin-bottom:7px;
	text-transform:capitalize;
}



/*--common--*/
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
/*--end common--*/

#container{
	margin:0px auto;
	width:955px;
	text-align:left;
	padding-bottom:40px;
}

#wrapper{
	width:100%;
}

#header{
	width:955px;
	height:106px;
}

	#header .logo{
		float: left;
		padding:14px 80px 0px 18px;
}
	#header .blurp{
		float:left;
		padding-top:32px;
}
	#header ul{
		list-style:none;
		padding:70px 0px 0px 0px;
		}

	#header li{
		float:left;
		margin-left:8px;
		color:#f0f4a8;
}
	#header li a{
		font-family:Georgia, Arial;
		color:#f0f4a8;
		font-size:16px;
}
#menu{
		list-style:none;
		padding:0px;
		width:955px;
		background:url('../images/menu-bg2.gif') top repeat-x;
		height:41px;

	}

	#menu li{
		float:left;
	}
	
	#menu li a{
		float:left;
		padding:11px 19px 0px 19px;
		color:#000000;
		text-transform:uppercase;	
		font-family:Georgia, Arial;
		height:31px;
		text-decoration:none;
}

		#menu li a:hover{
			color:#ffffff;
}


	#menu .current{
		background:url('../images/menu-current.gif') top repeat-x;
}

		#menu .current a:hover{
		color:#b0b92c;
}


#main-content{
	margin:0px auto;
	width:953px;
	padding:0px 1px 0px 1px;
	height:auto;
}

#content-inside{
	width:917px;
	background-color:#ffffff;
	height:auto;
	padding:27px 18px 30px 18px;
	background-image: url(../images/bg-image.jpg);
}


#content{
	width:917px;
	background-color:#ffffff;
	height:auto;
	padding:27px 18px 30px 18px;
}


	#content .banner{
	background:url('../images/banner2.jpg') top no-repeat;
	font-family:Arial, Verdana, sans-serif;
	width:894px;
	height:173px;
	margin-bottom:31px;
	padding:35px 0px 12px 18px;
	color:#ffffff;
	font-weight: normal;
}

	#content .banner h2{
	font-size:28px;
	color:#ffffff;
	font-weight:normal;
	margin-bottom:8px;
	text-transform:none;
}

		#content .banner p{
			width:424px;
			font-size:18px;
			line-height:26px;
}



#arealeft{
	float:left;
	width:581px;
	margin:0px 46px 0px 12px;
	font-size:14px;
}

#arearight{
	float:left;
	width:265px;
}

#arearight .works-h{
		margin-bottom:10px;
		background:url('../images/works2.jpg') top no-repeat;
		width:249px;
		height:180px;
		padding:18px 0px 0px 16px;
}

	#arearight .works{
		margin-bottom:10px;
		background:url('../images/works.jpg') top no-repeat;
		width:249px;
		height:180px;
		padding:18px 0px 0px 16px;
}

	#arearight .lib{
		
}
#container #wrapper #main-content #content #arealeft #quote {
	background-color: #FAFAFA;
	border: 1px solid #999999;
	padding: 25px;
	font-size: 14px;
}
#container #wrapper #main-content #content .banner p {
	color: #FFFAD7;
	font-weight: normal;
	font-size: 18px;
}

#address {
padding-left:15px;
}

.thumb{
	border:1px solid #e5e5e5;
	padding:2px;
	margin:5px;
}

.frame{
	background:url('../images/frame.gif') no-repeat;
	width:206px;
	height: 155px;
	padding:8px 9px 18px 9px;
	margin:10px;
}
