@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: "Fortheloveofhate";
	src: url('../fonts/Fortheloveofhate.ttf');
	src: local('☺'),
	url("../fonts/Fortheloveofhate.woff") format('woff'),
	url('../fonts/Fortheloveofhate.ttf') format('truetype');
}

body{
	margin: 0;
	padding: 0;
	background: url(../images/floral-bg.jpg) top center no-repeat;
	color: #707070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

img{border: 0;}
.clear{clear: both;}
.left{float: left;}
.right{float: right;}
.no-bg{background: none !important;}
h1, h2, h3, h4, p, ul, form {margin: 0; padding: 0; list-style: none;}
a{text-decoration: none; outline: none; color: #b45341;}
a:hover{text-decoration: underline;}

h1{
	font-size: 24px;
	color: #b45341;
	padding-bottom: 13px;
}
h3{
	color: #58585a;
	font-size: 20px;
	padding-bottom: 10px;
}
p{
	color: #6d6e71;
	line-height: 20px;
	padding-bottom: 15px;
	font-family: Arial;
}

.wrapper{
	width: 1000px;
	margin: auto;
}

.main-logo{
	text-align: center;
	margin: 90px auto;
}

#nav{
	float: left;
	width: 100%;
	height: 36px;
	margin-bottom: 30px;
	font-family: "Fortheloveofhate";
	background: url(../images/nav-bdr.jpg) left top repeat-x;
}
	.main-nav{
		margin-bottom: 90px !important;
	}
	#nav ul{
		float: left;
		width: 1012px;
		text-transform: uppercase;
	}
		#nav ul li{
			float: left;
			background: url(../images/nav-sep.jpg) right top no-repeat;
			height: 36px;
			padding-right: 3px;
		}
			#nav ul li a{
				float: left;
				height: 18px;
				padding: 9px 12px;
				color: #58585a;				
			}
				#nav ul li a:hover, #nav ul li a.nav-act{
					background: #b45341;
					color: #fff;
					text-decoration: none;
				}

#office-head{
	float: left;
	padding: 5px 0;
	margin-bottom: 15px;
	width: 100%;
	background: #f6f6f6;
	color: #b45341;
	font-size: 20px;
	text-align: center;
	clear: left;
}

/*** Start Page ***/

.in-top{
	padding: 30px 0;
}

#social{
	float: right;
	width: 228px;
	font-size: 12px;
}
	#social li{
		float: right;
		padding-left: 7px;
	}
	
.search{
	float: right;
	clear: right;
	width: 230px;
	margin-top: 6px;
}
	.search input[type="text"]{
		float: right;
		border: 1px solid #e6e7e8;
		background: #fbfbfb;
		color: #6d6e71;
		font: normal 12px "Fortheloveofhate";
		padding: 4px 8px;
		width: 150px;
		margin-right: 2px;
	}
	.search input[type="submit"]{
		float: right;
		background: url(../images/btn-arrow.jpg) center center no-repeat #b45341;
		width: 26px;
		height: 24px;
		border: 0;
	}

#main-cont{
	float: left;
	width: 755px;
	padding-bottom: 30px;
}
	#providing{
		float: left;
		padding: 0 150px 0 15px;
		width: 535px;
		min-height: 224px;
		background: url(../images/cont-bg.jpg) right bottom no-repeat;
		border-right: 1px solid #dcdddf;
		border-bottom: 1px solid #dcdddf;
	}
		#providing h1{
			padding-bottom: 8px;
		}
		#providing p{
			padding: 0 20px 12px 0;
		}
		
	#slogan{
		float: left;
		width:  611px;
		height: 139px;
		background: url(../images/slogan-bg.jpg) left top no-repeat;
		border: 1px solid #e7e8e9;
		color: #b45341;
		font-size: 26px;
		padding: 90px 0 0 50px;
		margin-bottom: 40px;
	}	
		#slogan ul, #slogan li{
		}
		#slogan li{
			width: 611px;
			height: 139px;
			overflow: hidden; 
		}	
		
	.more{
		float: left;
		padding: 10px;
		margin-bottom: 5px;
		background: #b45341;
		color: #fff;
		font-size: 18px;
	}
	
#sidebar{
	float: right;
	width: 205px;
}
	.hm-upd{
		float: right !important;
		width: 315px !important;
	}
		.hm-upd ul{
			width: 284px !important;
		}
		.hm-upd ul li:first-child{
			border: 0 !important;
			margin-bottom: 0 !important;
			padding-bottom: 6px !important;
		}
	#updates{
		float: left;
		width: 203spx;
		border: 1px solid #e6e7e8;
	}
		#updates ul{
			float: left;
			width: 173px;
			padding: 10px 15px;
		}
			#updates ul li{
				padding-bottom: 8px;
				margin-bottom: 8px;
				line-height: 18px;
				border-bottom: 1px solid #dcdddf;
			}
				#updates ul li:last-child{
					border: 0;
					margin-bottom: 0;
					padding-bottom: 6px;
				}
				#updates h3{
					padding-bottom: 0;
					font-family: "Fortheloveofhate";
					font-weight: normal;
				}
				#updates span{
					color: #b45341;
				}
	#newsletter-btn{
		padding: 10px 0;
	}
				
.footer{
	width: 1000px;
	padding-top: 5px;
	margin: 40px auto 18px;
	border-top: 1px solid #dcdddf;
}
	.footer p{
		color: #939598;
		font-size: 11px;
		line-height: normal;
	}

/*** Inside Page ***/

#inner-head{
	float: left;
	width: 1000px;
	height: 114px;
	background: #fbfbfb;
	border: 1px solid #e6e7e8;
}
  #inner-head h2{
	  color: #b45341;
	  font: normal 24px arial;
	  padding: 60px 0 0 30px;
	  text-transform: uppercase;
	  width: 520px;
	  float: left;
  }
  #inner-head img{
	  float: right;
  }
  
#inner-main{
	float: left;
	width: 1000px;
	margin: 25px 0;
}

#inner-right{
	float: right;
	width: 750px;
}
	#inner-main h2{
		color: #b45341;
		font: normal 18px arial;
		padding-bottom: 14px;
	}
	#inner-right h3{
		color: #58585a;
		font: normal 13px arial;
		padding: 0px;
		margin-top: 15px;
	}
	.bullet{
		float: left;
	}
	  .bullet li{
		  background: url(../images/bullet.png) left 3px no-repeat;
		  color: #58585a;
		  font: normal 13px arial;
		  padding: 0 0 13px 15px;
	  }
