/* 
Title: 	Reset default browser styles
Author:	http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
edited by ForbiddenToast.com 
License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, /*table /* [FT] messes up table center ,*/ caption, tbody, tfoot, thead, th, /*td /* [FT] removes inline padding ,*/ article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/ /*[FT] messes up Dreamweaver design view*/
	/*vertical-align: baseline;*/ /*[FT] moves table content to the bottom*/
}

img, iframe {
	border: 0; /*[FT]*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*-------- Styles --------*/

body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #CCC;
	line-height: 1.3;
	margin: 0px;
	background-color: #000;
}

body#skin {
	background-color: #fff;
}

h2 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin: 5px;
}

p {
	margin: 0;
}

a:link, a:visited {
	color: #CCC;
}

a:hover, a:active {
	color: #FFF;
}

#nav {
	background-color: #333;
}

#wrapper {
	background-image: url(skin.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 1300px;
	height: 1800px;
	margin: 0 auto;

}

/*#wrapper.b {
	background-image: url(skin2.jpg);
	height: 740px;
}*/

#content {
	/*background-image: url(ShutIn_Blinds_Lineup_Skin_Nov11-content.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;*/
	width: 970px;
	/*height: 1300px;*/
	margin: 0 auto;
	position: relative;
}

#banner1 {
	position: absolute;
	top: 86px ; /*970x250: 146px;  970x150: 86px */
	left: 0px;
}

#wrapper.b #banner1 {
	top: 86px;
}

body#a1 .a1, body#a2 .a2, body#a3 .a3, body#a4 .a4, body#a5 .a5, body#a6 .a6, body#a7 .a7, body#a8 .a8, body#a9 .a9,
body#b1 .b1, body#b2 .b2, body#b3 .b3, body#b4 .b4, body#b5 .b5, body#b6 .b6, body#b7 .b7, body#b8 .b8, body#b9 .b9,
body#c1 .c1, body#c2 .c2, body#c3 .c3, body#c4 .c4, body#c5 .c5, body#c6 .c6, body#c7 .c7, body#c8 .c8, body#c7 .c9,
body#d1 .d1, body#d2 .d2, body#d3 .d3, body#d4 .d4, body#d5 .d5, body#d6 .d6, body#d7 .d7, body#d8 .d8, body#d6 .d9,
body#e1 .e1, body#e2 .e2, body#e3 .e3, body#e4 .e4, body#e5 .e5, body#e6 .e6, body#e7 .e7, body#e8 .e8, body#e6 .e9,
body#f1 .f1, body#f2 .f2, body#f3 .f3, body#f4 .f4, body#f5 .f5, body#f6 .f6, body#f7 .f7, body#f8 .f8, body#f6 .f9,
body#g1 .g1, body#g2 .g2, body#g3 .g3, body#g4 .g4, body#g5 .g5, body#g6 .g6, body#g7 .g7, body#g8 .g8, body#g6 .g9,
body#h1 .h1, body#h2 .h2, body#h3 .h3, body#h4 .h4, body#h5 .h5, body#h6 .h6, body#h7 .h7, body#h8 .h8, body#h6 .h9,
body#i1 .i1, body#i2 .i2, body#i3 .i3, body#i4 .i4, body#i5 .i5, body#i6 .i6, body#i7 .i7, body#i8 .i8, body#i6 .i9,
body#j1 .j1, body#i2 .j2, body#j3 .j3, body#j4 .j4, body#j5 .j5, body#j6 .j6, body#j7 .j7, body#j8 .j8, body#j6 .j9,
body#k1 .k1, body#k2 .k2, body#k3 .k3, body#k4 .k4, body#k5 .k5, body#k6 .k6, body#k7 .k7, body#k8 .k8, body#k6 .k9
{
	color: #FFF;
	font-weight: bold;
}
