/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: medium;
}

a:link, a:visited, a:hover {
	color: #003399;
	text-decoration: none;
	line-height: normal;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #333333;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #000066;
	color: #FFFF00;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #F2F5F7;
}

#content{
    float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 5px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;
	font-size: 130%;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 0px 20px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	color: #FFFF00;
}
 
/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	display: none;
}


/************** .feature (root page) styles *****/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 15px 5px 0;
	border-width:1px; border-color: #000000; border-style: solid;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.newsTitle{
	padding: 0px 0px 0px 10px;
	font-size: 90%;
	border-style: solid none none;
	border-width: 1px 0px 0px;
}

.newsText{
	padding: 3px 0px 20px 15px;
	font-size: 80%;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 4px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #D2E4FC;
	padding: 2px 0px 2px 10px;
}


/*********** .popularLinks styles ***********/
.popularLinks{
	margin: 0px;
	padding: 0px;
/*	border-bottom: 1px solid #cccccc;*/
	font-size: 90%;
}

.popularLinks a{
	padding: 0px 0px 3px 10px;
	font-size: 90%;
}

.popularLinks h3{
	padding: 15px 0px 2px 4px;
}

/************** #headlines styles **************/
#headlines{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#headlines h3{
	padding: 15px 0px 2px 4px;
}

#headlines li{
	font-size: 90%;
	padding: 0px 0px 8px 10px;
}

/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}

/************** #privacy styles **************/
#privacy{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#privacy h3{
	padding: 40px 0px 2px 4px;
}

#privacy li{
	font-size: 90%;
	padding: 0px 0px 8px 10px;
}

/************** #buyPage styles **************/
#buyTable th{
	font-style: italic;
}

#buyTable img{
	vertical-align: middle;
	border:0;
}

.buyName {
	font-style: normal;
}

.buyPrice {
	font-style: normal;
	text-align: right;
}

.buyCart {
	text-align: right;
	width: 80px;
	font-weight: bold;
}

.buyTableSub1{
	border:0;
	width:100%;
	background-color: #F4F4F4;
}
.buyTableSub2{
 	border:0;
	width:100%;
	background-color: #FFFFFF;
}

.buyTableRow {
	border: 1px solid #000000;
	background-color:#555500;
}

.introductoryPrice {
	background-color: #FF6600;
	font-size: 75%;
	font-weight: bold;
}

/************** #productPage styles **************/
#prodPurchase1 {
	font-size: 90%;
}
#prodFeatures {
}
#prodAdditional {
}
#prodDownload, #prodPurchase, #prodManual {
	margin: 20px 0 0 0;
}
#prodPurchase p {
	margin-top: 10px;
}
#prodReviews {
}
img.prodScreenShot {
	border-width:1px; border-color: #000000; border-style: solid;
}
#prodFrontShots {
	position: relative;
	float: right;
	width: 164px;
	font-size: smaller;
	padding: 10px;
}
p.prodInstruct {
	font-size: 90%;
}
#prodTitleBar {
	white-space: nowrap;
	font-size: 90%;
}
.prodReviewHeader {
	font-weight: bold;
	font-size: smaller;
}

.prodReviewText {
	font-weight: normal;
	font-size: smaller;
}

/************** #downloadPage styles **************/
#downloadList ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}
#downloadList img {
	border: 0;
	width: 22px;
	height: 22px;
	margin: 2px 6px 2px 10px;
}
#downloadListMac ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
}
#downloadListMac img {
	border: 0;
	width: 16px;
	height: 16px;
	margin: 2px 6px 2px 10px;
}


/************** #buy page styles **************/
.orderGreet {
	font-size: 80%;
}
#orderTable {
	font-size: 80%;
	border-color: #000099;
	border-width: 2px;
	border-style: solid;
}
#orderTable th {
	font-size:100%;
	background-color:#000099;
	color:#FFFFFF;
}
#orderTableInfo td{
	font-weight: bold;
	font-size:110%;
	text-align:left;
}
.orderQty {
	width:20%;
}
.orderName {
	width:70%;
}
.orderPrice {
	text-align:right;
	padding-right:10px;
	font-weight: bold;
	width:10%;
}
.orderBall {
	width:1%;
}
.orderField {
	text-align:right;
	font-weight: bold;
}
.orderData {
}
#orderCaption {
	text-align:left;
}
#orderRequired {
	font-size:90%;
	text-align:left;
	font-weight: normal;
	font-style: italic;
}
#orderCChead {
}
.orderCCNum {
	font-weight: bold;
}
.orderCCExp {
	font-weight: bold;
}
.orderSubmit {
	text-align:center;
	font-size:90%;
}
.privPolicy {
	font-size:70%;
}
.privPolicy ul {
	list-style-type: square;
	margin-top: 0px;
}
.orderErrors {
	list-style-type: none;
	font-size:100%;
	font-weight: bold;
	color: #FF0000;
	margin-left: 10px;
	margin-top: 10px;
}

/************** #confirm page styles **************/
.confirm {
	font-size:80%;
	text-align:left;
}

/****************** other *************************/
