body {
	background-image: url("images/bg2.gif");
	font-size: 13px;
	font-family:  Trebuchet MS, Georgia, Verdana, Tahoma, sans-serif;
	margin: 0px;
	color: #535353;
	text-align: center;
}
p { 
	margin-top: 10px; 
	text-align: justify;
}
table {
	border-collapse: collapse;
	border: 1px solid silver;
	margin-left: auto;
	margin-right: auto;
}
th {
	padding: 5px;
	background: silver;
}
td {
		padding: 5px;
}
td img {
	width: 200px;
}
tr.alt {
	padding: 5px;
	background: silver;
}
form {
	margin: 10px;
}
h1,h2,h3 {
	font-family: Times, Verdana, Arial, serif;
	color: #FF0000;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4f4f4F;
}
a:link {
	color: #800000;
	border: 0px;
}
img {
	border-style: none;
	margin: 0;
}
a:visited {
	color: #7c7c7c;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	color: #009900;
}
a:focus {
	text-decoration: underline;
	color: #FF0000;
}
ul.nav {
	margin: 0 auto;
	height: 25px;
	list-style: none;
	padding: 0;
	background-image: url("images/navback.jpg");
	background-repeat: repeat-x;
	font-weight: bold;
	clear: both;
	z-index: 502;
}
ul.nav li a {	
	text-decoration: none;
	color: #fff;	
	padding: 5px 0 3px 0;	
	text-align: center;
	display: block;
	background-image: url("images/navback.jpg");
	background-repeat: repeat-x;
}
ul.nav li a:hover{
	background:#888;	
	}	
ul.nav li {
	float: left;
	width:115px;
	height:25px;
	text-align: center;
	border:none;
	position: relative;
	left: 25%;
}
ul.nav li#current a{
	background: #ff0000;
	}
ul.nav li#current a:hover{
	background:#888;
	}
li ul {
	display: none;
	position: absolute;
	width: 120px;
	top: 0;
	left: 100px;
	font-weight: normal;
	padding: 0 ;
	margin-left: -30px;
	z-index: 502;
}
ul.nav li ul.sub li{
	list-style: none;
	border-width:0 1px 0 1px;
}
ul.nav li ul.sub li a{
	font-weight: normal;
	background: #ff0000;
	border: solid thin #fff;
}
ul.nav li ul.sub li a:hover{
	background:#888;
}
li>ul {
	top: auto;
	left: auto;
}
li:hover ul, li.over ul {
	display: block;
}
.vnav {
	width: 150px;
	height: 180px;
	float: left;
}
.vnavad {
	position: absolute;
	top: 370px;
	left: 10%;
	font-size: 10px;
	text-align: center;
}
.vnavad img {
	position: relative;
	left: 5px;
	padding-top: 5px;
}
.menu {
height:180px;
font-size:90%;
margin:0;
position: relative;
float: left;
z-index: 500;
}
.menu ul {
position:relative;
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
.menu li {
background:#ff0000;
height:26px;
float:left;
}
.menu li.sub {
	background:#ff0000 url(images/sub.gif) no-repeat right center;
} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

.menu a, .menu a:visited {
font-family: arial, verdana, sans-serif;
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#fff;
font-weight: bold;
text-indent:5px;
border:1px solid #fff;
border-width: 1px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
	width:150px; w\idth:149px;
}
* html .menu a:hover {
	color:#ff0000; 
	background:#aa7; 
	position:relative;
}
.menu li:hover {
	position:relative;
}
/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {
	color:#efa; 
	background:#000;
}
/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {
	color:#000; 
	background:#FF0000;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:100px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
z-index: 502;
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {
	visibility:visible;
	z-index:502;
	}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
.leftalign {
	text-align: left;
	float: left;
}
.rightalign {
	text-align: center;
	float: right;
	margin: 0;
}
table.centertable {
	margin-top: 5px;
	text-align: center;
}
table.centertable td {
		padding: 1px;
}
.tableimg {
	width: 80px;
	float: left;
}
p.center, .center {
	text-align: center;
	text-decoration: none;
	background-color : transparent;
}
ul {
	text-decoration: none;
	display: block;
}
ul.bulleted {
	list-style-image: url('images/k.gif');
	line-height:2em;
}
.model {
	width: 80%;
}
.model img {
	width : 100%;
	z-index: 49;
}
.bales img {
	position: absolute;
	top: 15px;
	right: 15%;
	margin: 7px 0;
	z-index: 51;
}
.bales p {
	position: absolute;
	top: 140px;
	right: 15%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: smaller;
	text-indent: 0;
	background: silver;
	padding: 3px;
}
.modelleft {
	float: left;
	width: 50%;
	margin: 0;
	padding: 10px;
	z-index: 50;
}
.modelright {
	float: right;
	width: 40%;
	margin: 0;
	padding: 10px;
	border: solid 1px silver;
	background: #CCC;
	z-index: 51;
}
.modelright img {
	margin: 0 auto;
	width: 100%;
}
/* specific divs */
#wrapper {
	width: 80%;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 1px solid gray;
	min-width: 600px;
	overflow: auto;
}
#header {
	padding: 0px;
	margin: 0;
	border: none;
	height: 119px;
	text-align: left;
}
#main {
	margin: 0 0 0 160px;
	padding: 0 10px 10px 10px;
	text-align: left;
}
/*footerstyle*/
#footer {
	clear: both;
	padding-right: 10px;
	margin: 10px 0 0 0;
	height: 90px;	
	text-align: center;
	z-index:200;
	border-top: solid thin silver;
}

#footer ul li{
	color : #000000;
	background-color : transparent;
	display: inline;
	margin: 10px auto;
}
#footer ul li a{
	color : #115EAC;
	text-decoration : none;
}
#footer ul li a:hover{
	text-decoration : underline;
}
/* specific styles */
.map {
	text-align: center;
}
.map iframe{
	clear: both;
	width: 600px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}
.map td img {
	width: 19px;
}
iframe#tincappdoc {
	text-align: center;
	width: 600px;
	height: 800px;
	border: none;
	background: transparent;
}
a.trucru {
	color: #FFF;
	font: bold 10px arial,sans-serif;
	text-decoration: none;
}
.date {
	clear:both;
	color: white;
	position: absolute;
	top: 100px;
	left: 12%;
	z-index: 620;
	margin-left: 15px;
}
.honeypot {
	background:#999;
	width:230px;
	float: left;
	position: relative;
	left: 11px;
}
.thirdcol {
	position: relative;
	left: 15px;
	top: -10px;
	float: right;
	width: 405px;
	margin: 5px;
}
.videobox {
	float: right;
	margin: 0;
}
.video {
	margin: 5px;
	text-align: center;
}
.search {
	position: absolute;
	top: -30px;
	left: 7px;
	z-index: 100;
}
.search table{
	border: none;
	margin: -20px;
}
.standout{
	display: block;
	padding: 10px;
	text-align: center;
	background: #006600;
	margin: 5px 20px;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
}
p.standout a {
	color: #fff;	
}