/* reset css */
@import url("reset.css");

@import url("typo.css");


.fineprint {
	font-size: x-small;
	line-height: 1.3;
}

.userquote {
	font-size: x-small;
	line-height: 18px;
}

td {                            /* "invisible" tables */
    font-size: 1.0em; /* 9pt, 12px */
	line-height: 1.4em;
    padding: 2px 0 2px 0;       /* for vertical spacing of borderless tables in forms */
	vertical-align: top;
}

/* generic colored table */
table.std td {            /* for some reason, this does not set general font size in std tables, only embedded tables */
    font-size: 0.98em;
	line-height: 1.3em;
}
table.std td.title {
	font-size: small;
	font-weight: bold;
}
table.std td.caption {      /* column heading */
	font-size: x-small;
	text-align: center;
}
table.std td.prompt {       /* colored heading at top of table, such as "Licensed To" */
	font-size: small;
	font-weight: bold;
}


td.rj1 {    /* used in checkout for small right-justified prompts */
    text-align: right;
    width: 100px;
    padding-right: 6px;
}
td.rj2 {    /* used in checkout for larger right-justified prompts */
    text-align: right;
    width: 150px;
    padding-right: 6px;
}

/* generic colored table */
table.chart td {            /* for some reason, this does not set general font size in std tables, only embedded tables */
    font-size: 0.98em;
	line-height: 1.3em;
}
table.chart th {      /* column heading */
	font-size: x-small;
}

/*? In IE, <pre> and <code> do not inherit standard size */
pre, code {
	font-size: small;
}

/* @end */



/* Set layout, colors */

body {
	color: black;
	background: #FFFEEC url(body-rough-bkgd.jpg) repeat-x left top;
	padding: 20px 0 0 0;
}

reveal {
	border: 1px solid #FF0000;
}

#container {
	width: 800px;
	margin: 0 auto;
}

/* Green links */
a:visited { color: #556644; }
a:link { color: #006600; }
a:active { color: #556644; }
a:hover { color: #449933; }

/* Red links */
a:visited { color: #86261c; }
a:link { color: #86261c; }
a:active { color: #86261c; }
a:hover { color: #ab2315; }

/* Blue links */
a:visited { color: #4040ff; }
a:link { color: #0000ff; }
a:active { color: #5555ff; }
a:hover { color: #5555ff; }

/* Brown links */
a:visited { color: #8c824a; }
a:link { color: #556644; }
a:active { color: #734b05; }
a:hover { color: #734b05; }

h2 {
	color: #988147;
}

hr {
	border-style: none;
	border-bottom: 1px dotted #988147;
	margin-top: 16px;
	margin-bottom: 16px;
}

.textlink a {
	color: Black;
	text-decoration: none;
}

.textlink a:hover {
	color: #734b05;
	text-decoration: underline;
}

#header {
	background-image: url(top.png);
	height: 230px;
	color: #737476;
	width: 800px;   /* fixes IE6 issue */
}

#logo {
	margin: 15px 0 0px 15px;
	float: left;
}

#smallnav {
	float: right;
	padding: 25px 30px 0 0;
	list-style: none;
}

#smallnav li {
	float: left;
	display: inline;
	border-left: 1px solid #BBBBBB;
}

#smallnav li:first-child {
	border-left: none;
}

#smallnav a {
	font-size: .75em;
	color: #666666;
	text-decoration: none;
	display: block;
	float: left;
	padding: 3px 7px 4px 7px;
}

#smallnav a:hover {
	text-decoration: underline;
}


#nav {
	float: right;
	clear: right;
	height: 30px;
	display: block;
	margin: 0;
	min-width: 500px;
	padding: 2px 10px 0 0;
	list-style: none;
}

#nav li {
	display: inline;
	float: left;
}

#nav li.selected 
{
	background: url(tan-nav-bkgd.jpg) no-repeat left top;
}

#nav a {
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	padding: 7px 10px;
	width: auto;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li.selected a {
	color: white;
	background: url(tan-nav-endcap.jpg) no-repeat right top;
	text-decoration: none;
}

#mainbody {
	width: 727px;
	background: #F7F7F7 url(stamped-metal-bkgd.png) repeat-y center top;
	clear: both;
	padding: 0px 30px 10px 43px;
	min-height: 476px;
	height: auto !important;	/* ie6 min-height hack */
	height: 476px;				/* ie6 */
}

#mainbody.home {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 0;				/* overrides regular mainbody */
	height: auto !important;	/* ie6 min-height hack */
	height: 0;					/* ie6 */
}

#redstripe {
	background: #A90000 url(stamped-red-bkgd.jpg) repeat-y center top;
	clear: both;
	float: left;
	height: 230px;
	width: 800px;
	overflow: visible;
}

#red-block {
	float: left;
	margin: 60px 0 0 -40px;
}

#seal {
	float: right;
	margin: -92px 4px 0 0;
	position: relative;
	z-index: 1;
}

#lock {
	float: left;
	margin: 65px 0 0 -20px;
	position: relative;
	z-index: 1;
    vertical-align: top;
    font-size: x-small;
}

#banner {
	display: block;
	float: left;
	padding: 20px 0 0 20px;
}

#heads {
	float: left;
	margin: 0 12px -8px 0;
}

#content {
	width: 500px;
	float: right;
}

#content-all {
	width: 730px;
	float: right;
}

.content-home {
	width: 240px;
	float: left;
	text-align: center;
}

.bord {
	border-right: 1px solid #BBBBBB;
}

.content-home h2 {
	margin-top: 8px;
	margin-bottom: 0;
	color: black;
}

.content-home h2 a:visited {
	color: #000000;
	text-decoration: none;
}

.content-home h2 a:link {
	color: #000000;
	text-decoration: none;
}

.content-home p {
	font-size: 0.9em;
	text-align:center;
	padding: 0 15px 0 20px;
	min-height: 90px;
}

#content.wide {
	width: 650px;
}


#downloadnow {
	padding-top: 20px;
	width: 500px;
	float: left;
	text-align: center;
}

#downloadnow a {
	color: white;
	text-decoration: none;
	line-height: 0.8;
	}

#downloadnow h2 {
	font-size: 2.0em;
	}

#downloadnow p {
	font-size: 0.8em;
	text-transform: uppercase;
	}
	
#downloadnow2 a {
	color: white;
	text-decoration: none;
	line-height: 0;
	}

#downloadnow2 h2 {
	font-size: 1.0em;
	}

#downloadnow2 p {
	font-size: 0.8em;
	text-transform: uppercase;
	}	
	
#SottoBanner {
	padding-top: 20px;
	width: 400px;
	float: left;
	text-align: center;
}

#SottoBanner a {
	color: white;
	text-decoration: none;
	line-height: 0;
	}

#SottoBanner h2 {
	font-size: 1.5em;
	}

#SottoBanner p {
	font-size: 0.8em;
	text-transform: uppercase;
	}	

#sidebar {
	width: 200px;
	margin: 0px;
	border: none;
	float: left;
	background: #E6E6E6 url(sidebar-top-corners.png) no-repeat left top;
}

	#sidebar .download {
		text-align: center;
	}
	
	#sidebar .download h2 {
		text-transform: uppercase;
		margin: 1em 0 .5em 0;
		color: #A90000;
	}
	
	#sidebar .download h4 {
		font-weight: bold;
		font-size: .917em;
		line-height: 1.46em;
	}
		
	#sidebar .download h4 a {
		color: black;
		text-decoration: none;
		border-bottom: 1px dotted;
	}
	
	#sidebar .download h4 a:hover {
		color:  #988147;
	}
	
	#sidebar .download ul {
		margin: 0 0 0 18px;
		font-weight: bold;
		margin-bottom: 18px;
		list-style: none;
		padding: 0;
	}
	
	#sidebar .download li {
		font-size: .917em;
		line-height: 1.637em;
	}
	
	#sidebar .download li a {
		text-decoration: none;
		color:  #333333;
	}
	
	#sidebar .download li a:hover {
		text-decoration: underline;
	}
	
	#sidebar .download ul {
		margin: 0 0 1em 0;
		font-weight: normal;
	}
	
	#sidebar .sublinks ul {
		font-size: .75em;
		line-height: 1.4em;
		color: #666666;
		display: block;
		text-align: center;
	}
	
	#sidebar .sublinks li {
		display:  inline;
		border-left: 1px solid #999999;
		padding: 0 5px;
		font-size: 1em;
	}
	
	#sidebar .sublinks li:first-child {
		border-left: none;
	}
	
	#sidebar .download .sublinks a {
		color: #666666;
		text-decoration: none;
		font-weight: normal;
	}

/* Sub-menu */

    .submenu {
    	margin: 15px;
		list-style: none;
		padding: 0px;
    }

	.submenu ul {
		margin: 0 0 0 18px;
		font-weight: bold;
		margin-bottom: 18px;
	}
	
	.submenu li {
		font-size: .917em;
		line-height: 1.637em;
	}
	
	.submenu li a {
		text-decoration: none;
		color:  #333333;
	}
	
	.submenu p {
		font-size: .9167em;
		line-height: 1.46em;
		margin: 18px;
	}
	
	.submenu li a:hover {
		text-decoration: underline;
	}
	
	.submenu li.selected {
		text-decoration: underline;
	}	
	
	.submenu li.selected  a {
		text-decoration: underline;
	}	
	
	.submenu ul ul {
		font-weight: normal;
		margin-bottom: 5px;
	}

.inline-icon {
	vertical-align: bottom;
}

/* Footer Utilities */

	#utilities {
		display: block;
		text-align: center;
		color: #666666;
		clear: both;
		font-size: .75em;
		line-height: 1.3em;
		margin: 12px;
	}
	
	#utilities p {
		float: left;
		line-height: 1.3em;
		margin: 0;
	}
	
	#utilities ul {
		float: left;
		float: right;
	    font-size: 9pt;
		margin-left: 36px;
		list-style: none;
		padding: 0;
	}
	
	#utilities li {
		border-left: 1px solid #AAAAAA;
		padding: 0 8px;
		float: left;
	}
	
	#utilities li:first-child {
		border-left: none;
		padding-left: 0;
	}
	
	#utilities a {
		color: #333333;
		text-decoration: none;
		display: block;
		float: left;
	}
	
	#utilities a:hover {
		border-bottom: 1px dotted;
	}
	
	#utilities img.langflag {
		float: right;
		margin: -1px 0 0 10px;
	}
	
	#utilities form {
		float: right;
	}
	
	#utilities form select {
		float: left;
		font-size: 1em;
		margin: -3px 0 0 5px;
	}


.clear {
	clear: both;
	height: 1px;
}

.hide {
	display: none;
}

/* generic positioning styles */

.rtjust {
	text-align: right;
   	padding-right: 4px;
}

.vatop {
    vertical-align: top;
}

.floatright {
	float: right; 
}


/* Warning */
.alert {
	color: Red;
	font-style: normal;
}

/* Pricing table. */
table.pricing {
	border: 1px #000000;
	border-style: solid none solid solid;
}

table.pricing td {
	border: 1px #000000;
	border-style: none solid solid none;
	padding: 0 6px 0 6px;
	vertical-align:middle;
	}

table.pricing td.caption {
	font-style: italic;
	border-style: solid solid solid none;
}

/* shopping cart table. */
table.cart {
	font-size: 0.9em;
}

table.cart td {
	border: 4px #F7F7F7;
	border-style: none none solid none;
	background-color: #eeeeee;
	padding: 5px;
	vertical-align: top;
}

table.cart td.caption {
	font-size: x-small;
	color: #988147; 
	background-color: #F7F7F7;
	padding: 0 4px;
}

table.cart td.summary {
	text-align: right;
	background-color: #F7F7F7;
	padding: 2px 5px;
}

table.cart td.totals {
	text-align: right;
	background-color: #F7F7F7;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 5px;
}


/* "sheet" order summary */
div.sheet {
	background: #FFFFFF url(tire-tracks.jpg) no-repeat right top;
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px #AAAAAA;
	border-style: solid;
}

table.sheet td {
	border: 4px #F7F7F7;
	border: 4px #FFFFFF;
	border-style: none none solid none;
	background-color: #F7F7F7;
	padding: 5px;
	vertical-align: top;
}

table.sheet td.caption {
	font-size: x-small;
	color: #988147; 
	background-color: #F7F7F7;
	background-color: #FFFFFF;
	padding: 0 4px;
}

table.sheet td.summary {
	text-align: right;
	background-color: #F7F7F7;
	background-color: #FFFFFF;
	padding: 2px 5px;
}

table.sheet td.totals {
	text-align: right;
	background-color: #F7F7F7;
	background-color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 5px;
}


/* generic table. */
table.std {
	border: 1px #999999;
	border-style: none solid solid none;
}

table.std td {
	border: 1px #999999;
	border-style: solid none none solid;
	background-color: #eeeeee;
	padding: 2px 4px 2px 4px;
	vertical-align: top;
}

table.std td.title {		/* Title cell. */
	background-color: #E6E6E6;
}

table.std td.dark {
	background-color: #E6E6E6;
	padding: 6px;
}

table.std td.leftjustify {
	padding-left: 4px;
	text-align: left;
}

table.std td.prompt {
	background-color: #99bbff;
	color: White;
	padding: 1px 1px 1px 4px;
}

table.std td.caption {
	background-color: #E6E6E6;
	padding: 1px;
}

table.std table td {		/* suppress borders on embedded tables */
	border-style: none;
}

/* simple chart, with delineated rows and columns (eg kb_tweaks.php) */
table.chart {
}

table.chart th {		/* column heading cell */
	padding: 1px 5px;
}

table.chart td {
	border: 2px #F8F8F8;
	border-style: none solid solid none;
	background-color: #E6E6E6;
	padding: 2px 4px;
	vertical-align: top;
}

table.chart table td {		/* suppress borders on embedded tables */
	border-style: none;
}

.groupbox {
	padding: 6px 12px;
	background-color: #EEEEEE;
	font-size: 0.9em;
}

.groupboxhead {
	line-height: 1.1;	/* keep spacing tight on multi-line titles */
	margin-bottom: 0.2em;
	background-color: #E6E6E6;
	color: #666666;
	padding: 4px 1px 4px 12px;
}

h3.groupboxhead {
    font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
}

.groupboxhead .title {
    font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	color: #333;
}

.groupboxhead .info {
	font-size: .84em;
	padding: 0 0 0 15px;
	color:  #666;
	float: left;
}

.groupboxhead .download {
	float: right;
	font-size: .9em;
	font-weight: bold;
	padding-right: 10px;
}

.groupform {
	padding: 6px 12px 6px 0;
}

.groupform table td {
	padding: 5px 5px 5px 0;
	vertical-align: top;
}

.groupform table td.caption {
	font-size: x-small;
	color: #988147;
	padding: 0;
}

.groupform table td.prompt {
	font-size: x-small;
	color: #988147;
	text-align: right;
    width: 90px;
    padding-right: 8px;
}

.groupformcaption {
	font-size: x-small;
	color: #988147;
	padding: 0;
}


.userquote {
	padding: 4px 6px;
	background-color: #E7E7C9;
}

.thumbnail {
	font-size: 0.9em;
	color: #988147;
	float: left;
	text-align: center;
	padding: 5px;
}

#screenshot {
	margin-left: -8px;
}

.gallerynav {
	float: right;
	margin-right: 50px;
}