@charset "utf-8";
body  {
	font: 10pt Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font: 130% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cc0000;
}
h2 {
	font: 105% Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #cc0000;
}
#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #ffffff;
	background-image: url(/images/design/header.gif);
	width: 980px;
	height: 220px;
} 
#header .topbar {
	font: 8pt Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
}
#header a.topbar-link,  #header a.topbar-link:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#header .topnav {
	font: 8pt Arial, Helvetica, sans-serif;
	color: #3982b1;
}
#header a.topnav {
	text-decoration: none;
	color: #3982b1;
	padding: 0px 3px 0px 3px;
	font-weight: bold;
}
#header a.topnav:hover {
	text-decoration: none;
	color: #cc0000;
}

#content {
	text-align: left;
}
#content h1 {

}
#content p {
	font: 10pt Arial, Helvetica, sans-serif;
}
#content img.photo {
	width: 150px;
/*
	filter:alpha(opacity=100);
	opacity: 1;
*/
	background-color: #ffffff;
}
#content .leftnav {
	width: 170px;
	padding: 20px 10px 20px 0px;
}
#content .leftnav-button {
	background-image: url(/images/design/leftnav-button.gif);
	background-repeat: no-repeat;
	padding: 7px 10px 10px 30px;
	height: 25px;
	margin: 0px 0px 5px 0px;
	font: 9pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #3982b1;
	cursor: pointer;
}
#content .leftnav-body {
	display: none;
	background-color: #fbfcfe;
	margin: 0px 0px 3px 0px;
	padding: 5px 3px 5px 20px
}

#content ul.leftnav-genre {
	text-decoration: none;
	margin: 0px 5px 0px 10px;
	font: 9pt Arial, Helvetica, sans-serif;
	padding: 0px;
	
}
#content a.leftnav-genre {
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#content a.leftnav-genre:hover {
	text-decoration: underline;
	color: #cc0000;
}

#content ul.leftnav-cat {
	text-decoration: none;
	margin: 3px 5px 3px 0px;
	font: 9pt Arial, Helvetica, sans-serif;
	padding: 0px;
	list-style-image: url('/images/design/spacer.gif');
}
#content a.leftnav-cat {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#content a.leftnav-cat:hover {
	text-decoration: underline;
}

#content ul.leftnav-subcat {
	text-decoration: none;
	margin: 3px 5px 3px 5px;
	font: italic 9pt Arial, Helvetica, sans-serif;	
	padding: 0px;
	list-style-image: url('/images/design/spacer.gif');
}
#content a.leftnav-subcat {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#content a.leftnav-subcat:hover {
	text-decoration: underline;
}

#content ul.leftnav-product {
	text-decoration: none;
	margin: 3px 5px 3px 0px;
	font: bold 9pt Arial, Helvetica, sans-serif;
	padding: 0px;
	list-style-image: url('/images/design/spacer.gif');
}
#content a.leftnav-product {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#content a.leftnav-product:hover {
	text-decoration: underline;
}
#content a.leftnav-product-on {
	text-decoration: underline;
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #cc0000;
	margin: 0px;
	padding: 0px;
}
#content a.leftnav-product:hover {
	text-decoration: underline;
	color: #cc0000;
}



#content .leftnav-link, #content .leftnav-link-last {
	border-top: #cc0000 1px dotted;
	background-image: url(/images/design/arrow-leftnav-link.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 10px 10px 30px;
	font: 9pt Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}
#content .leftnav-link-last {
	border-bottom: #cc0000 1px dotted;
}


#content .desktop {
	background-image: url("/images/design/desktop.jpg");
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	width: 790px;
}
#content .general-header {
	background-image: url("/images/design/general-header.gif");
	background-repeat: no-repeat;
	height: 26px;
	padding: 10px 25px 0px 25px;
	margin: 6px 0px 3px 0px;
	color: #3982b1;
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content .general-body {
	background-color: #FFFFFF;
	width: 525px;
	padding: 10px 25px 20px 25px;
	filter:alpha(opacity=75);
	opacity: 0.75;
	color: #000000;
}
/*
#content .general-footer {
	background-image: url("/images/design/general-footer.gif");
	background-repeat: no-repeat;
	width: 575px;
	height: 10px;
	filter:alpha(opacity=85);
	opacity: 0.85;
}
*/
#content .results-header {
	border-top: 1px solid #eeeeee;
}
#content .results-item {
	padding: 0px 0px 3px 20px;	
	font-size: 10pt;
	border-top: 1px solid #eeeeee;
}

#footer { 
	background: #ffffff; 
	clear: both;
	font: 8pt Arial, Helvetica, sans-serif;
} 
#footer .topbar {
	background-image: url("/images/design/footer-bg.gif");
	background-repeat: repeat-x;
	padding: 5px 10px 0px 10px;
	height: 23px; /* 28 - top/bottom padding */
}
#footer a {
	text-decoration: none;
	color: #666666;
}


/* standard object - home page and includes */
#object {
	width: 195px;
	margin: 6px 5px 0px 0px;
}
#object p {
	margin: 5px 10px 5px 10px;
	font: 10pt Arial, Helvetica, sans-serif;
}
#object a {
	color: #666666;
	text-decoration: none;
}
#object a:hover {
	color: #cc0000;
	text-decoration: none;
}
#object .header {
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 26px;
	background-image:url(/images/design/object-header.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding: 8px 30px 0px 30px;
	margin: 0px 0px 3px 0px;
	color: #FFFFFF;
}

#object .body-generic {
	/* must have a height or a width in the specific class for crappy IE to do transparency! */
	padding: 10px 0px 10px 0px;
	text-align: left;
	width: 195px;
	height: 140px;
	background-position: bottom;
	background-repeat: no-repeat;
/*
	filter:alpha(opacity=75);
	opacity: 0.75;
*/
	color: #3982b1;
}

#object .form-field {
	margin: 5px 0px 0px 10px;
	width: 150px;
	background-color: #FFFFFF;
	font: 8pt Arial, Helvetica, sans-serif;
}

/* wide objects - service pages etc */
#object-wide {
	width: 575px;
	margin: 6px 5px 0px 0px;
}
#object-wide p {
	margin: 5px 10px 5px 10px;
	font: 10pt Arial, Helvetica, sans-serif;
}
#object-wide a {
	color: #3982b1;
	text-decoration: none;
	font-weight: bold;
}
#object-wide a:hover {
	color: #cc0000;
	text-decoration: none;
}
#object-wide .header {
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 26px;
	background-image:url(/images/design/general-header.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding: 8px 30px 0px 30px;
	margin: 0px 0px 3px 0px;
	color: #3982b1;
}

#object-wide .body-generic {
	/* must have a height or a width in the specific class for crappy IE to do transparency! */
	padding: 0px;
	text-align: left;
/*
	filter:alpha(opacity=75);
	opacity: 0.75;
*/
	background-color: #FFFFFF;
	color: #000000;
}

/* mid objects - genre pages etc */
#object-mid {
	width: 295px;
	margin: 6px 5px 0px 0px;
}
#object-mid p {
	margin: 5px 10px 5px 10px;
	font: 10pt Arial, Helvetica, sans-serif;
}
#object-mid a {
	color: #666666;
	text-decoration: none;
}
#object-mid a:hover {
	color: #cc0000;
	text-decoration: none;
}

#object-mid .header {
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 26px;
	background-image:url(/images/design/genre-header-on.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding: 8px 30px 0px 30px;
	margin: 0px 0px 3px 0px;
	cursor: pointer;
}

#object-mid .body-generic {
	/* must have a height or a width in the specific class for crappy IE to do transparency! */
	padding: 0px;
	text-align: left;
	width: 295px;
	background-image:url(/images/design/general-bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #e9e8e5;
	color: #000000;
}

.right { 
	float: right;
}
.left { 
	float: left;
}
.clear { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.hidden {
	display: none;
}
.nothidden {
	display: block;
}

/* text formatting */
.bold {
	font-weight: bold;
}
.txt-small {
	font: 8pt Arial, Helvetica, sans-serif;
}
.txt-big {
	font: 14pt Arial, Helvetica, sans-serif;
}
.txt-red {
	color: #000000;
}
.txt-red {
	color: #cc0000;
}
.txt-white, a.txt-white {
	color: #ffffff;
}
a.txt-white:hover {
	color: #ffffff;
	text-decoration: underline;
}