@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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
#editableZone a {
	text-transform: none;
}
#editableZone a:link {
	color: #F9002E;
}
#editableZone a:hover {
	color: #000000;
}
#editableZone a:visited {
	color: #F9002E;
}
#editableZone a:active {
	color: #000000;
}
#container  {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

#companyname {
	font-size: 32px;
	text-transform: uppercase;
	color: #F9002E;
	font-family: Arial, Helvetica, sans-serif;
}
#tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #333333;
}
#address {
	font-size: 10px;
	color: #FFFFFF;
	text-transform: none;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 13px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #F9002E;
}
#header  {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#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: #F9002E;
}

#editableZone p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3c3c3c;
}
#sideBar1 {
	background-color: #FFFFFF;
	width: 229px;
	margin-bottom: 20px;
	padding: 10px;
}
#sideBar1 p {
	font-size: 14px;
	padding-left: 10px;
	line-height: 1.35;
}
#sideBar1 h1 {
	text-transform: none;
	font-size: 20px;
	font-weight: normal;
	padding-left: 10px;
	color: #3c3c3c;
}

#sideBar1 a {
	text-transform: none;
}
#sideBar1 a:link {
	color: #CC0033;
}
#sideBar1 a:hover {
	color: #000000;
}
#sideBar1 a:visited {
	color: #CC0033;
}
#sideBar1 a:active {
	color: #000000;
}
#footer  {
	padding: 0 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#editableZone {
	background-color: #FFFFFF;
}
#editableZone   #mainTableBrdr   {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #534F4C;
	border-left-color: #534F4C;
	padding-right: 5px;
	width: 850px;
	margin-right: 45px;
	margin-left: 45px;
	padding-left: 5px;
}
#editableZone .mainImgArea {
	padding: 0px;
	height: 350px;
	width: 600px;
}

#editableZone  .designersTip  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #534F4C;
}
#editableZone .divLine {
	padding-top: 5px;
}
#editableZone .featuredZones {
	padding: 10px;
}
#editableZone .intro {
	background-color: #FFFFFF;
}
#editableZone #subTableBrdr {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2A4792;
	border-left-color: #2A4792;
	padding-right: 10px;
	width: 840px;
	margin-right: 45px;
	margin-left: 45px;
	padding-left: 10px;
	padding-top: 30px;
}

