@charset "utf-8";
/* CSS Document */

#main
{
	width:1000px;
	min-height:500px;
	margin:0px auto;
	background:#fff;
	box-shadow:0px 3px 25px #CCCCCC;
	overflow:hidden;
}


#row-1 {
    background: url("../images/line.png") repeat scroll center top rgba(0, 0, 0, 0);
    height: 5px;
    width: 100%;
}

#header
{
	width:1000px;
	min-height:120px;
	padding:25px 0px 0 0px;
	margin:0px auto;
	background:url(../images/header_bg.jpg) repeat-x;
}

#header .col1
{
	width:608px;
	min-height:120px;
	float:left;
	padding:0 91px 0 0;
}


#header .col2
{
	width:251px;
	min-height:50px;
	float:left;
}

.padding25
{
	padding:0 25px 0 25px;
}

.content_sec
{
	width:1000px;
	min-height:274px;
	float:left;
	background:url(../images/grey_line.jpg) no-repeat left bottom #f7f7f7;
	margin-top:10px;
	padding:10px 0 0 0;
}

.view_pic
{
	width:199px;
	height:234px;
	float:left;
	background:#fff;
	margin-left:40px;
	box-shadow:0px 3px 8px #CCCCCC;
	overflow:hidden;
}

.view_pic h4
{
	font-size:17px;
	color:#525353;
	padding:5px 0 0 10px;
}

.text_area
{
	width:1000px;
	min-height:300px;
	float:left;
	padding:10px 0 10px 0;
	background:#fff;
}

.about_area
{
	width:580px;
	min-height:300px;
	float:left;
	padding:0 20px 0 0;
}

.about_area img
{
	float:left;
	padding-right:20px;
}

.pra
{
	font-size:12px;
	color:#6a6a6a;
	line-height:18px;
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
}

.enquire_form 
{
	background: url("../images/form_bg.jpg") repeat-x;
	border-radius: 15px;
}
.enquire_form input[type="text"] 
{ 	
	width: 230px;
	height: 25px;
	border: 1px solid #CCC;
	padding-left: 5px;
	margin-left:5px;
}
.enquire_form textarea 
{
	width: 230px;
	height: 80px;
	border: 1px solid #CCC;
	padding-left: 5px;
	margin-left:5px;		
}

.enquire_form .td
{
	width: 70px;
	font-size: 14px;
	padding: 0px 0 15px 10px;
	color: #535353;
}


.banner_sec
{
	width:1000px;
	min-height:200px;
	float:left;
	margin:20px 0 0 0;
}

.con_sec
{
	width:1000px;
	min-height:300px;
	float:left;
	padding:10px 0;
}

.con_left
{
	width:680px;
	min-height:300px;
	float:left;
}

.con_right
{
	width:250px;
	min-height:300px;
	float:left;
	padding:10px 0 0 20px;
}
.pra_sec
{
	font-size:12px;
	color:#6a6a6a;
	line-height:18px;
	text-align:justify;
	float:left;
	padding:10px 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
}


/* contact-us-css */

#contact_sec
{
	width:950px;
	min-height:200px;
	float:left;
	padding:15px 25px 10px 25px;
	background:#fff;
}

.left_contact_sec 
{
	width:587px;
	min-height:200px;
	float:left;
	padding:0 0 10px 0;
}


.right_contact_sec
{
	width:338px;
	min-height:200px;
	float:left;
	padding:0px 10px 0 10px;
}

.input {padding: 5px 10px 5px 5px;}

