/* Elite Granite CSS Document */

/* GENERAL */

body {
	font-family:Arial, Helvetica;
	margin:0;
	padding:0;
	background:#000;
	color:#222 }
	
.prop { float:right; width:1px; height:400px } /* Fixes height problems in the content area in IE6 */
	
#content {
	margin:0 auto;
	padding:0;
	position:relative;
	width:985px; }
	
/* HEADER */	

#header {
	width:985px;
	height:92px }
	
	#header h1 {
		width:985px;
		height:92px;
		margin:0; padding:0;
		background:url('../graphics/header.jpg') no-repeat }
		#header h1 span { display:none }
		
#simple-contact-info {
	width:985px;
	height:25px;
	background:url('../graphics/contact_bg.gif') repeat-x;
	color:#f1f1f0;
	font-size:18px;
	text-align:center;
	padding-top:5px
}

#above-main {
	width:985px;
	height:7px;
	display:block;
	background:url('../graphics/above_main.jpg') no-repeat }
	
/* MAIN CONTENT */
	
#main-content {
	position:absolute;
	top:129px;
	width:985px;
	background:url('../graphics/behind_main_bg.jpg') repeat-y }
	
#left {
	width:238px;
	position:absolute;
	left:0;
	top:0 }
	
	#left #nav-area {
		display:block;
		width:223px;
		height:204px;
		padding:19px 0 0 25px;
		background:url('../graphics/nav_bg.jpg') no-repeat }
		
		#left #nav-area span {
			display:block;
			width:183px;
			padding:8px 0;
			border-top:1px solid #FFF;
			font-size:16px;
			font-weight:bold;
			text-decoration:none;
			color:#FFF }
		
		#left #nav-area a {
			display:block;
			width:183px;
			padding:10px 0;
			border-top:1px solid #FFF;
			font-size:16px;
			font-weight:bold;
			text-decoration:none;
			color:#c1cad3 } #left #nav-area a:hover { color:#FFF }
			
		#left #nav-area a.top, #left #nav-area span.top {
			padding-top:0 !important;
			border:none }
		
	#left #granite-images {
		display:block;
		width:238px;
		height:186px;
		background:url('../graphics/granite_styles.jpg') no-repeat }
	
#right {
	width:747px;
	background-color:#FFF;
	margin-left:238px }
	
	#right #content-area {
		font-size:13px;
		line-height:22px;
		width:721px;
		padding:13px }
		
		#right #content-area a {
		color:#5b70a6; text-decoration:underline }
		
		#right #content-area a:hover {
		color:#222; text-decoration:none }	
		
	#right #content-area h1 {
		margin:0; padding:0;
		display:inline;
		line-height:22px;
		font-weight:normal;
		font-size:13px }
			
	.home-photo { display:block; margin-bottom:20px }
	
	.welcome-graphic, .showroom-graphic,
	.products-graphic, .colors-graphic,
	.profiles-graphic, .about-graphic,
	.contact-graphic { display:block; margin-bottom:15px }
	
	#showroom-display, #home-area { display:block }
	
/* COLORS AND PROFILES */

#colors-swatch-area {
	padding-top:10px }

ul.color-swatches { list-style:none; margin:0 0 0 10px; padding:0 } ul.last { margin:0 }
ul.color-swatches li {
	width:120px;
	height:168px;
	float:left;
	margin:0 20px 0 0 } ul.color-swatches li.last { margin:0 }
	
	ul.color-swatches li span {
		font-size:11px;
		font-weight:bold;
		color:#4a4a6a;
		text-align:center;
		width:100px;
		height:158px;
		padding:10px 10px 0 10px;
		background:url('../graphics/color_swatches/swatch_bg.gif') no-repeat top;
		display:block }
	
	ul.color-swatches li span img { display:block; margin-bottom:7px }

#profiles { clear:both }
.profiles-graphic { margin-top:15px }
.profiles-list-graphic { margin-left:10px }

/* CONTACT FORM */

#form-area {
	margin-top:20px;
	margin-bottom:30px;
	background-color:#eaeaea;
	width:340px;
	float:left;
	color:#454564;
	padding:20px }
	
	#form-area .left {
		float:left;
		height:30px;
		width:170px }
	
	#form-area .right {
		float:right;
		height:30px;
		width:170px }
		
	#form-area .textarea {
		margin:8px 0 0 0;
		height:100px;
		width:340px }
		
	#form-area .submit {
		font-size:12px;
		margin-top:8px;
		font-weight:bold;
		padding:7px }

#contactinfo-area {
	width:200px;
	float:left;
	font-size:14px;
	padding:20px }

/* FOOTER */

#footer {
	clear:both;
	background:url('../graphics/footer_bg.gif') repeat-x;
	padding:20px 0 0 0;
	width:985px;
	height:53px;
	color:#f1f1f0;
	line-height:20px;
	font-size:14px;
	text-align:center }
	
	#footer a {
		color:#c1cad3;
		text-decoration:underline } #footer a:hover { text-decoration:none }