/* GLOBAL STYLES
*
*
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#292929;
}

.textleft {text-align: left;}
.textcenter {text-align: center;}
.textright {text-align: right;}

.btn-form {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #375770;
	*background-color: #375770;
	background-image: -moz-linear-gradient(top, #739BBA, #375770);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#739BBA), to(#375770));
	background-image: -webkit-linear-gradient(top, #739BBA, #375770);
	background-image: -o-linear-gradient(top, #739BBA, #375770);
	background-image: linear-gradient(to bottom, #739BBA, #375770);
	background-repeat: repeat-x;
	border-color: #375770;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#739BBA', endColorstr='#375770', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-form:hover,
.btn-form:active,
.btn-form.active,
.btn-form.disabled,
.btn-form[disabled] {
	color: #FFFFFF;
	background-color: #375770;
	*background-color: #003bb3;
}

.btn em {
	font-style: normal;
}

a, a:link, a:visited {
	color:#9f733d;
}

a:hover {
	color:#303ca8;
}

#wrap {
	width:900px;
	background:url(library/img/wrap_background.jpg) top left repeat #f0f0f0;
	margin:20px auto;
	border-radius: 10px;
	padding-left:40px;
	padding-right:40px;
}

/* HEADER STYLES
*
*
*/
#wrap>header {
	margin-right:-40px;
	margin-left:-40px;
	border-radius: 10px;
	overflow: hidden;
}

#logo {
	display: block;
	margin-top:15px;
	margin-left:20px;
}


/* NAVIGATION STYLES
*
*
*/

.nav-container {
	margin-left:-45px;
	margin-right:-45px;
}



/* MAIN STYLES
*
*
*/

.page-header {
	margin-top:10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #292929;
	padding-bottom: 10px;
}

.top-content, .content {
	margin-top: 20px;
}

.homeservice-title {
	color: #77250d;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 16px;
}

.homeservice-text {
	background-color: #fff;
	padding: 20px;
	min-height: 251px;
	font-size: 12px;
}

.homeservice-text h1, .homeservice-text h2, .homeservice-text h3, .homeservice-text h4, .homeservice-text h5, .homeservice-text h6 {
	padding-top: 0px;
	line-height: 20px;
	padding-bottom: 5px;
	font-size: 16px;
}

.homeservice-text ul, .homeservice-text ol {
	margin: 0px 0px 0px 15px;
}

/* SIDEBAR STYLES
*
*
*/

.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
	padding-top:0px;
}

.widget small {
	display:inline-block;
	line-height: 16px;
}

.partner {
	margin-top:10px;
}

.partners {
	margin-bottom:40px;
}

/* FOOTER STYLES
*
*
*/

#wrap>footer {
	margin-left: -40px;
	margin-right: -40px;
	background-color: #fff;
	border-top: solid 1px #a59f93;
	border-radius: 0px 0px 10px 10px;
}

#inner-footer {
	padding:30px 40px 20px;
}

.footer-links{
	float: right;
	margin-bottom: 18px;
}

.footer-links .menu{
	list-style-type: none;
	margin-left: 0;
}

.footer-links .menu li{
	float: left;
}

.footer-links .menu li a {
	color:#72abf5;
	border-right:solid 1px #72abf5;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 10px;
}

.footer-links .menu li:last-child a {
	border-right:none;
	padding-right:0px;
}

#inner-footer .widget {
	margin-bottom: 0px !important;
}

@media (max-width: 1023px) {
	#wrap {
		width:auto;
		margin: 15px;
	}

	header {
		margin-bottom:10px;
	}

	.top-text {
		display:none;
	}

	footer, footer .textright {
		text-align: center;
	}

	.footer-links .menu li {
		float: none;
		display:inline-block;
	}


}

@media (max-width:768px){
	#wrap {
		padding-left:20px;
		padding-right:20px;
	}
	#wrap>header, #wrap>footer {
		margin-right: -20px;
		margin-left: -20px;
	}
	#logo {
		display: block;
		margin: 15px;
		text-align: center;
	}

	.top-badge {
		display:none;
	}

	header [class*="span"] {
		min-height: 0px !important;
	}

	.nav-container {
		margin-left: -25px;
		margin-right: -25px;
	}

	.homeservice {
		margin-top:18px;
	}

	.partner .homeservice-image {
		background-color: transparent;
	}

	.homeservice-image {
		text-align: center;
		padding:20px 0px 0px;
		background-color: #fff;
	}

	.homeservice-text {
		min-height: 0px;
	}

	.sidebar {
		margin-top: 18px;
	}

	.footer-links a {
		border-right:none !important;
	}

	.footer-links .menu li:last-child a {
		padding-right: 10px;
	}

	li.fg-listItem {
		float: none !important;
		width: 44% !important;
		display: inline-block !important;
	}
}