/* -----------------------------------------------------

	Author:		Stephen Tudor, s@stephentudor.com

----------------------------------------------------- */

/* -----------------------------------------------------
	Structure
----------------------------------------------------- */
html, body {
	height: 100%;
}

body {
	position: relative;
	background-color: #fbf9f2;
	background-image: url(../images/bg.png);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: center;
}

#container, #footer {
	font-style: normal;
	font-weight: normal;
	font-size: 62.5%;
	line-height: 1;
	font-family: Verdana, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	text-align: left;
}

#container {
	min-height: 100%;
	height: auto;
	margin-bottom: -8em;
}

/* -----------------------------------------------------
	Header and Footer
----------------------------------------------------- */

/* -- [Header] -- */
#header {
	height: 232px;
	margin-bottom: 0px;
	background-image: url(../images/featured-photo.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#branding {
	position: relative;
	text-align: center;
	margin-bottom: 0px;
	height: 232px;
}
#logotype {
	width: 300px;
	height: 53px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	background-image: url(../images/winfield-garage-doors.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#byline {
	position: absolute;
	top: 15px;
	left: 100px;
	width: 211px;
	height: 16px;
	background-image: url(../images/a-trusted-name-since-1980.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#accolades {
	width: 208px;
	height: 69px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	background-image: url(../images/awards-certs2.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#accolades li {
	text-indent: -9999px;
	overflow: hidden;
	list-style: none;
}
#phone {
	margin-bottom: 0;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 3em;
	font-weight: normal;
	color: #263878;
}

/* -- [Footer] -- */
#footer {
	clear: both;
	height: 8em;
	padding-top: 10em;
	margin-bottom: 0px;
}
#footer p {
	font-size: 1em;
	margin-bottom: 0px;
	text-align: center;
}

/* -- [Main] -- */
#main {
/*	margin-top: -16px;*/
}

/* -----------------------------------------------------
	Nav
----------------------------------------------------- */
#nav {
	height: 74px;
	margin: 0px;
}
#nav ul {
	height: 74px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	margin: 0px;
}
#nav li {
	width: 120px;
	height: 74px;
	float: left;
	margin: 0;
	list-style: none;
}
#nav li span {
	display: block;
	padding-top: 22px;
	padding-right: 10px;
	padding-left: 10px;
	display: none;
}
#nav li a {
	display: block;
	width: 120px;
	height: 74px;
	float: left;
	margin: 0;
	list-style: none;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
}
#nav li.home a:link,		#nav li.home a:visited			{ background-position:    0px 0px; }
#nav li.residential a:link,	#nav li.residential a:visited	{ background-position: -120px 0px; }
#nav li.commercial a:link,	#nav li.commercial a:visited	{ background-position: -240px 0px; }
#nav li.service a:link,	    #nav li.service a:visited		{ background-position: -360px 0px; }
#nav li.guide a:link,		#nav li.guide a:visited			{ background-position: -480px 0px; }
#nav li.gallery a:link,		#nav li.gallery a:visited		{ background-position: -600px 0px; }
#nav li.about a:link,		#nav li.about a:visited			{ background-position: -720px 0px; }
#nav li.directions a:link,	#nav li.directions a:visited	{ background-position: -840px 0px; }
#nav li.home a:hover,		#nav li.home a:focus,		#nav li.home a:active			{ background-position:    0px -74px; }
#nav li.residential a:hover,#nav li.residential a:focus,#nav li.residential a:active	{ background-position: -120px -74px; }
#nav li.commercial a:hover,	#nav li.commercial a:focus,	#nav li.commercial a:active		{ background-position: -240px -74px; }
#nav li.service a:hover,	#nav li.service a:focus,   	#nav li.service a:active		{ background-position: -360px -74px; }
#nav li.guide a:hover,		#nav li.guide a:focus,		#nav li.guide a:active			{ background-position: -480px -74px; }
#nav li.gallery a:hover,	#nav li.gallery a:focus,	#nav li.gallery a:active		{ background-position: -600px -74px; }
#nav li.about a:hover,		#nav li.about a:focus,		#nav li.about a:active			{ background-position: -720px -74px; }
#nav li.directions a:hover,	#nav li.directions a:focus,	#nav li.directions a:active		{ background-position: -840px -74px; }
body.home			#nav li.home a:link,		body.home			#nav li.home a:visited			{ background-position:    0px -148px; }
body.residential	#nav li.residential a:link,	body.residential	#nav li.residential a:visited	{ background-position: -120px -148px; }
body.commercial		#nav li.commercial a:link,	body.commercial		#nav li.commercial a:visited	{ background-position: -240px -148px; }
body.service		#nav li.service a:link,		body.service		#nav li.service a:visited		{ background-position: -360px -148px; }
body.guide			#nav li.guide a:link,		body.guide			#nav li.guide a:visited			{ background-position: -480px -148px; }
body.gallery		#nav li.gallery a:link,		body.gallery		#nav li.gallery a:visited		{ background-position: -600px -148px; }
body.about			#nav li.about a:link,		body.about			#nav li.about a:visited			{ background-position: -720px -148px; }
body.directions		#nav li.directions a:link,	body.directions		#nav li.directions a:visited	{ background-position: -840px -148px; }

/* -----------------------------------------------------
	Content
----------------------------------------------------- */
#content {
	position: relative;
	margin-top: 3em;
}

#title h1 {
	color: #2f2e24;
	font-family: "Times New Roman", Georgia, serif;
	font-weight: normal;
	font-size: 33px;
	margin-bottom: 33px;
}
#title h1.cufon {
	font-size: 32px;
	margin-bottom: 32px;
}
body.home #title { text-align:center; }

#content h2 {
	margin-bottom: 1em;
/*	font-family: Georgia, "Times New Roman", serif;*/
	font-weight: normal;
	font-size: 2em;
	color: #263878;
}

#content li,
#content dt {
	font-size: 1.2em;
	line-height: 1.5;
}

#content dt {
	font-weight: bold;
}

#content dd {
	margin-left: 3em;
}

#content dt,
#content dd li {
	margin-bottom: 1.6em;
}

#content dd li {
	margin-left: 0;
}

#highlight {
	width: 220px;
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
	background-color: #fee07e;
	background-image: url(../images/yellowbox-bottom2.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#highlight p {
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 10px;
	background-image: url(../images/yellowbox-top2.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.25;
}
#highlight p span {
	font-size: 23px;
	font-weight: bold;
}
#highlight p.cufon {
	font-size: 15px;
	font-style: italic;
	line-height: 1.3;
}
#highlight p.cufon span {
	font-size: 25px;
}

#showroom_info h4 {
	margin-bottom: 0.4em;
}
#showroom_info dt {
	margin-bottom: 0;
}

