@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
#editableZone a {
	text-transform: none;
}
#editableZone a:link {
	color: #AD4A1E;
}
#editableZone a:hover {
	color: #534F4C;
}
#editableZone a:visited {
	color: #AD4A1E;
}
#editableZone a:active {
	color: #CC3333;
}
#container  {
	width: 800px;  /* 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: #44312d;
	font-family: Arial, Helvetica, sans-serif;
}
#tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: none;
	color: #ad4a1e;
	font-style: italic;
}
#address {
	font-size: 10px;
	color: #ca9a55;
	text-transform: none;
	background-color: #EFEBE0;
	text-align: left;
	padding: 5px;
	width: 350px;
}
#header  {
	height: 110px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #efebe0;
}
#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: 800px;
}
#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;
}
#sideBar1 {
	background-color: #EFEBE0;
	width: 220px;
	margin-bottom: 20px;
	padding: 10px;
}
#sideBar1 img {
	padding: 5px;
	border: 1px solid #AD4A1E;
}

#sideBar1 p {
	font-size: 12px;
	padding-left: 0px;
	line-height: 1.35;
}
#sideBar1 h1 {
	text-transform: none;
	font-size: 18px;
	font-weight: normal;
	padding-left: 0px;
	color: #AD4A1E;
	padding-top: 0px;
}

#sideBar1 a {
	text-transform: none;
}
#sideBar1 a:link {
	color: #AD4A1E;
}
#sideBar1 a:hover {
	color: #333333;
}
#sideBar1 a:visited {
	color: #AD4A1E;
}
#sideBar1 a:active {
	color: #333333;
}
#editableZone .promo {
	background-color: #333333;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#footer  {
	padding: 0 10px;
	background-color: #AD4A1E;
	color: #FFFFFF;
	text-transform: none;
	font-weight: bold;
	text-align: center;
}


#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
#editableZone {
	background-color: #FFFFFF;
	width: 800px;
	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: 350px;
	width: 600px;
}

#editableZone  .designersTip  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
#editableZone .divLine {
	padding-top: 5px;
}
#editableZone .featuredZones {
	padding: 10px;
}
#editableZone .intro {
	background-color: #534F4C;
}
#editableZone #subTableBrdr {
	width: 840px;
	padding-top: 30px;
	padding-bottom: 30px;
}

