@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#editableZone a {
	text-transform: none;
}
#editableZone a:link {
	color: #C7285A;
}
#editableZone a:hover {
	color: #534F4C;
}
#editableZone a:visited {
	color: #C7285A;
}
#editableZone a:active {
	color: #CC3333;
}
#container  {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */

}

#companyname {
	font-size: 30px;
	text-transform: none;
	color: #C7285A;
	font-family: Arial, Helvetica, sans-serif;
}
#tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: none;
	color: #B6B6B6;
	font-style: normal;
}
#address {
	font-size: 10px;
	color: #C7285A;
	text-transform: none;
	background-color: #FFFFFF;
	text-align: right;
	padding: 5px;
	width: 350px;
}
#header  {
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	color: #333333;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0px;
	width: 950px;
}
#editableZone h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #333333;
}
#editableZone h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #AD4A1E;
}

#editableZone p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3c3c3c;
}
#editableZone #sideBar1 {
	background-color: #FFFFFF;
	width: 211px;
	margin-bottom: 20px;
	padding: 10px;
}
#editableZone #sideBar1 img {
	padding: 5px;
	border: 1px solid #C7285A;
}

#editableZone #sideBar1 p {
	font-size: 14px;
	padding-left: 0px;
	line-height: 1.35;
}
#editableZone #sideBar1 h1 {
	text-transform: none;
	font-size: 20px;
	font-weight: normal;
	padding-left: 0px;
	color: #666666;
	padding-top: 0px;
}
#editableZone #sideBar2 {
	background-color: #FFFFFF;
	width: 270px;
	margin-bottom: 20px;
	padding: 10px;
}
#editableZone #sideBar2 img {
	padding: 5px;
	border: 1px solid #C7285A;
}

#editableZone #sideBar2 p {
	font-size: 16px;
	padding-left: 0px;
	line-height: 1.35;
	color: #666666;
}
#editableZone #sideBar2 h1 {
	text-transform: none;
	font-size: 18px;
	font-weight: normal;
	padding-left: 0px;
	color: #C7285A;
	padding-top: 0px;
}
#editableZone .div {
	background-image: url(http://www.simplifiedwebsites.com/templates/Showrooms/Template_Showroom_Line_02/Color1/Images/div_grn.jpg);
	background-repeat: repeat-x;
	background-position: center;
}


#editableZone #sideBar1 a {
	text-transform: none;
}
#editableZone #sideBar1 a:link {
	color: #C7285A;
}
#editableZone #sideBar1 a:hover {
	color: #333333;
}
#editableZone #sideBar1 a:visited {
	color: #C7285A;
}
#editableZone #sideBar1 a:active {
	color: #333333;
}
#editableZone .promo {
	background-color: #C7285A;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#editableZone .promo a {
	text-decoration: underline;
}
#editableZone .promo a:link {
	color: #B8C947;
}
#editableZone .promo a:hover {
	color: #FFFFFF;
}
#editableZone .promo a:visited{
	color: #B8C947;
}
#editableZone .promo a:active {
	color: #FFFFFF;
}

#footer  {
	color: #FFFFFF;
	text-transform: none;
	font-weight: bold;
	text-align: left;
	background-image: url(http://www.simplifiedwebsites.com/templates/Showrooms/Template_Showroom_Line_02/Color1/Images/bg_footer.jpg);
	height: 21px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}
#editableZone {
	background-color: #FFFFFF;
	width: 950px;
	color: #333333;
}
#editableZone   #mainTableBrdr   {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 0px;
	width: 800px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#editableZone .mainImgArea {
	padding: 0px;
	height: 320px;
	width: 720px;
}
#editableZone .mainImgArea img {
	border: 1px solid #666666;
	padding: 5px;
}


#editableZone  .designersTip  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
#editableZone .divLine {
	padding-top: 5px;
}
#editableZone .intro {
	background-color: #534F4C;
}
#editableZone #subTableBrdr {
	width: 840px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#editableZone  .featuredZoneTop {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #B8C947;
	border-right-color: #B8C947;
	border-bottom-color: #B8C947;
	border-left-color: #B8C947;
	margin: 0px;
	width: 190px;
}
#editableZone .featuredZoneImg {
	padding: 5px;
	margin: 0px;
	width: 190px;
	border: 1px solid #CCCCCC;
}
#editableZone  #featuredZoneBtm {
	padding: 5px;
	margin: 0px;
	width: 190px;
	background-color: #B8C947;
	color: #FFFFFF;
}
#editableZone #featuredZoneBtm  p {
	color: #FFFFFF;
	text-align: center;
}
#alphabet a {
	color: #98A82C;
	text-decoration: underline;
}
#alphabet a:link {
	color: #98A82C;
	text-decoration: underline;
}

#alphabet a:hover {
	color: #C82759;
	text-decoration: underline;
}

#alphabet a:active{
	color: #C82759;
	text-decoration: underline;
}

#alphabet a:visited {
	color: #98A82C;
	text-decoration: underline;
}
#roomReflections {
	background-color: #FFFFFF;
	width: 950px;
	color: #5e5759;
	margin-top: 5px;
}


#roomReflections a {
	text-transform: none;
}
#roomReflections a:link {
	color: #41B8EB;
}
#roomReflections a:hover {
	color: #534F4C;
}
#roomReflections a:visited {
	color: #41B8EB;
}
#roomReflections a:active {
	color: #CC3333;
}
#roomReflections h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #C60071;
}
#roomReflections h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	color: #5e5759;
}
#roomReflections h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
}


#roomReflections p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #5e5759;
	line-height: 1.35;
}
#roomReflections #sideBar1 {
	background-color: #FFFFFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#container #mainContent #roomReflections #dblLine {
	background-image: url(http://www.simplifiedwebsites.com/roomreflections/images/line_dbl.jpg);
	height: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
#container #mainContent #roomReflections #singleLine {
	background-image: url(http://www.simplifiedwebsites.com/roomreflections/images/line_sngl.jpg);
	height: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#roomReflections #sideBar1 img {
	padding: 5px;
	border: 1px solid #5E5759;
}

#roomReflections #sideBar1 p {
	font-size: 14px;
	padding-left: 0px;
	line-height: 1.35;
}
#roomReflections #sideBar1 h1 {
	text-transform: none;
	font-size: 18px;
	font-weight: normal;
	padding-left: 0px;
	color: #CF0071;
	padding-top: 0px;
}


#roomReflections #sideBar1 a {
	text-transform: none;
}
#roomReflections #sideBar1 a:link {
	color: #41B8EB;
}
#roomReflections #sideBar1 a:hover {
	color: #333333;
}
#roomReflections #sideBar1 a:visited {
	color: #41B8EB;
}
#roomReflections #sideBar1 a:active {
	color: #333333;
}
#roomReflections .promo {
	background-color: #C7285A;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.35;
}
#roomReflections #featured {
	background-color: #5E5759;
	padding: 4px;
	border: 1px solid #FFFFFF;
	height: 112px;
	width: 152px;
	margin: 3px;
}
#roomReflections #featuredHdr {
	height: 35px;
}
#roomReflections #galleryCat {
	background-color: #5E5759;
	padding: 5px;
	height: 188px;
	width: 250px;
	border: 1px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}


#roomReflections .promo a {
	text-decoration: underline;
}
#roomReflections .promo a:link {
	color: #41B8EB;
}
#roomReflections .promo a:hover {
	color: #C60071;
}
#roomReflections .promo a:visited{
	color: #41B8EB;
}
#roomReflections .promo a:active {
	color: #C60071;
}
#roomReflections #sideBar2 {
	background-color: #5E5759;
	width: 230px;
	margin-right: 10px;
	padding: 10px;
	color: #FFFFFF;
}
#roomReflections #sideBar2 img {
	padding: 5px;
	border: 1px solid #5E5759;
}

#roomReflections #sideBar2 p {
	font-size: 14px;
	padding-left: 0px;
	line-height: 1.35;
	color: #FFFFFF;
}
#roomReflections #sideBar2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
}
#roomReflections #sideBar2 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
}
#roomReflections #sideBar2 a {
	text-decoration: underline;
}
#roomReflections #sideBar2 a:link {
	color: #44BAEC;
}
#roomReflections #sideBar2 a:hover {
	color: #FFFFFF;
}
#roomReflections #sideBar2 a:visited{
	color: #44BAEC;
}
#roomReflections #sideBar2 a:active {
	color: #CCCCCC;
}
#roomReflections  .image   {
	background-color: #5E5759;
	padding: 4px;
	border: 1px solid #FFFFFF;
	height: 283px;
	width: 424px;
	margin: 3px;
}
#roomReflections  .factsTop   {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#roomReflections .factsBottom {
	font-size: 16px;
	color: #C60071;
	font-style: italic;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
