
/* STANDARD STYLING */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, 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%;
}

body 
{
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; /* MAIN BODY FONTS */
	font-size:100%;
	position: relative;
	color: #000;
	background-repeat: repeat;
	background-attachment: fixed;
	background: #FAF7F7  url(/images/back-gradient.png) repeat-x left top;
	text-align: left;
}

body a 
{
	color: #6C111C;
	text-decoration: none;
}

body a:visited 
{
	color: #6C111C;
}

body a:hover, a:focus 
{
	color: #6C111C;
    border-bottom: none;
	text-decoration: none;
}

h1 
{
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

h2 
{
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 5px;
}

p 
{
	font-size: 80%;
	line-height: 130%;
	margin: 0;
	padding: 5px 5px;
}

.leftimage 
{
	margin-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	width: auto;
	border: none;
}

.rightimage 
{
	margin-top: 3px;
	padding-right: 15px;
	float: right;
	width: auto;
	border: none;
}


#wrapper 
{
	width: 960px;
	margin: 0px auto;
	position: relative;
}

#header 
{
	padding: 15px 0;
}

#container
{
	width: 100%;
}

.fix{display:inline-block;} 

h3{font-size: 24px;}
h4{font-size: 20px;}
h5{font-size: 16px;}
h6{font-size: 12px;}
ul li {	margin: 0px;}
ul {margin: 5px 0px 15px;padding-left: 20px;}

/* ------------------------------------- main content area  */
#wrapper #container #leftColumn {
	width: 675px;
	float: left;
}

.fix{display:inline-block;} 

/* main menu */
#nav 
{
	font-size: 15px;
	background: rgb(111, 17, 28) url(/images/navgrad-normal.png) repeat-x left top;
	display: block;
}
	
#nav ul
{
	list-style: none;
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 100%;
}

#nav ul li
{
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
    display: block;
	float: left;
	width: 100%;
	text-align: center;
}

#nav ul li a
{
	font-size: 80%;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	color: #eee3c7;
	display: block;
}

#nav .current_page_item a, #nav .current_page_item a:hover,#nav li a:active
{
	text-decoration: none;	
	background: #6f111c url(/images/navgrad-active.png) repeat-x top left;
	color: #eee3c7;
}

#nav li a:hover
{
	color: rgb(245, 216, 176);
}

#nav li a:active
{
	color: rgb(238, 227, 199);
}

#nav li.one, #subnav li.one
{
    width: 100%;
}

#nav li.two, #subnav li.two
{
    width: 50%;
}

#nav li.three, #subnav li.three
{
    width: 33%;
}

#nav li.four, #subnav li.four, #tab_bar li.four
{
    width: 25%;
}

#nav li.five, #subnav li.five, #tab_bar li.five
{
	width: 20%;
}

#nav li.six, #subnav li.six
{
	width: 16.5%;
}

#nav li.seven, #subnav li.seven
{
	width: 14%;
}

#nav li.eight, #subnav li.eight
{
    width: 12%;
}

#mainmenu
{
	width: 100%;
}

#subnav 
{
	border: 1px solid rgb(111, 17, 28);
	margin-top: 15px;
	font-size: 15px;
	display: block;
	background: #FFF;
}
	
#subnav ul, #tab_bar ul
{
	list-style: none;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}

#subnav ul li, #tab_bar ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
    display: block;
	width: 100%;
	text-align: center;
}

#subnav ul li a, #tab_bar ul li a
{
	padding-left: 0px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-top: 8px;
	font-size: 90%;
	text-decoration: none;
	display: block;
}

/* content */
.content 
{
	border: 1px solid rgb(111, 17, 28);
	background: #FFF;
	padding: 25px 25px 15px 25px;
	clear: both;
	overflow: hidden;
	padding-bottom: 1em;
	margin-top: 15px;
	margin-bottom: 2em;
}

div.clearer {clear: left; line-height: 0; height: 0;}

.content h1
{
	font-size: 1.75em;
	font-style: normal;
	font-weight: normal;
	color: #6C111C;
}


.content h2
{
	padding-top: 0.5em;
	font-size: 1.25em;
	font-style: normal;
	font-weight: normal;
	color: #6C111C;
}

.content p 
{
	margin: 0;
	padding-top: 0.25em;
	padding-right: 5px;
	padding-left: 10px;
	line-height: 1.25em;
	color: #333;
}

.content ul 
{
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 0px;
}

.content ul li 
{
	list-style: disc outside;
	margin-left: 40px;
    padding: 3px 0px 5px 0px;
	font-size: 80%;
	line-height: 1.25em;
	color: #333;
}

.content ul li ul li 
{
	list-style: circle outside;
	margin-left: 40px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
}


.content .rightimage 
{
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 5px;
	float: right;
	width: auto;
}

.content form
{
	width: 100%;
	margin-top:15px;
}

.content label
{
	display: inline;
	width: 150px;
	text-align: right;
	float: left;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-right: 5px;
}

.checkbox
{
	width: 230px;
	display: block;
	margin-left: 155px;
}

.content label.long
{
	width: 315px;
}

.content i.label
{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: small;
}



/* sidebar */
#sidebar 
{
	margin-top: 15px;
	float:right;
	width: 260px;
	position: relative;
	padding:0 0px 10px;
}

#sidebar .sidebarBox
#sidebar p 
{
	margin: 0px 0px 15px;
}

#sidebar h3 
{
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #f0e7ba;
}

#sidebar h3:hover
{
	color: rgb(245, 216, 176);
}

#sidebar h3 a, #sidebar h3 a:visited 
{
	color: #333;
}

#sidebar h3 img 
{
	vertical-align: middle;
}

#sidebar a, #sidebar a:visited 
{
	color: #000000;
	text-decoration:none;
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active 
{
	text-decoration:none;
}

#sidebar ul 
{
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}

#sidebar ul li 
{
	padding-left: 22px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 0px;
	background-image: url(/images/icons/bullet_black.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
	font-size: 8pt;;
}

#sidebar ul li ul li 
{
	background-image: url(/images/icons/bullet_black.png);
	background-repeat: no-repeat;
	padding-left: 12px ;
}

#sidebar div.sidebarBox
{
	border: 1px solid rgb(111, 17, 28);
	margin:0 0 15px 0;
	padding:0;
	border:none;
	clear: both;
}

.sidebarBoxHeader 
{
	position:relative;
	margin:0;
	padding: 8px 24px 7px 10px;
	background:url(/images/navgrad-normal.png) repeat-x 0 0; 
}

.sidebarBoxContent 
{
	border: 1px solid rgb(111, 17, 28);
	margin: 0;
	padding: 5px 10px 9px 10px;
	background: #f2e6d8;
	overflow: hidden;
}

.sidebarText 
{
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.25em;
	color: #333333;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
}

.sidebarPrice 
{
	font-weight: bold;
	line-height: 140%;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-left: 97px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: block;
	color: #6c111c;
	font-size: 23px;
}

#nav, #subnav, #sidebar .sidebarBox, .content, .screenshot, .splitContainer
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.sidebarBoxHeader
{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
}

.sidebarBoxContent
{
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
}

.sidebarSubBlock 
{
	float: left;
	width: 95px;
	text-align: center;
	margin-left: 15px;
}

/* Footer */
#copyright 
{
	clear: both;
	color: #666;
	font-size: 80%;
	text-align: center;
	height: 30px;
	margin-top: 10px;
}

#copyright a 
{
	clear: both;
	color: #666;
	text-align: center;
	height: 30px;
	margin-top: 20px;
	padding-top: 20px;
}

/* release notes */

.releaseNote 
{
	margin: 0px 0px 10px 10px;
	width: 100%;
}

.releaseNote ul
{
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 0px;
}

.releaseNote ul li 
{
	list-style: disc outside;
	margin-left: 40px;
    padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
	color: #333;
}

.releaseNote h3 
{
	padding-top: 0.25em;
	color: #6C111C;
	font-size: 12pt;
}

ul#tab_bar li.selected
{
	text-align: center;
	border: 1px solid rgb(111, 17, 28);
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
/*	background: rgb(111, 17, 28) url(/images/navgrad-normal.png) repeat-x left top;*/
	
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

ul#tab_bar li.unselected
{
	text-align: center;
	border: none;
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
}

/*ul#tab_bar li.selected a
{
	color: rgb(238, 227, 199);
}*/

/* Purchase table */
table#productTable 
{
	margin: 10px 0px 0px 20px;
	width: 472px;
	vertical-align: middle;
	top: 18pt;
}

#productTable tbody tr td.leftCell 
{
	text-align: left;
	width:175px;
}

#productTable tbody tr td.middleCell 
{
	text-align: center;
	width:100px;
}

#productTable tbody tr td.rightCell 
{
	text-align: right;
	width:125px;
}

#productTable tbody tr td.iconCell 
{
	width:72px;
}

/* FAQ */
#faq .faqItem 
{
	margin: 10px 0px 0px 10px;
	
}

#faq .faqItem p 
{
	margin-left: 15px;
}

#faq h1 
{
	font-size: 1.75em;
	font-style: normal;
	font-weight: normal;
	color: #6C111C;
}

#faq h3 
{
	padding-top: 0.25em;
	color: #6C111C;
	font-size: 11pt;
}

/* Screenshot */
table#screenshotTable
{
	margin: 5px 0px 0px 0px;
	width: 100%;
	vertical-align: top;
	border-spacing: 0;
}

.screenshotTableBody
{
	vertical-align: top;
}

.screenshot
{
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-top: 10px;
	border: 1px solid rgb(111, 17, 28);
	width: 324px;
	background: #FFF;
	clear: none;
	overflow: hidden;
}

.screenshotRight
{
	margin-right: 0px;
	margin-left: 10px;
}

.screenshot h2
{
	font-size: 1em;
	padding: 0px;
	margin-left: 15px;
	margin-bottom: 8px;	
	font-style: normal;
	font-weight: normal;
	color: #6C111C;
}

.screenshot a, .screenshot a img 
{
	text-decoration: none;
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.screenshot p
{
	padding: 15px 20px 0px 30px;
}

/* index splits */

.splitContainer 
{
	border: 1px solid rgb(111, 17, 28);
	margin-top: 15px;
	font-size: 15px;
	display: block;
	background: #FFF;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.split 
{
	width: 450px;
	height: 330px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 15px;
}

.split a 
{
	text-decoration: none;
	border: none;
}

.split p 
{
	text-align: center;
}

.split h1 
{
	text-align: center;
	font-size: 1.75em;
	font-style: normal;
	font-weight: normal;
	color: #6c111c;
}

.split a img
{
	text-decoration: none;
	border: none;
	width: 280px;
	height: 245px;
}

.split a img.wide 
{
	width: 294px;
	height: 245px;
}

.leftSplit 
{
	
	float: left;
}

.rightSplit 
{
	float: right;
}

/* header menu */
#headermenu 
{
	position:absolute;
	display:block;
	top: 95px;
	right:10px;
	margin:0;
	padding:0;
	line-height:normal;
}

#headermenu li 
{
	width: auto;
	display:inline; 
	padding:0 7px 0 8px; 
	margin:0; 
	background: url(../images/headermenuDivider.png) no-repeat right center; 
	float:left;
}

#headermenu li.first 
{ 
	padding-left:0; 
}

#headermenu li.last 
{ 
	padding-right:0; 
	background-image:none; 
}

#headermenu a 
{
	font-size:12px;
	color: #6C111C;
	text-decoration: none;
	border-bottom: none;
}

#headermenu a:hover 
{
	color: #C31F32;
	text-decoration: none;
	border-bottom: none;
}

#headermenu a:active 
{
	color: #C31F32;
	text-decoration: none;
	border-bottom: none;
}

#headermenu a.current 
{
	color: #000;
	text-decoration: none;
	border-bottom: none;
}

