/* Main body */
h2 {
	font-family:"Times New Roman", Times, serif;
}

p {
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	padding: 0;
	margin: 0;
}

li {
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	padding: 0;
	margin: 0;
}

#footer {
	font-family:"Times New Roman", Times, serif;
	font-size:9pt;
	font-weight:bold;
	color:#000000;
	text-align:center;
	clear:both;
	background-color:#FFFFFF;
}

p.warning {
	color:#333333;
}

span.crumb {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

table.elec, tr.elec, td.elec {
	border:thin solid #CCCCCC;
}

div.split_left {
	width: 49%;
	float: left;
}

div.split_right {
	width: 49%;
	float: right;
}

div.donate {
	background-color:#FFFFFF;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

img.no_border {
	border:none;
}

input.no_border {
	border:none;
}

div.centre {
	text-align:center;
}

span.highlight {
	color:#666666;
}

div.code {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#999999;
}

div.box {
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-top-color:#666666;
	border-top-style:solid;
	border-top-width:thin;
	border-left-color:#666666;
	border-left-style:solid;
	border-left-width:thin;
	border-right-color:#666666;
	border-right-style:solid;
	border-right-width:thin;
}

/* Menu structure */

#lhs_menu {
	width: 15%;
	float: left;
}

#lhs_menu ul {
	/* controls lhs menu indentation */
	margin-left: 5px;
	padding-left: 5px;
	/* controls top and bottom padding */
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	list-style:none;
}

#lhs_menu li {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
}

#lhs_menu a {
	display:block;
	color:#0066CC;
	text-decoration:none;
}

#lhs_menu a.current {
	color:#000000;
	background-color:#FFFFFF;
}

#lhs_menu a:hover {
	color:#FFFFFF;
	background-color:#0066CC;
}

#sec_contents {
	width: 84%;
	float: right;
	/*
	overflow: auto;
	height: 500px;
	*/
}

/* rounded rectangles */
dl {
	margin: 0;
	padding: 0;
}
dt {
	height: 33px;
	line-height: 0;
	margin: 0;
	padding: 0;
	text-align: center; /* bug IE*/
}
dd {
	margin: 0;
}
dd.round_base {
	height: 42px;
	border: 0 none;
	padding: 0;
}
img.round_top, img.round_base {
	float: right;
	display:none;
}
div.sidewinder {
	padding: 0 10px;
	margin: 0;
}
/* end of rounded rectangles */

/* rounded rectangles */
dt.menu {
	height: 23px; /* height of top left */
	line-height: 0;
	margin: 0;
	padding: 0;
	text-align: center; /* bug IE*/
}
dd.round_base_menu {
	height: 32px; /* height of bottom left */
	border: 0 none;
	padding: 0;
}
div.sidewinder_menu {
	padding: 0 10px;
	margin: 0;
}
/* end of rounded rectangles */

/* --- SOFTWARE section --- */

/* software selection options */
#options{
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:thin;
}

#options ul{
	list-style:none;
	font-family:"Times New Roman", Times, serif;
	margin: 0; /* removes indent IE and Opera */
	padding: 0; /* removes indent in Firefox */
}

#options li {
	float:left;
	display:block;
	font-weight:bold;
	font-size:10pt;
	font-family:"Times New Roman", Times, serif;
}

#options a{
	color: #333333;
	text-decoration:none;
}

#options a:hover {
	color: #333333;
}

div.short_clear {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}

#prog a {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#prog h3 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color: #000080;
	font-size:12px;
}

div.border {
	background-color:#FFFFFF;
	border-bottom-color:#333333;
	border-bottom-style:solid;
	border-bottom-width:thin;
	padding-bottom:10px;
	display:block;
	clear:both;
}
div.dload {
	float:left;
	width:20%;
}
div.about {
	float:right;
	width:79%;
}
div.clear {
	clear:both;
}
div.notes {
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	color:#666666;
}
span.dload {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#333333;
}

/* products */
div.product {
	background-color:#FFFFFF;
	display:block;
	clear:both;
}
span.product {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
h3.product {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
	font-size:16px;
}
img.product {
	text-align:center;
	border:none;
}
span.prod_note {
	color:#666666;
}

/* button styles */
	
	a.button, a.buttonDis {
	float: right;
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-top-color:#666666;
	border-top-style:solid;
	border-top-width:thin;
	border-left-color:#666666;
	border-left-style:solid;
	border-left-width:thin;
	border-right-color:#666666;
	border-right-style:solid;
	border-right-width:thin;
	width: 132px;
	height: 28px;
	margin: 5px 0;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	}
	a.button:link, a.button:visited {
	color: #666666;
	}
	a.button:hover, a.button:active {
	color: #000000;
	}
	a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
	color: #5F5F5F;
	cursor: default;
	}