/* MAIN STRUCTURAL STYLES */
body {
	text-align: center;
	font-family: "Arial", "sans";
	color: #999999;
	font-size: 14px;
}

div#main { 
	margin: 0px auto;
	text-align: left;
	width: 960px;
	padding: 0px;
	overflow: auto;
}


div#header {
	text-align: center;
}


div#menu {
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-size: 1.2em;
}

div#footer {
	height: 80px;
	text-align: center;
	color: #999999;
	font-size: 1em;
}

/* SECONDARY STRUCTURAL STYLES */
div.page {
	padding: 0px 10px 30px 0px;
	overflow: auto;	
}

* html div.page {float: right;} /* ie 6 hack */

div.breadcrumbs {
	text-align: left;
	font-size: .8em;
	line-height: 40px;
}

div.product {
	margin: 0px auto 20px auto;
	overflow: auto;
	padding: 0px 0px 10px 0px;
}

div.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
}

div.center {
	text-align: center;
	padding: 0px;
}

/* TITLE STYLES */
div.title {
	height: 40px; 
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	line-height: 40px;
	font-size: 1.2em;
	padding-left: 20px;
}

div.aboutus {background: #D1643D url("/images/red.png") repeat-x;}
div.products {background: #D29807 url("/images/orange.png") repeat-x;}
div.support {background: #8CB032 url("/images/green.png") repeat-x;}
div.contactus {background: #7CB7D0 url("/images/blue.png") repeat-x;}
div.client {background: #7CB7D0 url("/images/pink.png") repeat-x;}

/* LINK STYLES */
a {
	color: #6B88A5;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

div#menu a {
	text-decoration: none;
	color: #999999;
}
div#menu a:hover {color: #6B88A5;}


/* IMAGE STYLES */
img {
	border: 0px;
}

div.product img {
	float: right;
	margin: 20px 0px 0px 20px;
}

/* HEADING STYLES */
h2 {
	color: #6B88A5;
	font-size: 1.3em;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 1em;
	color: #6B88A5;
	padding: 0px;
}

/*LINE STYLES */
hr {
	margin-top: 10px;
	color: #DBDBDB;
	background-color: #DBDBDB;
	height: 1px;
	border: 0px;
}

hr.half {
	width: 60%;
}


/* LIST STYLES */
 li {
	padding-bottom: 0px;
}
 
















