@charset "utf-8";
/* CSS Document */
body {
	margin:0 auto;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	background: #000;

}
p, a, h1, h2, h3, h4, h5, ul, li, a, img {
	margin:0px;
	padding:0px;
}
.containerleft, .containerright {
	width:46%;
	height:auto;
	float:left;
	font-size:14px;
	line-height:22px;
	margin:0 auto;
}
p
{
		padding:5px;
}

.containerleft h4, .containerright  h4
{
	color:#cccccc;
}
.containermid h4
{
	margin-left:20px;
	font-size:14px;
}
.containerleft {
	margin-right:15px;
	margin-left:20px;
}
.containerright {
	margin-left:15px;
}
.containermid {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin-top:10px;

}
.containermid p {
	text-align:left;
	padding:4px 10px 4px 20px;
	line-height:20px;
	text-align:justify;
}
.containermid h2
{
	color:#ED2B84;
}


.enquiryform {
	width:298px;
	height:auto;
	float:left;
	border:1px dashed #222222;
	margin-left:15px;
	line-height:30px;
	text-align:left;
	padding:5px 15px 5px 15px;
	margin-bottom:15px;
}
.enquiryform hr {
	width:298px;
	height:1px;
	border:0px;
	float:left;
}
.enquiryform input[type=text] {
	width:160px;
	height:20px;
	padding:0px 5px 2px 8px;
	font-size:11px;
	color:#fff;
	border:1px solid #222222;
	background:#000;
}
.enquiryform .firstcol {
	width:110px;
	height:25px;
	float:left;
	text-align:left;
	padding:5px 0px 5px 5px;
	color:#fff;
}
.enquiryform .secondcol {
	width:180px;
	height:25px;
	float:left;
	padding:5px 0px 5px 0px;
}
.enquiryform .firstcoladd {
	width:110px;
	height:80px;
	float:left;
	text-align:left;
	padding:5px 0px 5px 5px;
	color:#fff;
}
.enquiryform .secondcoladd {
	width:180px;
	height:80px;
	float:left;
	padding:5px 0px 5px 0px;
}
.enquiryform input[type=button] {
	width:122px;
	height:26px;
	padding:0px 5px 2px 8px;
	font-size:12px;
	color:#fff;
	background:url(../images/but_bg.gif) left no-repeat #000;
	line-height:26px;
	border:0px;
	cursor:pointer;
}
a {
	text-decoration:none;
	color:#EE297A;
}
a:hover {
	color:#ffffff;
}

.containermid ul
{
	padding-left:40px;
}