/* CSS Document */

body {
	margin: auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000;
}

#main {
	margin: auto; 
	height: 600px;
	width: 780px;
}

#interiormain {
	margin-left: 0; 
	height: 600px;
	width: 780px;
	background-image: url(../images/interior_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 20px;
	position: absolute;
}

#logo {
	width: 415px;
	height: 118px;
	background-image: url(../images/logo.png);
	margin-top: 34px;
	position: absolute;
	z-index: 100;
	margin-left: 80px;
}

#interiormain #logo {
	margin-left: 210px;
	margin-top: 22px;
	background-image: url(../images/interior_logo.jpg);}

#pics {
	position: absolute;
	top: 100px;
	height: 490px;
	margin-left: -50px;
}

#pic1 {
	position: absolute;
	width: 703px;
	height: 490px;
	background-image: url(../images/h_pic1.jpg);
}

#pic2 {
	position: absolute;
	width: 703px;
	height: 490px;
	background-image: url(../images/h_pic2.jpg);
}

#pic3 {
	position: absolute;
	width: 703px;
	height: 490px;
	background-image: url(../images/h_pic3.jpg);
}

#pic4 {
	position: absolute;
	width: 703px;
	height: 490px;
	background-image: url(../images/h_pic4.jpg);
}

#homenav {
	width: 650px;
	height: 25px;
	position: absolute;
	top: 500px;
}

#homenav ul {

}

#homenav li {
	width: 120px;
	height: 20px;
	border: 1px solid #000;
	float: left;
	list-style-type: none;
	margin-left: -1px;
	text-align: center;
}

#homenav li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 3px;
	background-color: #fff;
}

#homenav li a:hover {
	color: fff;
	background-color: #339933;
	text-decoration: underline;
	display: block;
}

#interiornav {
	width: 100px;
	height: 220px;
	margin-top: 240px;
	margin-left: 40px;
	float: left;
}

#interiornav ul {
	padding-left: 0;
	margin-left: 0;
}

#interiornav li{
	width: 120px;
	height: 20px;
	border: 1px solid #000;
	display: block;
	list-style-type: none;
	margin-top: -1px;
	float: left;
}

#interiornav li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 3px;
	background-color: #fff;
}

#interiornav li a:hover {
	color: #000;
	background-color: #339933;
	text-decoration: underline;
	display: block;
}

#content {
	width: 450px;
	min-height: 300px;
	background-color: #fff;
	border: 1px solid #000;
	margin-top: 186px;
	margin-left: 21px;
	padding: 15px;
	float: left;

}

#content img {
	border: 1px solid #339933;
}

h1 {
	display: none;
}

h2 {
	font-size: 16px;
	color: #339933;
	margin-top: 0;
	text-align: center;
}

#footer {
	font-size: 11px;
	margin-top: 15px;
	clear: both;
	margin-left: 383px;
	text-align: right;
	width: 300px;
}

#interiormain a {
	color: #339933;
	text-decoration: none;
}

#interiormain a:hover {
	color: #339933;
	text-decoration: underline;
}

h3 {
	font-size: 13px;
	color: #339933;
	margin-top: 0;

}