* {
	margin: 0;
	padding: 0;
}


img{
	border-style: none;
	}

body{
	background-color: #386b17;
	background-image: url('/images/inner_background_wide.jpg');
	background-position: center top;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	}
	
#body_alt{
	background-color: #386b17;
	/*background-image: url('/images/bg_flash.jpg');*/
	background-position: center top;
	background-repeat: repeat;
	}
p{
	margin-bottom: 1.2em;
	}
	
h1,h2,h3,h4{
	color: #911129;
	}
		
label{
	width: 4em;
	clear: both;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	margin-bottom: 1em;
	display: block;
	color: #911129;
	font-weight: bold;
	font-size: 1.2em;
	}
	
#header{

	width: 800px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}
	
#footer{
	float: left;
	clear: both;
	width: 700px;
	height: 50px;
	}
	
.mainNav{
	position: relative;
	left: 340px;
	top: -45px;
	width:410px;
	}
	
#mainNav{
	margin: 0;
	padding: 0;
	width:410px;
	list-style: none;
	overflow: hidden;
	zoom: 1; /* for IE6 */
	}

#mainNav li{
	float: left;
	display: block; /*maybe*/
	}
		
#mainNav a{
	color: #000;
	text-decoration: none;
	display: block;
	background-image: url(nav.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	zoom: 1;
	}

#mainNav a:hover{
	background-position: 3px 50%;
	}
	
#home #homelink,
#ecomsol #ecomsollink,
#portfolio #portfoliolink,
#contact #contactlink {
	background-color: #FFFFFF;
	background-position: 3px 100%;
	padding-right: 15px;
	padding-left: 30px;
	font-weight: bold;
	}
	
#mainNav li ul {
	position: absolute;
	width: 10em;
	list-style: none;
	margin-left: .5em;
	left: -999em;
}

#mainNav li:hover ul {
	left: auto;
}
	
#mainNav li:hover ul, #mainNav li.sfhover ul {
	left: auto;
}

#mainNav li ul a {
	color: #000000;
	width: 140px;
	padding: 3px 5px 3px 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #911129;
	border-bottom-color: #911129;
	background-color: #9bda64;
	text-decoration: none;	
}

#mainNav li ul a:hover {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #E7E7E7;
}

	
.navigation {
	width: 600px;
	height: 36px;
	float: left;
	margin: 0px 0 0 115px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	height: 70px;
	width: 600px;
}

#nav li { /* all list items */
	float: left;
}

#nav a {
	display: block;
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #9bda64;
	margin: 36px 0 0 0px;
	height: auto;
}

#nav li ul a {
	color: #000000;
	width: 135px;
	padding: 3px 5px 3px 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #911129;
	border-bottom-color: #911129;
	background-color: #9bda64;
	text-decoration: none;	
}

#nav li ul a:hover {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #F8F8F8;
}

#nav .top_bullet {
	margin-top: 2px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #911129;
}

#nav .bottom_bullet {
	margin-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #911129;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
	
#ecomsol_home{
	background-image: url('/images/bgsol.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	}
	
#ecomsol_wrapper{
    width:800px;
    height:1100px;
    margin-left: auto;
    margin-right: auto;
	}
	
#ecomsol_content{
	float: left;
	clear: both;
	width: 690px;

	margin-top: 10px;
	margin-left: 10px;
	}
	
#ecomsol_col{
	float: left;
	margin-left: 20px;
	}
	
#ecomsol_col_content{
	padding: 20px 10px;
	color: #911129;
	border-style: solid;
	border-top-style: none;
	border-color: #436525;
	border-width: 5px;
	height: 300px;
	}
	
ul.ecomsol_col{
	width: 220px;
	font-size: 1.2em;
	}

ul.ecomsol_subcol{
	width: 150px;
	font-size: .8em;
	margin-left: .8em;
	}
	
#home{
	padding-top: 20px;
	}	
	
#content{
	width:630px;
    height:650px;
    margin-left:auto;
    margin-right: auto;
	}
	
a.button {
	display: block;
	width: 85px;
	height: 35px;
	padding: 15px 20px 10px 45px;
	background: url("/images/homebutton.jpg") no-repeat 0px 0px;
	}

a.button:hover {
	background: url("/images/homebutton.jpg") no-repeat 0px -60px;
	}
	
a.contactbutton {
	display: block;
	width: 85px;
	height: 35px;
	padding: 15px 20px 10px 45px;
	background: url("/images/contactbutton.jpg") no-repeat 0px 0px;
	}

a.contactbutton:hover {
	background: url("/images/contactbutton.jpg") no-repeat 0px -60px;
	}
	
#homemessage{
	float: left;
	width: 525px;
	clear: both;
	padding-top: 22.3em;
	margin-left: 3.8em;
	font-size: 1.6em;
	color:#911129;	
	}
	
#wrapper_contact{
    width:800px;
    height:auto;
    margin-left: auto;
	margin-right: auto;
	}

#contact_container{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	}
	
#contact_content{
	width:725px;
	margin-top: -6px;
	background-image: url('/images/box.png');
	padding-bottom: 20px;
	padding-left: 25px;
	padding-top: 10px;
	}
	
#portfolio_container{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	}
	
#portfolio_content{
	width:725px;
	margin-top: -6px;
	background-image: url('/images/box.png');
	padding-bottom: 20px;
	padding-top: 10px;
	}
	
.clear{
	clear: both;
	}
	
/*#contact_content{
	width:700px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/images/box.png');
	color: #000000;
	}*/
	
#contact_content label{
	color: #000000;
	margin-bottom: 4px;
	}
	
#contactmessage{
	float: left;
	font-size: 1.1em;
	width: 460px;
	z-index: 0;
	}
	
#contactleftform{
	float: left;
	clear: both;
	width: 350px;
	z-index: 1;
	}
	
#contactrightform{
	float: left;
	width: 320px;
	margin-top: -90px;
	padding-left: 30px;
	z-index: 1;
	}
		
#submitmessage{
	position: relative;
	left: 135px;
	top: 20px;
	}
	
#contactreturnhome{
	float:left;
	clear:both;
	margin-left: 9em;
	margin-top: 9.2em;
	}
		
#wrapper_thankyou{
    position:absolute;
    width:600px;
    height:500px;
    left:50%;
    top:50%;
    margin-left:-300px;
    margin-top:-250px;
	}
		
#thankyoulogo{
	float: left;
	margin-left: 17%;
	}
	
#thankyoumessage{
	float: left;
	clear: both;
	margin-left: 3em;
	text-align: center;
	color: #992118;
	font-weight: bold;
	font-size: 1.2em;
	}
	
#thankyoureturn{
	float: left;
	clear: both;
	margin-left: 37%;
	margin-top: 1.4em;
	}
		
#wrapper_solutions{
    width:860px;
    height:420px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: auto;
    background-image: url('/images/solutions.jpg');
	}
	
a.solutionsbutton{
	display: block;
	width: 85px;
	height: 35px;
	padding: 15px 20px 10px 45px;
	background: url('/images/solutionsbutton.jpg') no-repeat 0px 0px;
	}
	
a.solutionsbutton:hover {
	background: url('/images/solutionsbutton.jpg') no-repeat 0px -60px;
	}
	
#solutionstitle{
	float: left;
	color: #911129;
	font-size: 1.4em;
	margin-top: 6em;
	margin-left: 2em;
	}
	
ul.solutions{
	text-align: left;
	float: left;
	font-size: .8em;
	color: #911129;
	font-size: 1.2em;
    list-style: circle;
    margin-top: .8em;
    margin-left: 5em;
    }
    
#solutionscontact{
	float: left;
	clear: both;
	font-size: 1.4em;
	color: #911129;
	margin-top: .8em;
	margin-left: 2em;
	}
		
#solutionsreturn{
	float: left;
	clear: both;
	margin-top: 1.4em;
	margin-left: 40%;
	}
	
#portfolio_content{
	width:750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#portfolio_list{
	width:700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
#portfolio_list a{
	text-decoration: none;
	color: #000;
	}
	
#portfolio_list a:visited{
	color: #000;
	}
	
#portfolio_list li{
	float: left;
	list-style:none;
	width:330px;
	padding: 10px 10px;
	}
	
#solutions_container{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	}
	
#solutions_content{
	width:750px;
	margin-top: -6px;
	background-image: url('/images/box.png');
	padding-bottom: 20px;
	}
	
#solutions_content h1{
	padding-top: 10px;
	text-align: center;
	}
	
#solutions_content h3{
	margin-left: 15px;
	}
	
#solutions_content p{
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 460px;
	color: #911129;
	}
	
#solutions_descrip{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #911129;
	padding-top: 20px;
	padding-left: 20px;
	}
	
#solutions_descrip h3{
	margin-left: 0px;
	}
	
#solutions_descrip p{
	text-align: left;
	color: #000000;
	}
	
#solutions{
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #911129;
	}
	
#solutions li{
	list-style: circle;
	width: 450px;
	margin-left: 40px;
	margin-bottom: 20px;
	font-size: 1.2em;
	}
	
#solutions li ul li{
	list-style: disc;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 0px;
	font-size: 0.8em;
	}
	
#solutions_list{
	margin-top: 10px;
	margin-left: 60px;
	}
	
#solutions_list li{
	display: inline;
	list-style:none;
	width: 175px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	}
