/* @override 
	http://d2.foggynoggin.com/_styles/inside.css
	http://foggynoggin.com/_styles/inside.css
*/

#sidebar li,#sidebar p {
	font-family: "Trebuchet MS",Trebuchet,"Lucida Grande", Lucida, Verdana, sans-serif;
}

#sidebar {
	float: right;
	width: 284px;
	text-align:center;
	margin-left: 30px;
	margin-bottom: 50px;
	background: url(/_graphics/sidebarRpt.jpg) repeat-x;
}

#sidebarWrap {
	background:url(/_graphics/sidebarTop.png) no-repeat center top;
	padding-top:11px;
}

#sidebarContent {
	padding: 5px 0;
	background: url(/_graphics/sidebarBody.png) repeat-y center top;
}

#sidebarInner {
	padding: 0 20px 0;
	margin: 20px auto 0;
}

#sidebarBottom {
	background: url(/_graphics/sidebarBottom.png) no-repeat center bottom;
	height: 24px;
}

#sidebar .features {
	padding: 0 10px;
	margin-bottom: 45px;
}


#sidebar .features h3 {
	font-family: "Trebuchet MS",Trebuchet,"Lucida Grande", Lucida, Verdana, sans-serif;
	color:#333;
	text-shadow: 0 1px 1px #fff;
}

#sidebar li {
	display: block;
	text-align: left;
	margin:12px 0;
	background: url(/_graphics/checkmark.png) no-repeat left center;
	padding-left: 24px;
}

#sidebar a.try {
	display: block;
	height: 57px;
	width: 170px;
	margin: 18px auto;
	background: url(/_graphics/tryIt.png) no-repeat left center;
}

#sidebar a.try span {
	display: none;
}

#sidebar a.buy {
	display: block;
	height: 57px;
	width: 170px;
	margin: 18px auto;
	background: url(/_graphics/buyIt.png) no-repeat left center;
}

#sidebar a.buy span {
	display: none;
}

#main {
	margin-right: 330px;
	text-align: justify;
}
#main p {
	margin-bottom: 36px;
}
#main h3 {
	font-weight:bold;
	color: #666;	
}
.requirements {
	text-align: center;
	width: 210px;
	height: 210px;
	padding: 30px 10px 0;
	margin:40px auto -27px;
	background: url(/_graphics/requirementsBG.png) no-repeat center top;
}
#sidebar .requirements p {
	font-family: "Marker Felt",Chalkboard,"Comic Sans","Trebuchet MS",Trebuchet, sans-serif;
	color: #444;
	padding: 0 10px;
}
.requirements img {
	display: block;
	margin: 30px auto 0;
}
p.intro {
	color: #666; font-weight: bold;
}
#featureSet {
	width: 550px;
	margin-bottom: 25px;
}
.feature-list {
	margin: 15px 0 50px;
}
.feature-list li h4 {
	margin: 0 0 6px 45px;
}
.feature-list li .new {
	border: 1px solid;
	background:#777;
}

.feature-list li p {
	margin: 0 0 5px 45px;
	color: #666;
}
.feature-list li {
	clear: left;
	margin: 20px 0;
}
.feature-list li img {
	float: left;
}

.trial {
	width: 450px;
	margin: 20px auto;
	border: 4px double #dedede;
}
.trial p {
	margin: 5px 15px;
}
.trial h3 {
	margin: 10px;
}
.trial .controls {
	background: #dae3eb;
	padding: 12px 10px;
	margin-top: 5px;
	border-top: 1px solid #c5ced4;
	text-align:center;
	padding-left: 65px;
}
.trial .controls a {
	font-weight: bold;
	color: #333;
	text-shadow:0 1px 1px #fff;
	font-size: 1.5em;
	padding: 4px 0 5px 30px;
	margin-right: 60px;
}
.trial a.buy {
	background: url(/_graphics/buttonBuy.png) no-repeat left top;
}
.trial a.buy:hover {
	background-position: left -26px;
}
.trial a.try {
	background: url(/_graphics/buttonDownload.png) no-repeat left top;
}
.trial a.try:hover {
	background-position: left -26px;
}

.sidebarAddition {
	margin: 50px 0 10px;
	padding: 10px;
	text-align: left;
}
.sidebarAddition h3 {
	font-family: "Trebuchet MS",Trebuchet,"Lucida Grande", Lucida, Verdana, sans-serif;
	color:#333;
	text-shadow: 0 1px 1px #fff;
	text-align: center;
}

.textItem {
	height: 43px;
	background:no-repeat left center;
	margin-bottom: 10px;
}
.textItem span,.textItem a span {
	display: none;
}
#faqHeader a {
	display:block;
	background: url(/_graphics/textFAQ.png) no-repeat top left;
	width: 299px;
	height: 43px;
}
#faq {
	margin: 25px;
}
#faq h3 {
	color:#333;
}
.disc1 {
	background: url(/_graphics/disclosureOpen.png) no-repeat left center;
	padding-left: 20px;
}
.disc0 {
	background: url(/_graphics/disclosureClosed.png) no-repeat left center;
	padding-left: 20px;
}
#content-header, #content-header * {
	text-align:center;
}
.zip {
	height: 32px;
	background: url(../_graphics/zip.png) no-repeat left center;
	display: block;
	line-height:32px;
	padding-left: 37px;
}
.zip span {
	font-weight:bold;
}