@charset "UTF-8";
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: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(images/Floral-Pattern-Tan.jpg);
	background-repeat: repeat;
	height: 100%;
}
#mainContent p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#header {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 151px;
}
#address {
	margin-top: 80px;
	margin-left: 450px;
	float: left;
	color: #666666;
	height: 71px;
	width: 350px;
	font-size: 0.9em;
}
#mainContent h1 {
	text-transform: uppercase;
	color: #999999;
	font-weight: lighter;
	font-size: 1.5em;
	margin: 0px;
	background-color: #FFFFFF;
	display: inline;
	letter-spacing: 0.25em;
	padding: 10px;
}
#mainContent a {
	font-size: 0.9em;
	color: #333333;
}
#mainContent .middle a:hover {
	color: #003366;
}
h2 {
	color: #666666;
	font-weight: normal;
	font-size: 1em;
	margin: 0px;
	padding: 15px;
}
#mainContent .middle {
	background-image: url(images/middle_bg.png);
	padding-right: 25px;
	padding-left: 25px;
}
#container  {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 185px;
	position: fixed;
	margin-top: 45px;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: right;
}
#sidebar1 h1 {
	font-size: 1.1em;
	color: #003366;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	letter-spacing: 0.1em;
	font-family: "Times New Roman", Times, serif;
}
#sidebar1  ul  {
	font-size: 1em;
	text-transform: uppercase;
	list-style-type: none;
	font-weight: 100;
	letter-spacing: 0.1em;
	display: inline;
	margin: 0px;
}
#sidebar1 li {
	padding-bottom: 10px;
	margin: 0px;
}
#sidebar1   a    {
	color: #333333;
	text-decoration: none;
	text-transform: capitalize;
	padding-left: 25px;
	padding-right: 10px;
}
#sidebar1 a:hover {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/rollover.png);
	color: #003366;
}
.title {
	letter-spacing: 0.1em;
	color: #333333;
	text-transform: uppercase;
	font-weight: lighter;
}
#sidebar2 a {
	color: #336600;
}
.price {
	font-weight: bold;
	color: #333333;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* padding keeps the content of the div away from the edges */
	padding-top: 40px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: .85em;
}
#sidebar2 .type {
	color: #333333;
	font-weight: lighter;
	text-transform: capitalize;
	font-size: .8em;
}
h3 {
	font-size: 1.2em;
	color: #637F37;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebar2 p {
	margin: 0px;
	font-size: .9em;
	color: #333333;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-bottom: 0;
	text-align: center;
	height: 100%;
} 
#mainContent .footer {
	background-image: url(images/bottom_bg.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 94px;
}
#mainContent .header {
	background-image: url(images/header_bg.png);
	height: 35px;
	padding-top: 33px;
	padding-right: 50px;
	padding-bottom: 7px;
	padding-left: 50px;
}
#footer .address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: lighter;
	vertical-align: middle;
}
#footer {
	background-color: #000033;
	height: 50px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	color: #CCCCCC;
	left: 0px;
}
.thrColFixHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	vertical-align: text-bottom;
}
.heading {
	color: #003366;
	font-size: 1.4em;
	text-transform: capitalize;
	letter-spacing: 0.25em;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	display: inline;
	padding-bottom: 5px;
	line-height: 400%;
	font-style: italic;
	padding-top: 5px;
}
.transparent_class {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.5;
	opacity: 0.75;
}
.separator {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	width: 125px;
	text-align: center;
}

