/* ---- index page ---- */
#main .topleft {
	clear: both;
	float: left;
}
#main .main-message {
	clear: both;
	background: url('../images/index/whatwedo.png') no-repeat;
	width: 246px;
	height: 97px;
	margin: 35px 0 0 76px;
}
#main .featured-product {
	margin: 35px 60px 0 0;
	float: right;
}
#main .main-message span { display: none; }
#main .ourwork {
	background: url('../images/layout/rounded312-bg.png') no-repeat;
	padding-top: 20px;
	width: 312px;
	height: 130px;
	margin-top: 20px;
	position: relative;
	left: 50px;
}
#main .ourwork h2 {
	position: relative;
	left: 25px;
	clear: both;
	background: url('../images/index/ourwork.png') no-repeat;
	width: 147px;
	height: 34px;
}
#main .ourwork h2 span,#main .ourwork a span { display: none; }
#main .ourwork select {
	position: relative;
	left: 20px;
	top: 10px;
	font-size: 14pt;
	width: 264px;
	height: 30px;
	color: #666;
	border-bottom: solid #fff 1px;
	border-right: solid #fff 1px;
	border-left: solid #ddd 1px;
	border-top: solid #ddd 1px;	
}
#main .ourwork form {	
	background: url('../images/layout/rounded312-b.png') no-repeat bottom left;
	width: 312px;
	height: 106px;	
}
#main .ourwork a.video {
	position: relative;
	top: 30px;
	left: 25px;
	display: block;
	width: 229px;
	height: 18px;
	background: url('../images/index/video_overview.png') no-repeat;
}
#main .bottom {
	clear: both;
	padding-top: 80px;
	background: #f8f8f8 url('../images/layout/divider925.png') no-repeat top left;	
}
#main .bottom .news {
	width: 490px;
	float: left;
	padding: 0 0 0 55px;
}
#main .bottom .news h2 {
	background: url('../images/index/latestnews.png') no-repeat;
	width: 251px;
	height: 23px;
	margin-bottom: 30px;
}
#main .bottom .news h2 span {
	display: none;
}
#main .bottom .news li {
	list-style: none;
	color: #333;
	margin-bottom: 15px;
}
#main .bottom .news li A {
	display: block;
	color: #38b;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
}

#main .bottom .contactform {
	background: url('../images/layout/rounded312-bg.png') no-repeat;
	padding-top: 20px;
	width: 312px;
	height: 390px;
	float: right;
	margin-right: 50px;	
}
#main .bottom .contactform form {
	background: url('../images/layout/rounded312-b.png') no-repeat bottom left;
	width: 282px;
	height: 342px;
	padding-left: 30px;
	padding-bottom: 10px;
}
#main .bottom .contactform p {
	width: 120px;
	float: left;
	padding-right: 5px;
}
#main .bottom .contactform form div {
	clear: both;
	padding-bottom: 50px;
}
#main .bottom .contactform h2 {
	background: url('../images/index/contactus.png');
	width: 127px;
	height: 23px;
	margin: 12px auto 12px auto;
}
#main .bottom .contactform h2 span {
	display: none;
}

#main .bottom .contactform form input {
	color: #38b;
	width: 115px;
	height: 15px;
	padding: 1px;
	font-size: 8pt;
	font-family: arial;
	border-bottom: solid #fff 1px;
	border-right: solid #fff 1px;
	border-left: solid #ddd 1px;
	border-top: solid #ddd 1px;
}
#main .bottom .contactform form .button {
	border-top: solid #fff 1px;
	border-left: solid #fff 1px;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	background: #ddd;
	height: 25px;
	color: #999;
	float: right;	
	margin: 10px 40px 0 0;
}

#main .bottom .contactform label {
	font-size: 10pt;
	font-family: arial;
	color: #999;
	margin-top: 10px;
	margin-bottom: 2px;
	display: block;
}
#main .bottom .contactform textarea {
	color: #38b;
	width: 230px;
	font-size: 8pt;
	padding: 5px;
	font-family: arial;
	border-bottom: solid #fff 1px;
	border-right: solid #fff 1px;
	border-left: solid #ddd 1px;
	border-top: solid #ddd 1px;	
}
