/*
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: #cccccc;
}

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

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 strong, #nav strong a {
	color: #FFF;
}

#nav {
	background-color: #333;
}

#wrapper {
	background-image: url(Fandango_skin.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	width: 1400px;
	height: 730px;
	margin: 0 auto;
	overflow: hidden;
}

#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: 800px;
	margin: 0 auto;
	position: relative;
}

#banner1 {
	position: absolute;
	top: 86px;
	left: 0px;
}
