@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;
}
a {
	text-transform: none;
}
a:link {
	color: #841b2d;
}
a:hover {
	color: #333333;
}
a:visited {
	color: #841b2d;
}
a:active {
	color: #333333;
}
#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: 26px;
	text-transform: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: none;
	color: #FFCCCC;
	font-style: italic;
}
#address {
	font-size: 10px;
	color: #FFFFFF;
	text-transform: none;
	background-color: #841b2d;
	text-align: right;
	padding: 5px;
	width: 608px;
}
#header  {
	height: 290px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #841b2d;
	border: 1px solid #59605c;
}
#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: #841b2d;
}

#editableZone p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3c3c3c;
}
.rightBrdr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #841b2d;
}
.leftBrdr {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #841b2d;
}
#sideBar1 {
	background-color: #e3e3e3;
	width: 215px;
	padding: 10px;
}


#sideBar1 img {
	padding: 5px;
	border: 1px solid #841b2d;
}

#sideBar1 p {
	font-size: 12px;
	padding-left: 0px;
	line-height: 1.35;
}
#sideBar1 h1 {
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
	padding-left: 0px;
	color: #841b2d;
	padding-top: 0px;
}
#sideBar2 {
	background-color: #e3e3e3;
	width: 350px;
	margin-bottom: 5px;
	padding: 10px;
}
#sideBar2 img {
	padding: 5px;
	border: 1px solid #841b2d;
}

#sideBar2 p {
	font-size: 12px;
	padding-left: 0px;
	line-height: 1.35;
	color: #666666;
}
#sideBar2 h1 {
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
	padding-left: 0px;
	color: #841b2d;
	padding-top: 0px;
}
#sideBar3 {
	background-color: #FFFFFF;
	width: auto;
	margin-bottom: 5px;
	padding: 10px;
}
#sideBar3 img {
	padding: 5px;
	border: 1px solid #841b2d;
}

#sideBar3 p {
	font-size: 12px;
	padding-left: 0px;
	line-height: 1.35;
	color: #666666;
}
#sideBar3 h1 {
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
	padding-left: 0px;
	color: #841b2d;
	padding-top: 0px;
}
.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;
}


#sideBar1 a {
	text-transform: none;
}
#sideBar1 a:link {
	color: #841b2d;
}
#sideBar1 a:hover {
	color: #333333;
}
#sideBar1 a:visited {
	color: #841b2d;
}
#sideBar1 a:active {
	color: #333333;
}
.promo {
	background-color: #841b2d;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.promo a {
	text-decoration: underline;
}
.promo a:link {
	color: #B8C947;
}
.promo a:hover {
	color: #FFFFFF;
}
.promo a:visited{
	color: #B8C947;
}
.promo a:active {
	color: #FFFFFF;
}

#footer  {
	color: #841b2d;
	text-transform: none;
	font-weight: bold;
	text-align: left;
	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: #A8516E;
}
#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;
}
.mainImgArea img {
	border: 1px solid #000000;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 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;
}
#featuredZoneBtm  p {
	color: #FFFFFF;
	text-align: center;
}

