/* CSS Reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* HTML Elements */

body {
	font: 11px/1.8em Arial, Tahoma, Verdana, sans-serif;
	margin: 0;
	background: #F3F3F3;
}
img {
	border: 0;
}
hr {
	display: none;
}
.clearBoth {
	clear: both;
	width: auto;
}

/* Layout */

#wrapper {
	position: relative;
	top: 12px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999999;
	background: #FFFFFF;
}

/* wrapper elements */
#wrapper h1, #wrapper h1 a  {
	position: relative;
	width: 92px;
	height: 71px;
	display: block;
	text-indent: -700em;
	background: url(images/logo.png) no-repeat;
}
#wrapper h1 {
	top: 14px;
	left: 12px;
	padding-bottom: 10px;
}
#wrapper h1 a {
	top: 0px;
	left: 0px;
}
#wrapper #header {
	position: relative;
	width: 756px;
	height: 79px;
	margin: 6px 6px 0px 6px;
	border: 1px solid #999999;
	background: url(images/h2_background.png) no-repeat;
}
#wrapper #header h2 {
	margin: 12px 0px 0px 48px;
	color: #FFFFFF;
	font: 40px Georgia, Times, serif;
	font-variant: small-caps;
}
#topNav {
	position: absolute;
	left: 109px;
	top: 48px;
	width: 660px;
	height: 38px;
	padding: 6px;
	background: url(images/nav_back.png) no-repeat;
}
#topNav ul {
	width: 649px;
	height: 26px;
	text-align: center;
	background: #717171;
}
#topNav ul li {
	display: inline;
	padding: 0px 20px;
	height: 26px;
	line-height: 26px;
	border-left: 2px solid #4A4A4A;
}
#topNav ul li:first-child {
	border-left: none;
}
#topNav ul li a {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
#topNav ul li a:hover {
	text-decoration: underline;
}
#mainImage {
	position: relative;
	margin: 6px 6px 0px 6px;
	border: 1px solid #999999;
}
#companyLogos {
	position: relative;
	left: 1px;
	width: 768px;
	height: 70px;
	margin: 0px -10px -10px 0px;
	padding: 6px 5px;
	background: url(images/bottom_logos_back.png) no-repeat;
}
#companyLogosLayout {
	position: relative;
	width: 756px;
	height: 56px;
	border: 1px solid #999999;
}

/* news elements */
#newsWrap {
	position: relative;
	background: url(images/lower_back.png) repeat-y 1px 0px;
	padding: 0px 6px;
}
#newsWrap h3 {
	height: 18px;
	line-height: 18px;
	background: #19315C;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 8px;
}
#newsWrap table {
	margin: 8px;
}
#newsWrap table .newsLeft {
	text-align: right;
	padding: 0px 12px 8px 0px;
	color: #0F75BC;
}
#newsWrap a {
	color: #0F75BC;
	text-decoration: none;
}
#newsWrap a:hover {
	text-decoration: underline;
}
#newsWrap p {
	margin: 8px;
}
#newsWrap img {
	margin: 8px;
}
#newsSection {
	float: left;
	width: 376px;
	border-right: 2px solid #FFFFFF; 
}
#resellerSection {
	float: left;
	width: 188px;
	border-right: 2px solid #FFFFFF; 
}
#reviewsSection {
	float: left;
	width: 189px;
}

/* main elements */
#main {
	position: relative;
	width: 756px;
	margin: 0px 6px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#mainLeft {
	float: left;
	width: 170px;
}
#mainLeft ul {
	margin: 3px;
	border-top: 1px solid #999999;
	font-size: 12px;
	text-transform: uppercase;
}
#mainLeft ul li {
	padding-left: 12px;
	border-bottom: 1px solid #999999;
}
#mainLeft ul li a {
	color: #999999;
	text-decoration: none;
}
#mainLeft ul li a:hover {
	color: #000000;
}
#mainLeft ul li ul {
	margin: 0px 0px 0px -12px;
	font-size: 11px;
	line-height: 1.4em;
}
#mainLeft ul li ul li {
	padding-left: 16px;
	border: none;
}
#mainLeft ul li ul li a {
	color: #0F75BC;
}
#mainBody {
	float: left;
	width: 583px;
	padding-top: 3px;
}
#mainBody h3 {
	height: 24px;
	line-height: 24px;
	background: #19315C;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 24px;
}
#mainBody h4 {
	height: 20px;
	line-height: 20px;
	background: #717171;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 5px;
}
#mainBody p {
	padding: 2px 8px 8px 24px;
}
#mainBody a {
	color: #0F75BC;
	text-decoration: none;
}
#mainBody a:hover {
	text-decoration: underline;
}

/* Team Elements */
#teamPic {
	float: left;
	padding-top: 6px;
	padding-left: 24px;
	padding-right: 24px;
}
#mainBody table {
	width: 266px;
	float: left;
	font-size: 10px;
	margin: 0px 0px 8px 24px;
}
#mainBody table td {
	border: 1px solid #999999;
}
#mainBody table .teamLeft {
	width: 60px;
	padding: 2px 4px;
	color: #FFFFFF;
	background: #0F75BC;
}
#mainBody table .teamRight {
	padding: 2px 4px;
}
#mainBody table.marketingImages {
	width: 550px;
	font-size: 10px;
	margin: 0px 0px 8px 24px;
}
#mainBody .marketingImages td {
	padding: 2px 5px 2px 5px;
}

/* Find a Reseller Elements */
#mainBody ul {
	margin: 3px;
	font-size: 12px;
}
#mainBody ul li {
	padding-left: 24px;
	color: #0F75BC;
}
#mainBody ul li a {
	color: #0F75BC;
	text-decoration: none;
}
#mainBody ul li a:hover {
	color: #000000;
}
/* Footer Elements */
#footer {
	position: relative;
	width: 768px;
	top: -3px;
}
#footerFront {
	position: relative;
	width: 768px;
	background: url(images/lower_bottom.png) no-repeat top center;
}
#legal a {
	color: #000000;
	text-decoration: none;
	float: left;
	margin: 6px;
}
#copyright {
	float: right;
	margin: 6px;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}
