/*********************************************/
/***** Windows Walls & Design Master CSS *****/
/*********************************************/

* { margin: 0; padding: 0; }
body { background: url("images/gradient_bkgrnd.jpg") repeat-x top left #900;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Times, TimesNR, New Century Schoolbook, serif;
	font-size: 14px; color: #DDD; }
img { border: 0; }

h1 { border-bottom: 2px solid #DDD; font-size: 24px; margin-bottom: 5px; padding-bottom: 2px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }

a:link { color: #000; font-weight: bold; text-decoration: none; }
a:visited { color: #000; font-weight: bold; text-decoration: none; }
a:hover { color: #FFF; }
a:active {}

ol, ul { margin-bottom: 10px; margin-left: 10px; }
li { margin-left: 10px; }

.bigletter { font-size: 20px; font-weight: bold; }

.clear { clear: both; }

#container { margin: auto; width: 800px; }

#header { height: 175px; }
	#header img {}
	#headertext { text-align: center; }
		#headertext p { font-size: 18px; }

#sidebar { background: #900; border: 1px solid #000; float: left; margin-top: 10px; padding: 5px; }
			#sidebar h3 { border-bottom: 2px solid #DDD; margin-bottom: 5px; }
			#sidebar p { margin-bottom: 5px !important; }
			#sidebar a { border: 0; }
		/*#brands p { margin: 0 !important; }*/

#flashbox { border: 1px solid #000; height: 300px; margin: auto; margin-top: 10px; width: 600px; }

#content { background: url(images/bkgrnd.jpg) no-repeat top center; height: 462px; }
		#content p { margin-bottom: 10px; }
	#homepage { margin: auto; padding-top: 5px; width: 650px; }
		#brands { margin-top: 10px; }
			#brands img { width: ; }
	#aboutus { margin: auto; padding-top: 20px; width: 650px; }
			#aboutus p { margin-bottom: 15px; font-size: 16px; }
	#contactus { margin: auto; padding-top: 20px; width: 650px; }
		#advertisements { float: right; margin-right: 75px; }
		#designerbook { float: right; margin-right: 15px; }
	#gallery { margin: auto; padding-top: 10px; width: 650px; }
			#gallerycontent {}
				#gallerycontent #content { background: url(images/gallerycontent.gif) repeat-y top center; height: 675px; }
			#galleryfooter {}
				#galleryfooter #footer { background: url(images/galleryfooter.jpg) repeat-y top center; }
		#gallery img { border: 1px solid #000; }
		#gallery a:hover img { border: 1px solid #FFF; }
	#designerlines { margin: auto; padding-top: 20px; width: 650px; }
		#designerlines01 { float: left; margin-right: 90px; }
		#designerlines02 { }
	#productlines { margin: auto; padding-top: 20px; width: 650px; }
		#productlines h1 { margin-bottom: 10px; }
	#meetus { margin: auto; padding-top: 20px; width: 650px; }
			#meetus p { margin-bottom: 15px; }
		#meetuscontent {}
			#meetuscontent #content { background: url(images/gallerycontent.gif) repeat-y top center; height: 100%; }
		#meetusfooter {}
				#meetusfooter #footer { background: url(images/galleryfooter.jpg) repeat-y top center; }
		#kathybio { float: left; margin-right: 10px; width: 300px; }
			#kathybio h1 { width: 250px; }
		#bryanbio { float: left; width: 300px; }
	#homeshow { margin: auto; padding-top: 10px; width: 650px; }
	#otherbrands { margin: auto; padding-top: 10px; width: 650px; }

#footer { background: url(images/footer.jpg) no-repeat center; height: 163px; }
	#footertext { font-weight: bold; left: 585px; position: relative; top: 125px;  }
