@charset "utf-8";
html {
	overflow: -moz-scrollbars-vertical;
}
html {
	overflow-x: auto;
}
body {
	font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Verdana, Arial, sans-serif;
	font-size: .8em;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3A3A3A;
	background: #000 url(/images/background.gif) center top no-repeat;
}
#container {
	width: 72em;
	background: #F1F1F1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #2D435B url(/images/header_background_blue.png) repeat-x bottom;
	padding: .8em 1.5em;
	color: #FFF;
}
#header h1 {
	margin: 0;
	padding: 0;
	width: 245px;
	float: left;
}
#header h1 img {
	border: 0;
}
#header h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 25px 0 0 265px;
	color: #FFF;
}
#mainnav {
	background: #131313 url(/images/mainnav_background.png) repeat-x top;
	border-top: 1px solid #444;
}
#mainnav ul {
	margin: 0 0 0 2em;
	padding: 0;
	list-style: none;
	display: block;
}
#mainnav li {
	float: left;
	list-style: none;
}
#mainnav a {
	display: block;
	padding: .7em 1em;
	color: #FFF;
	text-decoration: none;
	font-size: 95%;
	white-space: nowrap;
	border-left: 1px solid #777;
	border-right: 1px solid #000;
}
#mainnav li.dropdown a {
	padding-right: 1em;
}
#mainnav li:first-child {
	border-left: 1px solid #000;
}
#mainnav li:last-child {
	border-right: 1px solid #777;
}
#mainnav a:hover, #mainnav a.hover {
	background: url(/images/header_bkgd_hover.jpg) repeat-x top;
}
#mainnav ul ul {
	position: absolute;
	margin: 0 0 0 1px;
	background: #333333;
	z-index: 1000;
	min-width: 8.5em;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}
#mainnav ul ul li {
	position: relative;
	float: none;
}
#mainnav ul li.dropdown ul li a {
	border: 0;
	padding: .5em 1.4em .5em;
	background: transparent;
}
#mainnav ul li.dropdown ul li:first-child {
	padding-top: .6em;
}
#mainnav ul li.dropdown ul li:last-child {
	padding-bottom: .6em;
}
#mainnav ul li.dropdown ul li a:hover {
	text-decoration: underline;
}
#mainnav ul ul li:first-child, #mainnav ul ul li:last-child {
	border: 0;
}
#mainnav span {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	padding: 0 0 0 0.3em;
	opacity: 0.5;
}
#mainContent {
	padding: 0 2em;
}
#mainContent h1 {
	margin-top: 0;
	padding-top: 1em;
	font-size: 1.7em;
}
#disclaimer p {
	font-size: 80%;
	text-align: center;
}
#footer { 
	background-color: #414141;
	color: #FFF;
	text-align: center;
	font-size: 85%;
}
#footer p {
	margin: 0;
	padding: .5em 0;
}
#footer a {
	color: #FFF;
}
#trial {
	width: 34%;
	margin-top: 1em;
}
#trial h3 {
	background: #4D5154 url(/images/trial_bkgd.jpg) repeat-x top;
	color: #FFF;
	text-align: center;
	text-shadow: #222 1px 1px 1px;
	margin: 0;
	padding: .5em;
	border: 1px solid #777;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
#trial #trialContent {
	padding: 1em;
	border: 1px solid #BBB;
	background: #FFF;
	border-top: 0;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#trial ul {
	display: block;
	margin: 0;
	padding: 0 0 0 1em;
}
#trial button {
	font-size: 1.2em;
}
#quote {
	border: 1px solid #BBB;
	margin-top: 2em;
	padding: 0 1em;
	background: #FFF url(/images/punchbowl_logo.gif) bottom right no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#quote p {
	font-size: 85%;
}
p.credit, #quote p.credit {
	font-weight: bold;
	color: #2B4D71;
	text-align: right;
}
p.credit span {
	font-weight: normal;
	color: #666;
}
#testimonials {
	width: 35%;
	float: right;
	border-left: 1px solid #CCC;
	padding-left: 1em;
	font-size: 90%;
}
p.readMore {
	text-align: right;
	font-size: 80%;
	margin-top: .5em;
}

#pricing {
	margin-left: 2em;
}

a.showLink {
	color: #2B4D71;
	font-weight: bold;
}
.more {
	margin-left: 2.8em;
}

#CommentForm label {
	display: block;
	font-weight: bold;
	margin-bottom: .2em;
}
#CommentForm input,#CommentForm  textarea {
	width: 25em;
}
#CommentForm textarea {
	width: 25.7em;
	height: 7em;
}
#CommentForm input.submitBut {
	width: auto;
}
#signup fieldset {
	padding: 1em 1em .5em;
	margin: 1em 0;
}
#signup fieldset legend {
	font-size: 1.1em;
	color: #2B4D71;
	font-weight: bold;
}
#signup label {
	display: block;
	width: 14em;
	font-weight: bold;
	float: left;
}
#signup span.help {
	font-size: .8em;
	margin-left: .5em;
	color: #6E6E6E;
}
form p {
	margin: .5em 0;
}
label span {
	font-weight: normal;
	font-size: 85%;
}
button:focus, .button:focus {
	-moz-box-shadow: 0 0 3px 2px #888888;
	-o-box-shadow: 0 0 3px 2px #888888;
	-icab-box-shadow: 0 0 3px 2px #888888;
	-khtml-box-shadow: 0 0 3px 2px #888888;
	-webkit-box-shadow: 0 0 3px 2px #888888;
}
button:active, .button:active {
	background-color: #000000;
	background-image: none;
	color: #FFFFFF;
}
button:focus, .button:focus, button:hover, .button:hover {
	background-image: url(/images/button_background_hover.png);
	color: #FFFFFF;
}
button, .button {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #1E1E1E url(/images/button_background.png) repeat-x scroll 0 0;
	border: 1px solid #000000;
	color: #F0F0F0;
	overflow: visible;
	padding: 0.25em 0.8em 0.3em;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	width: auto;
}
p.error {
	font-weight: bold;
	color: #A90101;
	margin: .5em 0;
}

h2 {
	font-size: 1.3em;
	color: #2B4D71;
	font-weight: normal;
}
h3 {
	margin-top: 1em;
	font-size: 1.2em;
	color: #2B4D71;
	font-weight: normal;
}
hr {
	background-color: #FFFFFF;
	border-style: none none dotted;
	border-width: medium medium 2px;
	color: #E0E0E0;
	height: 1px;
	margin: 1.5em 0;
}
#release h2 {
	margin-top: 1.5em;
	padding-bottom: .2em;
	border-bottom: 1px solid #DDD;
	font-weight: bold;
}
#release h2 span {
	font-weight: normal;
}
.lftCol {
	width: 52%;
	float: left;
}
#mainContent img {
	border: 1px solid #E2E2E2;
}
.actionBox {
	width: 48%;
	background-color: #FFF;
	border: 1px solid #E2E2E2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 1em 0;
	height: 15.2em;
	margin-top: 2em;
}
.actionBox h3 {
	color: #2A435E;
	border-bottom: 1px solid #E2E2E2;
	margin-top: 0;
	padding: 0 1em .9em;
}
.actionBox p {
	margin: 1.2em;
}
#try {
	float: left;
}
#buy {
	float: right;
}
p.txtCtr {
	text-align: center;
	margin: 1.8em 1.2em 1em;
}
a.tryBtn, a.buyBtn {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	padding: 0.25em 0.8em 0.3em;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
a.tryBtn {	
	background: #1E5D87 url(/images/tryBtn_bkgd.jpg) repeat-x top;
	border: 1px solid #1E5D87;
}
a.buyBtn {	
	background: #5C7A10 url(/images/buyBtn_bkgd.jpg) repeat-x top;
	border: 1px solid #5C7A10;
}

dl {
	margin: 0;
}
dt {
	font-weight: bold;
	margin-bottom: .2em;
}
dd {
	margin-bottom: .5em;
}
p {
	line-height: 1.3em;
}

#mainContent ul li {
	margin-bottom: 1em;
}
#mainContent ul ul {
	margin-top: 1em;
}

table {
	border-collapse: collapse;
}
table td, table th {
	padding: .4em .6em;
	border: 1px solid #AAA;
	text-align: center;
}
table th {
	border: 1px solid #666;
	background: #4D5154 url(/images/trial_bkgd.jpg) repeat-x top;
	color: #FFF;
	text-shadow: #222 1px 1px 1px;
}
table td.txtLft {
	text-align: left;
}
img.center {
	display: block;
	margin: 0 auto;
}
.col1 {
	width: 48%;
	float: left;
}
.col2 {
	width: 48%;
	float: right;
}
div.indent {
	margin-left: 3em;
}

.fltlft {
	float: left;
}
.fltrt {
	float: right;
}
.clearFlt {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 1px;
}