/* CSS Document */

body{
	margin:0px;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	background:#006600;
}
.leftboxtop{
	background:url(images/leftbox-topbg.gif) left repeat-y;
}
.leftboxbottom{
	background:url(images/leftbox-bottombg.gif) left repeat-y;
}
.headerbg{
	background:url(images/header-bg.jpg) left repeat-x;
}
.contactbg{
	background:url(images/contact-image.jpg) left no-repeat;
	width:230px;
	height:244px;
}
.bgimage{
	background:url(images/bg-image.jpg) no-repeat;
	width:253px;
	height:1155px;
}
.tab{
	background:url(images/tab-bg.gif) repeat-x;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FF0036;
}
.projecthighlight{
	background:url(images/pro-highlights-bg.jpg) left no-repeat;
	width:510px;
	height:270px;
	
}
.textfield{
	width:140px;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.textarea{
	width:187px;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	height:50px;
}
.headdings{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
}
.cssbutton{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style:normal;
	color: #ffffff;
	height: 32px;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background:url(images/but-bg.gif);
	}
	.cssbutton2{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style:normal;
	color: #000000;
	height: 23px;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background:url(images/but2bg.gif);
	}
.puttertext{
	padding-right:25px;
	color:#ff0000;
}
.puttertext1{

	color:#ff0000;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
.all{
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding-left:12px;
}
.footer{
	border-top:#fff solid 2px;
	color:#fff;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	text-align:left;
}
.emaillink{
	text-decoration:none;
	color:#000000;
}
.emaillink:hover{
	text-decoration:none;
	color:#ff0000;
	text-decoration:underline;
}
