body {
	background-image: url(images/background_mountains.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 36px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	font-family: arial, helvetica, verdana, sans-serif;
}

#header {
	width: 100%;
	height: 60px;
	margin-bottom: 8px;
}

img {
	border: 0px;
}

#header #login {
	float: right;
	background-image: url(images/white_20.png);
	padding: 0.5em;
	font-size: 0.65em;
	font-weight: bold;
	font-style: italic;
	white-space: nowrap;
	width: 16em;
}

#header #login form input {
	width: 7em;
	margin-left: 0.5em;
	font-size: 1.2em;
	float: right;
}

#header #login form br {
	clear: both;
}

#header #login form select {
	margin: 0px;
	float: right;
}

#header #login #logintext {
	color: #000;
}

#menu {
	width: 100%;
	height: 2.5em;
	padding-bottom: 6px;
	border-bottom: 6px solid rgb(0,0,0);
	font-size: 0.8em;
}

#menu a {
	text-transform: uppercase;
	font-weight: bold;
	padding: 0.5em;
	padding-right: 0.7em;
	padding-bottom: 0px;
	height: 100%;
	float: left;
	display: block;
	vertical-align: middle;
	text-decoration: none;
	line-height: 1.02;
	color: rgb(0,0,0);
}

#menu a:hover {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}

#menu a.on {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}

#maintext {
	padding-top: 1.5em;
}

#maintext #byline {
	font-size: 1.3em;
	padding-bottom: 1em;
}

#maintext li {
	padding-bottom: 0.5em;
}

#maintext form#contact table {
	margin-left: 2em;
	width: 70%;
}

#maintext form#contact table td {
	padding-left: 1em;
	vertical-align: top;
	width: 95%;
}

#maintext form#contact table th {
	text-align: left;
	font-weight: normal;
	font-style: italic;
	vertical-align: top;
	white-space: nowrap;
}

#maintext form#contact input {
	width: 8em;
}

#maintext form#contact textarea {
	width: 100%;
}

#maintext table.price {
	margin-bottom: 1em;
	margin-top: 1em;
}

#maintext table.price td {
	width: 33%;
	vertical-align: top;
	text-align: center;
	padding: 0.5em;
	line-height: 1em;
}

#maintext table.price .amount {
	font-size: 4em;
	font-weight: bold;
	letter-spacing: -0.075em;
	line-height: 1.2em;
	color: rgb(109,0,0);
}

#maintext table.price .dollarsign {
	font-size: 1em;
	vertical-align: 2em;
	font-weight: bold;
}

#maintext table.price .cents {
	font-size: 1em;
	vertical-align: super;
	font-weight: bold;
	vertical-align: top;
}

#maintext table.price td.price1 {
	background-color: rgb(202,198,237);
}

#maintext table.price td.price2 {
	background-color: rgb(214,210,251);
	width: 34%;
}

#maintext table.price td.price3 {
	background-color: rgb(238,238,238);
}

#maintext table.links {
	width: 100%;
	margin-top: 1em;
}

#maintext table.links td {
	width: 49%;
	text-align: center;
}

#maintext table.links td.or {
	width: 2%;
}

#maintext table.links a {
	text-decoration: none;
	font-weight: bold;
	font-size: 2em;
	font-size: 2em;
	color: rgb(0,0,200);
}

#maintext table.links a:hover {
	color: rgb(109,0,0);
}

#maintext table.screenshots {
	width: 80%;
}

#maintext table.screenshots td {
	vertical-align: top;
	padding: 0.5em;
	text-align: center;
}

#maintext table.screenshots td img {
	border: 1px solid rgb(100,100,100);
}

#maintext h5 {
	margin: 0em;
	margin-top: 1em;
	padding: 0.75em;
	width: 100%;
	background-color: rgb(255,200,200);
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}

#maintext h5 .emphasize {
	font-weight: bold;
}

#sidebar {
	width: 10em;
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

#sidebar a {
	text-decoration: none;
	font-weight: bold;
	color: rgb(0,0,200);
}

#sidebar img {
	text-align: center;
	padding-left: 9px;
}

#sidebar .box1 {
	background-color: rgb(212,202,166);
	font-size: 0.7em;
	padding: 0em;
}

#sidebar .box2 {
	background-color: rgb(166,163,195);
	font-size: 0.7em;
	padding: 0em;
}

#sidebar h2 {
	font-weight: bold;
	font-size: 2em;
	letter-spacing: -0.05em;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

#sidebar .box1 h1 {
	font-size: 1.5em;
	background-color: rgb(169,160,137);
	font-weight: bold;
	color: rgb(109,0,0);
	padding: 0.3em;
	margin: 0px;
}

#sidebar .box2 h1 {
	font-size: 1.5em;
	background-color: rgb(149,146,175);
	font-weight: bold;
	color: rgb(109,0,0);
	padding: 0.3em;
	margin: 0px;
}

#sidebar .boxtext {
	padding: 1em;
}

#sidebar form textarea {
	width: 100%;
	font-size: 0.75em;
	height: 3em;
	margin: 0px;
}

#footer {
	width: 100%;
	font-size: 0.7em;
	border-top: 1px solid rgb(100,100,100);
	color: rgb(100,100,100);
	padding-top: 3px;
	margin-top: 1em;
	clear: both;
}

#footer a {
	color: rgb(100,100,100);
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: rgb(109,0,0);
	text-decoration: underline;
}

#footer #links {
	float: right;
}

#footer #links a {
	padding-left: 0.5em;
}

#footer img {
	margin-top: 3px;
}

tr.theAddress {
	display: none;
}

.dw {
	font-weight: bold;
}

.minor {
	font-size: 0.8em;
}

.emphasize {
	font-style: italic;
}
