@charset "UTF-8";

/*********** General Resets ***********/
html { background-color: #fff; }
body {
	margin: 0;
	padding: 0;
	font-family: 'Asap', sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #4e4d4a;
}
body#mainpage {
	display: none;
}
img {
	float: left;
	border: none;
	outline: none;
	margin: 0;
}
a {
	color: #4e4d4a;
	text-decoration: none;
}
a:hover { color: #eb6532; }
ul {
	float: left;
	margin: 0;
	list-style: none;
}
li {
	margin: 2px 0 0 -30px;
	padding: 0;
	text-indent: -6px;
}
input {
	float: left;
	width: 186px;
	height: 26px;
	outline: none;
	border: none;
}
p {
	margin: 2px 0;
	padding: 0
}
div#generalpagecontainer {
	float: left;
	width: 100%;
	margin: 0;
	position: relative;
}

/**** Home page ****/
div.home_imgcontainer {
	float: left;
	width: 100%;
	margin: 38px 0 0 0;
}
div.home_leftimg {
	float: left;
	margin: 0;
	width: 296px;
	height: 414px;
	overflow: hidden;
}
div.home_centerimg {
	float: left;
	margin: 0 0 0 13px;
	width: 413px;
}
div.home_centerimg_top {
	float: left;
	margin: 0;
	width: 413px;
	height: 153px;
	overflow: hidden;
}
div.home_centerimg_bottom {
	float: left;
	margin: 10px 0 0 0;
	width: 413px;
	height: 251px;
	overflow: hidden;
}
div.home_rightimg {
	float: right;
	margin: 0;
	width: 296px;
	height: 414px;
	background-color: #eb6532;
	overflow: hidden;
}

div.home_topcenter_leftbox {
	float: left;
	width: 250px;
	margin: 38px 0 0 0;
	border-right: 2px solid #d3d3d2;
}
div.home_topcenter_leftbox a {
	float: left;
	display: block;
	text-indent: 16px;
	width: 245px;
	line-height: 1.8;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #808184;
	background-repeat: no-repeat;
	background-position: 0 6px;
}
div.home_topcenter_leftbox a.hoverclass:hover {
	float: left;
	display: block;
	text-indent: 16px;
	width: 245px;
	line-height: 1.8;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #808184;
	background-repeat: no-repeat;
	background-position: 0 6px;
	color: #eb6532;
	background-image: url(../images/orangearrow.png);
}
div.home_topcenter_leftbox a.showarrow {
	float: left;
	display: block;
	text-indent: 16px;
	width: 245px;
	line-height: 1.8;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #808184;
	background-repeat: no-repeat;
	background-position: 0 6px;
	color: #eb6532;
	background-image: url(../images/orangearrow.png);
}
div.home_topcenter_rightbox {
	float: right;
	width: 715px;
	margin: 45px 0 0 0;
	padding: 0 10px 0 0;
	line-height: 2;
}

/***** footer *******/
div.footercontainer {
	float: left;
	width: 100%;
	height: 320px;
	position: relative;
}
div.footer_box_header {
	float: left;
	border-bottom: 2px solid #d3d3d2;
	padding: 0 0 8px 0;
	width: 190px;
	font-size: 1.7em;
	color: #4e4d4a;
}
div.footer_contactus {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 193px;
}
div.footer_location {
	position: absolute;
	top: 40px;
	left: 279px;
	width: 193px;
}
div.footer_signup {
	position: absolute;
	top: 40px;
	left: 525px;
	width: 193px;
}
div.footer_verdivider {
	position: absolute;
	top: 25px;
	left: 750px;
	width: 10px;
	height: 223px;
	border-right: 2px solid #d3d3d2;
}
div.footer_connectarea {
	position: absolute;
	top: 40px;
	left: 808px;
}
div.footer_copyright {
	position: absolute;
	top: 305px;
	left: 437px;
}
