@charset "utf-8";
/* SWS Styles */

body  {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #fff url(../images/footer_bg.gif) left bottom repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #484a4e;
}

a, a:link, a:active, a:hover { color: #323996; }
a:visited { color: #5875a1; }

h2 {
	font-weight: normal;
	letter-spacing: 0.1em;
}

h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
}

body.Pro h2, body.Pro h3, body.Generic h2, body.Generic h3 { color: #006cb6; }
body.Retail h2, body.Retail h3 { color: #3e8726; }

img.png { behavior: url(../includes/pngbehavior.htc); }

#container { 
	width: 787px;
	margin: 0 auto;
	text-align: left;
	z-index: 10;
	height: 100%;
}

#header {
	margin-top: 9px;
	padding: 0;
	height: 100px;
	z-index: 20;
}

#menuBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 69px;
	background: #fff url(../images/menu_bg.gif) left 37px repeat-x;
	z-index: 0;
}

#footer {
	margin-top: 100px;
	font-size: 0.7em;
	color: #7b7fb7;
}

#footer p {
	margin: 0;
	padding: 10px 0;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #7b7fb7;
}

/* Styles for menu items */

ul#mainMenuBar {
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
}

ul#mainMenuBar li {
	margin: 28px 0 0 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}

ul#mainMenuBar li.logo {
	margin: 0;
	cursor: auto;
}

#subMenuContainer {
	clear: both;
	margin: 0;
	padding: 0;
}

#subMenuContainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}

#subMenuContainer ul#subRetail { margin: 0 0 0 215px; }
#subMenuContainer ul#subPro { margin: 0 0 0 77px; }
#subMenuContainer ul#subNewsPress { margin: 0 0 0 330px; }
#subMenuContainer ul#subSupport { margin: 0 0 0 255px; }
#subMenuContainer ul#subContact { margin: 0 0 0 535px; }
#subMenuContainer ul#subAbout { margin: 0 0 0 654px; }

#subMenuContainer ul li {
	margin: -3px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}

.sidebarContent {
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cccccc;
	width: 166px;
	min-height: 156px;
	padding: 0 10px;
	background: #e3e7ed url(../images/sidebar_bg.png) left bottom repeat-x;
	font-size: 0.8em;
}

/* Styles for sidebars */

.sidebarContent ul {
	margin: 0;
	padding: 0;
}

.sidebarContent ul li {
	padding: 4px 0;
	list-style-type: none;
	border-bottom: 1px solid #fff;
}

.sidebarContent ul li.first {
	padding-top: 0;
}

.sidebarContent ul li.last {
	border: none;
}

#home_roes_pro {
	float: left;
}

#home_roes_retail {
	float: right;
}

div.home_roes_text {
	position: relative;
	background: url(../images/home_roes_bg.png) left top no-repeat;
	width: 338px;
	height: 306px;
	padding: 10px 20px;
	font-size: 0.9em;
}

div.home_roes_text p {
	margin-top: 25px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.proColor {
	color: #006cb6;
}

.retailColor {
	color: #3e8726;
}

.allCaps {
	text-transform: uppercase;
}

div.hr {
	clear: both;
	display: block;
	border-bottom: 1px solid #c2c5cb;
	width: 100%;
	height: 1px;
	margin: 20px 0;
}

div.backtotop {
	text-align: right;
	margin: 5px 50px;
}

.signup tr td {
	padding: 2px 3px 8px 0;
}

.required {
	color: #ce0000;
	font-size: 0.9em;
}

.note {
	font-size: 0.8em;
}

.videosPage p {
	margin-top: 30px;
	width: 300px;
	text-align: center;
}

.downloadsPage p {
	margin-bottom: 20px;
}

.downloadsPage p a {
	padding: 0 4px;
	border: 1px solid #7b7fb7;
	text-decoration: none;
}

.downloadsPage p a:hover {
	background-color: #e6eef6;
}

.userguide {
	margin: 20px 0 0 20px;
}