html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */
body {
	background-color: #999999;
	color:#333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 100%;
}
ul { 
	list-style-type: none;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #99CC33;
	padding-bottom:20px;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding-bottom:10px;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-bottom:10px;
}
p {
	font-size: 13px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
blockquote {
	padding-top:0;
	padding-left:30px;
	margin: 0px;
}
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header { 
	background: #ECECEC; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#leftCol {
	float: left; /* since this element is floated, a width must be given */
	width: 385px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#rightCol {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 415px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
}
#leftCol2 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#rightCol2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 280px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 5px;
}
#leftCol3 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#rightCol3 {
	margin-top: 400px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 350px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 5px;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ECECEC;
	height: 50px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-top:10px;
}
.fltlft2 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-top: 15px;
	padding-bottom:10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.logo {
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.nav {
	float:right;
	padding-top: 40px;
	padding-right: 20px;
	position:relative;
}
.dotCompany {
	height: 15px;
	width: 14px;
	left: 29px;
	position: relative;
}
.dotApproach {
	height: 15px;
	width: 14px;
	left: 115px;
	position: relative;
}
.dotProducts {
	height: 15px;
	width: 14px;
	left: 207px;
	position: relative;
}
.dotSupport {
	height: 15px;
	width: 14px;
	left: 293px;
	position: relative;
}
.dotPartners {
	height: 15px;
	width: 14px;
	left: 377px;
	position: relative;
}
.dotContact {
	height: 15px;
	width: 14px;
	left: 468px;
	position: relative;
}
.greenLineContainer{
	background-repeat: repeat-x;
	background-image: url(../images/green_line.png);
	margin: 0px;
	padding: 0px;
	height:12px;
}
#photoHolder {
	background-image: url(../images/handsome.jpg);
	margin: 0px;
	height:545px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.textBox {
	padding: 0px;
	height: 527px;
	width: 381px;
	background-image: url(../images/textBoxBK.png);
	background-repeat: no-repeat;
	float:left;
}
.contentHolder {
	margin:0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom:0;
	padding-left: 20px;
	position:relative;
}
.ideasText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: -10px;
	padding-left:10px;
}
.bigIdeas {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin-top:0;
	padding-left: 75px;
}
.ideasParagraph {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top:0;
	padding-left: 15px;
	padding-bottom:5px;
}
.features {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
}
ul.bullets li {
	line-height: 24px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: -2px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 15px;
}
ul.bulletsSupport li {
	/*line-height: 24px;*/
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: -2px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*font-weight:bold;*/
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.line {
	padding:0;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC33;
}
.lineProducts {
	width: 395px;
	padding:0;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC33;
}
#quoteHolder {
	background-image: url(../images/quotebox.gif);
	margin-left: 12px;
	margin-right:10px;
	margin-top:5px;
	padding: 0px;
	width:356px;
	background-repeat: no-repeat;
}
.quoteText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 5px;
}
.collaborateContainer {
	padding:0;
	margin-top: 400px;
	margin-left: 400px;
	/*float: right;*/
}
.greyBox {
	padding:20px;
	background-color:#ECECEC;
}
.greenBox {
	margin-top:10px;
	padding:10px;
	background-image: url(../images/greenBK.gif);
	background-repeat: repeat;
	width:233px;
}
.greenBox p {
	font-size:12px;
	line-height: 14px;
	padding-top:5px;
}
a {
	color: #6633CC;
	font-weight: bold;
}