/* ---------------------------------------

Client:  MGD
Version: 1.0
Author: Rock Creek Strategic Marketing
Website: http://www.rockcreeksm.com

Colors: 
Red: #C22828;
Dark Blue: #306187;
Beige: #8C844A;
Gold: #EFA119;
------------------------------------------*/


/*********** CONTAINERS AND SITE LAYOUT ****************/

body {
	background:#fff;
	margin:0;
	padding:0;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
	
* {
	margin:0;
	padding:0;
	}
	
#wrapper {
	width:970px;
	min-width: 970px;
	margin: 0 auto 0;
	}
	
#masthead {
	background:url(images/tagline.gif) 90% 90px no-repeat;
	height: 146px;
	padding: 0 0 25px 61px;
	}
	
#tagline {
	background:url(images/tagline.gif) 90% 90px no-repeat;
	height: 146px;
	}
	
#content {
	/*background:#C22828;*/
	min-width:970px;
	}
	
#leftCol {
	background:#C22828 url(images/leftBkgd.gif) 0px 0px no-repeat;
	width:61px;
	float:left;
	height:347px;
}

	
#flashContent {
	width:434px;
	border:1px solid #fff;
	border-width:1px 0px 0px 0px;
	}
	
#imageGallery {
	background:#fff;
	width:435px;
	float:left;
	 
	}
	
#gNav {
	background:#fff;
	border: 1px solid #fff;
	/* border-width: 0px 1px;*/
	}
	
#gNav div {
	float:left;
	height: 54px;
	}
	
#gNav a {
	text-decoration:none;
	}
	

	
#bodyCopy {
	background:#C22828 url(images/rulerBkgd.gif) 0px 0px repeat-x;
	padding:60px 0px 0px;
	}
	
#bodyCopy h1 {
	font-size:16px;
	color: #efa119;
	padding: 0 0 5px 0;
	font-weight: normal;
	}
	
#bodyCopy h2 {
	font-size:12px;
	font-weight:bold;
	color:#efa119;
	padding: 10px 0px 0px;
	}
	
#bodyCopy h1.second {
	padding:25px 0 5px 0;
	}
	
#bodyCopy p {
	color: #fff;
	font-size:11px;
	line-height:16px;
	padding: 0 30px 5px 0;
	}
	
#bodyCopyBox {
	height:200px;
	width:300px;
	position:absolute;
	top:250px;
	left:550px;
	/*overflow:scroll;*/
	}
	
#bodyCopy p.caseStudyKicker {
	/*background:url(images/caseStudyIcon.gif) 0% 18px no-repeat;*/
	font-size:9px;
	color:#9B2020;
	text-transform:uppercase;
	padding:0px 0px 3px 0px;
	letter-spacing: 1px;
	}
	
#bodyCopy p.caseStudyKicker a {
	color:#fff;
	text-decoration:none;
	}
	
#bodyCopy p.caseStudyKicker a:hover {
	color:#9B2020;
	}
	
#bodyCopy p.caseStudyMore {
	font-size:9px;
	color:#fff;/* #CBBEA8; */
	text-transform:uppercase;
	padding:0px 0px 8px 0px;
	letter-spacing: 1px;
	}
	
#bodyCopy p.caseStudyMore a:hover {
	color:#fff;
	text-decoration:none;
	}	
	
#bodyCopy p.backToTop {
	background:url(images/backToTop.gif) 0px 20% no-repeat;
	border-bottom:1px solid #AF2020;
	font-size:9px;
	padding:0 0 15px 15px;
	letter-spacing:1px;
	text-transform:uppercase;
	color: #efa119;
	}
	
#bodyCopy p.backToTop a {
	text-decoration:none;
	}
	
#bodyCopy p.backToTop a:hover {
	color: #fff;
	text-decoration:underline;
	}
	
.break {
	clear:left;
	}
	
a, a:link {
	color: #efa119;
	text-decoration:underline;
}
	
a:hover {
	text-decoration:none;
	}
	
a.inlineLink {
	color:#fff;
	text-decoration:underline;
	}
	
a.inlineLink:hover {
	text-decoration:none;
	}
	
#contactInfo {
	color: #999;
	font-size:10px;
	padding:30px 0px 5px 0px;
	text-align: center;
	background: url(images/twiddlybit.gif) 50% 0px no-repeat;
	}
	
/*********** SCROLLBAR STYLES ****************/

#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:530px;
		height:500px;	/* The height of the scrolling div */
		float:left;
	}
	#scrolldiv_parentContainer{
		width:500px;	/* Width of the scrolling text */
		height:100%;
		overflow:hidden;
		border:1px solid #BC8FBD;
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 0px 5px 20px 20px;
		position:relative;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height:16px;
		color: #fff;
	}
	
	#scrolldiv_content img.printable {
	
	border:none;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:500px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:15px;
		height:460px;	/* Total height - 40 pixels */
		border:1px solid #BC8FBD;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:13px;
		background-color:#BC8FBD;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:1px solid #BC8FBD;
		color: #BC8FBD;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}
	
/* main section content - use when not scrolling */

#mainSectionContent {
	width:450px;
	float:left;
	}
	
#mainSectionContent p {
	padding:10px 50px 20px 50px;
	line-height: 18px;
	}
	
#mainSectionContent h1 {
	padding:0px 50px 0px 50px;
	}
	
#mainSectionContent span {
	padding-bottom:3px;
	}
	
#mainSectionContent span.kitchen {
	border-bottom:1px solid #DF2929;
}

#mainSectionContent span.bath {
	border-bottom:1px solid #4183AF;
	}
	
#mainSectionContent span.addition {
	border-bottom:1px solid #9F944F;
	} 
	
#mainSection h1 {
	width:229px;
	height:28px;
	}
	
#mainSectionContent h1 span {
	display:none;
	color:red;
	}
	
#mainSectionContent h1.bath {
	background:url(images/hBath.gif) 50px 0px no-repeat;
	height:28px;
	}
	
#mainSectionContent h1.kitchen {
	background:url(images/hKitchen.gif) 50px 0px no-repeat;
	height:28px;
	}

#mainSectionContent h1.addition {
	background:url(images/hAddition.gif) 50px 0px no-repeat;
	height:28px;
	}
	
h1#home {
	background:url(images/hHome.gif) 0px 0px no-repeat;
	height:28px;
	}
	
h1#home span {
	display:none;
	}
	





	/*********** UTILITY NAVIGATION ****************/

#uNav {
	font-size:11px;
	padding: 10px 0px 15px;
	background:url(images/uNavBkgd.gif) 0px 0px repeat-x;
	color: #EFA119;
	text-align: center;
	}
	
#uNav ul {
	list-style:none;
	}
	
#uNav li {
	float:left;
	}
	
#uNav a {
	xcolor:#C22828;
	color:#666;
	text-decoration:none;
	/*background: url(images/uNavBullet.gif) 0px 50% no-repeat; */
	padding-left:10px;
	padding-right: 10px;
	}
	
#uNav a:hover {
	/*background: url(images/uNavBulletOver-over.gif) 0px 50% no-repeat;*/
	/* text-decoration:underline; */
	background-color: #efa119;
	color:#fff;
	}
	
#uNav li.last {
	padding-left:40px;
	}
	
#uNav a.windows {
	color:#000;
	}
	
/*********** BATH ****************/

div.bath #bodyCopy  {
	background:#306187 url(images/rulerBkgdBath.gif) 0px 0px repeat-x;
	padding:80px 0px 0px;	
	}
	
div.bath #content {
	background:#306187;
	}

#uNav ul.bath a {
	color: #306187;
	}
	
div.bath #leftCol {
	background-image:url(images/leftBkgdBath.gif);
	width:61px;
	float:left;
	height:347px;
	background-color:#306187;
	}
	
#mastheadBath {
	background:url(images/taglineBath.gif) 90% 90px no-repeat;
	height: 146px;
	padding: 0 0 25px 61px;
	}
	



/*********** ADDITION ****************/

div.addition #bodyCopy  {
	background:#8C844A url(images/rulerBkgdAddition.gif) 0px 0px repeat-x;
	padding:80px 0px 0px;
	}
	
div.addition #content {
	background:#8C844A;
	}

#uNav ul.addition a {
	color: #8C844A;
	}
	
div.addition #leftCol {
	background-image:url(images/leftBkgdAddition.gif);
	width:61px;
	float:left;
	height:347px;
	background-color:#8C844A;
	}
	
#mastheadAddition {
	background:url(images/taglineAddition.gif) 90% 90px no-repeat;
	height: 146px;
	padding: 0 0 25px 61px;
	}
	
/*********** CONTACT US TABLE ****************/

#contactTable {
	width:500px;
	margin-top:10px;
	}
	
#contactTable td {
	vertical-align:top;
	font-size:10px;
	color:#EFA119;
	padding:3px 0;
	text-transform:uppercase;
	
	}
	
#contactTable td.label {
	width:120px;
	padding:5px 0px 0px 0px;
	xtext-align:right;
	}
	
#contactForm	 {
	width:500px;
	color:#fff;
	font-size:11px;
	margin:0 auto;
	padding-bottom:50px;
	}
	
#contactForm h1 {
	font-size:21px;
	color: #fff;
	}
	
#contactForm h2 {
	padding:15px 0px 5px;
	font-weight:bold;
	}
	
#contactForm h3 {
	font-size:19px;
	font-weight:normal;
	color:#EFA119;
	padding: 2px 0 5px;
	
	}
	
#contactForm h3 span.caseStudyIntro {
	color:#fff;
	}
	
#contactForm h4 {
	font-size:14px;
	color:#EFA119;
	font-weight:normal;
	line-height:22px;
	padding: 0 50px 10px 0;
	}
	
#contactForm textarea {
	width:500px;
	border:1px solid #9F1D1D;
	}

#contactForm input  {
	border:1px solid #9f1d1d;
	font-size: 14px;
	padding: 3px;
	}

#contactForm input[type="submit"], #contactForm input[type="reset"]  {
	border:1px solid #9f1d1d;
	padding: 10px 20px;
	transition: all .5s;
	font-size: 15px;
	border-radius: 3px;
	-web-kit:border-radius:2px;
	}

	#contactForm input[type="submit"]:hover, #contactForm input[type="reset"]:hover {
		background: #FFF;
		cursor:pointer;
	}


	
#contactForm input.required {
	background:#FFD07F;
	}
	
#contactForm h3.goBack {
	color:#fff;
	font-weight:normal;
	font-size:10px;
	padding:0 0 5px;
	}
	
#contactForm h3.goBack a {
	color:#fff;
	text-decoration:none;
	background:url(images/arrowBack.gif) 0px 50% no-repeat;
	padding-left:12px;
	}
	
#contactForm span.leadIn {
	font-size:12px;
	font-weight:bold;
	color:#efa119;
	padding-right:5px;
	}
	
#contactForm ul {
	padding-left:15px;
	}
	
#contactForm li {
	line-height:16px;
	padding:3px 0;
	}
	
	
/* case studies pix gallery */
img.seePix {
	float:left;
	padding:5px 15px 5px 0;
	}
	
div.imageGallery {
	background:#E5DB97;
	width:500px;
	height:300px;
	margin:10px 0px 0px;
	}
	
div.thumbHolder {
	padding:0px 0 8px;
	margin-right: -5px;
	border:1px solid #AF2020;
	border-width:1px 0 0;
	
	}
	
#bodyCopy div.thumbHolder p {
	padding:3px 0 0 20px;
	color: #9B2020;//#EFA119;
	background:url(images/caseStudyIcon.gif) 0px 60% no-repeat;
	}
	
a img.thumbNails {
	border:3px solid #9B2020;
	margin:10px 10px 0 0;
	}
	
a:hover img.thumbNails {
	border-color: #fff;
	}
	
div.backHome p {
	font-size:10px;
	padding:5px 0 5px 0px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
div.backHome a {
	color: #EFA119;
	text-decoration:none;
	background:url(images/home.gif) 0px 50% no-repeat;
	padding-left:15px;
	}
	
div.backHome a:hover {
	color:#C22828;
	}




/* print copy */

#printCopy {
	display:none;
	}
	
	#masthead{
	position:relative;
	}
#signup_btn {
	position:absolute;
	top:0px;
	right:104px;
}

#signup_btn img {
	border:none;
}
	
	
	
