@charset "UTF-8";
/* CSS Document */


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

h3 {
	color: #765CBE;
	font: Verdana, Geneva, sans-serif;
}

p {
	font-size: 12px;
}

body {
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
}

#pageContainer {
	background: #FFFFFF; /* white bg color */
	width: 960px;
	margin: auto;
	position:relative;
	min-height: 100%;
	padding-bottom: 40px;
}

#logo {	
	/*padding-top: 10px;*/
}

.navigation {
	display: block;
	width: 150px;
	height: 30px;
	background-color:#FFF;
	text-align: center;
	padding-top: 15px;
}

.navigation2 {
	display: block;
	width: 150px;
	background-color:#FFF;
	text-align: center;
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 20px; 
}

#navigationFloat {
	float:left;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #765CBE;
}
a:active {
	text-decoration: none;
}

#mainContent {
	padding-top: 15px;
	padding-left: 200px;
	padding-right: 15px;
}

li {
	font-size: 12px;
}

.productLinks	a	{
	color: #765CBE;
	font-size: 14px;
}

#productsBanner {
	width:700px;
	height:200px;
	margin:0 0 0 0;
	}
	
	ul#productsBanner li {
	margin:0;
	padding:0;
	background: none;
	list-style: none;
	}
	
	ul {
		list-style:;
	}

