
/*	ms custom built homes
	standard style sheet
	03.30.2005
	--- 
*/





/*	tags
	---
*/

body {
	margin: 0;
	padding: 0;
	background: #685;
	font: 12px/1.65em georgia, times, serif;
	color: #333;
}

hr {
	display: none;
}

div, p, h1, h2, h3, dl, dt, dd, form, a, a:visited, a:hover {
	margin: 0;
	padding: 0;
}

dd {
	margin-bottom: 15px;
	text-indent: 0;
}

ul {
	margin-top: 0;
}

img {
	border: 0;
}



/*	common classes
	---
*/

.notext {
	line-height: 1%;
	font-size: 1%;
	text-indent: -5000px;
}

.nodisp {
	display: none;
}

.filler {
	height: 160px;
}



/*	container
	---
*/

#container {
	position: relative;
	margin: 0 auto;
	width: 780px;
	background: #444;
	border-left: 2px #ea5 solid;
	border-right: 2px #ea5 solid;
}



/*	header
	---
*/

#header {
	position: relative;
	padding: 15px 15px 0 15px;
	width: 750px;
	height: 65px;
	background: #fff;	
}

#header h1 {
	width: 388px;
	height: 45px;
	background: url("../images/ms_logo.gif") center no-repeat;
}

#header p {
	position: absolute;
	top: 18px;
	right: 17px;
	width: 137px;
	height: 38px;
	background: url("../images/contact.gif") no-repeat;
}



/*	navigation
	---
*/

#nav {
	position: relative;
	width: 100%;
	height: 35px;
	background: #ea5 url("../images/nav_bg.gif") repeat-x;
	line-height: 1.95em;
}

#nav p {
	margin-left: 22px;
}

#nav a, #nav a:visited {
	display: block;
	float: left;
	margin: 0 24px 0 0;
	padding: 6px 0 0 0;
	height: 29px;
	text-decoration: none;
	color: #641;
}

#nav a:hover {
	color: #000;
	text-decoration: none;
	background: url("../images/nav_over.gif") bottom no-repeat;
}

#nav a#curNav, #nav a:visited#curNav, #nav a:hover#curNav  {
	color: #333;
	font-weight: bold;
	background: transparent;
}



/*	content
	---
*/

#cola, #colb {
	color: #eee;	
	background: #444;
}

#cola {
	float: left;
	padding: 0 15px 26px 21px;
	margin: 10px 0;
	width: 369px;
	border-right: 1px #666 dotted;
}

#colb {
	position: relative;
	margin: 26px 0 0 420px;
	width: 347px;
}

html>body #colb {
	margin-left: 423px;
}

#cola a, #cola a:visited {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px #ccc solid;
}

#cola a:hover {
	border-bottom: 0px;
}

#cola p {
	margin-bottom: 15px;
	margin-left: 12px;
	width: 340px;
}

#cola p strong.arrow {
	padding-left: 15px;
	background: url("../images/arrow.gif") left no-repeat;
}

#colb p {
	margin-top: 15px;
	width: 80px;
}

.contact #colb p {
	margin-top: 0;
	margin-bottom: 15px;
	width: 300px;
}

#colb #curImg {
	height: 221px;
	width: 330px;
	border: 3px #ca8 solid;
}

#colb #imgSel {
	margin-top: 18px;
	height: 45px;
	width: 73px;
	background: url("../images/select.gif") no-repeat;
}

#colb #slides {
	position: absolute;
	left: 93px;
	top: 247px;
	width: 260px;
	height: 250px;
}

#colb #slides p {
	margin: 0;
	width: 260px;
}

#colb #slides a, #colb #slides a:visited {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	height: 89px;
	width: 105px;
	border: 2px #999 solid;
}



/* slide / header image customization
	---
*/

.s01 #colb #slides #s01 { border: 2px #fc6 solid; }
.s02 #colb #slides #s02 { border: 2px #fc6 solid; }
.s03 #colb #slides #s03 { border: 2px #fc6 solid; }
.s04 #colb #slides #s04 { border: 2px #fc6 solid; }

#cola h2 {
	margin: 15px 0 13px 0;
	width: 365px;
	height: 66px;
}

.home #cola h2 {
	margin-bottom: 20px;
	height: 94px;
	background: url("../images/heading.gif") top center no-repeat;
}

.custom #cola h2 { background: url("../images/heading_cust.gif") top center no-repeat; }
.remodeling #cola h2 { background: url("../images/heading_rem.gif") top center no-repeat; }
.additions #cola h2 { background: url("../images/heading_add.gif") top center no-repeat; }
.contact #cola h2 { background: url("../images/heading_cont.gif") top center no-repeat; }


/*	footer
	---
*/

#footer {
	position: relative;
	width: 100%;
	height: 66px;
	clear: both;
	background: #fb5 url("../images/footer_bg.gif") top repeat-x;
}

#footer p {
	margin-left: 22px;
	padding-top: 12px;
	color: #333;
}

#footer a, #footer a:visited {
	color: #641;
	text-decoration: none;
	border-bottom: 1px #641 solid;
}

#footer a:hover {
	border-bottom: 0px;
}

