/******************************
RESET MARGINS + PADDING 
******************************/

* {
	margin: 0;
	padding: 0;
}

img {
	border:none;
}

/******************************
BODY 
******************************/

body,html {


	/*font: 16px/18px "Lucida Grande", Verdana, sans-serif;*/
	
	font: 14px/18px"Lucida Grande", Verdana, sans-serif;
	
	font: 13px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; background-color:#fff; color:#333; 
	
	line-height:150%;
	
	text-align: center;
	color: #333;
	height:100%;

	background: url(../images/top-gradient-3.png) top center repeat-x;


}


body,html {


}	

/******************************
LINKS 
******************************/

a:link, a:visited {

}
a:hover {

}




/******************************
HEADINGS 
******************************/

h1,h2,h3,h4 {

	/*color: #600;*/
	
	font-weight:normal;
	position:relative;
}

.body-section h1 {
	
	margin-bottom: 12px;
	padding-top: 15px;
	/*padding-bottom: 21px;*/

	font-size: 2.5em;
	/*line-height:18px;*/
	/*border-bottom:1px dotted #9*/

}





h2, h3{
	font-weight: normal;
	
	
}
h2 {
	
	
	font-size: 1.75em;


	margin-bottom:0.25em;
	
	
/*	border:1px dotted #999999;
	padding-top:0.5em;
	padding-bottom:0.5em;
	background:#eeeeee;
	
	margin-left:-0.5em;
	padding-left:0.5em;
	
	margin-right:-0.5em;
	padding-right:0.5em;*/
	
	
}
h3 {
	padding-bottom: 0.75em;
	font-weight: bold;
font-size: 1.25em;
	/*letter-spacing: -0.em;*/

	color:#999;

}

h4 {

	color: #333;
	
	font-weight:bold;
	padding-bottom: 0.5em;
}

/******************************
PAGE 
******************************/

#page,#productpage {
	margin: 0 0;

	text-align: left;
	width:100%;


	position:relative;




}


#page{


}


#productpage {
	background: #fff;
}

#product-header {

	background: white;
	border-bottom:1px solid gray;
	text-align:center;
	width:100%;


}

#product-header img {
	border:none;
}

.body-section {

	
	width:960px;

	
	margin-left:auto;
	margin-right:auto;	

	margin-top:18px;

	border:1px solid #999;



}

.withDivider {
	
	background: #fff url(../images/pagebg.png) repeat-y;
}

.withDividerRight {
	
	background: #fff url(../images/pagebg.png) 420px repeat-y;
}

/******************************
PAGE HEADER
******************************/
#header {
	height: 72px;




}

#header #siteLogo {

	padding: 0px 0px 0px 0px;
	float:left;
	color:white;
}

#header #title-image {
	vertical-align:middle;
}



#header p {
	float: left;
	padding: 60px 24px 24px 24px;
	font-size: 1.5em;
	
	color: #fff;
}

#header #search {

	text-align:right;
	float:right;
	padding-top:24px;
	padding-right:24px;
}


ul#navbar {
	padding-top: 6px;
	padding-bottom:0px;

	text-align: center;
	list-style: none;
}
ul#navbar  li {
	display:inline;
	margin: 0 12px;
}
ul#navbar  li a {
	font-size: 1em;

	text-decoration: none;
	color: #333;
}
ul#navbar li a:hover {
	text-decoration:underline;
	color:#600;


}

#navigation {

	/*border-top:1px solid white;*/
	/*	background:white;*/

	padding-top:8px;

	color:gray;

	border-bottom:1px solid #999;

	width:100%;


}


/******************************
CONTENT PRIMARY
******************************/


.content-primary {
	float: left;
	/*margin: 12px 24px 60px 24px;*/
	width: 550px;

	margin:0px;
	padding-left:2.2em;
	
	padding-right:1em;
	margin-top:20px;
}
.content-primary p,.content-primary blockquote {
	padding-bottom: 18px;

	padding-left:1em;
	

}


ul li {
	margin-left:1.2em;
	margin-bottom:0.25em;
}

ul {
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	padding-left:1em;
}

.wiki ul ul {
	margin-bottom:0em;
	padding-bottom:0em;
	
}




/******************************
CONTENT SECONDARY
******************************/



.content-secondary {
	float: right;
	margin: 0px 24px 60px 24px;
	
	font-size: 90%;
	
	min-width:144px;

	width:300px;
	
	
}
.content-secondary p {
	padding-bottom: 18px;
}

.content-secondary a:link,.content-secondary a:visited {

	/*	text-decoration:none;*/
}

.content-secondary a:visited
{


}

.content-secondary ul,.content-secondary p,  {
	padding-left:1em;
}

.content-secondary {
/*	padding-top:35px;*/
}

.content-secondary a:hover {
	text-decoration:underline;
}


.content-secondary hr{
	
	margin-left:-27px;
	margin-right:-25px;
}


/******************************
FOOTER
******************************/

#footer {

	width:960px;
	margin-left:auto;
	margin-right:auto;


	clear: right;

	background:white;


	font-size: 10px;






	margin-top:12px;
	padding-bottom:12px;
	bottom:0px;

	text-align:center;


}
#footer a:link, #footer a:visited {

}    
#footer p {
	padding: 24px;
}


/******************************
MISC
******************************/

.clear {
	clear: both;
	height:2.5em;
}

#searchResults h3 {

	text-transform: none;
	font-size:medium;
	font-weight:normal;
	margin-bottom:1px;
	padding-bottom:3px;

	letter-spacing: inherit;
}

.searchEntry {
	margin-top:1em;
	margin-bottom:2em;
	padding-left:1em;

}


/*********************************
FRONT 
**********************************/




#sectionBoxes {
	
	border-top:1px solid #999;
	
	font-size:12px;
	
	background:#41698E url(../images/front-bar.png) top center repeat-y;
	
	color:white;

	
	
}

#sectionBoxes a {
	color:white;
	text-decoration:none;
}

#sectionBoxes a:hover {
	
	text-decoration:underline;
}

#sectionBoxes h4 {
	
	font-size:large;
	font-weight:normal;
}

.col,.colAlt  {
	
	width:25%;
	
	float:left;
	
	text-align:center;
	
	padding-top:1em;
	padding-bottom:1em;
	
}



.clear {
	
	height:0px;
}


#front-image {
	
	margin-top:50px;
	margin-bottom:50px;
	
	text-align:center;
	
	float:none; 
	
}



/*******
SEARCH
*******/




.wide-primary {
	float:none;
	width:920px;
	
	
	
	
}

#searchBox {
	border-bottom:1px solid #999;

	margin-bottom:1em;

	padding:0.5em;
	margin-right:1em;
	padding-bottom:3em;


}

#searchForm {
	padding-left:1em;

	width:50%;
	padding:1em;

}

#searchForm .submit {
	float:right;
	margin-top:-1.75em;
}

.yahooBlock {
	

	margin-bottom:15px;
}

#yahooLower {
	margin-top:15px;
	float:left;
}

#yahooUpper {
	
	float:right;
	margin-right:1em;
}

.searchNav {
	margin-left:auto;
	margin-right:auto;
	
	text-align:center;
	
	margin-top:4em;
	margin-bottom:2em;
}




/*********************

WIKI

**********************/

.wiki h1, .wiki h2 {
	

	line-height:120%;
	padding-bottom:0.25em;
	font-weight:bold;
}

.wiki h1 {
	font-size:2.5em;

	padding-bottom:0.25em;
	
	color:#600;
	
}

.wiki h2 {
	
	margin-top:0.5em;

	
}

.wiki h3 {
	margin-top:1.5em;
	color:#333;
	


	
}

.wiki tt {
	
	font-weight:bold;
	
}

.wiki ul {
/*	margin-bottom:1em;*/
}

.wiki pre {
	
	margin-left:1em;
	margin-bottom:1em;
}

.tocList {
	
	margin-left:1em;
	margin-bottom:0em;
	padding-bottom:0em;
}

hr {
	
	border: 0; 
	height:1px;
	color:#999; 
	background: #999;
	
}


.wiki table {
background-color: #fff;
border-spacing: 0px;
border-collapse: collapse;
margin-left:1em;
margin-bottom:1em;
}
.wiki table th {
padding: 3px;
border: 1px solid #8cacbb;
background-color: #dee7ec;
}
.wiki table td {
padding: 3px;
border: 1px solid #8cacbb;
}

/*******
SECTION TITLES
*****************/

h1.largeText, h1.widerLargeText {
	margin:0px;
	padding:0px;
	font-size:96px;
	text-align:left;
	padding-left:0.25em;
	color:#444;
	font-weight:normal;
	
	line-height:150px;
	letter-spacing:-4px;
	
	border-bottom:none;
}

h1.widerLargeText {
	
	
	letter-spacing:0px;
}

/*******
PRODUCT
*****************/


.productSidebar {
	
	padding-top:35px;
}

.product h2 {
	
	color: #600;
}



.priceDetail {
	margin-top:0.25em;

	margin-bottom:-1px;


	line-height:2em;
	

	
	width:100%;
	font-weight:bold;
	
	
	margin-left:auto;
	
	
	border-bottom:1px solid #999;

	padding:0.5em 0em;
	
	
	
	text-align:left;
}	


.buyForm input {

	display:inline;
	vertical-align:center;



	margin-left:50px;
}

.buyButton {

	float:left;
	margin-right:1em;
}


.downloadBox {

	width:100%;
	height:8em;

text-align:left;

	



	padding-top:1em;

	padding-bottom:1em;

	margin-left:auto;
	margin-right:auto;

	/*	border:1px solid gray;*/
	
	background: url(../images/narrow-line.png) repeat-y 50% top  ;

	
}



.downloadInner {


}

.downloadInformation {
	
	float:right;
	
	width:49%;
	
	
	
	text-align:center;
	
	
	
	
}

.downloadBox .downloadImageBox {
	

	float:left;

	
	margin-top:1em;

	
	width:49%;
	text-align:center;
	
	

}

.sideBarBox, .download,#buy,#requirements {
	
	
	border:1px solid #999;
	
	
	
	margin-bottom:1em;
	
	text-align:center;
}

.sideBarBox h3, .download h3, #buy h3,#requirements h3{
	
	text-align:center;
	border-bottom:1px solid #999;
	
	width:100%;
	
	padding: 0.5em 0em;
	margin-top:0px;
	color: #444;
	font-weight:normal;
	font: verdana;
	
}

#requirements h3 {
	margin-bottom:0.5em;
}

#requirements ul {
	
	/*width:50%;*/
	margin:auto;
	text-align:center;
	
	list-style:none;
	padding-left:0px;	
	margin-left:0px;
	
}

#requirements li {
	padding:0.125em;
	margin:0.125em;
}

.standardBuy {
	
	/*background:#ffff77;*/
}

.educationalBuy {
	
	background:#bbbbff;
}

.buyBoxInfo {
	
	padding-top:1.5em;
	padding-bottom:1em;
}

.inlineBuy .priceDetail {
	
}

.inlineBuy {
	width:380px;
	margin-left:1em;
	/*margin-right:auto;*/
	border:1px solid #999;
}

.wiki .missing-link {
	text-decoration:line-through;
}

.missing-link-identifier {
	font-size:x-small;
}

.jsPageLinkTarget {

	/*border:1px double #bbbbff;*/
/*	position:relative;*/
	
}
