/*

QuickSite Wireframe CSS

This is the main stylesheet

author:		Ron Hall, Busy Noggin, Inc.
e-mail:		info@busynoggin.com
website:	www.busynoggin.com

*/

/* @group Reset Styling */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

a:active {
	outline: none;
	}

a:focus {
	-moz-outline-style: none;
	}

/* @end Reset Styling */

/* @group Base Styling */

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	font-weight: normal;
	height: 100%;
}

/* NOTE: Much of the typography styling is handled in rte.css */


/* @group Table Styling */

/* NOTE: Table Styling is mostly handled in rte.css */
table {
	border-collapse:collapse;
	width: 100%;
	}

/* @end Table Styling */

/* @group Additional Tags */


pre {
	margin-bottom: 15px;
	}

code {
	margin-left: 10px;
	margin-right: 10px;
}

pre code {
	margin-left: 0px;
	margin-right: 0px;
	}

pre,
code {
	font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
	}


/* @end Additional Tags */

/* @group Forms */


form input, form textarea {
	margin-right: 5px;
	}

form input:focus, form input:hover {
	color: black;
	}

form select {
	font-size: 11px;
	}

form option {
	margin: 0px;
	margin-left: 5px;
	margin-right: 10px;
	}

optgroup {
	font-weight: bold;
	font-style: italic;
	margin: 0;
	margin-top: 5px;
	}

optgroup option {
	padding-left: 5px;
}

legend {
	font-weight: bold;
	color: black;
	}


/* @end Forms */

/* @end Base Styling */

/* @group Common Classes */

.clear {
	clear: both;
	}

.clearOnly {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	}

.outOfSight {
	overflow: hidden;
	width: 0;
	height: 0;
	float: left;
	}

.csc-firstHeader {
	margin-top: 0px;
	}

.graphicTextWrapper {
	overflow: hidden;
	}

.graphicText {
	line-height:300px;
	display: block;
	}

/* @end Common Classes */

/* @group Layout */

#pageWrap {
	width: 980px;
	padding: 10px 0 0;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	}


#feature {
	margin-bottom: 20px;
	}

#generatedContent-1 {
	width: 150px;
	float: left;
	}

#generatedContent-2 {
	width: 230px;
	float: right;
	}

#f1d #contentBlock-1 {
	float: right;
	width: 770px;
	}



#f2c #contentBlock-1 {
	float: left;
	width: 690px;
	}

#f2c #contentBlock-2 {
	width: 260px;
	float: right;
	}

#f2d #generatedContent-1 {
	width: 200px;
	float: left;
	margin-right: 10px;
	}

#f2d #contentBlock-1 {
	float: left;
	width: 480px;
	}

#f2d #contentBlock-2 {
	width: 260px;
	float: right;
	}


/* @end Layout */

/* @group Garage Doors */

#menuback {
	margin: 0;
	list-style: none;
	width: 960px;
	height: 270px;
	overflow: hidden;
}


#menuback .shutter {
	width: 301px;
	height: 246px;
	float: left;
	/* background: url(images/mustang.jpg) no-repeat 0 38px; */
}

#menuback #shutter2.shutter {
	width: 358px;
	background-position: 30px 38px;
}

#menuback .shutter span {
	width: 301px;
	height: 246px;
	display: block;
	background: url(images/garage_door.jpg) no-repeat 0 38px;
}

#menuback #shutter2.shutter span {
	width: 358px;
	background-position: 30px 38px;
}

#menuback .shutter a {
	height: 246px;
	display: block;
	background: url(images/door_masks_classic.gif) no-repeat 0 0;
	line-height: 700px;
}

#menuback #shutter2.shutter a {
	background: url(images/door_masks_restore.gif) no-repeat 0 0;
}

#menuback #shutter3.shutter a {
	background: url(images/door_masks_repair.gif) no-repeat 0 0;
}

/* @end Garage Doors */


/* @group Header */

#masthead {
	float: left;
	margin: 12px 0 0;
	padding: 0;
	height: 36px;
	width: 450px;
	overflow: hidden;
	background: url(images/masthead.gif) no-repeat;
	border-bottom: 1px solid #333333;
}

#masthead a {
	display: block;
	padding-top: 100px;
	}

/* @group Global Menu */

#globalMenu {
	float: right;
	margin: 32px 0 0;
	width: 525px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	}

#globalMenu li {
	width: 155px;
	height: 25px;
	display: inline;
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
	}

#globalMenu li a {
	display: block;
	line-height: 300px;
	width: 155px;
	height: 25px;
	background: url(images/button_repair.gif) no-repeat 0 -30px;
	}

#globalMenu li#globalMenuItem-3 a {
	background: url(images/button_classic_restoration.gif) no-repeat 0 -30px;
	}

#globalMenu li#globalMenuItem-4 a {
	background: url(images/button_classic_repair.gif) no-repeat 0 -30px;
	}

#globalMenu li.active a,
#globalMenu li.active a:hover,
#globalMenu li#globalMenuItem-3.active a:hover,
#globalMenu li#globalMenuItem-3.active a,
#globalMenu li#globalMenuItem-4.active a:hover,
#globalMenu li#globalMenuItem-4.active a {
	background-position: 0 0;
	background-repeat: no-repeat;
	}

#globalMenu li a:hover,
#globalMenu li#globalMenuItem-3 a:hover,
#globalMenu li#globalMenuItem-4 a:hover {
	background-position: 0 -60px;
	background-repeat: no-repeat;
	}


#globalMenu li.active a {
	color: #008aec;
}


/* @end Global Menu */

/* @group Secondary Global Menu */

#secondaryGlobalMenu {
	float: left;
	margin: 5px 0 30px;
	height: 25px;
	list-style: none;
	font-size: 16px;
	}

#secondaryGlobalMenu li {
	height: 25px;
	display: inline;
	float: left;
	padding: 0;
	margin-right: 25px;;
	}

#secondaryGlobalMenu a {
	color: #888888;
	}

#secondaryGlobalMenu li.active a,
#secondaryGlobalMenu li.active a:hover {
	color: black;
	}


/* @end Secondary Global Menu */

/* @end Header */

/* @group Footer */

#footer {
	border-top: 2px solid #e6e6e6;
	padding-top: 10px;
	margin-top: 30px;
}

#footer .address {
	height: 30px;
	width: 400px;
	float: left;
	background: url(images/footer_address.gif) no-repeat left 0;
	}

#footer .phone {
	height: 30px;
	width: 200px;
	float: right;
	background: url(images/footer_phone.gif) no-repeat right 0;
}


/* @end Footer*/

/* @group Local Menu */

#localMenu {
	font-size: 18px;
	margin-left: 0;
	padding: 0;
	}

#localMenu ul {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 10px;
	border-left: 3px solid #e12403;
	border-bottom: 3px solid #e12403;
	}

#localMenu ul li {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: -10px;
	padding-left: 20px;
	}

#localMenu li {
	list-style: none;
	padding-bottom: 15px;
	}

#localMenu li a {
	color: #888888;
	}

#localMenu li a:hover {
	color: black;
	}

#localMenu li.current a,
#localMenu li.currentLevelOne a {
	color: #008aec;
	}

#localMenu li.current li a,
#localMenu li.currentLevelOne li a {
	color: #b2b2b2;
	}

#localMenu li li.current {
	background: url(images/diamond.png) no-repeat 0 top;
	}

/* @end Local Menu */
/* @group Module Styling */

.moduleHeader {
	margin: 0;
	padding: 3px 0px 3px 10px;
	background-color: #008aec;
	color: white;
	}

.moduleFooter {
	height: 20px;
	margin: 0;
	background-color: #008aec;
	font-size: 1px;
	}

.moduleBody {
	padding: 15px 10px 10px 10px;
	}

.moduleBodyWrap {
	border-left: 4px solid #008aec;
	border-right: 4px solid #008aec;
	/* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant moduleBodyBorderWidth */
	}

.unframed .moduleBody {
	padding: 0;
	border: 0;
	}


.moduleBodyBleed {
	padding: 0;
	}

.columnGroup {
	margin-bottom: 10px;
	}

.columnGroupRule {
	border-bottom: 1px solid #7f7f7f;
	}

.moduleGroup {
	margin-bottom: 10px;
	}

.moduleFeature {
	margin-bottom: 15px;
	}

/* @end Module Styling */

.homeQuote, .homeQuoteHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.homeQuoteHeader {
	font-weight: bold;
}
