@charset "utf-8";


body {
	
	height: auto;
	margin-top:0px;
	background-image: url(final_images/gradient.jpg);
	background-repeat: repeat-x;
}

#container {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#006;
	background-color: #FFC;
	height:auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;

}
#indexContainer {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#006;
	background-color: #FFC;
	height:1200px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;	
	
}
#address {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	height:25px;
	width: 800px;
	text-align:center; 
	vertical-align:middle;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 22px;
	font-weight:300;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

p {
	color:#006;
	text-align: left;
}

h1 {
	text-align:center;
	margin-bottom: 0;
}

h1+p {
	margin-top: 0px;	
}

h2 {
	color:#006;	
}

h2+p {
	margin-top: 0px;	
}

h3+ul {
	margin-top: 0px;	
}
#heading {
	height: 120px;
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;

}

#nav_bar {
	width:700px;
    display: block;
    margin-left: auto;
    margin-right: auto; 
    padding-top: 2px;
    padding-bottom: 2px;
    color:#66E1DE;
    font-size: 20px;
    background-color:#000;
    text-align: center;
    font-weight: bolder;
}

#nav_bar a {
    text-decoration: none;
    margin: 5px;
} 

#nav_bar a:link {
    color:#66E1DE;
}

#nav_bar a:visited {
    color: red;
}

#nav_bar a:hover {
	color: yellow;
  /*  font-style:italic;*/
}

#nav_bar a:active {
    color:green;
}


#operations_list {/*index.html*/ 
	margin: 5px;
	padding: 5px;
	width: 415px;
	line-height: 22px;
	position: relative;
	left: 30px;
	top: -50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}




#estimates {   /*index.html*/

	margin: 5px;
	padding: 5px;
	width: 400px;
	line-height: 18px;
	position: relative;
	left: 450px;
	top: -285px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

#main_content {
	padding: 0px;
	height: auto;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	position: relative;
}

#main_content_homePage{
	padding: 0px;
	height: 375px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
	position: relative;
}

#main_content_about_us {
	height: 500px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#autoTrim {
	float: right;	
}

#autoTrimHomePage {
	font-size: 16px;
}

img.floatLeft {
	width:200px;
	height:150px;
	float:left;
	margin-right:10px;	
	
}

#lowerLeftImage_Index {
	position:relative;
	top: -280px;
	left: 30px;
	height: 370px;
	width: 400px;
	margin-right:15px;
	
	
}

#lowerRightImage_Index {
	position:relative;
	top: -650px;
	left: 450px;
	height: 370px;
	width: 400px;
	margin-left:15px;
	
}	
.image_table {  /*custom_projects.html*/

	margin-right:auto;
	margin-left:auto;
	height: auto;
	width: 800px;
	border:0px;
}
#furniture_image_table {
	height: auto;
	width: 725px;
	margin-right: auto;
	margin-left: auto;
}

#media {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	margin: 2px;
	padding: 2px;
	height: 216px;
	width: 315px;

}

#plaque {     /*aboutUs.html*/
	text-align: left;
	margin: 2px;
	padding: 2px;
	height: 290px;
	width: 335px;
	position: absolute;
	left: 525px;
	top: 430px;
}


#footer {
	text-align: center;
	height: 25px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
/*	position: absolute;
	left: 200px;
	top: 800px;*/
	font-size: 10px;
}

#homeFooter {
		text-align: center;
	height: 25px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 200px;
	top: 1175px;
	font-size: 10px;
	
}
