/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#b3a88a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	line-height:1.4em;
	margin-top:0em;
}

a {
	color:#0000FF;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}

/*********************************************************************Header Tags*********************************/

h1 {font-size:160%; font-family:Arial, Helvetica, sans-serif; margin: .5em 0em .5em 0em; color:#1e6d8c; line-height:1.5em;}
h2 {font-size:140%; font-family:Arial, Helvetica, sans-serif; margin: .5em 0em .5em 0em; color:#1e6d8c; line-height:1.5em;}
h3 {font-size:120%; margin: .5em 0em .5em 0em;line-height:1.5em;}
h4 {font-size:110%; margin: .5em 0em .5em 0em;}

/*********************************************************************Font Color**********************************/

.red {
color:#FF0000;
}

.blue {
color:#0000FF;
}
.green {color:#00FF00;}

.yellow {
color:#FFFF00;
}
.siteBlue {color:#1e6d8c;}
.brown {color:#bf6800;}
.white {color:#fff;}
/********************************************************************Font Styles**********************************/

/********************************************************************Forms Styles**********************************/
#infoForm {
	width:250px;
	float:right;
	margin:0px 0px 10px 10px;
	padding:4px;
	background-color:#e5e5e5;
	border:1px solid #CC3300;
	font-size:90%;
}

.formContent {
	width:250px;
	clear:both;
	margin-bottom:5px;
}

.formLabel {
	width:75px;
	float:left;
	text-align:right;
}

/**********************************************************************Nav**************************************/
#nav {
	width:920px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#1e6d8c;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:115%;
	letter-spacing:1px;	
}

#nav li {
	display:inline;
	color:#1e6d8c;
	margin:0px 10px 0px 0px;
}

#nav li a {
	color:#1e6d8c;
}

#nav li a:hover {
	color:#1e6d8c;
	text-decoration:underline;
}
/***********************************************************************Universal Div's***************************/

#wrap {
	width:960px;
	margin: 0 auto;
}

#headCell {
	width:920px;
	height:78px;
	clear:both;
	background-color:transparent;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px 20px 0px 20px;
	color:#000;
	/*background-image:url(../images/top3.jpg);*/
	background-repeat:repeat-x;
}

#logo {
	width:600px;
	float:left;
	/*font-family:"Times New Roman", Times, serif;
	font-size:275%;
	letter-spacing:1px;
	font-weight:bold;
	color:#aba99a;
	font-style:italic;
	padding-top:0px;
	padding-bottom:0px;*/
}

#phoenNumber {
	width:300px;
	float:right;
	font-family:"Times New Roman", Times, serif;
	/*font-size:275%;
	letter-spacing:1px;
	font-weight:bold;
	color:#fff;	
	padding-top:30px;
	padding-bottom:10px;*/
}

#pageHeader {
	width:918px;
	height:280px;
	clear:both;
	background-image:url(../images/header_BG.jpg);
	background-repeat:no-repeat;
	padding:0px 20px 0px 20px;
	border:1px solid #999;
}

#tagLine {
	width:550px;
	float:left;
	font-size:200%;
	font-weight:bold;
	font-style:italic;
	color:#fff;
	padding-top:20px;
	padding-bottom:10px;
	line-height:1.5em;
}

.tagLineBlockQuote {
	margin-left:50px;
	margin-bottom:15px;
	float:left;
	width:200px;
	font-size:70%;
	line-height:1.5em;
}
.tagLineBlockQuoteRight {
	margin-left:50px;
	margin-bottom:15px;
	float:right;
	width:250px;
	font-size:70%;
	line-height:1.5em;
}

#hpVideo {
	width:320px;
	height:265px;
	float:right;
	padding-top:15px;
}

#pageBody {
	width:920px;
	clear:both;
	padding:20px 20px 10px 20px;
	background-color:#fff;
}

#pageBodyBottom {
	width:920px;
	clear:both;
}

#pageContent {
	width:920px;
	clear:both;
	padding-top:20px;
}

#footer {
	width:920px;
	clear:both;
	height:20px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	padding:10px 20px 10px 20px;
	color:#fff;
	font-size:85%;
	margin-bottom:15px;
}

#footer a, #footer a:hover {color:#fff;}

#pageFooter{
	width:920px;
	height:100px;
	padding:0px 20px 0px 20px;
}

#footerText {
	color:#FFFFFF;
	padding-top:55px;
}

/*************************************************************************************Slider Styles****/

#slide {
	width:400px;
	height:360px;
	float:right;
}

#featured_section {
	width:400px;
	height:300px;
	padding-left:0px;
}

.container {
	width:400px;
	height:300px;
	overflow:hidden;
	position:relative;
}

.slides { 
	position:absolute; 
	top:0; 
	left:0; 
}

.slides div {
	position:absolute;
	width:400px;
	display:none;	
	/*border:1px solid #000;*/
	padding-top:0px;
}

.slides div img {
	padding-left:0px;
	cursor:pointer;
}

ul.pagination li {
	position:absolute;
	font-size:13px;
	display:none;
}

ul.pagination li.total {
	display:block;
}

ul.pagination li.active {
	display:block;
}

ul.pagination li a {
	color:#0380a5;
}

#nextPrevious {
	width:100%;
	height:20px;
	clear:both;
}
.next {
	/*position:absolute;*/
	/*top:0px;
	left:160px;
	clear:both;*/
}

.previous {
	/*position:absolute;*/
	/*top:0px;
	left:110px;
	clear:both;*/
}

.next1 {
/*	position:absolute;
	/*top:-25px;*/*/
	left:125px;
	clear:both;
}

.previous1 {
	/*position:absolute;
/*	top:-25px;*/
	left:30px;*/
	clear:both;
}
/***********************************************************************Home Page*********************************/

#hpLeft {
	width:580px;
	float:left;
}

#hpRight {
	width:320px;
	float:right;
}

#hpCTA1 {
	width:256px;
	float:right;
	margin:20px 0px 10px 10px
}
/***********************************************************************Samples Page*********************************/
#sampleTop {
	width:920px;
	float:left;
	clear:both;
}

/***********************************************************************Kitchen Remodeling Page*********************************/
#kitchenLeft {
	width:580px;
	float:left;
}

#kitchenRight {
	width:320px;
	float:right;
}

#kitchenCta1 {
	width:269px;
	float:right;
	margin:0px 0px 40px 10px;
}
#kitchenVideo {
	width:320px;
	padding-top:43px;
	clear:both;
}

#kitchenVideoLeft {
	width:160px;
	float:left;
}
/***********************************************************************Kitchen Remodeling Page*********************************/
#bathroomLeft {
	width:580px;
	float:left;
}

#bathroomRight {
	width:320px;
	float:right;
}
#bathroomCta1 {
	width:272px;
	float:right;
	margin:0px 0px 40px 10px;
}
/***********************************************************************Contact Us Page*********************************/
#contactLeft {
	width:580px;
	float:left;
}

#contactRight {
	width:320px;
	float:right;
}

#contactForm {
	width:550px;
	float:right;
	margin:0px 0px 10px 10px;
	padding:4px;
	/*background-color:#e5e5e5;
	border:1px solid #CC3300;*/
	/*font-size:90%;*/
}

.contactContent {
	width:550px;
	clear:both;
	margin-bottom:8px;
}

.contactLabel {
	width:175px;
	float:left;
	text-align:right;
}

#contactInformation {
	width:300px;
	padding-left:10px;
	padding-top:20px;
}
