@charset "UTF-8";
/* CSS Document */


._______TAG_STYLES_______ {
}

body {
	background-image: url(images/top_repeater.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
p {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #006698;
}
a.iconic {
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
}
a.list {
	background-image: url(images/icon_list.gif);
}
a.download {
	background-image: url(images/icon_download.gif);
}
a.windows {
	background-image: url(images/icon_windows.gif);
}
a.mac {
	background-image: url(images/icon_apple.gif);
}
a.nix {
	background-image: url(images/icon_nix.gif);
}
a.solaris {
	background-image: url(images/solaris_note_icon.png);
}
a.pdf {
	background-image: url(images/icon_pdf.gif);
}
h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008DED;
	padding-bottom: 10px;
	margin-top: 30px;
	line-height: 24px;
}
h2 {
	font-size: 20px;
	margin-top: 25px;
	line-height: 22px;
}
h3 {
	font-size: 14px;
}
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	line-height: 2000px;
	overflow: hidden;
}
#top {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 67px;
}
#logo {
	float: left;
	width: 200px;
}

#container {
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#cleaner {
	background-color: #FFFFFF;
}
#masthead {
	height: 250px;
	line-height: 2000px;
	overflow: hidden;
}
#masthead h1 {
	line-height: 2000px;
}
#content {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
.column_set:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.column_set .right:after, .colspan_8:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.column_set .column {
	float:left;
}
.column_set .column .inner {
	padding: 10px;
}
.column_set .colspan_1 {
	width:100px;
}
.column_set .colspan_2 {
	width:200px;
}
.column_set .colspan_3 {
	width:300px;
}
.column_set .colspan_4 {
	width:400px;
}
.column_set .colspan_5 {
	width:500px;
}
.column_set .colspan_6 {
	width:600px;
}
.column_set .colspan_7 {
	width:700px;
}
.column_set .colspan_8 {
	width:800px;
	float: none;
}
.column_set .left_gutter_1 {
	position: relative;
	left: 100px;
}
.column_set .left_gutter_2 {
	margin-left:200px;
}
.column_set .left_gutter_3 {
	margin-left:300px;
}
.column_set .left_gutter_4 {
	margin-left:400px;
}

/* no colspan_8 since that would just be full width. */

.home .right {
 	margin-top:140px;
}


.breaker { clear:both; }
ul.spaced  li, ol.spaced li {
	margin-bottom: 15px;
}
.floating_screenshot {
	width: 100%;
	position: relative;
	height: 334px;
	left: -26px;
}
.centered_screenshot {
	text-align: center;
}
.floating_screenshot img {
	position: absolute;
}
.codeblock {
	font-family: "Courier New", Courier, monospace;
	background-color: #EEEEEE;
	color: #161616;
	padding: 20px;
}
ul.nested, ol.nested {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}
.nested blockquote {
	padding-bottom: 10px;
	margin: 0px;
	padding-left: 20px;
}
.nested ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
.nested h3 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.white_bg {
	background-color: #FFFFFF;
}
.popped_up {
}
.information {
	background-color: #008DED;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-image: url(images/info_icon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
a.information {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.bigger {
	font-size: larger;
}
.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #008DED;
}
hr {
	height: 1px;
	background-color: #008DED;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.question:first-letter {
	font-size: 24px;
	color: #333333;
}
.answer:first-letter {
	color: #008DED;
}
p.exclamation {
	background-color: #FFCC00;
	background-image: url(images/exclam_icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
}
a.button {
	border: 1px solid #008DED;
	background-position: 5px;
	clear: both;
	padding-right: 5px;
	display: block;
}
fieldset {
	padding: 20px;
}
.price_table {
	border: 1px solid #008DED;
	border-collapse:collapse;
}
.price_table  th, .price_table td {
	border-collapse:collapse;
	padding: 5px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #008DED;
	text-align: center;
}
#currency_converter form {
	text-align: center;
	padding: 40px;
}
.price_table th {
	text-align: center;
}
.store_list {
	padding-left: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
.store_list a.iconic {
	display: block;
	float: left;
	padding-right: 5px;
}
.store_list li {
	line-height: 36px;
	clear: both;
	list-style-type: none;
}
.sidenav h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008DED;
	padding-bottom: 10px;
	margin-top: 30px;
	line-height: 24px;
}
.sidenav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

._______NAV_STYLES_______ {
}

ul#nav_menu {
	margin: 0px;
	padding: 0px;
}
ul#nav_menu li {
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	text-align: center;
	height: 67px;
	
}
ul#nav_menu a {
	color: #CCCCCC;
	text-decoration: none;
	line-height: 67px;
	text-decoration: none;
	float: left;
	position: relative;
	margin:0px;
	width: 99px;	/* border-left:solid 1px #393939;*/
}

ul#nav_menu a:hover {
	color: #FFFFFF;
	/* border-color:#666; */
}

ul#nav_menu li ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	margin:0px;
	padding:0px;
	padding-top:27px;
	border-left:solid 4px #666;
	border-right:none;
	width:100px;
}
ul#nav_menu li ul li {
	clear:both;
	display: block;
	width: auto;
	float: none;
	overflow:visible;
	background-color: transparent;
	border: 0;
	height: auto;
	width:200px;
}
ul#nav_menu li ul li a {
	display:block;
	float: none;
	clear: both;
	height:auto;
	overflow:visible;
	border-bottom:solid 1px #666;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #333;
	width:200px;
	line-height: 28px;
}
ul#nav_menu li ul li a:hover, #navbar #nav li a:hover {
	background-color: #555;
	text-decoration:none;
	}

ul#nav_menu li:hover ul, ul#nav_menu li.over ul {
	display: block;
	z-index: 25;
}

