/* CSS Document 


*/

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-image: url(images/metro_background.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p { margin-bottom:7px;
	margin-top:7px;}

a:link {color: #666666;
	text-decoration: none;}
a:hover {color: #8b7500;
text-decoration: none;}
a:visited {color: #666666;
text-decoration: none;}
a:visited:hover {color: #8b7500;
text-decoration: none;}

h1 {font-size: 18px;
	font-weight:normal;
	color: #cdad00;
	margin-bottom:5px}
	
	h2 {font-size: 14px;
	font-weight:normal;
	color: #cdad00;
	margin-bottom:5px}
	
	.homeline{
	
	letter-spacing: -0.06em;}  /*used to pull the one word, home, up a line on the windows page*/

.boldgold{ 	font-weight:bold;
	color: #cdad00;}
.boldgold_16{ 	font-size: 16px;
	font-weight:bold;
	color: #cdad00;}
	
	#windowsoutershell{
	width: 970px;
	margin: 0 auto;
	background-image: url(images/windows_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
	#doorsoutershell{
	width: 970px;
	margin: 0 auto;
	background-image: url(images/doors_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
	#bifoldsoutershell{
	width: 970px;
	margin: 0 auto;
	background-image: url(images/bifolds_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

#outershell{
	width: 970px;
	margin: 0 auto;
	background-image: url(images/front_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

#spacer {}

#maincontainer{
	width: 720px;
	margin-left: 250px;
}

#topsection{
height: 160px; /*Height of top section*/
}
#logo {
float:right;
width:270px;}

.header{
height:110px;
width:360px;
}
#topsection h1{
margin: 0;
padding-top: 15px;

}

#contentwrapper{
width: 720px;
	float: left;
	background: #FFFFFF;
}
#content{
margin-top:20px;
margin-left:30px;
width:380px;
}
#homecontentwrapper{
float: left;
padding: 20px 30px 10px;
background: #FFFFFF;
}

#rightcolumn{
float: right;
width: 300px; /*Width of right column*/
height: 240px;
}



#footer{
	clear: left;
	width: 660px;
	min-height: 40px;
	height: 40px;
	background: #8b7500;
	padding-left: 30px;
	padding-right: 30px;
}

#copyright {
float:left;
font-size:10px;
color:#FFFFFF;
margin-top:10px;}

#design {
float: right;
font-size:10px;
color:#FFFFFF;
margin-top:10px;}

#design a{
color:#FFFFFF;}