/*** Main Layout ***/

body {
	background: url(../images/bkgd2.gif) left repeat;
	font-size: .8em;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	text-align: center;
	margin: 0;
	margin-top: 7px;
	/*border-top: 5px solid #000;*/
	padding-bottom: 20px;
}

#wrapper {
	margin: 0 auto;
	background-color: #fff;
	background: url(../images/IE_bug_fix.gif) left repeat-y;
	text-align: left;
	width: 777px;
	border: 1px solid #990;
	/*border-top: 0;*/
}

#header {
	background: url(../images/titlebar2.jpg) left no-repeat;
	height: 247px;
	width: 777px;
	padding: 0;
	margin: 0;
}

#sidebar {
	float: left;
	margin-top: -100px;
	border-top: 10px solid #000;
	background-color: #000;
	text-align: center;
	color: #000;
}

#content {
	background-color: #fff;
	margin-left: 175px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer {
	clear: both;
	background-color: #ff0;
	text-align: center;
	padding: .2em;
	border-top: 1px solid #000;
	border-bottom: 0;
}

.prodheader {
	background-color: #ff0;
	width: 592px;
	padding-left: .8em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#spectable {
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
}

#spectable .toprow {
	background-color: #000;
	color: #fff;
}

#spectable .nextrow {
	background-color: #440;
	color: #fff;
}

#spectable .highlight {
	background-color: #ff0;
}

#infotable {
	text-align: center;
	margin: 0 auto;
}

#shiftup {
	margin-top: -70px;
}

/*** Navigation ***/

#navigation {
	width: 175px;
	background-color: #fff;
	list-style: none;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	margin-top: 10px;	
	border-top: 1px solid #990;
}
	/** Fix IE **/
#sidebar>#navigation {
	width: 135px;
	margin: 0 auto;
}

#navigation li {
	margin-left: 0px;
	line-height: 2.2em;
	border-bottom: 1px solid #990;
}
	/** Fix IE **/
#navigation>li {
	margin-left: -40px;
}

#sidebar a {
	display: block;
	color: #ff0;
	width: 100%;
	text-decoration: none;
	background-color: #000;
}

#sidebar a:hover {
	background-color: #ff0;
	color: #000;
}

a {
	text-decoration: none;
	color: #660;
	font-weight: bold;
}

a:link {
	color: #660;
}

a:visited {
	color: #660;
}

a:hover {
	color: #000;
	text-decoration: underline;
		/** Fix IE **/
	border-top: 0;
}

a:active {
	color: #660;
}

#footer p {
	font-weight: bold;
	font-size: .8em;
}

#fineprint a {
	text-decoration: underline;
}

#fineprint a:hover {
	color: #fff;
}

/*** Text ***/

#content p, #content h5 {
	margin-left: 1.5em;
	padding-left: 15px;
	padding-right: 30px;
}

h2 {
	font-size: 1.5em;
	padding-left: .5em;
}

h3 {
	font-weight: bold;
}


h5 {
	font-size: .9em;
}

p {
	font-size: 1em;
}

caption {
	font-size: 1.2em;
}

.label {
	text-align: right;
	padding-right: 2em;
}

.input {
	text-align: left;
}

#fineprint {
	color: #660;
}

/*** Images ***/

img {
	border: 0;
}

.flash {
	text-align: center;
}

.flashwrapper {
	margin: 0 auto;
	width: 350px;
	padding: 2px;
	border: 3px solid #000;
}

#fineprint img {
	border: 0;
	padding: 0;
	margin: 0;
}
