body, html{ /* general css-idge */
	background-image: url(/images/bg-fade.jpg);
	background-repeat: repeat-x;
	background-color:#7db40f;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
}

p { /* p effects all paragraphs */
	padding:0px;
	margin:0px 0px 20px 0px;
	line-height:22px;
}

a { /* Default Links */
	font-weight:bold;
	text-decoration: none;
	color: #1A7FC3;
}
a:hover {
	text-decoration: underline;
}

/* styles */

.keywords {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#222222;
	}
	
.headers {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#7db40f;
	}

.headers-left {
	color: #00919b;
	font-weight:bold;
	}

div#MainSpaceContent { /* the outermost container */
	position: absolute; /* required */
	width: 960px; /* width of div */
	margin-left: -480px; /* half of width */
	left: 50%;	/* sits center */
	background-color:#FFFFFF; /* cosmetic */
	min-height: 500px;
}

/* all other stuffage */

div#TopContent {
	height:100px;
	width:960px;
	}

div#Environment {
	height:580px;
	width:960px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	float:left;
	}

div#NavigationSpace {
	height:400px;
	width:960px;
	}
	
div#ContentContainer {
	width:960px;
}

div#LeftContent {
	width:230px;
	padding:0px 0px 0px 0px;
	margin:0px 48px 0px 47px;
	background-color:transparent;
	
	/*
	background-image:url(/images/support-header.gif);
	background-position:center top;
	background-repeat:no-repeat;
	*/
	position:relative;
	top:90px;
	left:0px;
	float:left;
}
div#LeftContent ul {
	width:230px;
	margin:0px;
	padding:0px;
	list-style:none;
	text-decoration:none;
	list-style-position:inside;
	text-align:center;
}
div#LeftContent li {
	list-style:none;
	text-decoration:none;
	margin:0px 0px 20px 0px;
	padding:0px;
	
	font-size:10px;
	line-height:12px;
}
div#LeftContent ul li img {
	text-decoration:none;
	margin:0px 0px 4px 0px;
	padding:0px;
	border:none 0px;
}
div#LeftContent {
	text-decoration:none;
}
	
div#LeftContentText {
	width:225px;
	position:relative;
	top:90px;
	left:0px;
	padding: 0px 50px 0px 50px;
	float:left;
	font-size:11px;
	color:#666666;
	}
	
div#LeftContentText p, div#Quote p {
	line-height:14px;
	}

div#RightContent {
	width:479px;
	padding: 0px 80px 0px 75px;
	position:relative;
	top:0px;
	left:0px;
	float:right;
	border:solid;
	border-width:0px 0px 0px 1px;
	border-color:#CCCCCC;
	}
	
div#ProductButton {
	width:250px;
	height:350px;
	position:relative;
	top:0px;
	left:0px;
	margin:2px 0px 0px 0px;
	float:left;
	}
	
div#Products-small {
	width:250px;
	height:350px;
	position:relative;
	top:0px;
	left:0px;
	margin:2px 0px 0px 0px;
	float:left;
	}
	
div#Quote {
	width:210px;
	position:relative;
	top:0px;
	left:0px;
	margin:0px 0px 0px 0px;
	font-size:11px;
	color:#666666;
	float:left;
	}

div#PhoneDemo {
	width:179px;
	height:440px;
	position: relative;
	right:0px;
	float:right;
	}
	
div#PhoneDemoMMS {
	width:250px;
	height:450px;
	position: relative;
	right:0px;
	float:right;
	}
	
div#PageTitle {
	width:479px;
	height: 62px;
	}
	
div#ContentText {
	width:480px;
	}
	
div#Footer {
	width:805px;
	height: 30px;
	background-image: url(/images/footer.jpg);
	background-repeat:no-repeat;
	background-color:#7db40f;
	padding: 70px 80px 15px 75px;
	font-size:10px;
	color:#FFFFFF;
	clear:both;
	}
	
div#Footer a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none; 
}

div#Footer a:hover {
	color:#CCFF00;
}
div#Footer p {
line-height: 12px;
}	
