/* Web site */

* { margin: 0; padding: 0; }
a img { border: 0; background: transparent; }
fieldset { border: 0; }

/* body styles */

body { 
	font-family: Arial, Helvetica, sans-serif;
	color: #000; 
	font-size: 76%;
	text-align: center;
	/*background: #FC1400 url(images/BKtile.jpg) repeat-x scroll 0 0;*/
	background: #ED1B24 url(images/BKtile.jpg) repeat-x scroll 0 0;
	margin: 0; 
	padding: 0;
}
table {
	margin-bottom: 3em;
	border-collapse: collapse;
}
td {
	vertical-align: top;
	/*padding: 0.5em 0.5em 0.5em 0;*/
}
#formresults td {
	padding: 0.5em;
}

/* wrap*/

#wrap {
	background: url(images/subbgtile.jpg) repeat-y scroll 0 0;
	margin: 0 auto;
	padding: 0;
	width: 959px;
}
#innerwrap {
	background: url(images/subpagebg.jpg) no-repeat scroll 0 0;
	margin: 0 auto;
	padding: 0;
	width: 959px;
	/*height: 700px;*/
}
#mainwrap {
	background: url(images/homebg.jpg) no-repeat scroll 0 0;
	margin: 0 auto;
	padding: 0;
	width: 959px;
}

/* header */
#header_print { display: none; }

#header {
	text-align: left;
	padding: 0; 
	margin: 0;
	height: 80px;
	position: relative;
	z-index: 1000;
}
#logosub {
	float: left;
	position: absolute;
	top: 7px;
	left: 30px;
}
#searchboxsub {
	float: right;
	width: 500px;
	text-align: right;
	margin: 7px 12px 0 0;
}

/* content */

#content {
	padding: 0; 
	margin: 0 auto;
	width: 899px;
	/*height: 620px;*/
	text-align: left;
	clear: both;
	z-index: 500;
}
#contentwrap {
	margin: 0 18px 0 36px; 
	color: #666;
}
#contentwrap h1 {
	color: #CC0032;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0;
	word-spacing: 2px;
	line-height: 32px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
}
#contentwrap h2 {
	color: #CC0032;
	font-size: 16px;
	font-weight: normal;
	margin: 5px 0 10px 0;
	padding: 0;
	word-spacing: 2px;
}
#contentwrap p {
	/*margin-bottom: 10px;*/
	clear: both;
}
#contentwrap a:link { 
	color: #CC0032;
	text-decoration: none;
}
#contentwrap a:visited { 
	color: #CC0032;
	text-decoration: none;
}
#contentwrap a:hover { 
	color: #999;
	text-decoration: none;
}
#contentwrap a:active { 
	color: #CC0032;
	text-decoration: none;
}

#contentsection { 
	margin: 26px 18px 0 36px;
	color: #666;
	padding: 0 0 2em 0;
}

#contentsection h1 {
	color: #CC0032;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0;
	word-spacing: 2px;
	line-height: 32px;
}
#contentsection h2 {
	color: #CC0032;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0;
	word-spacing: 2px;
}
#contentsection p { 
	margin: 0 0 1em 0;
}
#contentsection ul { 
	margin: 0 1em 1em 2em;
}
#contentsection a:link { 
	color: #CC0032;
	text-decoration: none;
}
#contentsection a:visited { 
	color: #CC0032;
	text-decoration: none;
}
#contentsection a:hover { 
	color: #999;
	text-decoration: none;
}
#contentsection a:active { 
	color: #CC0032;
	text-decoration: none;
}
#contentsection table table td {padding: 0.5em;}
#contentsection table table table td {padding: 0.5em;}

#gallerycomp {
	margin: 0; 
}
#gallerycomp h1 {
	color: #CC0032;
	font-size: 20px;
	font-weight: normal;
	margin: 20px 18px 0 36px;
	word-spacing: 2px;
	line-height: 32px;
	padding-bottom: 10px;
}
#gallerycomp h2 {
	color: #CC0032;
	font-size: 16px;
	font-weight: normal;
	margin: 5px 18px 0 36px;
	word-spacing: 2px;
	border-top: 1px solid #EEE;
	padding-top: 5px;
	clear: left;
}
.galleryitem { 
	float: left;
	background: url(images/boxshadow.jpg) no-repeat scroll 0 0;
	padding: 14px 10px 0 27px;
	margin-left: 8px;
	margin-bottom: 15px;
}
.galleryitem img { 
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}
.galleryitem p {
	color: #999;
	font-size: 10px;
	margin-bottom: 6px;
	clear: left;
}
.draggy {
	color: #CC0032;
	border: 1px solid #CCC;
	padding: 1px 3px;
	width: 175px;
	float: left;
	margin-left: 34px;
	margin-bottom: 16px;
	background-color: white;
	cursor: pointer;
}
.draggy_grayed {
	color: #999;
	background: #eee;
	border: 1px solid #CCC;
	padding: 1px 3px;
	width: 175px;
	float: left;
	margin-left: 34px;
	margin-bottom: 16px;
}
.drop { 
	float: left;
	background: url(images/boxshadow.jpg) no-repeat scroll 0 0;
	padding: 14px 0 0 27px;
	margin-left: 8px;
	margin-bottom: 15px;
	width: 254px;
}
.drop h1 { 
	color: #CC0032;
	font-size: 12px;
	font-weight: normal;
	margin-left: 8px;
}
.drop img { 
	float: left;
	margin-right: -2px;
	margin-bottom: 20px;
}
.drop p {
	color: #999;
	font-size: 10px;
	margin-bottom: 6px;
	padding: 5px 8px;
}
.drop a:link { 
	color: #CC0032;
	text-decoration: none;
}
.drop a:visited { 
	color: #CC0032;
	text-decoration: none;
}
.drop a:hover { 
	color: #999;
	text-decoration: none;
}
.drop a:active { 
	color: #CC0032;
	text-decoration: none;
}
.droptext { 
	width: 160px; float: left;
}
.droptexthead { 
	background-color: #F8F6F7; height: 73px;
}
.droptext-h1 { 
	margin-bottom: 5px; display: block; color: #CC0032; font-size: 12px;
}
.droptext-h2 { 
	text-transform: uppercase;
}
.droptextbg { 
	background-color: #F8F6F7;
}

.download { 
	float: left;
	background: url(images/boxshadow.jpg) no-repeat scroll 0 0;
	padding: 14px 10px 0 27px;
	margin-left: 8px;
	/*margin-bottom: 15px;*/
}
.download img { 
	float: left;
	margin-right: -2px;
	margin-bottom: 20px;
}
.download p {
	color: #666;
	font-size: 10px;
	margin-bottom: 6px;
	padding: 5px 8px;
}
.dltext { 
	width: 280px; float: left; /*background-color: #F8F6F7;*/
}
.dltext h1 { 
	margin: 15px 0 -10px 0; padding: 5px 8px; color: #CC0032; font-size: 12px; font-weight: normal;
}

#projectdesign {
	margin: 0 18px 0 36px;
	color: #666;
	font-size: 11px;
	padding-bottom: 2em;
}
#projectleft {
	width: 362px; float: left;
}
#projectright {
	float: right; width: 400px; margin-right: 20px;
}
.projectimg {
	width: 362px; border: 1px solid #EEE; padding: 20px 0; text-align: center; 
}
.projecttext {
	width: 380px; margin-left:20px; margin-right: 20px;
}
#pdleft {
	width: 362px; border: 1px solid #EEE; padding: 20px 0; text-align: center; float: left;
}
#pdright {
	float: right; width: 400px; margin-right: 20px;
}
#projectdesign h1 {
	color: #CC0032;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0 10px 0;
	word-spacing: 2px;
	line-height: 1.3em;
}
#projectdesign h2 {
	color: #CC0032;
	font-size: 16px;
	font-weight: normal;
	margin: 5px 0 3px 0;
	word-spacing: 2px;
}
#projectdesign p {
	margin-bottom: 10px;
}
#projectdesign ul, #projectdesign ol {
	margin: 0 0 10px 30px;
}
#projectdesign li {
	margin-bottom: 3px;
}
#projectdesign a:link { 
	color: #CC0032;
	text-decoration: none;
}
#projectdesign a:visited { 
	color: #CC0032;
	text-decoration: none;
}
#projectdesign a:hover { 
	color: #999;
	text-decoration: none;
}
#projectdesign a:active { 
	color: #CC0032;
	text-decoration: none;
}

#subheadwrap {
	padding: 0 18px 0 30px; 
	margin: 0;
	background: url(images/subheadshadow.jpg) no-repeat scroll 0 0;
	margin-left: 6px;
}
#subhead {
	padding: 0; 
	margin: 0;
	height: 86px;
	border-bottom: 1px solid #EEE;
	position: relative;
}
#subhead img { float:right; margin-top:20px; }

#subheadnoline {
	padding: 0; 
	margin: 0;
	height: 86px;
}
#subhead h1, #subheadnoline h1 {
	color: #CC0032;
	font-size: 28px;
	font-weight: normal;
	/*margin: 0 0 5px 0;*/
	line-height: 38px;
}
#subhead p, #subheadnoline p {
	color: #666;
	font-size: 11px;
	line-height: 14px;
	/*width: 590px;*/
	margin-bottom: 4px;
}
#subhead a:link, #subheadnoline a:link { 
	color: #CC0032;
	text-decoration: none;
}
#subhead a:visited, #subheadnoline a:visited { 
	color: #CC0032;
	text-decoration: none;
}
#subhead a:hover, #subheadnoline a:hover { 
	color: #999;
	text-decoration: none;
}
#subhead a:active, #subheadnoline a:active { 
	color: #CC0032;
	text-decoration: none;
}
#sectionheadwrap {
	padding: 0 18px 0 30px; 
	margin: 0;
	background: url(images/sectionheadshadow.jpg) no-repeat scroll 0 0;
	margin-left: 6px;
}
#sectionheadwrap2 {
	padding: 0 18px 0 30px; 
	margin: 0;
	background: url(images/sectionheadshadow2.jpg) no-repeat scroll 0 0;
	margin-left: 6px;
}
#sectionhead {
	padding: 0; 
	margin: 0;
	height: 171px;
	border-bottom: 1px solid #EEE;
}
#sectionhead2 {
	padding: 0; 
	margin: 0;
	border-bottom: 1px solid #EEE;
}
#sectionhead h1 {
	color: #CC0032;
	font-weight: normal;
}
#sectionhead h2 {
	color: #CC0032;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 5px 0;
	word-spacing: 2px;
	line-height: 32px;
}
#sectionhead h3 {
	color: #CC0032;
	font-size: 16px;
	font-weight: normal;
	margin: 9px 0 5px 0;
	word-spacing: 2px;
}
#sectionhead h4 {
	color: #CC0032;
	font-weight: normal;
	padding-top: 15px;
}
#sectionhead p {
	color: #999;
	font-size: 10px;
	line-height: 17px;
	margin-bottom: 10px;
}
#sectionhead2 p {
	color: #999;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 15px;
}
#sectionhead a:link { 
	color: #CC0032;
	text-decoration: none;
}
#sectionhead a:visited { 
	color: #CC0032;
	text-decoration: none;
}
#sectionhead a:hover { 
	color: #999;
	text-decoration: none;
}
#sectionhead a:active { 
	color: #CC0032;
	text-decoration: none;
}
#rt-col { 
	float: right;
	width: 340px;
	margin-left: 20px;
}
#md-col { 
	float: right;
	background: url(images/productshadow.jpg) no-repeat scroll top right;
	padding-right: 40px;
	height: 171px;
}
.model-link { 
	position: relative;
	top: 76px;
}
#subsection { 
	padding: 26px 0 0 8px; 
	margin: 0;
}
.sshead { 
	color: #CC0032; font-size: 20px; font-weight: normal; margin: 0 18px 10px 26px; word-spacing: 2px;
}
.itemsub { 
	float: left;
	width: 260px;
	height: 136px;
	background: url(images/boxshadow.jpg) no-repeat scroll 0 0;
	padding: 14px 10px 0 27px; 
}
.itemsub img { 
	float: left;
	margin-right: 15px;
}
.itembutton img { 
	float: none;
	margin: 0;
	vertical-align: middle;
}
.arrowbutton { 
	vertical-align: middle;
}
.itemsub h1 { 
	color: #CC0032;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: -2px;
}
.itemsub p {
	color: #999;
	font-size: 10px;
	margin-bottom: 6px;
}
.itemsub a:link { 
	color: #999;
	text-decoration: none;
}
.itemsub a:visited { 
	color: #999;
	text-decoration: none;
}
.itemsub a:hover { 
	color: #CC0032;
	text-decoration: none;
}
.itemsub a:active { 
	color: #CC0032;
	text-decoration: none;
}
.itemsub2 { 
	float: left;
	width: 255px;
	height: 136px;
	background: url(images/boxshadow.jpg) no-repeat scroll 0 0;
	padding: 14px 10px 0 27px; 
}
.itemsub2 img { 
	float: left;
	margin-right: 15px;
}
.itemsub2 h1 { 
	color: #CC0032;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: -2px;
}
.itemsub2 p {
	color: #999;
	font-size: 10px;
	margin-bottom: 6px;
}
.itemsub2 a:link { 
	color: #999;
	text-decoration: none;
}
.itemsub2 a:visited { 
	color: #999;
	text-decoration: none;
}
.itemsub2 a:hover { 
	color: #CC0032;
	text-decoration: none;
}
.itemsub2 a:active { 
	color: #CC0032;
	text-decoration: none;
}
.pulldownsub {
	color: #CC0032;
	font-weight: bold;
	font-size: 10px;
	width: 152px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 2px;
}
.pulldownsubmain {
	color: #CC0032;
	font-weight: bold;
	font-size: 10px;
	width: 400px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 2px;
}
.pulldownproject {
	color: #CC0032;
	font-weight: bold;
	font-size: 10px;
	width: 262px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 2px;
	margin-right: 10px;
}
#myprofile {
	padding: 15px 0 0 8px;
}
#mystory {
	border-bottom: 1px solid #EEE; margin: 0 18px 10px 28px;
}
#mystory h1 {
	color: #CC0032; font-size: 20px; font-weight: normal; margin: 0 0 10px 0; word-spacing: 2px;
}
#mystory p {
	color: #999; font-size: 12px; line-height: 17px;	margin-bottom: 10px;
}
#mycol1 {
	float: left;
}
#mycol1 h1, #mycol2 h1 {
	color: #CC0032; font-size: 20px; font-weight: normal; margin: 0 0 10px 28px; word-spacing: 2px;
}
#mycol2 {
	float: right;
}
#panel {
	margin: 2em 18px 0 36px;
	width: 851px;
}
#panel table {
	color: #666;
}
#panel th {
	font-weight: normal;
	text-align: left;
	padding: 1px 0;
	font-size: 12px;
}
#panel td {
	padding: 1px 1em 1px 11px;
	font-size: 12px;
}
#panel tr.head1 {
	background-color: #CC0032; color: #EBEBEB;
}
#panel tr.head2 {
	background-color: #EBEBEB; color: #CC0032;
}
#panel tr.head3 {
	color: #000;
}
#panel table tr.head1 th.forum {
	width: 540px;
}
#panel table tr head1 th.topic
{
	width: 450px;
}
#panel table tr.head1 th.posts,
#panel table tr.head1 th.notes {
	width: 72px;
	text-align: center;
}
#panel table tr.head1 th.last {
	width: 155px;
	text-align: center;
}
#panel a:link { 
	color: #000;
	text-decoration: none;
}
#panel a:visited { 
	color: #000;
	text-decoration: none;
}
#panel a:hover { 
	color: #CC0032;
	text-decoration: none;
}
#panel a:active { 
	color: #000;
	text-decoration: none;
}

#store {
	margin: 2em 18px 1em 36px;
	width: 851px;
}
#store td {
	padding: 0.5em 1em 0.5em 11px;
	font-size: 12px;
	border-bottom: 1px solid #CCC;
	color: #666;
}
#store h1 {
	color: #CC0032;
	font-size: 12px;
	font-weight: normal;
}
#store td.image {
	width: 90px;
}
#store td.desc {
	width: 401px;
}
#store td.price {
	width: 150px;
	text-align: center;
	paddin-top: 1em;
}
#store td.add {
	width: 150px;
}
#store a:link { 
	color: #000;
	text-decoration: none;
}
#store a:visited { 
	color: #000;
	text-decoration: none;
}
#store a:hover { 
	color: #CC0032;
	text-decoration: none;
}
#store a:active { 
	color: #000;
	text-decoration: none;
}

#prodinfowrap {
	background: url(images/detailheadshadow.jpg) no-repeat scroll 0 0;
	padding: 0 18px 0 30px;
	margin: 1em 0 0 6px;
	width: 600px;
}
#prodinfo {padding: 0; margin: 0; height: 350px; border-bottom: 1px solid #EEE; color: #666;}
#prodinfo img {float: left; margin-right: 1em;}
#prodinfo p {margin: 1em 0; line-height: 2em; padding-top: 1em;}
#prodinfo a:link { 
	color: #CC0032;
	text-decoration: none;
}
#prodinfo a:visited { 
	color: #CC0032;
	text-decoration: none;
}
#prodinfo a:hover { 
	color: #999;
	text-decoration: none;
}
#prodinfo a:active { 
	color: #CC0032;
	text-decoration: none;
}

/* subnav */

#subnav1, #subnav2 {
	padding: 0; 
	margin: 0;
	height: 27px;
	width: 685px;
	float: right;
	position: relative;
}
#subnav1 {
	background: url(images/subnavbg.jpg) no-repeat scroll 0 0;
}
#subnav1 ul, #subnav2 ul {
	margin-left: 14px;
	padding-top: 6px;
}
#subnav1 li {
	display: inline;
	list-style-type: none;
	margin-right: 3px;
	color: #CC0032;
	font-size: 14px;
}
#subnav2 li {
	display: inline;
	list-style-type: none;
	margin-right: 6px;
	color: #999;
	font-size: 12px;
}
#subnav1 a:link { 
	color: #CC0032;
	text-decoration: none;
}
#subnav1 a:visited { 
	color: #CC0032;
	text-decoration: none;
}
#subnav1 a:hover { 
	color: #999;
	text-decoration: none;
}
#subnav1 a:active { 
	color: #CC0032;
	text-decoration: none;
}
#subnav2 a:link { 
	color: #999;
	text-decoration: none;
}
#subnav2 a:visited { 
	color: #999;
	text-decoration: none;
}
#subnav2 a:hover { 
	color: #CC0032;
	text-decoration: none;
}
#subnav2 a:active { 
	color: #999;
	text-decoration: none;
}
.cartbuttonsub {
	position: absolute;
	right: 13px;
	margin-top: 4px;
}

/* mysingnav */

#mysingnav {
	width: 679px; height: 105px; position: absolute; top: -20px; left: 213px;
	background: url(images/mysingerbg.jpg) no-repeat scroll 0 0;
}
#mysingnav p {
	font-size: 12px;
	color: #999;
	position: absolute; top: 14px; left: 135px;
}
#mysingnav ul {
	position: absolute; top: 34px; left: 135px;
}
#mysingnav li {
	display: inline;
	list-style-type: none;
	margin-right: 6px;
	color: #FFF;
	font-size: 12px;
}
#mysingnav a:link { 
	color: #FFF;
	text-decoration: none;
}
#mysingnav a:visited { 
	color: #FFF;
	text-decoration: none;
}
#mysingnav a:hover { 
	color: #CCC;
	text-decoration: none;
}
#mysingnav a:active { 
	color: #FFF;
	text-decoration: none;
}

/* mainheader */

#mainheader {
	text-align: left;
	padding: 0; 
	margin: 0;
	height: 400px;
}
#topleft {
	padding: 0 0 0 28px; 
	margin: 0;
	height: 400px;
	float: left;
	width: 246px;
}
#sidebar { 
	margin-top: 16px;
}
#sidebar li {
	list-style-type: none;
	margin-bottom: 12px;
}
#sidenav { 
	margin: 18px 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	width: 182px;
	position: relative;
}
#sidenav a:link { 
	color: #999;
	text-decoration: none;
}
#sidenav a:visited { 
	color: #999;
	text-decoration: none;
}
#sidenav a:hover { 
	color: #CCC;
	text-decoration: none;
}
#sidenav a:active { 
	color: #999;
	text-decoration: none;
}
#findit {
	margin: 27px 0 0 10px;
	width: 206px;
}
.mainpulldown {
	color: #CC0032;
	font-weight: bold;
	font-size: 11px;
	width: 190px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 1.5em;
}
.searchbox {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 3px;
	font-size: 11px;
	width: 130px;
}
.faqbox {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 3px;
	font-size: 11px;
}
.cartbutton {
	position: absolute;
	right: 0;
	margin-top: 3px;
}
#topright {
	text-align: left;
	padding: 0; 
	margin: 0;
	height: 400px;
	float: right;
	width: 685px;
}

/* navbar */

#navbar {
	text-align: left;
	padding: 0; 
	margin: 0;
	height: 35px;
	width: 685px;
	background: url(images/navbarbg.jpg) no-repeat scroll 0 0;
}
#navbar ul {
	margin-left: 18px;
	padding-top: 11px;
}
#navbar li {
	display: inline;
	list-style-type: none;
	margin-right: 6px;
	color: #CC0032;
	font-size: 12px;
}
#navbar a:link { 
	color: #CC0032;
	text-decoration: none;
}
#navbar a:visited { 
	color: #CC0032;
	text-decoration: none;
}
#navbar a:hover { 
	color: #999;
	text-decoration: none;
}
#navbar a:active { 
	color: #CC0032;
	text-decoration: none;
}

/* flash */

#flash {
	text-align: left;
	padding: 0; 
	margin: 0;
	height: 365px;
	width: 685px;
}

/* maincontent */

#maincontent { 
	float: right;
	text-align: left;
	padding: 0;
	height: 260px;
}
#maincontent h2 { 
	margin-bottom: 2%;
	font-size: 120%;
	color: #600;
	letter-spacing: -0.01em;
}
#mysinger {
	padding: 0; 
	margin: 0;
	height: 260px;
	float: left;
	width: 425px;
	position: relative;
}
#signin {
	position: absolute;
	top: 0;
	left: 25px;
}
#spotlights {
	text-align: left;
	padding: 0; 
	margin: 0;
	height: 260px;
	float: right;
	width: 534px;
	position: relative;
}
#spotlights h1 {
	color: #CCC;
	font-weight: normal;
	line-height: 92px;
	font-size: 30px;
}
#spotlights h2 {
	color: #CC0032;
	font-weight: normal;
	line-height: 16px;
	font-size: 14px;
	margin-top: 8px;
}
#spotlight1, #spotlight2, #spotlight3, #spotlight4 {
	width: 226px;
	height: 101px;
}
#spotlight2, #spotlight3, #spotlight4 {
	padding: 0 4px 0 9px;
}
#spotlight1 {
	position: absolute;
	top: 48px;
	left: 5px;
	padding: 0 0 0 3px;
	width: 239px;
}
#spotlight2 {
	position: absolute;
	top: 48px;
	left: 248px;
}
#spotlight3 {
	position: absolute;
	top: 155px;
	left: 5px;
}
#spotlight4 {
	position: absolute;
	top: 155px;
	left: 248px;
}
.spotimg {
	float: right;
}
.spottitle {
	float: left;
	width: 88px;
	position: relative;
	height: 93px;
}
.spotlink {
	font-size: 11px;
	position: absolute;
	bottom: 0;
	background: url(images/arrow.jpg) no-repeat scroll right;
	width: 60px;
}
a:link.spotlink { 
	color: #777;
	text-decoration: none;
}
a:visited.spotlink { 
	color: #777;
	text-decoration: none;
}
a:hover.spotlink { 
	color: #CCC;
	text-decoration: none;
}
a:active.spotlink { 
	color: #777;
	text-decoration: none;
}

#leftcol { 
	float: left;
	width: 600px;
	margin-bottom: 10px;
}
#leftcol h2 {
	color: #CC0032;
	font-size: 16px;
	font-weight: normal;
	margin: 5px 0 10px 0;
	padding: 0;
	word-spacing: 2px;
}
#leftcol2 { 
	float: left;
	width: 592px;
	margin-bottom: 10px;
}
#rightcol { 
	float: right; 
	width: 220px; 
	margin-bottom: 10px;
}
#rightcol2 { 
	float: right;
	margin-bottom: 10px; 
}
#rightcol2 h1 { 
	color: #CC0032; font-size: 20px; font-weight: normal; margin: 0 0 10px 36px; word-spacing: 2px;
}
.divider { 
	border-bottom: 1px solid #EEE;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}
.qa {
	margin-bottom: 10px;
}
.q {
	background-color: #F8F6F7;
	color: #CC0032;
	margin-bottom: 3px;
	cursor: pointer;
}
.qtext {
	float: right;
	width: 96%;
	margin-top: 2px;
}

#recommendwrap {
	padding: 0 18px 0 30px; 
	margin: 20px 0 0 0;
	background: url(images/recshadow.jpg) no-repeat scroll 0 0;
	margin-left: 6px;
}
#recommend {
	padding: 0; 
	margin: 0;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
#recommend h1 {
	color: #CC0032;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0;
	word-spacing: 2px;
	line-height: 32px;
}
#recommend h2 {
	color: #CC0032;
	font-size: 16px;
	font-weight: normal;
	margin: 5px 0;
	word-spacing: 2px;
}
.optblock {
	width: 435px;
	margin: 0 0 20px 178px;
}
.optnum {
	float: left;
	color: #CCC;
	font-size: 42px;
}
.option {
	float: right;
}

.spacer136 {
	/*margin: 20px 0 20px 18px;*/
	margin: 20px 0 0 18px;
	height: 106px;
	padding-top: 30px;
	text-align: center;
}
.spacer210 {
	/*margin: 20px 0 20px 18px;*/
	margin: 20px 0 0 18px;
	height: 210px;
}
.spacer90 {
	clear: left;
	margin-left: 15px;
	height: 80px;
	padding-top: 10px
}

/* footer */

#footer {  
	clear: both;
	padding: 20px 28px 0 20px;
	height: 20px;
	text-align: left;
	color: #CCC;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	margin: 0 auto;
	width: 911px;
}
#footer[id] {  
	background: url(images/footerbg.png) no-repeat scroll 0 0;
}
#footer li {
	display: inline;
	margin-right: 5px;
}
#footer a:link { 
	color: #CCC;
	text-decoration: none;
}
#footer a:visited { 
	color: #CCC;
	text-decoration: none;
}
#footer a:hover { 
	color: #999;
	text-decoration: none;
}
#footer a:active { 
	color: #CCC;
	text-decoration: none;
}
#footernav {
	float: left;
}
#copyright {
	float: right;
}

/* misc styles */

.img-style-lt {
	float: left;
	padding-right: 5px;
}
.buttonimg {
	float: left;
	padding-right: 15px;
}
.buttonimg2 {
	margin-left: 8px;
}
.img-style-rt {
	float:right;
	padding-left: 5px;
}
.clearfix {
	clear:both;
	}
.wireframe {
	border: 1px solid black;
}
.fill {
	background-color: #F00;
}
sup {
	font-size: 70%;
}
.center {
	text-align: center;
	display: block;
}
.smalltext {
	font-size: 11px;
	color: #666;
	word-spacing: 0;
}
.smalltext2 {
	margin: 5px 0 -10px 0;
	font-size: 11px;
	color: #666;
}
.hlt {
	color: #CC0032;
}
.dropcap {
	color: #CC0032;
	font-size: 16px;
	margin-right: 3px;
	float: left;
}
.choosebtn {
	margin-right: 70px;
}

.fielderror { color: #c00; }
.required { color: #c00; }
table.form_table tr td { padding: 5px; }


.accessory
{
	border-top: 1px solid #ccc;
	margin: 1em 5px 0 0;
	padding: 5px;
}

.accessory_image
{
	float: left; padding-right: 20px;
}

.accessory_detail h2
{
	color: #c00;
}

.accessory_detail
{
	font-size: 85%;
}

.accessory_price
{
	float: right;
}

.accessory_note
{
	/*font-size: 85%;*/
}

#contentsection ol li, #contentsection ul li
{
	margin-left: 2em;
}

.title-red, .title-red A {
	color: #CC0032;
}

.retailer_list
{
	margin-left: 2em;
	padding-left: 0;
}

.retailer_list li
{
	color: #999;
	line-height: 1.5em;
	margin-left: 0;
	padding-left: 0;
}

.show_hide_projects
{
	border: 1px solid #ccc;
	padding: 2px;
	float: right;
}

#formresults td.project_grouping
{
	border-top: 1px solid #ccc;
	padding-top: 4px;
}

#formresults td.project_grouping h1
{
	margin: 0; padding: 0;
}

#formresults td.project_cell
{
	text-align: center;
	vertical-align: bottom;
	padding: 5px;
}

.bookimage { background-position:bottom right; background-repeat:no-repeat; margin:0px 0px 0px 0px; padding:0px;   }
.bookimage img { padding:4px; border:1px #999999 solid; background-color:#ffffff; }

#bookdesc { position:relative; }
#bookdesc ul { list-style:none; padding:0px; margin:0px 0px 0px -20px; }
#bookdesc li { padding: 0px 0px 5px 0px; margin:0px; }
#bookdesc a { text-decoration:none; }
.bookstatus { position:absolute; margin-left:95px; margin-top:90px;   }
.bookstatusdesc { padding-left:30px; vertical-align:middle;   }
