img { border: none; }

a:visited { color: #0000ff; }
a:hover { color: #ff0000; }
  
body {
	margin:0; 
	background-color:#e5e5e5; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}
  
#mainPage {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background: #ffffff;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#pageHeader {
	clear: both;
}

#headMenu {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}

#headMenu ul {
	list-style: none;
/*	display: inline; */
}

#headMenu li {
/*	display: inline; */
}

#headMenu a { color: #ffffff; text-decoration: none;}
#headMenu a:visited { color: #ffffff; }
#headMenu a:hover { color: #ff0000; }

#main {
	float:left;
	width: 100%;
	background-color: transparent;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: left;
	padding: 5px;
	clear: both;
}

/* col1 middle column */
#col1 { width: 480px; float:left; margin-left: 200px; }
#col1content { padding: 10px 10px 0px 10px; }

/* col2 left column */
#col2 { width: 200px; float:left;  margin-left: -680px; }
#col2content { padding: 20px 10px 0px 10px; }

/* col3 right column */
#col3 { margin-left: -5px; margin-right: 0; width: 160px; float:right;}
#col3content { padding: 0px 20px 0px 10px; }

#col2content ul {
	list-style: none;
	font-size: 10pt;
	margin: 0;
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
}

#col2content li {
	margin: 0;
	padding: 0.25em;
}

#col2content li a { text-decoration: none; }

#col2content li.subhead {
	font-size: 12pt;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: #e5e5e5; 
	display: block;
}

#col2content li.subhead2 {
	font-size: 12pt;
	border-top: 1px solid gray;
	background-color: #e5e5e5; 
	display: block
}

#footer {
	text-align: center;
	margin-top: 0px;
}

#box {
	border: 0.5px solid gray;
	margin-top: 10px;
	padding: 5px;
}

p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

h1	{
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: bold;
}

h2	{
	color: #990000;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: bold;
	border-top: 1px dashed gray;
	border-bottom: 1px dashed gray;
}

h3	{
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 25px 0px 15px 0px;
}

h4	{
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	border-top: 1px solid gray;
	margin: 40px 0px 0px 0px;
	padding: 20px 0 0 0;
}

.subtext	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1em;
	margin: 20px 0px 10px 0px;
}

.smaller	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

.reviewitem {
	border-top: 1px solid gray;
	margin: 20px 0px 0px 0px;
}

.reviewitem img {
	margin: 20px 0px 0px 0px;
}

.reviewitem h2 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	border: none;
	margin: 5px 0px 5px 0px;
}

.reviewitem h3 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.0em;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	float: left;
}

.reviewitem p {
	clear: both;
}

.reviewitem a {
	font-weight: 500;
}

.reviewitem ul {
	list-style: square;
}

.reviewitem li {
	margin: 0 0 10px 0;
	color: #990000;
}

.ratingbar {
	width: 55px;
	background: url(images/stargrey.gif) 0 0 repeat-x;
	margin: 2px 0px 10px 10px;
	float: left;
}

.ratingbar div {
	height: 12px;
	background: url(images/starorange.gif) 0 0 repeat-x;
}

form.contact {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 10px 0 20px 0;
  padding: 0;
  min-width: 400px;
  max-width: 480px;
  width: 450px; 
}

form.contact fieldset {
  border-color: #660000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  margin: 0;
  background: #e5e5e5;
}

form.contact label{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 110px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form.contact br {
	clear:left;
}

form.contact input, form.contact textarea  {
	margin: 5px 0 0 10px;
}

form.contact input.submit {
	margin: 20px 0 10px 10px;
}

form.contact fieldset legend {
	font-size:1.1em;
}

form.contact .highlight1 {
	color: #FF0000;
	margin: 20px 0 0 110px;
}

table.freedvd  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 20px 0 20px 0;
	}

.freedvd th {
	font-size: 0.9em;
	text-align: left;
}

.freedvd td {
	font-size: 0.9em;
	text-align: left;
	border-width: 1px;
	border-color: gray;
	border-style: solid;
	padding: 1px 3px 1px 3px;
}

.freedvd a {
	font-size: 0.7em;
}

table.free  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 30px 0 20px 0;
	}

.free th {
	font-size: 1.0em;
	text-align: left;
}

.free td {
	font-size: 1.0em;
	text-align: left;
	border-width: 1px;
	border-color: gray;
	border-style: solid;
	padding: 10px 5px 10px 5px;
}

.linkslist h2 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: normal;
	border: none;
	margin: 20px 0 0 0;
}

.linkslist p {
	margin: 0px 0 0 0;
}

table.compact  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 10px 0 10px 0;
	}

.compact th {
	color: #000099;
	font-size: 0.7em;
	text-align: left;
	border-width: 1px;
	border-color: gray;
	border-style: solid;
	padding: 1px 2px 1px 2px;
}
	
.compact td {
	font-size: 0.7em;
	text-align: left;
	border-width: 1px;
	border-color: gray;
	border-style: solid;
	padding: 1px 2px 1px 2px;
}

.feedbox {
	width: 140px;
	border: 1px solid gray;
	padding: 5px;
	float: right;
	margin-left: 10px;
}

.feedbox ul {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1em;
	padding-left: 0;
	margin-left: 0;
}

.feedbox li {
	padding-top: 3px;
}

.hilite {
	background-color: #ffff00;
}

.underl {
	text-decoration: underline;
}