@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
body {
	background:url(../images/bg_main.jpg) repeat;
	font-size:28px;
	line-height:32px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
.container {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

/*   HEADER   */
#header {
	background:url(../images/bg_header.jpg) repeat-x bottom left;
	padding:20px 0;
	text-align:center;
}
#header h1 {
	font-size:80px;
	line-height:84px;
	font-weight:700;
}
#header h2 {
	font-size:45px;
	line-height:45px;
	font-weight:700;
}
#header h2 span {
	font-size:26px;
}

/*   MAIN   */
#main {
	padding:50px 0;
	/*background:url(../images/bg_glow.png) no-repeat center top;*/
}
#left {
	float:left;
	width:480px;
}
#left p {
	padding:0 0 30px;
	font-size:28px;
	line-height:38px;
}
#left strong {
	font-size:35px;
}
#help {
	text-align:right;
	padding:0 0 40px;
	overflow:hidden;
	margin:-17px 0 0;
}
#help a {
	display:block;
	background:url(../images/bg_btn.png) repeat-x;
	text-align:center;
	width:280px;
	font-size:20px;
	line-height:24px;
	text-decoration:none;
	color:#333;
	height:33px;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,.8);
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	padding:10px 0 0;
	float:right;
}
#help a:active {
	text-indent:1px;
	padding:11px 0 0;
	height:32px;
}
#right {
	float:right;
	width:422px;
	padding:0 0 30px;
}
#showcase {
	background:url(../images/30-black.png) repeat;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:20px;
	overflow:hidden;
	height:319px;
	width:382px;
}
#showcase ul {
	list-style:none;
}
#showcase li {
	height:319px;
	width:382px;
	overflow:hidden;
	padding:0 0 20px;
}
#showcase img {
	border:1px solid #7c8086;
}
.showcase_info {
	background:url(../images/70-black.png) repeat;
	padding:10px;
	width:360px;
	height:50px;
	margin:-77px 0 0 1px;
	position:relative;
	z-index:100;
}
.showcase_title {
	display:block;
	font-size:20px;
	line-height:24px;
	padding:3px 0 0;
}
.showcase_date {
	display:block;
	font-size:16px;
	line-height:20px;
}
#next {
	background:url(../images/btn_next.png) no-repeat;
	height:37px;
	width:36px;
	text-indent:-9999px;
	display:block;
	margin:-70px 0 0 333px;
	z-index:200;
	outline:0;
	position:relative;
}
#next:active {
	background-position:0px 1px;
}
#main h3 {
	clear:both;
	font-size:35px;
	line-height:39px;
	padding:15px;
	background:url(../images/50-black.png) repeat;
	font-weight:700;
	text-align:center;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

/*   CONTACT   */
#contact {
	font-size:20px;
	line-height:24px;
	background:url(../images/bg_contact.jpg) repeat;
	padding:40px 0 30px;
}
#contact p {
	margin:-20px 0 0;
}
#contact h4 {
	font-size:32px;
	line-height:36px;
	padding:0;
}
#enquire ol {
	overflow:hidden;
	list-style:none;
}
#enquire li {
	float:left;
	padding:0 0 20px;
}
#enquire label {
	display:block;
	padding:0 0 0 10px;
	color:#666;
}
.textbox_1, .textbox_2, #enquire_message {
	width:350px;
	background:#fff;
	border:10px solid #333;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	margin:0 50px 0 0;
}
.textbox_2 {
	width:450px;
	margin:0;
}
#enquire_message {
	width:560px;
	height:75px;
}
#enquire_submit {
	background:url(../images/btn_send.png) no-repeat;
	width:283px;
	height:116px;
	border:0;
	margin:24px 0 0 5px;
	text-indent:-9999px;
	cursor:pointer;
}
#enquire_submit:active {
	background-position:0 1px;
	outline:none;
}

/*   FOOTER   */
#footer {
	text-align:center;
	padding:10px;
	font-size:14px;
}



label.error {
	display:none !important;
}
.error {
	border-color:#800000 !important;
}








