/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
						/* Hard Reset */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
						
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}


















/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
						/* Generic Styles */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	background: #3a1006 url('../images/bg.jpg') repeat-x;
	font-family: arial;
	color: #393838;
	font-size: 12px;
}

p {
	line-height: 18px;
	margin: 0 0 15px 0;
	text-align: left;
	font-size: 12px;
	padding: 0 0 0px 0px;
}

h1, h2, h3 {
	padding-bottom: 15px;
	text-align: left;
}

h1 {
	font-size: 20px;
	color: #3a1006;
	font-weight: 700;
	text-align: left;
}

.h1 {
	font-size: 18px;
	color: #3a1006;
	font-weight: 100;
	text-align: left;
}

.h2 {
	font-size: 12px;
	color: #3a1006;
	font-weight: 100;
	text-align: left;
}

.white {
	color: #fff;
}

h2 {
	font-size: 12px;
	color: #7c5320;
	font-weight: 900;
}

h3 {
	font-size: 14px;
	color: #2d4f72;
	font-weight: 900;
}

a {
	color: #3a1006;
	text-decoration: underline;
	
	
}

a:hover {
	color: #630400;
	text-decoration: none;
	
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

input {
	float: left;
	background: #f2f0e3;
	padding: 1px;
	font-family: arial;
}

label {
	float: left;
	width: 160px;
	font-size: 12px;
}

.text, .textarea {
	width: 200px;
	border: 1px solid #b6a265;
	background: #f2f0e3;
	font-size: 12px;
	color: #000;
	font-family: arial;
}

.textarea {
	height: 150px;
	margin-bottom: 10px;
}

.submit {
	font-size: 16px;
	background: #333;
	border: 2px solid #777;
	padding: 2px;
	cursor: pointer;
	color: #ccc;
	float: left;
	margin: 10px 10px 10px 2px;
}

.submitbutton:hover {
	background: #80a9d5;
	color: #2d4f72;
}

.verify {
	width: 120px;
	margin-left: 5px;
}

.verifytext {
	font-weight: 900; font-family: courier; font-size: 18px; float: left;
}

.innerpad {
	padding: 10px 25px 10px 10px;
}



.footie {
	line-height: 18px;
	margin: 0 0 15px 0;
	text-align: center;
	font-size: 12px;
	color:#FFFFFF;
}

a.footie {
	color: #fffff1;
	text-decoration: none;
	
	
}

a.footie:hover {
	color: #ffffff;
	text-decoration: underline;
	
}

.gallerytext {
	color: #3a1006;
	font-weight: 700;
}











/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
						/* Design Styles */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#header {
	width: 1150px;
	height: 140px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0;
	left: 0;
}

.galleryphoto {
	border: 1px solid #8a7b72;
}

.gallerie {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0;
}

#navigation {
	width: 1150px;
	height: 44px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#navigation div {
	padding-left: 130px;
}

#navigation ul {
	list-style: none;
	
}

#navigation ul li {
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	height: 44px;
	margin: 0px 5px 0px 5px;
	cursor: pointer;
}

#navigation ul li a span {	
	display: block;
	height: 11px;
	padding: 18px 7px 15px 7px;
	margin-left: 0px;	
	background: transparent;
}

#navigation a {	
	color: #000;
	text-decoration: none;
	cursor: pointer;
}



#navigation ul li:hover a span {
	text-decoration: none;
	background: url('../images/over.jpg') repeat-x center 8px;
}

#navigation ul li.active, #navigation ul li.active a:hover span {
	background: url('../images/active-left.png') no-repeat left 2px;
}

#navigation ul li.active a {
	color: #fff;
	text-decoration: none;
}

#navigation ul li.active a span, #navigation ul li.active a:hover span {	
	background: url('../images/active-right.png') no-repeat right 2px;
	padding: 18px 7px 15px 3px;
	margin-left: 4px;
}

#navigation ul li ul {
	display: none;
}

#navigation ul li:hover ul {
  	display: block;
  	position: absolute;
	background: #d4d5ba;
  	text-align: left;
	float: none;
	width: auto;
	height: auto;
	padding: 10px 5px 5px 5px;
	margin: -6px 0px;
	width: 270px;
}

#navigation ul li.active:hover ul {
	background: #000000;
	width: auto;
	height: auto;
	padding: 10px 5px 5px 5px;
	margin: -6px 0px;
	width: 270px;
}

#navigation ul li:hover ul li {
	float: none;
	display: block;
	width: auto;
	height: auto;
	text-transform: capitalize;
	padding: 0px;
	margin: 0px;
}

#navigation ul li:hover ul li a, #navigation ul li:hover ul li a:hover {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

#navigation ul li:hover ul li a span {	
	padding: 5px 10px 5px 5px;
	margin: 0px;
	width: auto;
	height: auto;
	background-image: none;
}

#navigation ul li:hover ul li:hover a span {
	background-image: none;
	background-color: #e1e2cb;
	padding: 5px 10px 5px 5px;
	width: auto;
	height: auto;
	margin: 0px;
	color: #333;
}


/*

background: url('../images/over.jpg') repeat-x center 8px;
background: url('../images/active-left.png') no-repeat left 2px;
background: url('../images/active-right.png') no-repeat right 2px;
background: #d4d5ba;
background: #000000;
background-color: #e1e2cb;
color: #333;

*/







.ulfont {
	line-height: 17px;
	font-size: 13px;
}




















.cta {
	width: 285px;
	height: 91px;
	overflow: hidden;
	margin-left: 0px;
	margin-bottom: 15px;
	cursor: pointer;
	color: #ccc;
	font-style: none;
	text-decoration: none;
}

a.ctaa span {
	color: #ccc;
	font-style: none;
}

a.ctaa:hover span {
	color: #fff;
	font-style: none;
}

.cta div {
	padding: 15px 10px 0px 80px;
}

.cta .h3 {
	font-size: 15px;
	font-style: none;
	font-weight:600;
}

.cta .h4 {
	font-size: 11px;
	font-style: italic;
	height: 11px;
	padding-top:3px;
}

.calculator {
	background: url('../images/calculator.jpg') no-repeat left top;
}

.warranty {
	background: url('../images/warranty.jpg') no-repeat left top;
}

.paper {
	background: url('../images/paper.jpg') no-repeat left top;
}

.paint {
	background: url('../images/paint.jpg') no-repeat left top;
}

.house {
	background: url('../images/house.jpg') no-repeat left top;
}

.zoom {
	background: url('../images/zoom.jpg') no-repeat left top;
}










/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
						/* Additional */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/* Tool Tip */
p#vtip { 
	display: none;
	position: absolute;
	padding: 10px;
	left: 5px; 
	font-size: 0.8em; 
	background-color: #000; 
	border: 3px solid #7c5320;
	z-index: 9999;
	color: #fff;
	text-transform: capitalize;
}

a.vtip {
	cursor: pointer;
}

p#vtip #vtipArrow { 
	position: absolute; 
	top: -10px; 
	left: 5px;
	display: none;
}

/* Slider */

.infiniteCarousel {
  width: 1020px;
  height: 363px;
  position: relative;
  top: 0px;
  left: 65px;
}

.infiniteCarousel .wrapper {
  width: 919px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 344px;
  position: absolute;
  padding: 0;
  margin: 0 0 0 54px;
  top: 0;
}

.infiniteCarousel ul a img {
}

.infiniteCarousel .wrapper ul {
  width: 919px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 0px;
  width: 919px;
}


.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 54px;
  width: 35px;
  text-indent: -9999px;
  position: absolute;
  top: 136px;
  cursor: pointer;
  outline: 0;
  
}

.infiniteCarousel .forward {
  background: url('../images/rightarrow.jpg') no-repeat 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background: url('../images/leftarrow.jpg') no-repeat 0 0;
  left: 0;
}

.infiniteCarousel .forward:hover {
  
}

.infiniteCarousel .back:hover {
	
}











































.customhomegallery {
	width: 144px;
	height: 43px;
	text-indent: -9999px;
	background: url('../images/customhomegallery.png') left top no-repeat;
	float: left; 
	display: inline;
	cursor: pointer;
}

.customhomegalleryOver {
	width: 144px;
	height: 43px;
	text-indent: -9999px;
	background: url('../images/customhomegalleryOver.png') left top no-repeat;
	float: left; 
	display: inline;
	cursor: pointer;
}

.commercial {
	width: 195px;
	height: 43px;
	text-indent: -9999px;
	background: url('../images/commercial.png') left top no-repeat;
	float: left; 
	display: inline;
	cursor: pointer;
}

.commercialOver {
	width: 195px;
	height: 43px;
	text-indent: -9999px;
	background: url('../images/commercialOver.png') left top no-repeat;
	float: left; 
	display: inline;
	cursor: pointer;
}

.renovations {
	width: 276px;
	height: 43px;
	text-indent: -9999px;
	background: url('../images/renovations.png') left top no-repeat;
	float: left; 
	display: inline;
	cursor: pointer;
}

.renovationsOver {
	width: 276px;
	height: 43px;
	text-indent: -9999px;
	background: url('../images/renovationsOver.png') left top no-repeat;
	float: left; 
	display: inline;
	cursor: pointer;	
}

.repeat {
	width: 615px;
	background: url('../images/repeatoftab.png') center top repeat-y;
}

.footit {
	width: 615px;
	height: 22px;
	background: url('../images/footeroftab.png') bottom center no-repeat;
}
	














