/* style.css */
@font-face {
    font-family: 'corpoaregular';
    src: url('../fonts/c062003t-webfont.eot');
    src: url('../fonts/c062003t-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/c062003t-webfont.woff') format('woff'),
         url('../fonts/c062003t-webfont.ttf') format('truetype'),
         url('../fonts/c062003t-webfont.svg#corpoaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}

body{
	font-family: "Segoe UI", Arial;
}
#holder{
	position: relative;
	width: 1000px;
	margin: auto;
}
.index{
	height: 600px;
	background: url(../images/index_bg.jpg) no-repeat;
}

#container,
.container{
	position: relative;
	width: 888px;
	margin: auto;
}

#menu{	
	width: 234px;
	height: 394px;
	background: url(../images/menu_bg.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
	#menu ul.menu{
		width: 172px;
		margin: 3px auto 0 auto;
	}
	#menu ul.menu li a{
		font-family: 'corpoaregular';
		display: block;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		font-size: 14px;
		border-bottom: 1px dotted #535353;
		padding: 10px 0;
	}
	#menu ul.menu li a.active_nav,
	#menu ul.menu li a:hover{
		color: #cddf4c;
		font-weight: bold;
	}
#logo img{
	position: relative;
	width: 194px;
	margin: 22px 0 0 20px;
}

#fake_content{
	position: relative;
	height: 546px;
}
ul.follow{
	position: absolute;
	top: 38px;
	right: 0;
}
	ul.follow li{
		float: left;
		font-family: 'corpoaregular';
		color: #a6a6a6;
		font-size: 15px;
		text-transform: uppercase;
		padding-left: 5px;
	}
	ul.follow li.first{
		padding-top: 4px;
	}
#offers{
	position: absolute;
	right: 0;
	bottom: 52px;
}

#footer{
	clear: left;
	position: relative;
	border-top: 1px solid #999999;
	height: 52px;
	font-size: 11px;
}
	#copyright{
		position: absolute;
		left: 45px;
		top: 8px;
		color: #404040;
	}
	#flinks{
		position: absolute;
		right: 41px;
		top: 8px;
	}
		#flinks li{
			float: left;
			color: #404040;
			padding: 0 4px;
		}
		#flinks li a{
			text-decoration: none;
			color: #404040;
		}
		#flinks li a:hover{
			text-decoration: underline;
		}

#inner_menu{
	position: realtive;
	height: 394px;
	background: url(../images/inner_bg.jpg) no-repeat;
}

#content{
	position: relative;
	margin-bottom: 35px;
}
	#content .container{	
		background: url(../images/content_bg.png) repeat-y;
	}
	#page_text{
		position: relative;
		width: 610px;
		margin-left: 277px;
	}
	
h1.page_title{
	font-family: 'corpoaregular';
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	border-bottom: 2px dotted #a7a7a7;
	padding: 30px 0 12px 0;
}
#page_text p{
	font-size: 12px;
	color: #000;
	line-height: 18px;
	text-align: justify;
	padding: 18px 50px 0 0;
}
/* Form Controls */
.form{
	margin-top: 18px;
}
.form .row{
	clear: left;
	padding: 4px 0;
}
.form label.label{
	display: block;
	width: 20%;
	float: left;
	font-size: 12px;
	color: #000;
	text-align: right;
	padding-right: 1.5%;
	padding-top: 8px;
}
.form label.error{
	display: block;
	float: left;
	font-size: 12px;
	color: #f00;
	text-align: right;
	margin-left: 21.5%;
	padding-top: 3px;
}
.textctrl{
	font: 13px "Segoe UI", Arial;
	color: #000;
	border: 1px solid #ccc;
	width: 250px;
	padding: 5px;
}
.textareactrl{
	font: 13px "Segoe UI", Arial;
	color: #000;
	border: 1px solid #ccc;
	width: 250px;
	height: 70px;
	padding: 5px;
}
.listctrl{
	font: 13px "Segoe UI", Arial;
	color: #000;
	border: 1px solid #ccc;
	width: 262px;
	padding: 5px;
}
.buttonctrl{
	font: bold 13px "Segoe UI", Arial;
	color: #000;
	background: #cddf4c;
	margin: 0;
	padding: 7px 20px;
	border: 0;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	.buttonctrl:hover{
		background: #A2B807;
	}
.hidden{
	display: none;
}
#read_more{
	color: #000;
}

#tab{
	position: relative;
	border-bottom: 1px solid #999999;
	margin-top: 18px;
	height: 36px;
}
	#tab a{
		display: block;
		width: 160px;
		text-align: center;
		float: left;
		font-size: 15px;
		text-decoration: none;
		color: #666;
		padding: 10px 0px;
		background: #ddd;
		border: 1px solid #999;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;		
	}
	#tab a:hover{
		color: #000;
		background: #eee;
	}
	#tab a.active_tab{
		color: #000;
		background: #fff;
		border-bottom: 1px solid #fff;
	}
#page_text p.less_padding{
	padding-top: 10px;
}
#page_text p.bordered{
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}

#home_content{
	width: 350px;
	padding: 10px;
	position: absolute;
	right: 0;
	bottom: 20px;
	background: url(../images/menu_bg.png);
}
#home_content p{
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}

#banner_image{
	margin-top: 10px;
	border: 1px solid #ccc;
}
#banner_image img{
	width: 100%;
}

#banner_slide{
	width: 100%;
	float: left;
	margin-top: 15px;
	height: 110px;
}
#banner_slide li{
	float: left;
	width: 19%;
	border: 1px solid #ccc;
	margin-left: 3px;
}
	#banner_slide li.selected_image{
		border: 1px solid #333;
	}
	#banner_slide li img{
		width: 100%;
	}