/* CSS Document */
* {
	margin: 0;
	padding: 0;
	z-index: 1;
		}
	
body {
	background-color: #FFF;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	font: 85% "Trebuchet MS", trebuchet, verdana, arial, sans-serif;
	}
	
img {
	border: 0;
	display: block;
	}
	
strong {
	font-weight: bold;
	}
	
.clear {
	clear: both;
	}

.center {
		text-align: center;
}
	
/* Index Page Structure */

table.main {
	background: #F7F7F7 url(../images/main/bg/right_bg.jpg) top right repeat-y;
	width: 762px;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}

table.main tr.mast {
	background: transparent url(../images/main/header/mast.jpg) left top no-repeat;
	height: 310px;
	vertical-align: top;
}

table.main td#left {
	background: #D3D2D2 url(../images/main/left/specials_bg.jpg) top left repeat-y;
	width: 185px;
	vertical-align: top;
}

table.main .left {
		margin-left: 5px;
}

table.main td#content {
	background: transparent url(../images/main/bg/musicpaper_bg.jpg) top left no-repeat;
	width: 100%;
	vertical-align: top;
}

table.main td#footer {
	background-color: #930000;
	vertical-align: middle;
}

table.main td#footer img {
	display: block;
	text-align: left;
	float: left;
}

table.main td#footer p {
	text-align: right;
	color: #FFF;
	margin: 6px;
}

table.main td#footer p a, table.main td#footer a:link, table.main td#footer a:hover, table.main td#footer a:visited {
	color: #fff;
	}


/* ----- MAST AREA ----- */

table.main h1 {
	background-image:url(../images/main/header/logo.gif);
	width: 167px;
	height: 85px;
	position: relative;
	top: 25px;
	left: 0px;
	text-indent: -9999px;
	text-decoration: none;
	}
	
table.main h1 a {
	width: 167px;
	height: 85px;
	display: block;
	}
	
ul.topnav {
	margin-top: -20px;
	margin-left: 170px;
	list-style: none;
}

ul.topnav li, ul.topnav li a, ul.topnav a:hover, ul.topnav a:visited {
	text-decoration: none;
	display: block;
	height: 23px;
	position: relative;
	text-indent: -9999px;
	}

ul.topnav li.contact a:link, li.contact a:visited {
	background: transparent url(../images/main/header/nav/contact.jpg) top left no-repeat;
	width: 84px;
	height: 23px;
}

ul.topnav li.contact a:hover {
	background: transparent url(../images/main/header/nav/contact_over.jpg) top left no-repeat;
	width: 84px;
}

ul.topnav li.account a:link, li.account a:visited {
	background: transparent url(../images/main/header/nav/your_account.jpg) top left no-repeat;
	width: 119px;
	height: 23px;
	top: -23px;
	margin-left: 87px;
}

ul.topnav li.account a:hover {
	background: transparent url(../images/main/header/nav/your_account_over.jpg) top left no-repeat;
	width: 119px;
}

ul.topnav li.cart a:link, li.cart a:visited {
	background: transparent url(../images/main/header/nav/shopping_cart.jpg) top left no-repeat;
	width: 119px;
	margin-left: 0px;
	top: -46px;
	margin-left: 203px;
}

ul.topnav li.cart a:hover {
	background: transparent url(../images/main/header/nav/shopping_cart_over.jpg) top left no-repeat;
	width: 119px;
}

ul.topnav li.talking a:link, li.talking a:visited {
	background: transparent url(../images/main/header/nav/talking.jpg) top left no-repeat;
	width: 145px;
	margin-left: 0px;
	top: -43px;
	margin-left: 209px;
}

ul.topnav li.talking a:hover {
	background: transparent url(../images/main/header/nav/talking_over.jpg) top left no-repeat;
	width: 145px;
}

/* ----- MAST EMAIL SUBSCRIPTION AREA ----- */

div.mastemailwrap {
	position: absolute;
	margin: 138px 0 0 7px;
	display: block;
}

div.mastemailwrap input {
		float: left;
		color: #867877;
		font-size: 10px;
		font-weight: bold;
		padding: 1px;
		margin: 10px 5px 0 0;
}

div.mastemailwrap .bgbar {	
		background-color: #F3F1F1;
		width: 200px;
}

div.mastemailwrap img {
		margin-top: 2px;
}


/* ----- TOP SECOND NAV ----- */

ul.topsecondnav {
	text-decoration: none;
	display: block;
	height: 23px;
	position: relative;
	text-indent: -9999px;
	list-style: none;
	margin: -23px 0 0 5px;
}

ul.topsecondnav li {

	}

ul.topsecondnav li a:link, ul.topsecondnav li a:hover, ul.topsecondnav li a:visited {
	background: transparent;
	float: left;
	text-indent: -9999px;
	color: #3C3C3C;
	height: 13px;
	text-decoration: none;
	display: block;
	position: relative;
	}
	
ul.topsecondnav li a:hover {
	background: transparent;
	text-decoration: none;
	height: 13px;
	}

ul.topsecondnav li.works a:link, ul.topsecondnav li.works a:visited {
	background: transparent url(../images/main/header/subnav/works.jpg) top left no-repeat;
	width: 134px;
}

ul.topsecondnav li.works a:hover {
	background: transparent url(../images/main/header/subnav/works_over.jpg) top left no-repeat;
	width: 134px;
}

ul.topsecondnav li.meet a:link, ul.topsecondnav li.meet a:visited {
	background: transparent url(../images/main/header/subnav/meet.jpg) top left no-repeat;
	width: 102px;
}

ul.topsecondnav li.meet a:hover {
	background: transparent url(../images/main/header/subnav/meet_over.jpg) top left no-repeat;
	width: 102px;
}

ul.topsecondnav li.guarantee a:link, ul.topsecondnav li.guarantee a:visited {
	background: transparent url(../images/main/header/subnav/guarantee.jpg) top left no-repeat;
	width: 96px;
}

ul.topsecondnav li.guarantee a:hover {
	background: transparent url(../images/main/header/subnav/guarantee_over.jpg) top left no-repeat;
	width: 96px;
}

ul.topsecondnav li.portfolio a:link, ul.topsecondnav li.portfolio a:visited {
	background: transparent url(../images/main/header/subnav/portfolio.jpg) top left no-repeat;
	width: 134px;
}

ul.topsecondnav li.portfolio a:hover {
	background: transparent url(../images/main/header/subnav/portfolio_over.jpg) top left no-repeat;
	width: 134px;
}
	
/* ----- LEFT NAVIGATION ----- */

dl.help {
	background: transparent url(../images/main/left/help_bg.jpg) top left repeat-y;
	padding-bottom: 10px;
	}
	
dl.lookingfor {
	background: transparent url(../images/main/left/lookingfor_bg.jpg) top left repeat-y;
	padding-bottom: 10px;
	}
	
dl.specials {
	background: transparent url(../images/main/left/specials_bg.jpg) top left repeat-y;
	}

dl.help dt {
	background: transparent url(../images/main/left/tab_help.jpg) top left no-repeat;
	width: 185px;
	height: 26px;
	text-indent: -9999px;
	text-decoration: none;
	display: block
	}
	
dl.lookingfor dt {
	background: transparent url(../images/main/left/tab_lookingfor.jpg) top left no-repeat;
	width: 185px;
	height: 25px;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	}
	
dl.specials dt {
	background: transparent url(../images/main/left/tab_specials.jpg) top left no-repeat;
	width: 185px;
	height: 26px;
	text-indent: -9999px;
	text-decoration: none;
	display: block
	}
	
dl.help dd, dl.help dd a:link, dl.help dd a:visited {
	background: transparent url(../images/main/left/help_underline.jpg) 0 0 no-repeat;
	margin-top: 7px;
	padding-bottom: 5px;
	font-size: .9em;
	color: #5F1313;
	text-decoration: none;
	}

dl.help dd a:link, dl.help dd a:visited {
	padding-left: 25px;
	}
	
dl.help dd a:hover { 
	background: transparent url(../images/main/left/help_underline_over.jpg) 0 0 no-repeat;
	text-decoration: none;
	color: #5F1313;
	}
	
dl.lookingfor dd, dl.lookingfor dd a:link, dl.lookingfor dd a:visited {
	background: transparent url(../images/main/left/lookingfor_underline.jpg) 0 1px no-repeat;
	margin-top: 10px;
	padding-bottom: 5px;
	font-size: .9em;
	text-decoration: none;
	color: #616060;
	z-index: 30;
	visibility: visible;
	}
	
dl.lookingfor dd a:link, dl.lookingfor dd a:visited {
	padding-left: 25px;	
	z-index: 30;
	visibility: visible;
	}
	
dl.lookingfor dd a:hover { 
	background: transparent url(../images/main/left/lookingfor_underline_over.jpg) 0 1px no-repeat;
	text-decoration: none;
	color: #616060;
	}
	
dl.specials dd {
	background: transparent url(../images/main/left/images/specials_underline.jpg) 0 18px no-repeat;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 20px;
	font-size: .8em;
	}

/* ----- EMAIL SUBSCRIPTION AREA ----- */

div.emailwrap {

}

div.emailwrap p {
	font-size: 11px;
	line-height: 1.6em;
}

div.emailwrap input {
		float: left;
		margin: 10px 5px 7px 0;
}

div.emailwrap img {
		margin-top: -1px;
}
	
/* ----- INDEX PAGE CONTENT AREA ----- */

table.indexcontent {
	width: 100%;

}

table.indexcontent td.main {
	width: 400px;
	vertical-align: top;

}

table.indexcontent td.sidebar {
	vertical-align: top;
	padding-left: 0;

}

	/* ----- TOP FEATURED PRODUCT ----- */
	
	div.featuredwrap {
		background: transparent url(../images/index/mainbox/main_center.jpg) top left repeat-y;
		margin: 10px 0 10px 5px;
		text-align: left;
	}
	
	div.featuredtop {
		background: transparent url(../images/index/mainbox/main_top.jpg) top left no-repeat;			
	}
	
	div.featuredcontentwrap {
		padding: 0 15px;
		}

	div.featuredwrap .imagewrap {
	background: transparent url(../images/index/product_photos/smarter.png) top left no-repeat;
	}

	div.featuredwrap .imagewrap p {
	margin-left: 180px;
	}
	
	div.featuredcontentwrap p.featuresubhead {
	font-size: 16px;
	color: #000;
	margin-top: 0;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	}
	
		
	div.featuredcontentwrap ul.redbullet {
		margin: 15px 0 0 0;	
		display: block;	
		}
		
	div.featuredcontentwrap ul.redbullet li {
		background: transparent url(../images/main/other/red_arrow.jpg) top left no-repeat;
		margin: 0 10px 1em 20px;
		display: table;
		font-size: .9em;	
		font-size: .9em;
		margin-bottom: .9em;
		}
	
	div.featuredtop img.title {
		text-align: center;
		padding: 15px 0;
		display: inline;
		}

	div.featuredcontentwrap img {
		margin: 0 10px 10px 0;
		}
		
	div.featuredcontentwrap img.mainimage {
		margin: 0 0 10px -10px;
		}

	div.featuredcontentwrap img.more {
		display: inline;
		float: left;
		margin: -18px 10px 10px 232px;
		text-align: left;
		}

	div.featuredwrap h2 {
			text-indent: -9999px;
			display: block;
			width: 365px;
			height: 34px;
			background: transparent;
			margin: 0 auto;
	}

	div.featuredwrap h2.kits {
			background: transparent url(../images/index/headlines/kits.gif) 18px 15px no-repeat;
			padding-top: 10px;
			padding-bottom: 15px;
	}
	
	div.featuredwrap h2.gigcardz {
			background: transparent url(../images/index/headlines/gigcardz2.gif) 0 15px no-repeat;
			padding-top: 10px;
			padding-bottom: 15px;
	}
	
	div.featuredwrap h2.smarter {
			background: transparent url(../images/index/headlines/smarter.gif) 0 5px no-repeat;
			padding-top: 10px;
	}

	div.featuredwrap h2.epress {
		background: transparent url(../images/index/headlines/epress.gif) 0 15px no-repeat;
		padding-top: 20px;
		width: 296px;
		height: 25px;
	}

	div.featuredwrap h2.websites {
		background: transparent url(../images/index/headlines/websites.gif) 0 15px no-repeat;
		padding-top: 20px;
		width: 365px;
		height: 34px;
	}

	.featuredwrap .footnote {
			margin: -20px 10px 0 10px;
			display: block;
			width: 250px;
			float: left;
	}
	
	
	
	/* ----- SUB-FEATURED PRODUCT ----- */
	
	div.productwrap {
		background: transparent url(../images/index/subbox/sub_center.jpg) top left repeat-y;
		margin: 10px 0 10px 5px;
		text-align: center;	
		min-height: 250px;
	}
	
	div.producttop {		
		background: transparent url(../images/index/subbox/sub_top.jpg) top left no-repeat;
	}

	div.productwrap .imagewrap {
	background: transparent url(../images/index/product_photos/glossy.png) top left no-repeat;	
	margin-top: 0;
	margin-left: -10px;
	}

	div.productwrap .imagewrap p {
			margin: 0 0 0 200px;
			position: relative;
	}
	
	div.producttop img.title {
		text-align: center;
		padding: 15px 0;
		display: inline;
		}
		
	div.productcontentwrap {
		padding: 0 15px;
		}
		
	div.productcontentwrap ul.redbullet {
		margin: 15px 0 0 230px;	
		min-height: 100px;	
		}
		
	div.productcontentwrap ul.redbullet li {
		font-size: .9em;
		padding-bottom: 3px;	
		display: table;
		margin-bottom: .7em;
		}

	img.prodimg {
		float: left;
		margin: -75px 7px 10px 0;
		display: inline;
		position: relative;
		left: -10px;
		}

	div.productcontentwrap img {
				float: left;
				}

		div.productcontentwrap img.more {
				float: left;
				margin-left: 10px;
				}
		
	div.productwrap h2 {
			text-indent: -9999px;
			height: 80px;
			width: 195px;
			background: transparent;
			position: relative;
			z-index: 10;
	}

	div.productwrap h2.press {
			background: transparent url(../images/index/headlines/press.gif) 0 25px no-repeat;
			padding-top: 10px;
			margin-left: 185px;
			margin-bottom: 10px;
	}

		div.productwrap h2.gigcardz {
			background: transparent url(../images/index/headlines/gigcardz.gif) 0 25px no-repeat;
			padding-top: 10px;
			margin-left: 170px;
			width: 210px;
			height: 90px;
			margin-bottom: 10px;
	}

	.productwrap .footnote {
			margin: -13px 10px 0 5px;
	}
	
	
/* ----- INDEX PAGE SHOPPING CART ----- */

div.indexyourcartwrap {
	background: transparent url(../images/index/yourcart/yourcart_center.jpg) top left repeat-y;
	margin: 10px 0 15px 0;
}

div.indexyourcarttop {
	background: transparent url(../images/index/yourcart/yourcart_top.jpg) top left no-repeat;
}

div.indexyourcartcontent {
	padding: 40px 7px 0 7px;
	position: relative;
	}
	
div.indexyourcartcontent p {
	font-weight: bold;
	text-align: center;
	}
	
	
	
/* ----- INDEX FIVE THINGS ----- */

h3.fivethings {
	background: transparent url(../images/index/right/5_needtoknow.jpg) top left no-repeat;
	text-indent: -9999px;
	width: 161px;
	height: 65px;
	margin: 20px 0 0 0;
	}

table.indexcontent td.sidebar ol {
	margin: 10px 10px 15px 25px;
}


table.indexcontent td.sidebar ol li {
	margin-bottom: 1.2em;
}



/* ----- INDEX CALL BOX ----- */

div.callboxwrap, div.callboxwrappad {
	background: transparent url(../images/main/callbox/call_center.jpg) top left repeat-y;
	width: 170px;
}

div.callboxwrappad {
	margin: 0 0 10px 3px;
}

div.callboxintwrap {
	background: transparent url(../images/main/callbox/call_center.jpg) top left repeat-y;
	width: 170px;
	margin: 10px 0 0 5px;
}

div.callboxtop {
	background: transparent url(../images/main/callbox/call_top.jpg) top left no-repeat;
}

div.callboxcontent {
	background: transparent url(../images/main/callbox/call_bottom.jpg) bottom left no-repeat;
	padding: 10px 15px 10px 10px;
}

div.callboxcontent p.telephone {
	text-align: center;
	color: #A32526;
	display: block;
	padding: 10px 0;
	background-color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	margin: 5px 0 5px -6px;
	width: 158px;

}



/* ----- PRODUCT DETAIL PAGE and CODE FOR INTERIORPADBOX ----- */

div.interiorwrap {
	background: transparent url(../images/interior/box/intbox_bg.jpg) top left repeat-y;
	margin: 15px 0 10px 5px;
	}

table.productdetail {
	background: transparent url(../images/interior/box/intbox_top.jpg) top left no-repeat;
	width: 100%;
	text-align: left;
	}
	
table.productdetail tr.bg {
	background: transparent url(../images/interior/box/intbox_footer.jpg) bottom left no-repeat;
}

table.productdetail td.main {
	vertical-align: top;
	width: 375px;

}

table.productdetail td.sidebar {
	vertical-align: top;
	padding-left: 5px;
	width: 180px;
	text-align: left;
	padding: 0;
	margin-top:10px;

}

div.interiorpadbox {
	text-align: center;
	width: 365px;
	padding: 10px 5px 10px 10px;
}

.interiorpadbox img.title {
	text-align: center;
	padding: 5px 0 10px 0;
	display: block;
	margin: 0 auto;
		}
		
.interiorpadbox p {
	font-size: .9em;
	text-align: left;
	color: #565555;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding: 0 20px;
}

.interiorpadbox  ol, .interiorpadbox ul {
	margin-bottom: 2em;
	}

.interiorpadbox li, .tabs li {
	font-size: .85em;
	text-align: left;
	color: #565555;
	line-height: 1.5em;
	margin: 0 1em 1em 30px;
}

.interiorpadbox ul li {
	margin-bottom: .7em;
	}

	/* ----- PRODUCT DETAIL BOX ----- */
	
	div.productdetailboxwrap, div.productdetailonetab {
		background: transparent url(../images/interior/detailbox/detail_bg.jpg) top left repeat-y;
		text-align: left;
		clear: both;
		margin: 0 0 0 5px;
		}
	
	div.productdetailboxtop {
		background: transparent url(../images/interior/detailbox/detail_top.gif) top left no-repeat;
	}
	
	div.productdetailboxcontent {
		width: 330px;
		margin: 0 auto;
		}

	div.productimagewrap {
		float: left;
			}

div.productimagewrap img {
	}

	.productimagewrap p {		
		font-size: .75em;
		text-align: left;
		line-height: 0;
		clear: left;
		padding-top: 5px;
		margin: 0 0 10px -15px;
	}
		
	div.productdetailboxcontent img {
		border: 1px solid #A7A7A7;
		margin: 5px 8px 5px 5px;
		float: left;
		}
		
	div.productdetailboxwrap img.boxfooter, div.productdetailonetab img.boxfooter {
		margin-bottom: 12px;
		}
		
	.productdetailboxwrap h2, div.productdetailonetab h2 {
		font-size: 1.5em;
		color: #490F0F;
		font-weight: bold;
		margin: 0 .5em 0 0;
		padding-top: 10px
		}
		
	.productdetailboxwrap h3, .productdetailonetab h3 {
		font-size: 1.1em;
		color: #A32525;
		font-weight: bold;
		font-style: italic;
		margin: 15px .5em .5em 0;
		}
		
	.productdetailboxwrap p.subhead, .productdetailonetab p.subhead {
		text-align: left;
		padding: 0;
		}
		
	.productdetailboxwrap ul.includes,	.productdetailonetab ul.includes {
		list-style-position: inside;
		margin: 0 20px 2em 1em;
		display: block;
		clear: right;
		width: 120px;
		margin-left: 205px;
		}
		
	.productdetailboxwrap ul.includes li, .productdetailonetab ul.includes li {
		margin: 0 0 .3em .5em;
		font-size: .8em;
		}
		
	.productdetailboxwrap ul.redbullet li, .productdetailonetab ul.redbullet li {
		background: transparent url(../images/main/other/red_arrow.jpg) top left no-repeat;
		margin: 0 10px 1em 20px;
		font-size: .9em;	
		color: #565555;
		clear: both;
		}
		
	img.getmore {
		margin: 0 0 0 7px;
		}

	img.callfordetails {
		margin: 0 0 0 7px;
		}
	

	/* ----- PRODUCT DETAIL TABS ----- */	
	
	.tabs {
		display:block;
		background: transparent url("../images/interior/tabs/bg.gif") left bottom repeat-x;
		float:left;
    	width:auto;
   		line-height:normal;
		height: 28px;
		margin-left: 11px;
		text-align: left;
		margin-top: 0px;
    }
	
  	.tabs li.current span {
		display:block;
		background: transparent url("../images/interior/tabs/highlight_bg.jpg") top left repeat-x;
		float:left;
    	width:auto;
   		line-height:normal;
		padding-bottom: 5px;
		margin-right: 0;
    }
	
	.tabs li {
		float:left;
		background: transparent url("../images/interior/tabs/left.gif") no-repeat left top;
		margin: 0 0 1em 0;
		padding:0 0 0 8px;
		list-style-type: none;
    }
	
  .tabs a, .tabs a:link, .tabs a:visited {
    display:block;
    background:url("../images/interior/tabs/right.gif") no-repeat right top;
    padding: 8px 15px 5px 5px;
	color: #910100;
	font-style: italic;
	text-transform: lowercase;
	margin: 0;
    }
	
  .tabs li.current {
    background-image:url("../images/interior/tabs/highlight_left.jpg");
	padding: 0 0 5px 3px;
	margin: 0;
    }
	
  .tabs li.current a {
    background-image:url("../images/interior/tabs/highlight_right.jpg");
    padding-bottom: 5px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: none;
    }
	
	.tabs li a:hover {
	font-weight: normal;
	color: #000;	
	padding: 8px 15px 5px 5px;	
	margin: 0;
	}
	
.tabsclear {
	clear: both;
	margin-top: 490px;
		}
	
	
/* ----- LOGIN PAGE ----- */

form.loginform {
	border: 1px solid #B0A3A2;
	padding: 7px;
	width: 300px;
	margin-left: 20px;
	margin-bottom: 1em;
}

.loginform p {
		margin-bottom: 10px;
		margin-left: 0;
		padding: 0 0 0 5px;
}
	

/* ----- PRODUCT INTRO PAGE ----- */

img.prodintro {
	margin: 0 auto 15px auto;

}

img.arrowleft {
		text-align: left;
		margin: 0;
}

img.intromore {
		display: inline;
		float: left;
		margin: -18px 10px 10px 232px;
}

/* ----- HOW IT WORKS PAGE ----- */

img.flowchart {
	margin: 20px 0 10px 0;
	}

/* ----- GET MORE GIGS PAGE ----- */

img.moregigs {
	margin: 0 0 40px 0;

}

p.learnmore {
	position: absolute;
	color: #000;
	font-size: 11px;
	width: 150px;
	text-align: center;
	top: 375px;
	margin: 0 0 0 170px;	
	}
	

/* -----PRODUCT OVERVIEW PAGE ----- */	

img.largedetail {
	margin-left: -5px;
	margin-top: -10px;
	text-align: left;
	padding: 0;
	}
	
ul.infobuttons {
	background: transparent url(../images/interior/productdetail/infobuttons/bg.jpg) top left repeat-x;
	list-style: none;
	margin: 0 0 20px -5px;
	width: 381px;
	height: 69px;
	clear: right;	
}
	
ul.infobuttons li, ul.infobuttons li a {
	background-image: transparent;
	text-indent: -9999px;
	height: 69px;
	margin: 0;
	float: left;
	display: block;
	padding-bottom: 15px;
}

ul.infobuttons a:link {
	background-image: transparent;
	display: block;
	width: 90px;
	height: 69px;
	}

li.howitworks a, li.howitworks a:link, li.howitworks a:visited, li.howitworks {
	background: transparent url(../images/interior/productdetail/infobuttons/howitworks.jpg) top left no-repeat;
	width: 96px;
}

li.kitcontents a, li.kitcontents {
	background: transparent url(../images/interior/productdetail/infobuttons/kitcontents.jpg) top left no-repeat;
	width: 94px;
	margin-left: 96px;
}

li.closerlook a, li.closerlook {
	background: transparent url(../images/interior/productdetail/infobuttons/closerlook.jpg) top left no-repeat;
	width: 94px;	
	margin-left: 200px;
}

li.turnaround a, li.turnaround {
	background: transparent url(../images/interior/productdetail/infobuttons/turnaroundtime.jpg) top left no-repeat;
	width: 97px;
	margin-left: 294px;
}

li.howitworks a:hover {
	background: transparent url(../images/interior/productdetail/infobuttons/howitworks_over.jpg) top left no-repeat;
	width: 96px;
	height: 69px;
}

li.kitcontents a:hover {
	background: transparent url(../images/interior/productdetail/infobuttons/kitcontents_over.jpg) top left no-repeat;
	width: 94px;
}

li.closerlook a:hover {
	background: transparent url(../images/interior/productdetail/infobuttons/closerlook_over.jpg) top left no-repeat;
	width: 94px;

}

li.turnaround a:hover {
	background: transparent url(../images/interior/productdetail/infobuttons/turnaroundtime_over.jpg) top left no-repeat;
	width: 97px;
}



	/* ----- PRICE BOX ----- */

	
	div.priceboxtop {
		background: transparent url(../images/interior/productdetail/pricebox/top.jpg) top left no-repeat;
	}
	
	div.priceboxcontent {
		padding: 10px;
		position: relative;
		text-align: center;
		}
	
	div.priceboxcontent table {
		color: #585858;
		text-align: center;
		}	
	
	div.priceboxcontent table td {
		padding: 5px;
		font-size: .85em;
		}
		
		/* ----- PRICE BOX TABS ----- */	
	
	.pricetabs {
		display:block;
		background: white url("../images/interior/tabs/bg.jpg") left bottom repeat-x;
		float:left;
    	width:auto;
   		line-height: normal;
		height: 23px;
		margin-left: 5px;
		text-align: left;
    }
	
	.pricetabs li {
		float:left;
		background: transparent url("../images/interior/tabs/left.jpg") no-repeat left top;
		margin: 0;
		padding:0 0 0 8px;
		list-style-type: none;
		font-size: 10px;
    }
	
  .pricetabs a:link, .pricetabs a:visited {
    display:block;
    background:url("../images/interior/tabs/right.jpg") no-repeat right top;
    padding: 8px 15px 10px 5px;
	color: #636363;
	font-style: normal;
	text-transform: capitalize;
	margin: 0 0 5px 0;
    }
	
	.pricetabs li a:hover {
	font-weight: normal;
	color: #000;
	}
	
	.priceclear {
	margin-bottom: -350px;
	}


		


/* ----- INTERIOR PAGE SIDEBAR ----- */


	/* ----- INTERIOR PAGE SHOPPING CART ----- */

	div.yourcartwrap {
		background: transparent url(../images/interior/cart/cart_bg.jpg) top left repeat-y;
		margin: 10px 0 15px 0;
	}
	
	div.yourcarttop {
		background: transparent url(../images/interior/cart/cart_header.jpg) top left no-repeat;
	}
	
	div.yourcartcontent {
		padding: 40px 7px 0 7px;
		position: relative;
		}
		
	div.yourcartcontent p {
		font-weight: bold;
		text-align: center;
		}
		
	
	/* ----- INTERIOR "THINGS" ----- */

	h3.threethings {
		background: transparent url(../images/interior/sidebar/threethings.jpg) top left no-repeat;
		text-indent: -9999px;
		width: 165px;
		height: 65px;
		margin: 0px 0 0 0;
		}

	h3.biggeraudiences {
		background: transparent url(../images/interior/sidebar/bigger_audiences.jpg) top left no-repeat;
		text-indent: -9999px;
		width: 165px;
		height: 60px;
		margin: 20px 0 0 0;
	}

	h3.bettercd {
		background: transparent url(../images/interior/sidebar/better_cd.jpg) top left no-repeat;
		text-indent: -9999px;
		width: 165px;
		height: 60px;
		margin: 20px 0 0 0;
	}

	h3.moresales {
		background: transparent url(../images/interior/sidebar/more_sales.jpg) top left no-repeat;
		text-indent: -9999px;
		width: 165px;
		height: 60px;
		margin: 20px 0 0 0;
	}

		h3.fastfacts {
		background: transparent url(../images/interior/sidebar/fastfacts.jpg) top left no-repeat;
		text-indent: -9999px;
		width: 165px;
		height: 39px;
		margin: 20px 0 0 0;
	}
		
		
	h3.foursteps {
		background: transparent url(../images/interior/sidebar/foursteps.jpg) top left no-repeat;
		text-indent: -9999px;
		width: 164px;
		height: 67px;
		margin: 20px 0 0 0;
		}
		
	h3.alsolike {
		background: transparent url(../images/interior/sidebar/alsolike.jpg) top left no-repeat;
		text-indent: -9999px;
		width: 167px;
		height: 66px;
		margin: 20px 0 0 0;
		}
		
		
	table.productdetail td.sidebar ol {
		font-size: 1.1em;
		line-height: 1.1em;
		margin: 10px 20px 15px 25px;
	}
	
	table.productdetail td.sidebar ol li {
		margin-bottom: 1.2em;
	}


	
	/* ----- TOOLBOX ----- */

	div.toolboxwrap {
		width: 173px;
		margin-left: -3px;
		margin-bottom: 10px;
	}
	
	dl.toolbox {
		background: transparent url(../images/interior/sidebar/toolbox/bg.jpg) top left repeat-y;
	}

	dl.toolbox dt {
		background: transparent url(../images/interior/sidebar/toolbox/get_more_gigs.jpg) top left no-repeat;
		width: 173px;
		height: 59px;
		text-indent: -9999px;
		text-decoration: none;
		display: block
		}

		dl.toolbox dt.biggeraudiences {
		background: transparent url(../images/interior/sidebar/toolbox/bigger_audiences.jpg) top center no-repeat;
		width: 173px;
		height: 58px;
		}

		dl.toolbox dt.moresales {
		background: transparent url(../images/interior/sidebar/toolbox/more_sales.jpg) top center no-repeat;
		width: 173px;
		height: 58px;
		}

	dl.toolbox dt.bettercd {
		background: transparent url(../images/interior/sidebar/toolbox/better_cd.jpg) top center no-repeat;
		width: 173px;
		height: 58px;
		}

		
	dl.toolbox dd {
		padding:0px 0 3px 0;
		margin: 0;
		font-size: .85em;
		line-height: 1em;
		}
		
	dl.toolbox dd, dl.toolbox dd a, dl.toolbox dd a:link {
		background: transparent url(../images/interior/sidebar/toolbox/bg_dots.jpg) top left no-repeat;
		height: 28px;
		color: #5F1313;
		display: block;	
		line-height: 1.3em;
		text-decoration: none;
		vertical-align: bottom;
		}
		
	
	dl.toolbox dd a:link, dl.toolbox dd a {
		padding-left: 45px;
		display: table-cell;
		height: 28px;
		vertical-align: middle;
		width: 140px;
		}
		
	dl.toolbox dd a:hover { 
		background: transparent url(../images/interior/sidebar/toolbox/bg_over.jpg) top left no-repeat;
		text-decoration: none;
		}
	
	
	

	/* ----- GET STARTED BOX ----- */
	
	div.getstarted {
		background: transparent url(../images/interior/productdetail/getstarted/bg.jpg) top left repeat-y;
		margin: 0 0 20px 0;
		width: 360px;
	}
	
	div.startedtop {
		background: transparent url(../images/interior/productdetail/getstarted/top.jpg) top left no-repeat;
	}
	
	div.startedcontent {
		padding: 35px 7px 0 7px;
		position: relative;
		}
		
	div.startedcontent p {
		text-align: left;
		margin: 0 0px 1.3em 5px;
		}
	
	div.getstarted h4 {
		font-size: 1em;
		font-weight: bold;
		text-align: center;
		margin: 10px auto;
		}
		
	div.getstarted table {
		margin: 0 auto;
		text-align: left;
		width: 90%;
		font-size: .8em;
		font-weight: bold;
		}
		
	div.getstarted table td {
		padding: 5px;
		}
	
	div.getstarted form {
		margin: 0 auto;
		text-align: center;
		}
		
	div.getstarted form input.getstarted {
		margin: 10px auto 7px auto;
		}
	


/* ----- TYPOGRAPHY ----- */

p, li {	
	font-size: .8em;
	text-align: left;

}

p.subhead {
	font-size: 12px;
	color: #000;
	font-style:italic;
	text-align: center;

}

p.inlinelinks {
	text-align: center;
	font-size: .85em;
	margin-top: 0;
	width: 340px;
	text-align: left;
}

p.inlinelinks a, p.inlinelinks a:visited {
	text-decoration: none;
}

p.inlinelinks img {
	display: inline;
	margin-right: 10px;
	vertical-align: middle;
	}
	
p.address {
	text-align: center;
	margin: 10px 0 15px 0;
	}

p.footnote {
		color: #000;
		font-size: .7em;
		margin-top: 1em;
		line-height: 1.5em;
		}

p.credit {
		text-align: right;
		font-style: italic;
}

td.sidebar p.footnote {
		margin: 1em 15px;
	}

.red {
	color: #6A0101;
	}

.mediumred {
		color: #6A0101;
		font-size: 20px;
}

.largered {
		color: #6A0101;
		font-size: 2em;
}

h2 {
	font-size: 1.2em;
	color: #616060;
	font-weight: normal;
	text-align: left;
}

h2.large {
	font-size: 2em;
	color: #6A0101;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
}

h3 {
	font-size: 1.1em;
	text-align: left;
	margin-bottom: .5em;
	font-weight: bold;
	color: #6A0101;
	padding-left: 7px;
}

h3.black {
	color: #000;
}

ul.redbullet {
	list-style: none;
	}
	
ul.redbullet li {
	background: transparent url(../images/main/other/red_arrow.jpg) top left no-repeat;
	padding-left: 15px;
	}
	

/* ----- NEWSLETTER SIGNUP PAGE ----- */

img.bodyformbutton {
	display: block;	
	vertical-align: bottom;
	margin-top: 5px;
	position: relative;
	}


/* ----- OTHER ----- */

img.inline {
	display: inline;	
	vertical-align: middle;
	}

/* ----- CONTACT US FORM ----- */

form.contactform {
	margin: 0;
	padding: 0;
}

form.contactform textarea {
		width: 330px;
		height: 100px;
}

/* ----- MEET THE TEAM PAGE ----- */

img.float { /* used on meet our team page */
		float: left;
		margin: 2em 7px 7px 15px;
		border: 1px solid black;
		width: 130px;
}

div.meettheteam h3 {
	font-size: 1.1em;
	text-align: left;
	margin-bottom: .5em;
	margin-left: 13px;
	margin-top: 2.5em;
	font-weight: bold;
	padding-left: 7px;
}

img.moveup {
		margin-top: 1em;
}

img.noborder {
		float: left;
		margin: 2em 7px 7px 15px;
}


/* ----- LINKS ----- */

a, a:link {
	color: #A32525;
}

a:hover {
	color: #000;
}

a:visited {
	color: #A32525;

}



/* ------ DROP DOWN MENU -----*/

a.tall  {
	z-index: 50;
	width: 100%;
	height: 45px;
	}

#worksdropdown {
	visibility: hidden;
}

#worksdropdown ul {
	width: 150px;
	position: absolute;
	top: 123px;
	text-align: left;
	color: black;
	background-image: url(../images/main/dropdown/bg.png);
	margin-left: 15px;
	border: 1px solid black;
	border-bottom: none;
	font-size: 15px;
	z-index: 100;
}
	
#worksdropdown ul li {
	display: block;
	padding: 5px;
	line-height: 1em;
	border-bottom: 1px solid black;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	font-weight: bold;
	position: relative;
	color: #000;
	margin: 0;
	}
	
#worksdropdown ul li a {
	font-weight: bold;
	height: 15px;
	text-decoration: none;
	}

#worksdropdown ul li a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;	
	}
	
#worksdropdown ul a {
	text-indent: 0!important;
	}




#initialpricewrap, #reprintwrap, #changepricewrap {
		background: transparent url(../images/interior/productdetail/pricebox/bg.jpg) top left repeat-y;
		margin: 1px 0 15px 0;
		visibility: visible;
		height: auto;
		width: 360px;
		top: 0;
		position: relative;
		z-index: 10;
	}
	
	
	#changepricewrap, #reprintwrap {
		visibility: hidden;
		z-index: 50;
		top: -180px;
	}
	
	 #changepricewrap {
		top: -360px;
	}
	
.VIP {
	font-size: 1.1em;
	color: #666666;
}



#content .interiorwrap .bg .main .red p {

font-size: 145%;
	font-weight: bold;
	color: #660000;
	border-width: 1px;
	border-style: solid;
	background: #E5E5E5;
	letter-spacing: .7em;
	
}

#content .interiorwrap .productdetail .bg .main .interiorpadbox #skipjack .red p {

font-size: 145%;
	font-weight: bold;
	color: #660000;
	border-width: 1px;
	border-style: solid;
	background: #E5E5E5;
	letter-spacing: .7em;
}

#leftfix {
	position:relative; top:-50px;
}