/*

Hi Jessica! :)

*/


img, a img, img a{border:none;}
* {
	outline: none;
}
body {
  text-align:center;
  margin:0;
  padding:0;
  background: url(images/bg.jpg);
  font: 14px Georgia, "Times New Roman", Times, serif;
  color: #333;
}

#page {
  width:900px;
  margin:20px auto;
  padding:auto;
  text-align:left;
  background: #6A381F;
}

#header {
  clear:both;
  padding: 10px 5px 0 30px;
  position: relative;
}

/* --- Social Media Buttons --- */

#social-media {
	display: block;
	position: absolute;
	width: 104px;
	top: 26px;
	left: 720px;
	margin: 0;
	padding: 0;
}

#google-plus-one {
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	left: 20px;
}

#fb-button {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	height: 24px;
	width: 80px;
	left: 70px;
	top: 2px;
}

/* --- / Social Media Buttons --- */

#tagline {
  font-size:12px;
  font-weight:bold;
  color:#B1592F;
  margin: 0;
  width: 315px;
  text-align: right;
}

#menulinks {
  height:26px;
  margin:0 auto;
  display: block;
  clear: both;
  padding: 0 10px 0 20px;
  border-top: 3px solid #6E6323;
  border-bottom: 3px solid #6E6323;
  background: #776b27;
}

#menulinks a {
  height:20px;
  background-image:none;
  background-position:top center;
  background-repeat:repeat-x;
  display:block;
  color:#FFF;
  text-decoration:none;
  float:left;
  font-size:14px;
  font-weight:bold;
  padding: 5px 10px 1px;
  margin:0 auto;

}

#menulinks a:hover, #menulinks a.active {
  text-decoration:none;
  background: #69381F;
}

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

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

#mainarea {
  display: block;
  background: #FFF url(images/contentbg.jpg);
  clear: both;
  float: left;
  width: 880px;
  margin: 10px;
}
#infoSlider {
  line-height:18px;
  display: block;
  background: #000000;
  height: 300px;
  margin: 10px 10px 15px;
  border: 1px solid #776B27;
  color: #FFFFFF;
}
#contentarea {
  width:450px;
  padding:0 35px 15px 45px;
  line-height:18px;
  float:left;
}
#contentarea img {margin:5px 10px 10px 0; border:solid 1px #333333;}
#sidebar {
  width:300px;
  float:right;
  line-height:18px;
  display: inherit;
  margin-right: 45px;
  padding: 0 0 15px 0;
}

.sidebarheader {
  font-size:16px;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
  margin-top:0px;
  margin-bottom:7px;
  color:#E8A465;
  border-bottom:1px solid #773536;
}
#oneColumn {
  display: block;
  clear: both;
  float: left;
  width: 835px;
  margin: 10px;
  padding: 10px;
  color: #333333;
}
#sampleArea {
  display: block;
  clear: both;
  float: left;
  width: 840px;
  margin: 10px;
  padding: 10px;
  color: #CCCCCC;
  background: #000 url(images/whoWeAre/bg.jpg);
}
#twoColumn_left {
  display: block;
  float: left;
  width: 400px;
  margin: 10px;
  padding: 10px;
  color: #333333;
}
#twoColumn_left h3 {
  height: 12px;
  line-height: 12px;
}
#twoColumn_right {
  display: block;
  float: right;
  width: 400px;
  margin: 10px;
  padding: 10px;
  color: #333333;
}
#twoColumn_right iframe{
  border: thin solid #6A381F;
}

#twoColumn_right p{
  text-align: justify;
}


h1 {
  font-size:26px;
  font-weight:bold;
  margin:0 0 10px 0;
  text-transform: uppercase;
  color: #FFF;
}
a.contactUs{
  color: #FFFFFF;
}
a.contactUs:hover{
  color: #CCCCCC;
  text-decoration: none;
}
#address {
  float: right;
  font-size:13px;
  color:#FFF;
  margin: 55px 0 0 0;
  width: 320px;
  text-align: right;
  padding-right: 25px;
}

#footer {
  font-size:12px;
  line-height:16px;
  clear:both;
  padding: 15px 35px 25px 35px;
  color: #FFF;
  margin-bottom: 10px;
}
#footer .ftTilte{
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
#footer a {
  color:#FFF;
}

h2 {
  font-size:20px;
  font-weight:bold;
  padding:10px 0;
  color:#69381F;
  margin:0px 125px 5px 0;
  border-bottom:1px dashed #69381F;
}
h2 a.titleLink{color:#69381F;}
h2 a.titleLink:hover{
  color:#0066FF;
  text-decoration: none;
}
.callToAction{
  font-size:20px;
  font-weight:bold;
  padding:15px 15px 5px 15px;
  color:#333;
  margin:0 0 0 10px;
  border-bottom:none;
}

h2.callToAction-btn {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
	margin: 15px 0;
	border-bottom: none;
	background: #F6F6F6 url(images/bkg-schedule-btn.png) repeat-x 0 top;
	border: solid 1px #CCC;
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0;
}

h2.callToAction-btn a {
	display: block;
	padding: 15px;
}

#sampleArea .callToAction{ color:#FFF; margin-left:0px;}

.content {margin-right:50px;}
.readMore{text-align:right;  margin-right:50px;}

#sidebar h2 {
  font-size:20px;
  font-weight:bold;
  padding:10px 0 0 0;
  margin:0 0 0 0;
  color:#69381F;
  border: none;
}

.subHeading{
  font-style: italic;
  margin:5px 10px 2px 0;
  /*height:12px;*/
  padding-bottom:12px;
  border-bottom:1px dashed #69381F;
  font-weight: bold;
}
#sidebar img {
  margin:10px 0 10px 0;
}

#valid{
  margin: 10px auto;
  height: 20px;
  width: 900px;
  text-align: center;
}
#sampleArea img{
  border: thin solid #6A381F;
}
.imageBoarder{
  border: thin solid #6A381F;
}
/*----counterTopDisplay*/
#internalNav {
  display: block;
  clear: both;
  height:26px;
  color: #333333;
  background: #FFFFFF;
  padding: 0 10px 0 10px;
  border-top: 3px solid #E9E9E9;
  border-bottom: 3px solid #E9E9E9;
}

#internalNav a {
  height:20px;
  background-image:none;
  background-position:top center;
  background-repeat:repeat-x;
  display:block;
  color:#333;
  text-decoration:none;
  float:left;
  font-size:14px;
  font-weight:bold;
  padding: 5px 30px 1px;
  margin:0 auto;

}

#internalNav a:hover, #internalNav a.active {
  color:#FFF;
  text-decoration:none;
  background: #776B27;
}

.cTopSampleList{width:840px; display:block; clear:both;}

a.counterTopDisplay {
  text-align: center;
  color: #0099FF;
  text-align: center;
  display: block;
  margin: 3px;
  float: left;
  height: 100px;
  width: 100px;
  background: #FFF;
  padding: 5px;
  font-weight: bold;
  border: thin solid #69381F;
}
a:hover.counterTopDisplay , a.active.counterTopDisplay  {
  text-decoration:none;
  color: #69381F;
  background: #D8DDAD;
}

.pageSelection td a
{
  margin: 0px 3px;
}
.pageSelection td .active
{
  margin: 0px 3px;
  color: #333333;
}

/*---Galleries*/
.galleries{clear:both; display:block; width:840px; float:left;}
.galleryInfo{
  float:left;
  width:500px;
  margin:10px 0 0 25px;
  display:block;
  text-align: justify;
}
.galleryInfo h2{
  color: #776B27;
  border-style: none;
  line-height: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.galleryPics{
  float:right;
  width:200px;
  margin:10px 25px 0 0;
  display:block;
  text-align: justify;
}

/*----whoWeAre*/

.bios{
  color: #FFF;
  float:left;
  display:block;
  clear:both;
  width:780px;
  margin:15px 30px 10px 30px;
}
.bioImage{
  float:left;
  /*width:230px;*/
  margin:0 10px 0 0;
  display:block;
}
.bioInfo {
  float:right;
  width:580px;
  margin:0 0 5px 0;
  display:block;
  text-align: justify;
}
.bioInfo h2{
  color: #776B27;
  border-style: none;
  line-height: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}


/*----Email Form*/
.emailForm{width:175px;}
label{
  font-weight: bold;
}
sup{
  font-size: 9px;
}
.required{
  color: #990000;
  font-weight: bold;
}
.contentList li{
  color: #990000;
}

/* --- Homepage Form --- */

#homepage-form {
	padding: 0;
	display: block;
	margin: 0;
	clear: both;
}

#homepage-form #optin {
	padding: 15px 0;
	display: block;
	margin: 0;
	clear: both;
}

#homepage-form #optin label {
	width: 60px;
	display: block;
	float: left;
}

#homepage-form #optin .input-field {
	width: 160px;
	margin: 0 0 7px 0;
}

#homepage-form .form-privacy {
	font-size: 12px;
	font-style: italic;
}

#homepage-form #success {
	background-color: #cef0c8;
	color: #147637;
	padding: 5px 15px;
	margin: 5px 0 15px 0;
	border: solid 1px #90ba9f;
}

#homepage-form .errors {
	background-color: #fffac1;
	color: red;
	padding: 5px;
	margin: 5px 0;
	border: solid 1px #cdc77f;
}


/*  Testimonial ****************************************************/

.testimonial { margin:0 20px; position:relative; }
.testimonial .thumbs { margin:0 auto;}
.testimonial .thumbs img { margin:0 25px 0 0; }

/*  General Classes ****************************************************/

.left {
    float: left;
    position: relative;
    display: block;
}

.right {
    float: right;
    position: relative;
    display: block;
}

.clear {
    position: relative;
    display: block;
    clear: both;
}

.clearAll {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    margin: 0 auto;
}

.hidden {
    display: none;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
}

.padding {
    margin: 0 20px;
}

/******************** DESIGNIDEA BANNER ********************************/


#designideaBanner{
width:880px;height:93px;
background-color:#776b27;
}

#designideaBanner h1{
text-align:center;
color:#fff;
padding-top:10px;
text-transform:none;
}

#designideaBanner p.tagline{
padding:0 10px 0 10px;
text-align:center;
color:#fff;
}


#stepimage{
  width:809px; 
  margin:0 auto; 
}

.design-ideas {
  color: #69381f;
  padding: 15px 45px;
  font-family: calibri, arial, sans-serif;
  font-size: 12pt;
}

#kitchen-select {
  display: none;
  margin: 0px;
  padding: 0px;
}

#bathroom-select {
  display: none;
  padding: 0px;
  margin: 0px;
}

#style-label,
#bathroom-label,
#kitchen-label {
  display: inline;
  float: left;
}

#style-options,
#bathroom-options,
#kitchen-options {
  display: inline;
  float: left;
}

#bathroom-select,
#kitchen-select {
  margin-bottom: 15px;
}

.next-step-button {
  display: inline;
  float: right;
}

.next-step {
  border: 0px;
}

.message {
  border: 2px solid #c1cd03;
  background-color: #f0fb3c;
  color: #800;
  font-weight: bold;
  font-size: 12pt;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
}

.designer .photo {
  float: left;
  display: inline;
  width: 167px;
  height: 224px;
  margin-right: 20px;
  border: 2px solid #000;
}

.designer h3 {
  margin: 0px;
  padding: 0px;
}

.design-ideas h2 {
  border: 0px;
  margin: 0px 0px 20px 0px;
}

.working-with-label {
  margin-top: 5px;
  display: inline;
  float: left;
}

.working-with-buttons {
  margin-top: 5px;
  display: inline;
  float: left;
}

/******************** SLIDESHOW ********************************/

#slideshow {
	width:880px;
	height:312px;
	position:relative;
}

#frame {
	position:absolute;
	z-index:0;
	width:880px;
	height:312px;
	top:0px;left:0px;
	/*top:-3px;
	left:-80px;*/
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:880px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:880px;
	height:312px;
	display:block;
}

.slides_container a img {
	display:block;
}


/*
	Pagination
*/

.pagin {
	margin:26px auto 0;
	width:100px;
}

.pagin li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagin li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagin li.current a {
	background-position:0 -12px;
}


/*****************************PAGINATION********************************/

