*{ margin:0; padding:0;}





body
{
	background:url(../images/background.jpg) fixed;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	text-align:justify;
	overflow-x:hidden;
	font-size:12px;
}

.cantainer
{
	width:1000px;
	height:auto;
	background:#FFF;
	overflow:hidden;
	margin:0 auto;
}

.header
{
	width:980px;
	margin:10px;
	height:auto;
	float:left;
	box-shadow:0 0 5px #999;
	background:#FFF;
}
.header table
{
	margin:10px;
	float:right;
	font-size:20px;
}

.logo
{
	width:437px;
	height:70px;
	float:left;

	
}
.navigation
{
	width:800px;
	margin-left:10px;
	height:45px;
	float:left;
	box-shadow:0 0 5px #999;
	background:#faa61a;
}
#drop-menu {
width:100%;
float:left;
position:absolute;
z-index:999;
}
#drop-menu ul {
    font-family: Arial, Verdana;
    font-size: 12px;
    list-style: none;
	
}

#drop-menu ul li {
    display: block;
    position: relative;
	margin-left:8px;
	margin-top:5px;
	padding:8px;
	color:#FFF;
    float: left;
}
#drop-menu li ul {
    display: none;
}
#drop-menu ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
    white-space: nowrap;
}

#drop-menu li:hover ul {
    display: block;
    position: absolute;
	margin-left:-20px;
	margin-top:10px;
	width:160px;
	height:auto;
	background:#faa61a;
	border-radius:0 0 10px 10px;
}
#drop-menu ul ul li {
	margin:3px;
	padding:0;
	padding-left:20px;
}


#drop-menu li:hover li {
    float: none;
    font-size:12px;
	margin-top:0;
}
#drop-menu ul li ul li a {
    float: none;
	font-weight:bold;
    font-size:12px;
	padding:5px;
}
#drop-menu ul li ul li a:hover {
color:#999;
}

.social
{
	width:180px;
	margin-right:10px;
	height:45px;
	box-shadow:0 0 5px #999;
	float:left;
	background:#FFF;
}
.social a img
{
	margin:7px;
	float:left;
}

.banner
{
	width:715px;
	height:300px;
	box-shadow:0 0 5px #999;
	float:left;
	background:#FFF;
	margin:10px;
	margin-right:0;
}
.enquiry
{
	width:255px;
	height:300px;
	box-shadow:0 0 5px #999;
	float:left;
	background:#FFF;
	margin:10px;
	margin-right:0;
}
.enquiry b
{
	width:255px;
	padding:10px 0;
	float:left;
	background:#5a2e64;
	font-size:16px;
	color:#FFF;
	text-align:center;
}
.enquiry table
{
	float:left;
	font-size:12px;
	color:#333;
}
.field
{
	padding:3px;
	width:180px;
	border:1px solid #91cbff;
}
.field2
{
	padding:3px;
	width:180px;
	height:80px;
	border:1px solid #91cbff;
}



.btn
{
	padding:5px;
	border:none;
	border-radius:5px;
	color:#FFF;
	background:#C00;
	cursor:pointer;
}
.btn:hover
{
	background:#333;
}

.welcome_box
{
	width:695px;
	margin:10px;
	/*height:300px;*/
	padding:10px;
	box-shadow:0 0 5px #999;
	float:left;
	margin-right:0;
	background:#FFF;
}
.welcome_box strong
{
	float:left;
	margin-bottom:10px;
	font-size:16px;
	color:#333;
}
.welcome_box i
{
	float:left;
	font-size:12px;
	line-height:22px;
}
.welcome_box p
{
	
	font-size:12px;
	line-height:22px;
}

.welcome_box a
{
	float:right;
	font-size:12px;
	text-decoration:none;
	color:#C00;
}
.welcome_box a:hover
{
	color:#333;
}




.latest_box
{
	width:235px;
	margin:10px;
	height:300px;
	margin-right:0;
	margin-top:0;
	padding:10px;
	box-shadow:0 0 5px #999;
	float:left;
	background:url(../images/latest.png);
}
.latest_box strong
{
	float:left;
	margin-bottom:10px;
	font-size:16px;
	color:#C00;
}
.ticker {
	width:235px;
	height:80px;
	float:left;
	overflow: hidden;
	list-style: none;
}

#ticker_02 {
	height:270px;
	float:left;
}

.ticker li {
	height:auto;
	margin-top:10px;
	float:left;
	border-bottom: 1px dotted #DDD;
}
.ticker a {
	text-decoration:none;
	color:#C00;
	margin:5px;
	float:right;
}



.project_box
{
	width:695px;
	margin:10px;
	height:200px;
	margin-top:0;
	padding:10px;
	box-shadow:0 0 5px #999;
	float:left;
	margin-right:0;
	background:#FFF;
}
.project_box strong
{
	float:left;
	padding-bottom:10px;
	width:695px;
	font-size:16px;
	color:#C00;
	border-bottom:1px solid #CCC;
}



.marquee_box
{
	width:255px;
	margin:10px;
	height:320px;
	box-shadow:0 0 5px #999;
	float:left;
	background:url(../images/latest.png);
}

/*.marquee_box strong
{
	float:left;
	margin-bottom:10px;
	font-size:16px;
	text-align:center;
	width:100%;
	color:#333;
}
.marquee_box marquee
{
	float:left;
	margin-top:10px;
}
.marquee_box marquee img
{
	margin-top:10px;
}
*/

.footer_link
{
	width:1000px;
	height:auto;
	border-top:3px solid #06F;
	float:left;
	background:#EEE;
}
.footer_link table
{
	float:left;
}
.footer_link table strong
{
	color:#C00;
}
.footer_link table a
{
	text-decoration:none;
	color:#333;
}
.footer_link table a:hover
{
	color:#C00;
}
.footer
{
	width:1000px;
	height:50px;
	float:left;
	background:#333;
}
.footer p
{
	float:left;
	color:#FFF;
	margin:15px;
}
.footer span
{
	float:right;
	color:#FFF;
	margin:15px;
}
.footer a
{
	color:#CCC;
	text-decoration:none;
}
.footer a:hover
{
	color:#999;
}

.inner
{
	width:978px;
	margin:10px;
	height:auto;
	box-shadow:0 0 5px #999;
	float:left;
	margin-right:0;
	background:#FFF;
}
.inner b
{
	width:958px;
	padding:10px;
	float:left;
	color:#FFF;
	font-size:16px;
	background:#5a2e64;
}
.inner table
{
	float:left;
}
.inner table span
{
	color:#C00;
	font-size:20px;
}

.topbar_bg{width:1000px;
float:left;
background-image:url(../images/topbar_bg.gif);
font-family:Arial, Helvetica, sans-serif;}

.logo{width:325px;
float:left;
margin-top:10px;
margin-bottom:10px;
margin-top:28px;
margin-bottom:28px;}

.customer_support{width:150px;
float:left;
margin-left:80px;
text-align:center;
margin-top:20px;}

.customer_support_h1{font-size:15px;
color:#5a2e64;}

.customer_support_h2{font-size:20px;
color:#5a2e64;
font-weight:bold;}

.customer_support_h3{font-size:16px;
color:#cc4402;}

.top_email_outer{width:369px;
float:left;
background-image:url(../images/top_email_bg.jpg);
min-height:100px;
margin-left:70px;}

.top_inn_email{width:200px;
float:left;
font-size:16px;
margin-top:50px;
margin-left:40px;}

.welcome_bbox{width:1000px;
float:left;
background-color:#FFFFFF;}

.main_heading{width:990px;
float:left;
margin-left:5px;
margin-top:5px;
text-align:center;
color:#5a2e64;
font-size:23px;
font-weight:bold;
margin-bottom:10px;}

.content{width:950px;
float:left;
margin-top:10px;
margin-left:40px;}
