/*
 	SCREEN STYLES
	
	Notes: 
	Asterisks (*) preceding a style attribute deliminate IE6 fixes
	Underscores (_) preceding a style attribute deliminate IE6 & 7 fixes
*/

/* @group GENERIC */

body {
	background: #edeae1;
}

body, input, select, textarea {
	font-family: Georgia, serif;
	color: #000;
}

a {
	color: #009eff;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

/* @end GENERIC */

/* @group FORMS */

/* @end FORMS */

/* @group STRUCTURE */

.container {
	width: 878px;
	margin: 0 auto;
}

/* @end STRUCTURE */

/* @group HEADER */

#header {
	background: url(../img/bg-banner-top.gif) bottom left repeat-x;
	overflow: hidden; /* Float-clearing fix */
	*zoom: 1; /* Float-clearing fix IE6 */
}

#header #logo-armchairware {
	margin: 10px 0;
	float: right;
}

#header #main-nav {
	float: left;
	margin: 32px 0 0 0;
}

#header #main-nav li {
	list-style: none;
	float: left;
	margin: 0;
	font-size: 1.4em;
	line-height: 1.2;
	padding-bottom: 15px;
}

#page-home #header #main-nav .lnk-home,
#page-support #header #main-nav .lnk-support,
#page-buy #header #main-nav .lnk-buy,
#page-about #header #main-nav .lnk-about {
	background: url(../img/bg-nav-on.gif) bottom center no-repeat;
}

#page-home #header #main-nav li.first {
	background-position: 40% 100%;
}

#header #main-nav li a {
	display: block;
	border-left: 1px solid #545351;
	color: #1c1c1c;
	padding: 0 10px;
	text-decoration: none;
}

#header #main-nav li a:hover {
	text-decoration: underline;
}

#header #main-nav li.first a {
	padding-left: 0;
	border-left: 0;
}
/* @end HEADER */

/* @group BANNER */

#banner {
	background: url(../img/bg-banner.jpg) center center repeat;
	border-bottom: 2px solid #e7e5de;
}

#banner .container {
	overflow: hidden; /* Float-clearing fix */
	*zoom: 1; /* Float-clearing fix IE6 */
}

#banner #logo-photato {
	display: block;
	margin-left: 10px;
	margin-bottom: 7px;
	margin-top: 14px;
}

/* IE 6 TRANSPARENT PNG FIX */
* html #banner #logo-photato img {
	behavior: url(iepngfix/iepngfix.htc);
}

#banner h1 {
	font-size: 3em;
	color: #333;
	font-weight: normal;
	margin-bottom: 0.9em;
	margin-left: 8px;
}

#page-home #banner #intro {
	float: left;
	margin-top: 10px;
}

#page-home #banner h1 {
	font-size: 2em;
	width: 205px;
	margin-bottom: 0.6em;
	margin-top: 1.2em;
}

#page-home #banner #details {
	float: right;
	width: 530px;
	background: url(../img/bg-tv.png) top left no-repeat;
}

* html #page-home #banner #details {
	background: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg-tv.png",sizingMethod="crop");
}

#page-home #banner #details .container {
	width: 250px;
	padding: 20px 20px 15px 20px;
	margin: 0 4px 35px 0;
	float: right;
	color: #fff;
	background: #1c1c1c url(../img/bg-home-banner-details.gif) bottom left no-repeat;
}

#page-home #banner #details .container h2 {
	color: #61c3ff;
	margin-right: 0;
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 0.3em;
}

#page-home #banner #details .container p {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.6;
}

#page-home #banner #details .container ul {
	margin: 0 0 0 13px;
	*margin-left: 16px;
}

#page-home #banner #details .container li {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	margin: 0 0 0.9em 0;
	color: #61c3ff;
}

#page-home #banner #details .container li strong {
	color: #fff;
	font-weight: normal;
}

#page-home #banner .action {
	margin-left: 4px;
}

#page-home #banner .action a {
	display: block;
	height: 53px;
	width: 243px;
	text-indent: -9999em;
	outline: none;
	background: url(../img/bg-download-home.png) top left no-repeat;
}

* html #page-home #banner .action a {
	cursor: pointer;
	background: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg-download-home.png",sizingMethod="crop");
}

/* @end BANNER */

/* @group PAGE BODY */

#page-body {
	background: url(../img/bg-page-body-top.png) top center no-repeat;
	padding-top: 26px;
	margin-top: -20px;
}

/* IE 6 TRANSPARENT PNG BACKGROUND FIX */
* html #page-body {
	background: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg-page-body-top.png",sizingMethod="crop");
}

#page-body .container {
	background: url(../img/bg-page-body.gif) top center repeat-y;
	overflow: hidden; /* Float-clearing fix */
	*zoom: 1; /* Float-clearing fix IE6 */
}

.tpl-single #page-body .container {
	background-image: url(../img/bg-page-body-single.gif);
}
	
/* @group CONTENT */

#content {
	width: 580px;
	float: left;
	padding-left: 20px;
}

.tpl-single #content {
	width: 840px;
}

#content ul,
#content ol {
	margin: 2em;
}

#content ol {
	margin-left: 2.5em;
}

#content dl {
	margin: 2em 0;
}

#content dt {
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1.7em;
}

#content dd {
	margin-bottom: 0.4em;
}

#content .screenshot {
	float: left;
	background: url(../img/bg-home-screenshot.gif) top left no-repeat;
	padding: 11px;
	margin: 1.7em 1em 0 -7px;
	display: block;
}

#content .screenshot.right {
	float: right;
	margin: 1.7em -7px 0 1em;
}

#content .opening {
	font-size: 1.4em;
}

#content h2,
#content h3,
#content h4 {
	color: #009eff;
	font-weight: normal;
}

#page-home h2 {
	font-size: 2em;
	color: #1c1c1c;
	margin-right: 250px;
}

#content h3 {
	font-size: 1.4em;
}

#page-home h3 {
	font-size: 1.7em;
	margin-top: 2em;
}

#page-home h3.first {
	margin-top: 0;
}

/* @group BOXOUT */

#content .boxout {
	height: 1%; /* Fix disappearing backgrounds on scroll in IE */
	background: #1c1c1c url(../img/bg-boxout-bottom.gif) bottom left no-repeat;
	color: #fff;
	width: 290px;
	margin: 0 17px 17px 0;
	float: left;
}

#content .boxout .inner-wrap {
	height: 1%; /* Fix disappearing backgrounds on scroll in IE */
	background: url(../img/bg-boxout-top.gif) top left no-repeat;
	padding: 12px 12px 5px 12px;
	overflow: hidden; /* Float-clearing fix */
	*zoom: 1; /* Float-clearing fix IE6 */
}

#content .boxout p {
	margin-right: 80px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
}

#content .boxout .action {
	min-height: 26px;
	height: 26px; /* Min-height fix for IE */
	background: url(../img/icon-arrow.gif) center right no-repeat;
	float: right;
	width: 70px;
	padding-right: 35px;
	text-align: right;
	margin: -35px 0 0 0;
}

#content .boxout .action a {
	text-decoration: none;
}

#content .boxout .action a:hover {
	text-decoration: underline;
}

/* @end BOXOUT */

/* @group PROMO */

#content .promo {
	height: 1%; /* Fix disappearing backgrounds on scroll in IE */
	background: #edeae1 url(../img/bg-promo-bottom.gif) bottom left no-repeat;
	overflow: hidden; /* Float-clearing fix */
	*zoom: 1; /* Float-clearing fix IE6 */
	margin-bottom: 2.5em;
}

.tpl-single #content .promo {
	background-image: url(../img/bg-promo-bottom-single.gif);
}

#content .promo .inner-wrap {
	height: 1%; /* Fix disappearing backgrounds on scroll in IE */
	background: url(../img/bg-promo-top.gif) top left no-repeat;
	padding: 15px 15px 4px 15px;
}

.tpl-single #content .promo .inner-wrap {
	background-image: url(../img/bg-promo-top-single.gif);
}

#content .promo img {
	float: right;
	margin: -30px 0 15px 19px;
}

/* @end PROMO */

/* @group QUOTES */

blockquote {
	height: 1%; /* Fix disappearing backgrounds on scroll in IE */
	clear: both;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	margin: 0 0 2.5em 0;
	padding: 10px 0 0 68px;
	*padding-top: 5px; /* Fix oversized IE6 padding...? */
	background: url(../img/bg-quote.gif) 7px 12px no-repeat;
}

blockquote p {
	color: #333333;
}

blockquote .quote {
	font-size: 1.4em;
	font-style: italic;
}

blockquote .quoter {
	font-style: italic;
}

blockquote .quoter cite {
	font-weight: bold;
}

/* @end QUOTES */

/* @end CONTENT */

/* @group SUB CONTENT */

#sub-content {
	width: 228px;
	float: right;
	padding-right: 14px;
}

#sub-content h4 {
	font-size: 1.6em;
	font-weight: normal;
}

#sub-content #sect-action-nav {
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #ADADAD;
	padding-bottom: 4px;
}

#sub-content #sect-action-nav li {
	list-style: none;
	margin: 0;
}

#sub-content #sect-action-nav .lnk-download {
	margin-bottom: 10px;
}

#sub-content #sect-action-nav .lnk-buy {
	padding-left: 5px;
	font-size: 1em;
	margin-bottom: 10px;
}

#sub-content #sect-action-nav .lnk-download a {
	display: block;
	height: 50px;
	width: 227px;
	text-indent: -9999em;
	outline: none;
	background: url(../img/bg-download.png) top left no-repeat;
}

* html #sub-content #sect-action-nav .lnk-download a {
	cursor: pointer;
	background: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg-download.png",sizingMethod="crop");
}

#sub-content #sect-action-nav .lnk-buy a {
	display: block;
	height: 86px;
	width: 217px;
	outline: none;
	background: url(../img/bg-buy.jpg) top left no-repeat;
	text-decoration: none;
}

#sub-content #sect-action-nav .lnk-buy a strong {
	position: absolute;
	top: 0;
	left: -9999em;
}

#sub-content #sect-action-nav .lnk-buy a br {
	display: none;
}

#sub-content #sect-action-nav .lnk-buy a em {
	font-style: normal;
	color: #343434;
	font-family: Verdana, sans-serif;
	display: block;
	padding: 35px 63px 0 16px;
}

/* @group LATEST NEWS */

#sub-content #sect-latest-news {
	border-bottom: 1px dashed #adadad;
	margin: 0 0 10px 0;
	padding: 0 6px 4px 6px;
}

#sub-content #sect-latest-news h4 {}
	
#sub-content #sect-latest-news dl {
	margin: 0;
}

#sub-content #sect-latest-news dt {
	margin: 0;
	text-transform: uppercase;
	font-size: 1em;
}

#sub-content #sect-latest-news dd {
	margin: 0 0 1em 0;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #edeae1;
}

/* @end LATEST NEWS */

/* @group SCREENSHOTS */

#sub-content #sect-screenshots {
	overflow: hidden; /* Float-clearing fix */
	*zoom: 1; /* Float-clearing fix IE6 */
}

#sub-content #sect-screenshots h4 {
	margin: 0 0 3px 6px;
}

#sub-content #sect-screenshots .screenshot {
	display: block;
	float: left;
	background: url(../img/bg-screenshot.gif) top left no-repeat;
	padding: 7px 6px 8px 8px;
}
	
/* @end SCREENSHOTS */

/* @end SUB CONTENT */

/* @end PAGE BODY */

/* @group FOOTER */

#footer {
	min-height: 141px;
	background: url(../img/bg-footer.jpg) bottom center no-repeat;
	font-family: Verdana, sans-serif;
}

#footer .container {
	overflow: hidden; /* Float-clearing fix */
	*zoom: 1; /* Float-clearing fix IE6 */
	background: url(../img/bg-page-body-bottom.gif) top left no-repeat;
}

#footer a {
	color: #333;
}

#footer ul {
	margin: 0 auto;
	overflow: hidden; /* Float-clearing fix */
	*zoom: 1; /* Float-clearing fix IE6 */
	padding: 129px 0 20px 0;
	width: 55.5em;
}

#footer ul li {
	float: left;
	list-style: none;
	margin: 0 8px 0 0;
	padding: 0 7px 0 0;
	border-right: 1px solid #333;
	color: #333;
	font-size: 1.1em;
}

#footer ul li.last {
	border: 0;
	margin-right: 0;
	padding-right: 0;
}

/* @end FOOTER */