/* Page Styles */

body {
	padding: 0;
	margin: 0;
	font: 11px Verdana, sans-serif;
	line-height: 17px;
	background: #f4f4f4; /* url(images/bodybg.gif) top center repeat-y; */
	color: #555;
	text-align: center;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	margin-left: solid #555 2px;
	margin-right: solid #555 2px;
	padding: 4px;
}

/* General styles */

a {
	color: #009900;
 	text-decoration: underline;
	background: none;
}

a:hover {
	color: #006600;
 	background: none;
 	text-decoration: underline;
}

p {
	margin: 0;
	padding: 1px 0;
}

#content p {
	padding-top: 16px;
}

.column p {
	padding-top: 2px !important;
}

h4 {
	font-weight: bold;
 	font-size: 12px;
 	padding: 0px 0 4px 0px;
 	margin: 0 0 2px 0;
 	color: #444;
 	background: none;
 	border-bottom: 1px dashed #999;
}

ul {
	margin: 0;
    padding-left: 0 0 0 18px;
}

img {
	border: 0;
}

h2 {
	/* font: 30px 'Arial Narrow', Helvetica, Arial, sans-serif; */
	font: 30px Verdana, sans-serif;
 	margin: 12px;
}

h3 {
    margin-bottom: 0;
}

.pic {
	margin-top: 8px;
}

/* Top Info */

#header {
 	clear: both;
 	width: 900px;
 	height: 80px;
 	background: url(images/header.jpg) no-repeat;
	margin: 0;
}

#header h1 {
	font-size: 22px;
 	padding: 30px 0 0 60px;
 	margin: 0;
 	color: #444;
}

#header p {
	font-size: 0.9em;
 	color: #808080;
 	padding: 2px 0 0 60px;
}

#navigation {
	float: right;
 	width: 540px;
 	height: 60px;
 	margin: 15px 0 0 0;
}

#navigation p {
	width: 500px;
	margin: 0 2px 0 0;
 	padding: 0 8px 2px 0;
 	float: right;
 	text-align: right;
}

#navigation ul {
 	width: 540px;
 	float: right;
 	margin: 2px 0 0 0;
 	padding: 0;
 	text-align: right;
	list-style-type: none;
}

#navigation ul li {
 	display: inline;
 	border-right: solid black 1px;
 	padding: 1px 10px 1px 10px;
}

#navigation ul li.last {
 	border-right: none;
}

#navigation ul li a {
	color: #444;
 	text-decoration: none;
	height: 19px;
	background: none;
}

#navigation ul li a:hover {
 	color: #000;
 	text-decoration: underline;
}

/* Main Content */

#splash {
	width: 900px;
 	height: 192px;
 	margin: 5px 0 10px 0;
	padding: 25px 0 0 0; /* 540px 0 165px; */
	color: #fff;
	background: url(images/splash.png) no-repeat;
}

#splash h1 {
	width: 360px;
	max-width: 360px;
	padding-left: 200px;
	font: 24px 'Arial Narrow', Helvetica, Arial, sans-serif;
 	margin: 0;
}

#splash p {
	width: 360px;
	max-width: 360px;
	padding-left: 240px;
}

#splash a {
	color: #fff;
}

#content {
	width: 898px;
}

.column {
	float: left;
	width: 268px;
	margin: 0 6px 5px 0;
 	padding: 10px;
}

p.thumbnails {
 	text-align: center;
}

.thumbnails img {
	position: relative;
	padding: 1px;
	margin: 5px 6px 5px 6px;
	border: 2px solid #ccc;
	background: none;
}

.thumbnails img:hover {
	border: 2px solid #999;
 	background: none;
}

/* Bottom content */

#footer {
 	clear: both;
 	text-align: center;
 	line-height: 1.8em;
 	color: #444;
 	background: #fff;
 	padding: 14px 0;
}

#footer a {
	color: #631e19;
 	background: inherit;
}

#loginBoxLeft, #loginBoxRight {
	float: left;
	width: 49%;
}

#loginBox, #searchBox {
	padding: 8px;
}

#loginBox label, #searchBox label {
    text-align: left;
	font-weight: bold;
	width: 120px;
}

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2007 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 38 2007-10-26 04:10:06Z emartin24 $
 *
 */

/* Overlay */
#modalOverlay {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3000;
	background-color: #000;
	cursor: wait;
}

/* Container */
#modalContainer {
	position: fixed;
	top: 20%;
	left: 35%;
	width: 30%;

	z-index: 3100;
	background-color: #fff;
	border: 3px solid #ccc;
}

#modalContainer a.modalCloseImg {
	background: url(images/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -14px;
	right: 5px;
	cursor: pointer;
}

/* Rounded Corners */

.rnd_top, .rnd_bottom {display:block; background:#ffffff; font-size:1px;}
.rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {display:block; overflow:hidden;}
.rnd_b1, .rnd_b2, .rnd_b3 {height:1px;}
.rnd_b2, .rnd_b3, .rnd_b4 {background:#FFFFFF; border-left:1px solid #c5c5c5; border-right:1px solid #c5c5c5;}
.rnd_b1 {margin:0 5px; background:#c5c5c5;}
.rnd_b2 {margin:0 3px; border-width:0 2px;}
.rnd_b3 {margin:0 2px;}
.rnd_b4 {height:2px; margin:0 1px;}

.rnd_content {
	display:block;
	border: 0 solid #c5c5c5;
	border-width: 0 1px;
	padding: 4px;
	background:#FFFFFF;
	color:#000000;
}

label {
	width: 240px;
	clear: left;
	float: left;
	font-weight: bold;
}

input,select,textarea {
	border: solid #888 1px;
}

input:focus, textarea:focus, select:focus {
	border: solid #000 1px;
}

.formerror {
	font-size: .9em;
	color: #f00;
	font-weight: bold;
	padding-left: 4px;
}

div#live_preview {
	border: solid #ccc 1px;
	min-height: 100px;
}
li.purchased {
	text-decoration: line-through;
}

ul.itemlist {
	-moz-column-count: 2;
	column-count: 2;
}

.package_description {
	font-size: small;
	border-bottom: solid #ddd 1px;
}

.tickbox {
	text-align: center;
	border-bottom: solid #ddd 1px;
}

#promo_msg {
	display: block;
	/*border: solid #aa0000 1px;
	background-color: #fdd; */
	border: solid #daa520 1px;
	background-color: #f0e68c;
	padding: 7px;
	font-size: small;
}

#promo_msg div {
	font-weight: bold;
	font-size: large;
}

table.manage_index td {
	padding: 10px;
}

#features_table {
	width: 100%;
}

.thickbox img {
	border: none;
}

.question table.bar {
    width: 90%;
    left: 5%;
    padding-bottom: 1em;
}

.question table.bar .barColor {
    background-color: #D34141;
}

.question table.bar .barPercent {
    padding-left: 1em;
}

.question h2 {
    font-size: medium;
    font-weight: bold;
    color: #555;
}
.question table.bar caption.barAnswer {
    font-size: small;
    color: #555;
    text-align: left;
}
