/* ----- Screen Style Sheet - Version: 9-24-2004 ----- */

/* ----- GLOBAL ELEMENTS ----- */
body { padding: 0; margin: 0; height: auto; background-color: #EAEAEA}
.toppanel { background-image: URL(../images/master/backgroundtoppanel.jpg); background-repeat: repeat-y; background-position: left;}

/* ----- HEADINGS ----- */
h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: large;
	margin:1em 0 0;
	font-weight: bold;
}
	
/* ----- PAGE COPY ----- */
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
}
.content a:link, .content a:visited { text-decoration: underline; color: #003399;}
.content a:hover { text-decoration: none; color: #CC6600;}
	
.content_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
}
/* ----- COMMON ELEMENTS ----- */
img {border:0}
.pic {
	border-top-width: 12px;
	border-right-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 2px;
	padding: 7px;
}

form { padding: 0px; margin: 0px; }
.paneltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
}

/* ----- LAYOUT - left nav bar ----- */
.leftsidenav {
	width: 241px;
	background-image: url(../images/backgroundleft.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

/* ----- NAV ----- */
.subnavtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
	font-style: normal;
}
.subnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background-color: #7B6B63;
	background-position: center center;
	width: auto;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	/* background-attachment: fixed;
	background-image: URL(/images/master/backgroundtopnav.jpg);
	background-repeat: repeat-y; */
}
.topnav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.topnav a:hover {
	text-decoration: underline;
}

/* ----- Lists ----- */
	
/* ----- Search Box ----- */
.search {color:#000;margin: 0 0 1em 0; padding: .3em;position:relative;z-index:1000}
.search strong {display:block;margin:0;font-size: 130%}
.search small {margin-left: 1em}

/* ----- Page Tools ----- */
.pagetools, .pagetools a:link {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 2em;
}
.pagetools a:hover { text-decoration: none; color: #CC6600; }

/* ----- Footer ----- */
.footer {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 3em;
	font-weight: bold;
}
.footer a:link { text-decoration: none; color: #003399; }
.footer a:hover { text-decoration: none; color: #CC6600; }
.content_amazon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: underline;
	line-height: normal;
	font-weight: normal;
	color: #990099;
}
.box-right {
	float: right;
	height: auto;
	width: 320px;
	position: relative;
	visibility: visible;
	background-color: #CCCCCC;
	border: medium dashed #999999;
}
.box-left {
	float: left;
	height: auto;
	width: 350px;
	position: relative;
	visibility: visible;
	background-color: #CCCCCC;
	border: thin solid #000000;
	padding: 3px;
}
.box-right280nobg {

	float: right;
	height: auto;
	width: 280px;
	position: relative;
	visibility: visible;
	background-color: #F7F7F7;
	border: medium none #FFFFFF;
}
.box-leftnobg {


	float: left;
	height: auto;
	width: 400px;
	position: relative;
	visibility: visible;
	background-color: #E7B5B4;
	border: medium none #FFFFFF;
}
.topleft {
	left: 0px;
	top: 0px;
}
.topright {
	top: 0px;
	right: 0px;
	position: relative;
}
.theomniway {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	line-height: normal;
	font-weight: normal;
	color: #FF00FF;
}

