@charset "utf-8";
/*-------------- CSS Document created for  -  --------------*/
/*-------------- Created By Tahir Shaikh (28/01/2008) --------------*/

/*-------------- Global Styles --------------*/
body{
	padding: 0;
	margin: 0;
	background:#000000;
}

*{
	margin : 0;
	padding : 0;
}

img{
	border:0;
	}
a{
	text-decoration: none;
	color:#283959;
	}

a:hover{
	text-decoration: none;
	color:#333;
	}

h1{
	font-size:14px;
	color: #009fde;
	text-align: left;
	margin: 0 0 10px 0;
	}

h2{
	font-size:12px;
	color: #333;
	text-align: left;
	margin: 0 0 10px 0;
	}

p{
	color : #000;
	line-height : 18px;
	text-align : left;
	margin : 0 0 0px 0;
	text-align : justify;
}


/*-------------- End Global Styles --------------*/

/*-------------- Link Styles --------------*/
#site{
	width : 770px;
	margin : 0 auto;
	padding : 0;
	font : 12px Verdana, Arial, Helvetica, sans-serif;
	color : #000;
}

#logo{
	background:#fff;
/*	height:105px;*/
	margin:0;
	padding:0;
}

#banner{
	background:#fff;
	margin:0;
	padding:0;
}

#menu{
	background:url(../images/menu.jpg) left top no-repeat;
	color: #2f3e62;
	margin: 0px;
	padding:13px 25px 0 25px;
	height:29px;
}

#menu a{
	margin:0px 15px 0 15px;
	padding:0;
	color: #333;
	font-weight:bold;
	text-align:right;
	}

#menu a:hover{
	color: #009fde;
	}

#menu a.active{
	color: #009fde;
	}
	
#content{
	background : #fff;
	margin : 0;
	padding : 05px 0 10px 10px;
}

#left{
	float:left;
	}

#lefthome{
	background : #0080ff url(../images/box-home.jpg) left top no-repeat;
	height : 460px;
	width : 210px;
	margin : 0;
	padding : 20px 10px 0 10px;
}

#leftproduct{
	background:#cbcfec url(../images/box-home.jpg) left top no-repeat;
	height:4040px;
	width:154px;
	margin:0;
	padding:20px 10px 0 10px;
	}

#leftcontact{
	background:#a0a0a4 url(../images/box-home.jpg) left top no-repeat;
	height:610px;
	width:154px;
	margin:0;
	padding:20px 10px 0 10px;
	}

#left a{
	background:url(../images/bullet.jpg) left top no-repeat;
	background-position:0 4px;
	padding:0 0 0 15px;
	font-weight:bold;
	margin:0 0 0 10px;
	}

#left a:hover{
	background : url(../images/bullet1.jpg) left top no-repeat;
	background-position : 0 4px;
	padding : 0 0 0 5px;
	font-weight : bold;
}

#right{
	background : #fff;
	float : left;
	width : 480px;
	margin : 10 0 0 0px;
	padding : 0;
}

.imgborder{
	border:1px #ccc solid;
	padding:1px;
	}

.imgblackborder{
	border:2px #000 solid;
	}

.center{
	text-align:center;
	line-height:18px;
	}
/*-------------- End Link Styles --------------*/

ol{
	margin:0 0 0 30px;
	padding:0;
	list-style:decimal;
	}

ol li{
	margin:0 0 0 10px;
	padding:0;
	line-height:18px;
	text-align:justify;	
	}

#scroll{
/*	background:url(../images/products/image1.jpg) left top none;
	width:511px;
	height:129px; */
	margin:0px;
	padding:0;
	}
	
/*-------Form Styles----*/

#myform{
	width:350px;
	border:1px #999 solid;
	padding:10px;
	color:#999;
}

textarea{
	margin-bottom:10px;
/*	color:#999;*/
	}

input{
	margin-bottom:10px;
/*	color:#999;*/
	}

.textbox{
	width:150px;
/*	color:#999;*/
	}


/*-------Form Styles----*/

#footer{
	background:#eaeaea;
	height:20px;
	padding:10px 0 0 20px;
	color:#999;
	border-top:1px #999 solid;
	}

#footer a{
	color:#FFF;
	}

#footer a:hover{
	color:#009fde;
	}
/*-------Table Styles----*/

.tbl{
/*	background:#40403E;*/
	padding:1px;
	border:1px #999 solid;
	margin:10px 0 0 0;
	}

.tbl td{
/*	background:#40403E;*/
	padding:5px;
	border:1px #999 solid;
	}
	
.tbl p{
	text-align: justify;
	font-size: 11px;
	}