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

body {
	margin-top: 0;
	background-image: url(../images/layout/topbar.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0 auto;
	width: 940px;
}
	
#header {
	background-repeat: no-repeat;
	height: 146px;
}

#logo {
	float: left;
}

#contact {
	width: 200px;
	height: 111px;
	float: right;
}

#content {
	margin-left: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#flashbanner {
	width: 900px;
	height: 196px;
}

#rightcol {
	width: 285px;
	margin-left: 13px;
	margin-top: 8px;
	padding-top: 15px;
	float: right;
	border-left: 2px solid #999;
}

#indexform {
	width: 260px;
	padding: 2px 0px 2px 8px;
	background-color: #CCC;
	border: medium #666;
	border-style: solid;
}

#leftcol {
	width: 600px;	
	float: left;
}

#productnav {
	list-style: none;
}

#productnav li a {
	color: #333;
	line-height: 30px;
}

#productnav li a:hover {
	color: #00aeef;
}

#footer {
	background-image: url(../images/layout/footer.jpg);
	background-repeat: repeat-x;
	width: 900px;
	height: 48px;
	margin-left: 40px;
	line-height: 70px;
	clear: both;
}

a {
	color: #00aeef
}

/* ------------------------------ TEXT STYLES ------------------------------------- */

p {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 12px;
	color: #333;
}

h1 {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 29px;
	color: #333;
}

h2 {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 16px;
	color: #333;
}

h3 {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 13px;
	color: #333;
}

.blue {
	color: #00aeef;
}

.grey {
	color: #999;
}