/* Quest general styles */
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#666;
	background:#999999 url(../graphics/bckg_grass.jpg) repeat;
	margin:0;
	padding:0;
}	

h1 {	
	text-align: left;
	font:1em, Arial, Verdana, sans-serif;
	color: #8F8F8F;
	padding-bottom:0px;
	text-transform:uppercase;
} 

h2 {	
	font:.9em, Arial, Verdana, sans-serif;
	color:#666;
	padding:0px 10px 0px 10px;
	font-weight:bolder;
	margin-top:0;
}
h3 {	
	text-align: left;
	font:1em, Arial, Verdana, sans-serif;
	color: #8F8F8F;
	padding-bottom:20px;
}

p {
	padding:10px;
}
a {
	color:#CC0000;
	text-decoration:none;
	}
	
a:hover {
	color:#CC0000;
	text-decoration:underline;
	}
	
img {
	padding:0;
	border:0;
}


/* Quest layout styles */
#container {
	background:#FFF url(../graphics/bckg_container.gif) repeat-y top left;
	margin:0 auto;
	width:770px;
	padding-bottom:20px;
}

#left_column {
	float:left;
	padding:20px 0 0 0;
}

#content {
	width:560px;
	float:right;
	border-right:#8f8f8f;
	padding:75px 3px 10px 0px;

}

.logo_quest {
	margin:10px 0px 10px 7px;
	padding:0px;
}

.logo_exmark {
	border-top:#8f8f8f 1px solid;
	padding:0px;
	margin:-10px 0 0 8px; 	/* accomodating the padding that comes with lists */
	_margin:-19px 0 0 8px; 	/* accomodating the padding that comes with lists IE fix */
	float:left;
}

#desktop_gallery {
	width:100%;
	margin:0 0 30px 0;
}


#desktop_gallery p {
	padding:0 0 0 30px;
}
.thumbs {
	margin:0 30px 10px 0;
	padding:0;
	float:left;
}

.accessories {
	float:left;
}

.sound_icon {
	float:left;
	padding:5px 10px 10px 10px;
}

.pdf_icon {
	padding:0px 10px 0px 10px;
}

.main_image {
	padding-bottom:20px;
}

.bold_italic {
 	font:.9em, Arial, Verdana, sans-serif;
	color:#666;
	padding:0px 10px 0px 10px;
	font-weight:bolder;	
	font-style:italic;
}


/* Quest menu styles */
#left_menu {
	color:#8f8f8f;
	text-transform:uppercase;
	margin-left:-35px; 	/* used to compensate for list bulltes space */
	font-size:11px;
	letter-spacing:.01em;
	width:236px;
}

#left_menu ul {
	list-style:none;
}

#left_menu ul li {
	list-style:none;
	padding:0px 0px 1px 2px;
}

#left_menu a, #left_menu a:visited {
	display:block;
	padding:11px 20px 7px 5px;
	text-decoration:none;
	color:#8f8f8f;
	background:#FFF url(../graphics/bckg_menu_item.gif) top right no-repeat;
	width:169px;
}

#left_menu a:hover {
	display:block;
	padding:11px 20px 7px 5px;
	text-decoration:none;
	background:#FFF url(../graphics/bckg_menu_item_hover.gif) top right no-repeat;
}

#left_menu_text li a#locator, #left_menu_text li a#locator:visited {
	color:#C00;
	padding:11px 20px 7px 5px;
}

#left_menu_text li a#locator:hover {
	padding:11px 20px 7px 5px;
}

#left_menu_text li a#on, #left_menu_text li a#on:visited {
	background:url(../graphics/bckg_menu_item_on.gif) top right no-repeat;
	color:#FFF;
}


/* Quest footer styles */
#footer {
	background:#FFF;
	margin:0 auto;
	width:770px;
	border-top:#8f8f8f solid 1px;
	font-size:.7em;
	text-align:center;
}
#footer p  {
	padding:5px 0 20px 10px;
}


/* Quest disclaimer styles 
#disclaimer {
	background:#FFF;
	margin:0 auto;
	font-size:.8em;
	text-align:left;
}
#disclaimer p  {
	padding:5px 0 0 10px;
}*/


/* Quest corners styles */
.roundcont {
	width: 100%;
}

.roundcont_acc {
	width: 300px;
	float:right;
}

.roundcont p {
	margin: 0 10px;
	padding:0;
}

.roundcont_acc p {
	margin: 0 10px;
	padding:0;
}

.roundtop { 
	background: url(../graphics/corner_tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../graphics/corner_br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
   padding:0;
}


/* Quest gallery alternate Flash content styles */
#gallery_alternate {
	width:5400px;
}

.image_alternate {
	float:left;
	padding:0;
	margin:0;
}


/* Specifications table */
#specTable {
	font-size:0.9em;
/* taking these out - I like it better without-what do you think? */
	border-style:solid;
	border-width:1px;
	border-color:#ddd;
	margin:0px 10px;
	padding:6px; 
}
#TformatOne {
	width:100%;
	margin-bottom:4px;
	}
#TformatOne TH {
/*	font-weight:normal; */
	text-align:left; 
	padding:0 8px;	
}
#TformatOne TD {
	background:#8E8E8E;
	color:#fff;
	vertical-align:top;
	padding:8px;
}	
#TformatTwo {
	width:100%;
	margin-bottom:4px;
	}
#TformatTwo TD {
	padding:4px 8px;
	border-style:solid;
	border-color:#ddd;
	border-width:1px;
	text-align:left;
	vertical-align:top;	
}
#TformatTwo TD.leftCol {
	border-style:solid;
	border-width:1px;
	text-align:right;
	font-weight: bold;
	vertical-align:top;
} 