@charset "utf-8";

/*
United Stone and Flooring
Design by Technically Speaking
Webpage Design and Computer Consulting
www.myowntechsupport.com
*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	background-image: url(images/tile.jpg);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	overflow: hidden;
}

a img {
border: 0;
}

#container { 
	width: 900px;
	height: 610px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.home #header {
	width: 900px;
	height: 200px;
	top: 0px;
	background: #000000;
	background-image: url(images/head-01.jpg);
	background-repeat: no-repeat;
}
.services #header {
	width: 900px;
	height: 200px;
	top: 0px;
	background: #000000;
	background-image: url(images/head-02.jpg);
	background-repeat: no-repeat;
}
.contact #header {
	width: 900px;
	height: 200px;
	top: 0px;
	background: #000000;
	background-image: url(images/head-03.jpg);
	background-repeat: no-repeat;
}
.quote #header {
	width: 900px;
	height: 200px;
	top: 0px;
	background: #000000;
	background-image: url(images/head-03.jpg);
	background-repeat: no-repeat;
}

#navigation {
	width: 900px;
	height: 29px;
	top: 200px;
	background: #DDDDDD;
}
	#navigation ul#nav {
		margin: 0;
		padding: 0;
		float: left;
	}
	#navigation ul#nav li {
		margin: 0;
		padding: 0;
		width: 300px;
		height: 29px;
		float: left;
 		list-style-type: none;
		color: #000000;
		text-align: center;
		font: 150% Georgia, "Times New Roman", Times, serif;
	}
	#navigation ul#nav li a {
		margin: 0;
		padding: 0;
		width: 300px;
		height: 29px;
		display: block;
		color: #FFFFFF;
		text-decoration: none;
		font: 125% Georgia, "Times New Roman", Times, serif;
	}
	#navigation ul#nav li a:hover {
		color: #000000;
		font: 150% Georgia, "Times New Roman", Times, serif;
	}
	#navigation ul#nav li.nav-home  { background: #ffff7d; }
	#navigation ul#nav li.nav-services  { background: #a02c2c; }
	#navigation ul#nav li.nav-contact  { background: #5b3e24; }
	#navigation ul#nav li.nav-home a { line-height: 28px; }
	#navigation ul#nav li.nav-services a { line-height: 28px; }
	#navigation ul#nav li.nav-contact a { line-height: 28px; }

#main {
	width: 900px;
	height: 321px;
	background: #f9f9f5;
}
#mainquote {
	width: 900px;
	/* height: 321px; */
	height: 450px;
	background: #f9f9f5;
}
#mainquote h2 {	margin: 0 0 0 20px; color: #5b3e24; }
#mainquote p {	margin: 0; color: #000000; }

.home #sidebar1 {
	float: left;
	width: 300px;
	height: 321px;
	background: #f7f9e4;
	background-image: url(images/panel-01-contact.gif);
	background-repeat: no-repeat;
}
.services #sidebar1 {
	float: left;
	width: 300px;
	height: 321px;
	background: #f7f9e4;
	background-image: url(images/panel-01-services.gif);
	background-repeat: no-repeat;
}
.contact #sidebar1 {
	float: left;
	width: 300px;
	height: 321px;
	background: #f7f9e4;
	background-image: url(images/panel-01-contact.gif);
	background-repeat: no-repeat;
}
.quote #sidebar1 {
	float: left;
	width: 300px;
	height: 321px;
	background: #f7f9e4;
	background-image: url(images/panel-01-contact.gif);
	background-repeat: no-repeat;
}

	#side1panela {
		margin: 0;
		position: absolute;
		width: 280px;
		padding: 0 10px 0 10px;
	}
		#side1panela h3 {
			font-family:"Times New Roman", Times, serif;
			font-size: 1.5em;
			text-align: center;
			margin-top: 10px;
		}
		#side1panela p {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: .9em;
			text-align: justify;
			color: #000000;
		}
		#side1panela p.contact {
			margin-top: 10px;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: .7em;
			font-weight: bold;
			text-align: center;
			line-height: 100%;
			color: #000000;
		}
		#side1panela p.quote {
			margin-top: 10px;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: .7em;
			font-weight: bold;
			text-align: center;
			line-height: 100%;
			color: #000000;
		}
		#side1panela p.contact a { color: #000000; text-decoration: none; }
		#side1panela p.contact a:hover { color: #990000; text-decoration: underline; }
		#side1panela p.quote a { color: #000000; text-decoration: none; }
		#side1panela p.quote a:hover { color: #990000; text-decoration: underline; }
		#side1panela ul {
			margin-top: -10px;
		}
		#side1panela ul li {
			margin-left: 0px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: .8em;
			text-align: left;
			color: #000000;
		}
	.services #side1panelh {
		position: absolute;
		width: 280px;
		margin-left: 10px;
		top: 400px;
	}
	.contact #side1panelh {
		position: absolute;
		width: 280px;
		margin-left: 10px;
		top: 400px;
	}
	.quote #side1panelh {
		position: absolute;
		width: 280px;
		margin-left: 10px;
		top: 400px;
	}
	.home #side1panelh {
		margin: 0;
		position: absolute;
		width: 280px;
		margin-left: 10px;
		top: 420px;
	}
	.services #side1panelh p {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.4em;
			text-align: center;
			color: #FFFFFF;
	}
	.contact #side1panelh p {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.4em;
			text-align: center;
			color: #FFFFFF;
	}
	.quote #side1panelh p {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.4em;
			text-align: center;
			color: #FFFFFF;
	}
	.home #side1panelh p {
			margin: 0;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1em;
			text-align: center;
			color: #FFFFFF;
	}
	.home #side1panelh a {
			text-decoration: none;
			color: #FFFFFF;
	}
	#side1panelb {
		position: absolute;
		width: 280px;
		margin-left: 10px;
		top: 480px;
	}
		#side1panelb h4 {
			font-family:"Times New Roman", Times, serif;
			font-size: 1.1em;
			text-align: center;
		}
		#side1panelb a { color: #000000; }
		#side1panelb a:hover { color: #990000; }

#sidebar2 {
	float: right;
	width: 300px;
	height: 321px;
	background: #f7f9e4;
	background-image: url(images/panel-03.gif);
	background-repeat: no-repeat;
}
	#side2panela {
		margin: 0;
		position: absolute;
		width: 280px;
		padding: 0 10px 0 10px;
	}
		#side2panela h3 {
			font-family:"Times New Roman", Times, serif;
			font-size: 1.5em;
			text-align: center;
			margin-top: 10px;
		}
		#side2panela h4 {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: .9em;
			text-align: center;
			color: #333333;
		}
		#side2panela h5 {
			/*margin-top: -10px;*/
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: .9em;
			/*line-height: 75%;*/
			text-align: center;
			color: #000000;
		}
		#side2panela p {
			margin: 0;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: .9em;
			text-align: justify;
			color: #000000;
		}
		#side2panela ul {
			width: 16em;
		}
		#side2panela ul li {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1em;
			color: #000000;
			float: left;
			width: 8em;
		}
		#side2panela br { clear: left; }
  		div.wrapper { margin-bottom: 1em; }
		
	#side2panelb {
		position: absolute;
		width: 280px;
		margin-left: 10px;
		top: 400px;
	}
		#side2panelb p {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.4em;
			text-align: center;
			color: #FFFFFF;
		}
	#side2panelc {
		position: absolute;
		width: 280px;
		margin-left: 10px;
		top: 475px;
	}
		#side2panelc p {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1em;
			text-align: left;
		}

.home #mainContent {
	/* width: 300px; */
	height: 321px;
	margin: 0 300px 0 300px;
	background: #f9f9f5;
	background-image: url(images/panel-02-home.gif);
	background-repeat: no-repeat;
}
.services #mainContent {
	/* width: 300px; */
	height: 321px;
	margin: 0 300px 0 300px;
	background: #f9f9f5;
	background-image: url(images/panel-02-services.gif);
	background-repeat: no-repeat;
}
.contact #mainContent {
	/* width: 300px; */
	height: 321px;
	margin: 0 300px 0 300px;
	background: #f9f9f5;
	background-image: url(images/panel-02-contact.gif);
	background-repeat: no-repeat;
}
.quote #mainContent {
	/* width: 300px; */
	height: 321px;
	margin: 0 300px 0 300px;
	background: #f9f9f5;
	background-image: url(images/panel-02-contact.gif);
	background-repeat: no-repeat;
}

	#mainpanela {
		margin: 0;
		position: absolute;
		width: 280px;
		padding: 0 10px 0 10px;
	}
		#mainpanela h1 {
			margin-top: 30px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.1em;
			text-align: center;
			color: #a02c2c;
		}
		#mainpanela h2 {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: .7em;
			text-align: center;
			line-height: 25%;
			color: #816750;
		}
		#mainpanela p {
			margin-top: 29px;
		}
		.services #mainpanela p {
			margin-top: 21px;
			font-size: .9em;
			font-weight: bold;
		}
	#mainpanelb {
		margin: 0;
		position: absolute;
		width: 280px;
		margin-left: 10px;
		top: 510px;
	}
		#mainpanelb p {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: .9em;
			text-align: center;
		}
		#mainpanelb a {
			color: #816750;
		}

#footer {
	clear: both;
	margin: 0;
	width: 900px;
	height: 60px;
	font-size: .7em;
	color: #808080;
	background: #e2e2e2;
}
	#footer p { margin: 0; }
	#footer a { color: #a02c2c; text-decoration: none; }
	#footer a:hover { color: #000000; text-decoration: underline; }
	#col1 { float: left; width: 280px; height: 50px; margin-left: 10px; margin-top: 5px; }
	#col2 { float: left; width: 290px; height: 50px; text-align:center; margin-top: 5px; }
	#col3 { float: right; width: 280px; height: 50px; text-align: right; margin-right: 10px; margin-top: 5px; }


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Contact Form Styles */

form.contact {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	width: 280px;
}

form.contact fieldset {
	margin: 0;
	padding: 0;
}

form.contact legend {
	color: #5b3e24;
	font-size: .9em;
	font-weight: bold;
	padding-bottom: 10px;
}

form.contact fieldset ol {
	margin: 0 0 0 25px;
	padding: 0;
	text-align: left;
	list-style: none;
}

form.contact fieldset li {
	/* text-align: center; */
	font-size: .7em;
	font-weight: bold;
	line-height: 75%;
}

form.contact .buttonarea input {
	background: #5b3e24;
	color: #ffffff;
	text-align: center;
	margin: 5px 0 0 40px;
	border: 3px;
}

form.contact label {
	display: block;
}

/* Quote Form Styles*/

form.quote {
	padding: 0;
	width: 820px;
	margin: 0 auto;
}

form.quote fieldset {
	margin: 0;
	padding: 0;
	width: 260px;
	float: left;
}

form.quote legend {
	color: #5b3e24;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 10px;
}

form.quote fieldset ol {
	margin: 0 10px 0 10px;
	padding: 0;
	text-align: left;
	list-style: none;
}

form.quote fieldset li {
	/* text-align: center; */
	font-size: .8em;
	font-weight: bold;
	display: block;
	float: left;
}

form.quote .buttonarea input {
	background: #5b3e24;
	color: #ffffff;
	text-align: center;
	margin: 20px 0 0 270px;
	border: 3px;
}

form.quote label {
	display: block;
}

/* End Quote Form Styles */