body {
	background: url(images/background.gif) top center repeat-x #666666;
	margin: 0px;
	padding: 16px 0;
	font:12px Arial, Helvetica, sans-serif;
	color: #282828;
	text-align: center;
}
p{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 19px;
text-indent:1cm;
text-align:justify;
}
img {
	border-style: none;
}
img.pic_left{
float:left;
padding:5px;
margin:0 8px 8px 8px;
border:1px  #CCCCCC solid;
}
a {
	color: #2E9FED;
	text-decoration: none;
}
a:hover {
	color: #1471B1;
}
#welcome h1{
padding:5px 0 0 20px;
margin:0px;
font-weight:bold;
font-size:14px;
color:#FFFFFF;
}
h3{
font-size:18px;
color: #CC0000;
padding-bottom:5px;
border-bottom:1px #999999 dashed;
}
h4{
font-size:13px;
padding:2px;
margin:0px;
color: #003366;
border-bottom:1px #999999 dashed;
}
#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

#head {
	width: 980px;
	height: 172px;
	background: url(images/head.gif) no-repeat;
}
#head h1 {
	position: absolute;
	margin: 31px 0 0 36px;
	width: 652px;
	height: 75px;
	background: url(images/logo.gif) no-repeat;
}
#head h1 a {
	text-indent: -2000px;
	width: 550px;
	height: 59px;
	display: block;
	background: url(images/logo.gif) no-repeat;
}
.top_head_banner{
float:right;
width:300px;
height:130px;
background:url(images/top_head.gif) no-repeat right;
background-position:-12px 12px;
}

/* nav */

#nav 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 35px;
	background: url(images/menubg.jpg) top left repeat-x #C4E800;
	font-size: 12px;
	font-weight:bold;
	text-transform:capitalize;
	top:130px;
	left:20px;
	position:absolute;
	width:940px;
}

#nav UL 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav A 
{
	DISPLAY: block; 
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	color: #FFFFFF;
	background:url(images/menu_div.jpg) no-repeat right center;
}

#nav A:hover 
{
	color:#A2CF00;
}

#nav LI {
	padding:0px;
	margin:0px;
	FLOAT: left;
}

#nav LI UL {
	FONT-WEIGHT: normal; 
	LEFT: -999em; 
	MARGIN: 0px; 
	WIDTH: 120px; 
	POSITION: absolute; 
	HEIGHT: auto; 
	color:#000;
}

/* different width for mozilla and IE*/
#nav LI UL A {
	DISPLAY: block;
	margin:0px;
	height:auto;
	line-height:15px;
	width:120px; 
	TEXT-DECORATION: none;
	text-transform:capitalize;
	background: #666666;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:normal;
	padding:4px 15px 4px 19px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
}

#nav LI UL A:hover 
{
	color:#333;
	background: #CCCCCC;
	text-decoration:none;
}

/* level 3 */
#nav LI UL LI UL A {
	DISPLAY: block; 
	background: #FFFFFF;
	font-size: 11px;
	color:#000;
	height:auto;
	line-height:15px;
	padding:4px 16px;
	width:86px; 
	border-right:1px solid #7BC1CD;
	border-left:1px solid #7BC1CD;
	border-bottom:1px solid #7BC1CD;
	text-transform:capitalize;
	font-weight:normal;
}

/* different for mozilla and IE*/
#nav LI UL UL
{
	MARGIN: -24px 0px 0px 153px;
}

#nav LI:hover UL UL {
	LEFT: -999em
}
#nav LI:hover UL UL UL {
	LEFT: -999em
}
#nav LI.sfhover UL UL {
	LEFT: -999em
}
#nav LI.sfhover UL UL UL {
	LEFT: -999em
}
#nav LI:hover UL {
	LEFT: auto
}
#nav LI LI:hover UL {
	LEFT: auto
}
#nav LI LI LI:hover UL {
	LEFT: auto
}
#nav LI.sfhover UL {
	LEFT: auto
}
#nav LI LI.sfhover UL {
	LEFT: auto
}
#nav LI LI LI.sfhover UL {
	LEFT: auto
}

/*nav end*/


#area {
	width: 980px;
	height: 54px;
	background: url(images/area.gif) repeat-x;
}

#main {
	margin: auto;
	background: url(images/bg_main.gif) repeat-y;
	width: 980px;
	height: auto; 
}

#content_left {
float:left;
padding:0 40px 30px 30px;
width: 675px;
height:auto;
}
#content_right{
float:left;
padding:5px;
padding-top:0px;
width: 200px;
height:auto;
}
#welcome {
background: url(images/center_banner.gif) no-repeat;
background-position:12px 0px;
padding:10px;
width: 980px;
height:80px; 
}
.item_box{
width:auto;
height:auto;
padding:0px 0 5px 0;
border-bottom:1px #666666 dashed;
}
.spacer{
width:auto; height:2px; clear:both; padding-bottom:2px;}
/*---------contact----------*/
#form {
	padding: 0px;
	margin: 0px;
}
#fields label {
	width: 260px;
	display: block;
	padding: 0px;
}
#fields input {
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	width: 260px;
}
#fields textarea {
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	width: 260px;
	height: 63px;
}
#send input {
	width: 64px;
	height: 20px;
	margin: 0px;
}

.contact_info{
float:left;
padding:15px;
}

/*work------------*/
.project_details{
float:left;
width:200px;
color:#0099FF;
padding:10px 0 0 10px;
}
#footer {
text-align:center;
font-size:11px;
color:#cccccc;
background: url(images/footer.gif) no-repeat;
background-position:0px 0px;
padding-top:10px;
width: 980px;
height:85px;
}
#footer a {
	background: none;
	padding: 0px;
	color:#FF0000;

}
#madeby{
width:200px;
height:85px;
float:right;
padding-right:30px;
text-align:center;
}
#madeby a{
text-decoration:none;
color:#666666;
}