/**
 * template.css
 * Image Blinds Direct
 * Another class A design from imagin8
 */

/* Override tags */
body {
	margin:					0px;
	padding:				10px 0px 0px 0px;
	background-image:		url(images/back.gif);
	background-position:	top center;
	font-size:				12px;
	font-family:			Arial, Verdana, sans-serif;
}

form {
	display:				inline;
}

img {
	border:					0px;
}

a {
	color:					#953F03;
}

a:hover {
	font-weight:			bold;
}

ul {
	list-style-image:		url(images/bullet.gif);
}

/* encompassing div, set width and center */
#centerDiv {
	width:					761px;
	margin:					auto;
}

#backgroundDiv {
	background-color:		#F7F7F7;
	padding-top:			10px;
}

/* header stuff */
#header {
	background:				url('images/header.gif') no-repeat;
	height:					177px;
}

#home #header {
	background:				url('images/header-home.gif') no-repeat;
}

#logo {
	display:				block;
	position:				absolute;
	margin-left:			35px;
	width:					119px;
	height:					140px;
	text-indent:			-9999px;
}

#header ul {
	float:					right;
	background:				#953F03 url('/images/menu_top_left.gif') no-repeat 0 0;
	padding:				5px 4px 0 10px;
	height:					19px;
	margin:					153px 20px 0 0;
	_margin-right:			10px;
	font-size:				11px;
}

#header ul li {
	display:				inline;
	padding:				10px 12px 10px 7px;
	background:				url('/images/divider.png') no-repeat 100% 50%;
}

#header ul li.last {
	background:				none;
}

#header ul li a {
	color:					#FFF;
	font-weight:			bold;
	text-decoration:		none;
}

/* table of contents */
#toc {
	float:					right;
	padding-right:			35px;
	width:					200px;
}

#toc .tocHeading {
	background-color:		#CF4500;
	color:					white;
	padding:				6px 5px 5px 0px;
}

#toc .spacer {
	background-color:		#CF4500;
	font-size:				11px;
}

#toc .tocContent {
	background-color:		white;
	border-bottom:			4px solid #CF4500;
}

#toc ul {
	margin-top:				0px;
	padding-top:			0px;
	margin-bottom:			15px;
}

#toc ul li {
	padding-bottom:			5px;
}

/* menu within the header */
#menu {
	float:					right;
	height:					24px;
	background-color:		#953F03;
	width:					650px;
	margin-top:				47px;
	color:					#DE670F;
	font-size:				11px;
}

#menu ul {
	padding:				0px;
	margin:					6px 0px 0px 13px;
	list-style-type:		none;
	list-style-image:		none;
}

#menu li {
	float: 					left;
	padding:				0px 0px;
	margin:					0px 6px;
}

#menu a {
	color:					white;
	font-weight:			bold;
	text-decoration:		none;
}

/* Section 1 */
#section1, #l2section {
	border-left:			11px solid #F7F7F7;
	border-right:			10px solid #F7F7F7;
	background-color:		#EDE9E3;
	background-repeat:		no-repeat;
	background-position:	top right;
	background-image:		url(images/main_back.gif);
}

#section1 {
	margin-bottom:			1px;
}

#section1 .content {
	padding-left:			45px;
	padding-top:			25px;
	padding-bottom:			20px;
}

#l2section .content {
	padding-left:			45px;
	padding-top:			5px;
	padding-bottom:			10px;
}

#section1 .home-content {
	padding:				15px 0 15px 45px;
}

/* Home feature */

#home-feature-video {
	float: right;
	padding-right: 30px;
}

#home-feature-content-heading {
	background: url('/images/purchase.gif') no-repeat;
	width: 401px;
	height: 21px;
	text-indent: -9999px;
}

#home-feature-content ul {
	padding: 0;
	list-style-image: none;
	margin-left: 0;
}

#home-feature-content li {
	list-style: none;
	margin-left: 0;
	padding: 2px 0 2px 40px;
	background: url('/images/check.gif') no-repeat 2px 0;
	color: #82624C;
	font-size: 16px;
}

/* Heading */
.heading {
	font-size: 20px;
	font-weight: bold;
	font-family: Trebuchet MS;
	color: #D65507;
	font-style: italic;
}

/* Section 2 */
#section2 {
	border-left:			11px solid #F7F7F7;
	border-right:			10px solid #F7F7F7;
	background-color:		#DBD5CE;
	border-bottom:			1px solid #F7F7F7;
}

/* Section 3 */
#section3 {
	background-image:		url(images/3_back.gif);
	border-left:			11px solid #F7F7F7;
	border-right:			10px solid #F7F7F7;
}

/* the text for pages with a menu */
.text {
	padding:				5px 0px 35px 45px;
	margin-right:			260px;
	line-height:			150%;
}

/* separating line */
.separator {
	border-bottom:			1px solid white;
}

/* purchase table */
.purchaseTable {
	background-color:		#DBD5CE;
	border: 1px solid white;
}

.purchaseTable td {
	background-color:		#EDE9E3;
}

/* content images */
.contentImage {
	/*border:					5px solid #CF4500;*/
	border:					6px solid #B37A5D;
	padding:				1px;
	background-color:		white;
}

a:hover .contentImage {
	border:					6px solid #CF4500;
}

/* FAQ answers */
.faqA {
	/*color: #D65507;*/
}

/* contentFooter */
#contentFooter {
	border-bottom: 			15px solid #F7F7F7;
	background-color: 		#DBD5CE;
	height: 				14px;
	font-size: 				1px;
}

/* footer */
#footer {
	padding:				15px;
	color:					white;
	font-size:				10px;
	font-family:			verdana, sans-serif;
}

#footer a {
	color:					white;
	text-decoration:		none;
}

#footer a:hover {
	text-decoration:		underline;
}
#instructions {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#instructions li {
	float: left;
}
#instructions li a {
	padding: 4px 12px 20px 12px;
	margin: 6px 5px 36px 5px;
	display: block;
}
#instructions li a:hover {
	border: 5px solid #F8F5F3;
	/*margin: 0 20px 50px 20px;*/
	margin: 1px 0px 31px 0px;
}

/* Product page listing */

#product-listing {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0;
	margin: 0;
}

#product-listing li {
	margin: 0;
	padding-top: 20px;
	clear: left;
}

#product-listing .image {
	float: left;
	margin-right: 20px;
}

#product-listing .title {
	font-weight: bold;
	font-size: 14px;
}

#product-listing p {
	margin-top: 0;
}

#product-listing .description,
#product-listing .more {
	padding-left: 150px;
}

	/* Undo styling applied to nested UL/LIs */

	#product-listing li ul {
		list-style-type: disc;
		margin-left: 15px;
	}

	#product-listing li ul li {
		padding-top: 0;
		clear: none;
	}

/* Testimonials */

.testimonial {
	padding: 20px 20px 20px 60px;
	border-bottom: dotted 1px #8B7D72;
	background: url('/images/quote.png') no-repeat 0 35px;
}

/* Instructionals */

.instructional-section {
	border-bottom: dotted 1px #8B7D72;
	position: relative;
	padding-bottom: 20px;
}

.instructional-section h2 {
	font-size: 14px;
	color: #953F03;
}

.instructional-spec {
	float: left;
	width: 128px;
}

.instructional-links {
	float: right;
	width: 170px;
}

.instructional-content {
	margin: 0 190px 0 148px;
}

.instructional-spec,
.instructional-links {
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}

.instructional-spec li {
	text-align: center;
}

.instructional-links li {
	padding: 2px 0;
}

.instructional-links a {
	display: block;
	height: 28px;
	text-indent: -9999px;
}

.instructional-buynow {
	background: url('/images/btn_purchase.gif') no-repeat;
}

.instructional-orderswatches {
	background: url('/images/btn_colour_samples.gif') no-repeat;
}

.instructional-videohelp {
	background: url('/images/btn_video_help.gif') no-repeat;
}

.instructional-productvideo {
	background: url('/images/btn_product_video.gif') no-repeat;
}

.instructional-installationvideo {
	background: url('/images/btn_installation_video.gif') no-repeat;
}

.instructional-instructions {
	background: url('/images/btn_instructions.gif') no-repeat;
}

.instructional-specification {
	background: url('/images/btn_specification.gif') no-repeat;
}

