/* BASIC ELEMENT STYLES */

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #a5a5a5;
	text-align: center;
	font-size: 0.82em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div {
	margin: 0;
	padding: 0;
}

img, a img {
	border: 0;
	outline: 0;
}

a, a:link, a:visited {
	color: #2097c2;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #f6921d;
	text-decoration: underline;
}

/* MAIN TEMPLATE DESIGN/LAYOUT FILES */

#topLogos {
	color: #ddd;
	background-color: #333540;
	padding-top: 8px;
}

#topLogos p {
	display: block;
	margin: 0;
	padding: 0;
}

#bgTop {
	background-position: center top;
	background-image: url(images/bg_top.png);
	background-repeat: repeat-x;
}

#bgTopCenter {
	background-position: center top;
	background-image: url(images/bg_top_center.png);
	background-repeat: no-repeat;
	padding-top: 16px;
}

#container {
	margin: 0 auto;
	background-color: #fff;
	color: #555;
	width: 760px;
}

#header h1 {
	display: block;
	margin: 0;
	padding: 16px 0 4px 0;
}

#subNav {
	padding: 0 20px;
	color: #ccc;
}

#subNav a, #subNav a:link, #subNav a:visited,
#subNav a:hover, #subNav a:focus {
	text-decoration: none;
	margin-left: 12px;
	margin-right: 12px;
}

#subNav p {
	display: block;
	margin: 0;
}

#subNav .distributors {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 4px;
}

#subNav .distributors a, #subNav .distributors a:link, #subNav .distributors a:visited {
	color: #a00
}

#subNav .distributors a:hover, #subNav .distributors a:focus {
	color: #000;
}

#subNav .end-users {
	padding: 4px;
	font-size: .87em;
}

#content {
	padding: 18px;
	text-align: center;
}

/* CONTENT STYLES */

.subtext {
	color: #7d7d7d;
}