body {
	margin: 0;
	padding: 0;
	border: 0;	
}

#navigation {
	
	height:20px;
	width: 1000px;
	margin: 10px auto 10px auto;
	clear: both;
	
	font-family: sans-serif;
	font-size: 14px;

}

#header {
	height:150px;
	width: 1000px;
	margin: 10px auto 10px auto;
	clear: both;
}

#header-small {
	height:50px;
	width: 1000px;
	margin: 10px auto 10px auto;
	clear: both;
}

#introduction {
	width: 1000px;
	height: 300px;
	margin: 10px auto 10px auto;
}

#customers {
	width: 1000px;
	margin: auto;
	padding-bottom: 10px;
	border-bottom: solid 2px #DEDEDE;
}

#footer {
	background-color: #EEEEEE;
	border-top: solid 2px #CCCCCC;
	padding: 5px;
	margin-top: 30px;
	height: 300px;
	float: left;
	width: 99%;
	text-align: left;
}

#footer-inner {
	width: 1000px;
	margin: 10px auto auto auto;
}

#footer-navigation {
	width: 200x;
	margin-right: 50px;
	float: left;
}

#footer-copyright {
	width: 300px;	
	float: right;
}

/* Layers */

.google-chat {
	overflow: none;
	margin-top: 10px;
	margin-bottom: 15px;
}

.introduction-text {
	width: 700px;
	padding: 5px;
	float: left;
}

.introduction-contact {
	width: 250px;
	height: 275px;
	background-color: #EEE8AA;
	padding: 10px;
	float: right;
	vertical-align: top;		
}

.product-highlight {
	width: 1000px;
	height: 240px;
	margin: 10px auto 10px auto;
	padding: 0;
	clear: both;
}

.subpage-body-area {
	width: 1000px;
	margin: 10px auto 10px auto;
	padding: 0;
}


.product-overview {
	width: 350px;
	padding: 5px;
	float: left;
}

.product-details {
	width: 300px;
	float: left;
	margin-left: 10px;
	vertical-align: top;		
}

.product-details-extended {
	width: 600px;
	float: left;
	margin-left: 10px;
	vertical-align: top;	
}

/* Textual elements */

.form-textbox {
	font-family: sans-serif;
	font-size: 15px;
	border: solid 2px lightgrey;
}

.search-keywords {
	font-family: sans-serif;
	width: 200px;
	height: 18px;
	color: #ABABAB;
	padding: 2px;
	border: solid 2px #676767;
	font-size: 14px;
}

.customer-logo {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	color: #222222;
}

.page-header {
	color: #445E8C;
	font-family: times;
	font-size: 36px;
	line-height: 1.6em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.footer-link-list {
	color: #444444;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	list-style: none;
	padding-left: 10px;
}

.intro-highlight-link {
	background-color: #F5F5DC;
}

.product-group-title {
	font-family: times;
	color: #2F4F4F;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
}

.product-group-summary {
	font-family: times;
	color: #555555;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0;
	margin: 10px 0 0 0;
}

.product-title {
	font-family: times;
	color: #222222;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0;
	margin: 10px 0 0 0;		
}

.product-description {
	font-family: times;
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0;
	margin: 10px 0 0 0;	
}

.product-feature-list {
	font-family: times;
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
}

.intro-text {
	font-family: sans-serif;
	color: #666666;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4em;
	padding: 0;
	margin: 10px 0 0 0;	
}

.table-form-label {
	font-family: times;
	width: 30%;
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	padding: 4px;
}

.table-cell-item {
	font-family: times;
	width: 70%;
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	padding: 4px;
}

.table-cell-information {
	font-family: times;
	width: 30%;
	color: #444444;
	font-size: 18px;
	font-weight: normal;
	padding: 4px;
	text-align: right;
	line-height: 1.2em;
}

.footer-header {
	font-family: times;
	color: #2F4F4F;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0;
	margin: 0;	
}

.footer-text {
	color: #444444;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
}