body {
    margin:					36px 0px 36px 0px;
	padding:				0px 0px 0px 0px;	
    background-color:		#37383d;
	text-align:				center;
}



#bordered-block {
	width:					800px;	
	margin:					0px auto 36px auto;
	padding:				0px 0px 0px 0px;	
	border:					solid 1px #e8d0b4;		
	text-align:				left;				
}



#header {
	width:					800px;
	height:					86px;
	padding:				0px 0px 0px 0px;
	background-color:		#626262;
	border-bottom:			solid 1px #e8d0b4;
	position:				relative;	
}

#logo {
	position:				absolute;
	bottom:					0px;
	left:					38px;
}

#tag-line {
	position:				absolute;
	right:					19px;
	bottom:					-5px;
}



#nav-and-content-01 { /* used for inside pages */
	min-height:				436px;
	height:					auto !important;
	height:					436px;	
}
#nav-and-content-02 { /* used for the home page */
	min-height:				436px;
	height:					auto !important;
	height:					436px;
	background-image:		url(../images/home-background-01.jpg);
	background-repeat:		no-repeat;
	background-position:	right top;
}



#top-nav {
	padding:				10px 0px 0px 38px;
}



#content {	
	width:					800px;	
}



#left-column-01 { /* used for inside pages */
	float:					left;
	width:					440px;
	padding:				40px 30px 20px 38px;
}
#left-column-02 { /* used for the home page */
	float:					left;
	width:					330px;
	padding:				40px 10px 20px 38px;
}
#left-column-03 { /* used for full width column inside pages */
	float:					left;
	width:					722px;
	padding:				40px 20px 20px 38px;
}



#right-column-01 { /* used for inside pages */
	float:					left;
	width:					232px;
	padding:				68px 20px 0px 40px;
}
#right-column-02 { /* used for the home page */
	float:					left;
	width:					362px;
	padding:				68px 20px 0px 40px;
}






/* fonts */

div, td, p, li, input, textarea, .normal-text {
	font-family:			verdana, arial;
	font-size:				11px;
	line-height:			16px;
	color:					#fdfffa;
}

h1 {
	font-family:			verdana, arial;	
	font-size:				13px;	
	line-height:			17px;
	color:					#fffffd;
	font-weight:			bold;		
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 14px 0px;	
}

h2 {
	font-family:			helvetica, arial;	
	font-size:				24px;	
	line-height:			28px;
	color:					#d7a475;
	font-weight:			normal;
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 14px 0px;
}

h3 {
	font-family:			helvetica, arial;	
	font-size:				18px;	
	line-height:			22px;
	color:					#d7a475;
	font-weight:			normal;
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 9px 0px;
}

h4 {
	font-family:			helvetica, arial;	
	font-size:				14px;	
	line-height:			18px;
	color:					#e9d1b7;
	font-weight:			normal;
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 13px 0px;
}

h5 { 
	font-family:			helvetica, arial;	
	font-size:				12px;	
	line-height:			16px;
	color:					#e9d1b7;
	font-weight:			normal;
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 13px 0px;
}

.disclaimer {
	font-family:			verdana, arial;
	font-size:				9px;
	line-height:			11px;
	color:					#c5c5c5;
}






/* links */

#top-nav a, #top-nav a:visited, #top-nav a:active {			
	font-family:			verdana, arial;
	font-size:				11px;
	line-height:			15px;	
	font-weight:			normal;
	color:					#ead8cc;	
	text-transform:			uppercase;	
	letter-spacing:			-0.05px;	
	text-decoration:		none;				
	padding:				0px 10px 0px 0px;
	margin:					0px 0px 0px 0px;			
}
#top-nav a.selected, #top-nav a.selected:visited, #top-nav a.selected:active {	
	color:					#c8462c;
}
#top-nav a.selected:hover {
	color:					#c8462c;
}
#top-nav a:hover {
	color:					#d7a475;
}


a, a:visited {
	color:				#fdfffa;	
	text-decoration:	underline;	
}
a:active {
	color:				#cccccc;	
	text-decoration:	underline;	
}
a:hover {
	color:				#fdfffa;	
	text-decoration:	none;
}






/* form styles */

form {
	margin:					0px;
}

select {
	font-size:				11px;	
	background-color:		#ffffcc;
	color:					#000000;
}

input {
	color:					#000000;
}

input.radio-01 {
	margin-top:				4px;
	margin-bottom:			-2px;
}

textarea {
	width:					300px;
	height:					160px;
	color:					#000000;
}





/* bullet styles */

ul {
	list-style:				none;
	padding:				0px 0px 12px 8px;
	margin:					0px 0px 0px 0px;
}

li {
	background-image:		url(../images/bullet01.gif);
	background-repeat:		no-repeat;
	background-position:	0px 0px;
	padding:				0px 0px 6px 10px;
	margin-left:			0px;
}

ol {
	list-style:				decimal;
	padding:				6px 10px 8px 12px;
	margin:					0px 0px 0px 12px;
}

ol li {
	background-image:		none;
	padding:				2px 0px 6px 0px;
	margin-left:			10px;
}






/* special styles */

p {
	margin:					0px;
	padding:				0px 0px 14px 0px;
}
p.description {
	width:					400px;
	margin:					6px 0px 20px 0px;
	padding:				0px 0px 0px 0px;
}
#subimage {
	border-top:				solid 1px #e8d0b4;
	border-bottom:			solid 1px #e8d0b4;
	padding:				4px 0px 4px 0px;
	margin:					8px 0px 8px 0px;
}

img {
	border:					0px;
}

img.block {
	display:				block;
}

img.thumb-01 {
	margin:					27px 20px 0px 0px;
}

.break {
	height:					1px;
	clear:					both;
}

.right {
	text-align:				right;
}

.center {
	text-align:				center;
}

img.arrow-01 {
	vertical-align:			middle;
}






/* footer styles */

#footer {
	clear:					both;	
	height:					60px;
	padding:				0px 0px 0px 0px;
	background-color:		#626262;
	border-top:				solid 1px #e8d0b4;	
}



#sales {
	width:					100%;
	border-top:				solid 1px #ffffff;
	border-right:			solid 1px #ffffff;
}
.sales-column-01 {
	padding:				5px 10px 5px 5px;	
	border-bottom:			solid 1px #ffffff;
	border-left:			solid 1px #ffffff;
}