body
{
	margin: 10px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(../_img/bodybg.jpg) repeat;
}
form
{
    margin: 0px;
    padding: 0px;
}
.hideit
{
	 display: none;
}
.cleanclear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
/*----------------
Wrapper
----------------*/
#wrapper
{
	margin: 0px auto;
	width: 763px;
}
/*----------------
Menu
----------------*/
#menu
{
	width: 763px;
	height: 60px;
	background: url(../_img/menubg.png) no-repeat;
	overflow: hidden;
}
*html #menu {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/menubg.png', sizingMethod='crop');
}
#menu ul
{
	position: absolute;
	margin: 0px;
	margin-top: 4px;
	margin-left: 250px;
	padding: 0px;
	float: left;
	list-style: none;
}
#menu li
{
	float: left;
}
#menu li a
{
	display: block;
	height: 56px;
}
#menu li #lservices
{
	width: 127px;
	background: url(../_img/lservices.png) no-repeat;
}
#menu li #lservices:hover, #servicesp #menu li #lservices
{
	background: url(../_img/lserviceson.png) no-repeat;
}
#menu li #lportfolio
{
	width: 145px;
	background: url(../_img/lportfolio.png) no-repeat;
}
#menu li #lportfolio:hover, #portfoliop #menu li #lportfolio
{
	background: url(../_img/lportfolioon.png) no-repeat;
}
#menu li #lcontact
{
	width: 130px;
	background: url(../_img/lcontact.png) no-repeat;
}
#menu li #lcontact:hover, #contactp #menu li #lcontact
{
	background: url(../_img/lcontacton.png) no-repeat;
}
#menu li #lhome
{
	width: 98px;
	background: url(../_img/lhome.png) no-repeat;
}
#menu li #lhome:hover, #homep #menu li #lhome
{
	background: url(../_img/lhomeon.png) no-repeat;
}
/*----------------
Header
----------------*/
#header
{
	width: 763px;
	height: 105px;
	overflow: hidden;
}
/*----------------
Services
----------------*/
#services
{
	width: 763px;
	height: 37px;
	overflow: hidden;
}
/*----------------
Content
----------------*/
#content
{
	width: 743px;
	padding: 10px;
	background: url(../_img/contentbg.png) repeat-y;
	color: #000;
}
#content a {color: #000;}
*html #content {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/contentbg.png', sizingMethod='scale');
}
#contenti
{
	float: left;
	width: 434px;
	position: relative;
}
#contentside
{
	float: right;
	width: 309px;
	text-align: center;
	position: relative;
}
.box
{
	float: left;
	width: 280px;
	background: url(../_img/bottom-left.png) no-repeat left bottom;
	text-align: left;
	margin-left: 14px;
}
.box-outer
{
	background: url(../_img/bottom-right.png) no-repeat right bottom;
	padding-bottom: 16px;
}
.box-inner
{
	background: url(../_img/top-left.png) no-repeat left top;
}
.box h2
{
	margin: 0px;
	padding: 0px;
	background: url(../_img/top-right.png) no-repeat right top;
	padding-top: 10px;
	font-size: 18px;
}
.box h2, .box-content
{
	padding-left: 16px;
	padding-right: 16px;
}
/*----------------
Footer
----------------*/
#footer
{
	width: 753px;
	height: 32px;
	padding-right: 10px;
	padding-top: 2px;
	background: url(../_img/footerbg.png) no-repeat;
	overflow: hidden;
	color: #FF575E;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
#footer a {color: #FF575E;}
*html #footer {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/footerbg.png', sizingMethod='crop');
}
#footer span
{
	position: relative;
}
/*----------------
Credit
----------------*/
#credit
{
	margin: 0px auto;
	padding-bottom: 10px;
	width: 709px;
	border-top: solid 1px #FF575E;
	text-align: right;
}
#credit img
{
	padding-top: 8px;
	padding-right: 5px;
}
/*-------------------------------------
Forms
-------------------------------------*/
.required
{
    font-size: 10px;
    color: #cc3300;
}

#form1
{
    margin: 0px auto;
    width: 380px;
}
.webform
{
    float: left;
    width: 380px;
}
.webform label
{
    float: left;
    margin: 3px 0px;
    width: 180px;
}
.webform p
{
    clear: both;
    padding: 0px;
}
.webform input 
{
    margin-right: 5px;
    padding: 2px;
    width: 150px;
    border: solid 1px #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.webform textarea
{
    margin-right: 5px;
    padding: 2px;
    width: 180px;
    height: 100px;
    border: solid 1px #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.webform input:focus, .webform textarea:focus
{
    background: #ffc;
}
.webform_controls
{
    clear: both;
    margin: 0px auto;
    text-align: center;
}
.webform_controls input
{
    border: solid 1px #000;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 20px;
}

.webform .state_txt
{
	width: 25px;
}
.webform .zip_label
{
    position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.webform .zip_txt
{
	width: 55px;
}