@import "style.css";
@import "undohtml.css";

/* layout
----------------------------------------------- */
body {
	background: #fff;
	font: 75% lucida grande, verdana,arial,sans-serif;
	text-align: left;
	color: #565454;
}
#wrapper {
	width: 780px;
	margin: 0 auto;
}

/* logo
----------------------------------------------- */
#logo {
	background: url(/images/logo.jpg) no-repeat;
	width: 275px;
	height: 94px;
	margin: 10px auto 15px auto;
}

/* header
----------------------------------------------- */
#header {
	background: url(/images/header.jpg) no-repeat;
	width: 780px;
	height: 90px;
}

/* navigation 
----------------------------------------------- */
#navigation {
	background: #603912;
	text-align: center;
	height: 28px;
	color: #8b8d08;
	font-family: georgia;
	font-size: 0.9em;
	/*font-weight: 700;*/
}
#navigation #nav { padding: 5px 0 0 0; }
#navigation #nav li {
	display: inline;
	padding: 0 15px;
	border-right: 1px solid #8b8d08;
}
#navigation #nav .last { border-right: none; }
#navigation #nav a {
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
}
#navigation #nav a:hover { color: #8B8D08; }

#navigation #nav .current { color: #8B8D08; }

/* main 
----------------------------------------------- */
#main {
	border-left: 1px solid #8b8d08;
	border-right: 1px solid #8b8d08;
}

/* right 
----------------------------------------------- */
#right {
	float: right;
	width: 268px;
	border-left: 1px solid #8b8d08;
	margin: 10px 0 0 0;
}
#right #rightwrapper { padding: 10px 20px 40px 20px; }

/* left 
----------------------------------------------- */
#left {
	width: 500px;
	padding: 0 0 45px 0;
}
#left #leftwrapper { padding: 25px 20px 20px 20px; }

/* footer 
----------------------------------------------- */
#footer { 
	clear: both; 
	padding: 0;
	background: url(/images/footer.gif) repeat-x;
}

/* footer links - foundations 
----------------------------------------------- */
#footerlinks {
	width: 780px;
	margin: 0 auto;
	height: 67px;
}
#footerlinks li { display: inline; }
a#collins,
a#ford,
a#jeld-wen,
a#meyer,
a#james,
a#oregon { 
	text-indent: -9999px; 
	float: left;
	height: 67px;
    display: block;
    margin: 0;
}
a#collins {
    width: 113px;
    background-image: url(/images/footer_collins.jpg);
}
a#ford{
    width: 111px;
    background-image: url(/images/footer_ford.jpg);
}
a#jeld-wen{
    width: 127px;
    background-image: url(/images/footer_jeld-wen.jpg);
}
a#meyer{
    width: 150px;
    background-image: url(/images/footer_meyer.jpg);
}
a#james{
    width: 152px;
    background-image: url(/images/footer_james.jpg);
}
a#oregon{
    width: 127px;
    background-image: url(/images/footer_oregon.jpg);
}

/* footer - text 
----------------------------------------------- */
#footertext {
	width: 780px;
	margin: 10px auto 0 auto;
	padding: 5px;
	color: #000;
	font-size: 0.9em;
}