img {border:none;}
p {color:#544b44;}
a {color:#544b44; text-decoration:none;}
a:hover {color:#e8d761; text-decoration:underline;}
a.active {color:#e8d761; text-decoration:none;}
a:visited {color:#544b44;}

h1,h2,h3,h4,h5,h6 {color:#544b44;}
h1 a, h2 a, h3 a {color:#544b44;}

html {
background: transparent;
}
body  {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	background:transparent url(../images/body_bg.png) repeat-y scroll center top;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container {
	width: 1000px;
	margin: 20px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 75px;
	margin: 0;
	padding: 0;
}
#footer {
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#main {
	margin: 0;
	padding: 25px 20px;
	min-height: 550px;
	background: transparent url(../images/main_bg.png) no-repeat top center;
}
#content {
	margin: 0;
	padding: 10px 6px 0;
}

#ssp_container {
	margin-top: -3px;
	margin-left: -1px;
	padding: 0 0 10px 0;
	text-align: center;
}
#logo {
	width: 300px;
	margin: 0;
	padding: 0;
	float: left;
}
#topnav {
	float: left;
	margin: 40px 0 0 80px;
	padding: 0;
	font-size: 14px;
}

.page {
	padding-left: 55px;
	margin-top: 20px;
}

.faq {
	height: 350px;
	overflow: auto;
	border: none;
	width:880px;
}
.panel{
	float: left;
	margin-right: 35px;	
}

.w220 {
	width: 220px;
}
.w270 {
	width: 270px;
}
.w470 {
	width: 470px;
}
.w500 {
	width: 500px;
}
.w560 {
	width: 560px;
}
.w620 {
	width: 620px;	
}

.page h2 {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color: #544b44;
	border-top: 5px solid #ebebeb;
	padding-top: 5px;
	margin: 0;
}
.page h3 {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color: #544b44;
}
.page p {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 20px;
}
.page h2 span {
	font-weight: normal;
}
.price {
	color: #e19e1d;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	display: block;
}

.products {
	overflow-y: scroll;
	height: 375px;
}
.products h2 {	
	line-height: 16px;
	padding-top: 5px;
}

.products h2.first {
	margin-top: 0;
}
.products h2.noborder {
	border-style: none;
}
.products h2 img {
	margin-right: 10px;
}


.products p {
	border-top: 1px solid #ebebeb;
}

.products a, .clientviewing a{
	color:#CEB45A;
}
.products tr td{
	border-top: 1px solid #ebebeb;
	color: #544B44;
}
.products tr th {
	color:#544B44;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;	
}

.products table{
	margin-bottom: 20px;
}

.products .panel {
	margin-right: 50px;
}

.footnotes {	
	border-top: 1px dotted #ebebeb;	
	padding-top: 10px;
}
.footnotes p {
	font-style: italic;
}
.clearboth {
	clear: both;
}
.notes {
	font-size: 11px;
}

.notes h4 {
	border-bottom: 1px dotted #ebebeb;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.notes p {
	font-style: italic;
}
.notes span {
	font-weight: bold;
}

#bottomnav{
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #bfbfbf;
}

.nav{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	position: absolute;
}

.nav ul {
	margin: 0;	
	padding: 0;
}
.nav ul li {
	float:left;
	padding:0px;
	border-left:1px solid #544b44;
	margin-left:-1px;
	position:relative;
	display: block;
	padding: 0 5px;
}

.nav ul li.first {
	border-style: none;
}
.nav li a {
	text-decoration:none;
	padding: 2px 7px;
	color: #544b44;
}
.nav li a.active {
	color: #d1b965; 
	text-decoration:none;
}

.nav li ul {
	display: none;
	position: absolute;
	top: 20px;	
	left: 10px;
} 
.nav li:hover  ul {
	display: block;
} 
ul.sub li {
	display:list-item;
	list-style-type: none;
	float: none;
	border-style: none;
	padding:  2px 5px;
	background-color: #eee7a3;
}

ul.sub li a {
	text-decoration:none;
	padding: 3px 7px;
	color: #544b44; 
	font-size: 12px;
}





/* Miscellaneous classes for reuse */
.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;
}
