html {
	height: 100%;
	/*overflow: -moz-scrollbars-vertical;*/
	background-color: #FFF;
	background: url(../images/home/bodytopslice.jpg) repeat-x;
}

body {
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	height: 100%; /* this is the key! */
	line-height: normal;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#wrapper {
	display: block;
	width: 100%;
	margin:0 auto;
	height: 500px;
	margin-left: 20px;
	margin-right: 20px;
}

#body {
	width: 1064px;
	background: url(../images/home/trlogo.jpg) no-repeat right top;
	display: block;
	margin: 0 auto;
	height: 682px;
}

#header span {
	display: block;
	width: 200px;
	color: #000;
	margin-left: 570px;
	margin-top: -100px;	
	text-align: right;
	line-height:150%;
	font-family: Verdana, Arial,Helvetica, sans-serif;
}

#header span a {
	display: block;
	font-size: 105%;
	font-weight: bold;
	color: #990000;	
	text-decoration: none;
	
}


#homepic {
	display: block;
	width: 503px;
	height: 281px;
	/*background: url(../images/home/homepic.jpg) no-repeat left top;*/
	margin-top: 20px;
	margin-left: -5px;
}

#homepic div {	
	position:absolute;
	margin-left: 0px;
	margin-top: 0px;
}

#imgDiv {
	display: none;
	margin-left: -300px;
	margin-top: -200px;
	width: 400px;
}


.nav {
	background: #990000 url(../images/home/navright.jpg) no-repeat 941px 0px;
	display: block;
	height: 59px;
	width: 1023px;
	margin-left: 13px;
	margin-top: 15px;
	padding-top: 10px;
	padding-left: 2px;
}

.nav a {
	padding-right:2px;
}


/*.nav {
	padding-top: 0px;
	width: 1040px;
	height: 88px;
	width: 1058px;
	margin-left: 0px;
	margin-top: 21px;
	padding-top: 0px;
	padding-left: 2px;
}*/

#subNav {
	height: 30px;
	margin-top: -1px;
	background: url(../images/subnavbackground.jpg) no-repeat left top;
	padding-left: 17px;
	padding-top: 6px;
/*	opacity: 0;
	alpha: 0.0;*/
	width: 771px;
	color: #FFF;	
}

#subNav a {
	color: #FFF;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

#subNav a:hover {
	color: #000;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

#subNav a.selected {
	color: #000;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

#subNav a.selected:hover {
	color: #000;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}


#content {
	display: block;
	width: 1080px;
	margin-left: 0px;
	background: transparent url(../images/home/contentwidth.jpg) repeat-y left top;
	background-color: #FFF;
}

#content .inner {
	display: block;
	width: 1060px;	
	background: transparent url(../images/home/contentslice.jpg) repeat-x 0px 0px;
	margin-left: 10px;
	margin-right: 12px;
}


#left {
	display:block;
	float: left;
}

#blog {
	margin-left: 29px;
	margin-bottom: 29px;
	background: url(../images/home/blogbottom.jpg) no-repeat left bottom;
	background-color: #FBF4F4;
	padding-top: 14px;
	margin-top: 22px;
	padding-left: 0px;
	padding-bottom: 35px;
	border: 1px solid #CDCDCD;
	width: 216px;
	height: 265px;
	border-bottom: 0px none #FFF;
}

#blogbottom {
	display: block;
	width: 218px;
	height: 30px;
	margin-left: 29px;
	background: url(../images/home/blogbottom.jpg) no-repeat left top;
	border: 0px none;
	padding-bottom: 20px;
}

#blog p {
	padding-left: 5px;	
}

#blog p span {
	font-weight: bold;	
	display: block;
	color: #990000;
	margin-left: 15px;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 3px;
}

#scrollContainer {
	width: 186px;
	height: 265px;
	overflow: hidden;
	padding: 0px;
	margin-top:7px;
	cursor: default;
}

#middle {
	display: block;
	margin-left: 275px;
	width: 790px;
	padding-bottom: 250px;
}

#middle h3 {
	color: #318831;
	font-weight: bold;
	font-size: 20px;
	padding-left: 25px;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
}

#middle p {
	color: #000;
	font-size: 14px;	
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	width: 405px;
	padding-left: 25px;
	line-height: 150%;
}

#middle ul li {
	color: #000;
	font-size: 14px;	
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	width: 405px;
	line-height: 150%;
	list-style-position: inside;
}

#scrollContainer {
	width: 218px;
	height: 245px;
	overflow: hidden;
	padding: 0px;
	margin-top:7px;
	padding-left: 10px;
	cursor: default;
}

#scrollContent {
	color: #000;
}

#scrollContent p {
	margin-left: -5px;
}

#scrollContent p img {
	margin-left: -5px;
}

#scrollContent a {
	color: #000;
}

#scrollContent a:hover {
	color: #000;
}

h2 {
	color: #FF0000;
	font-size: 16px;
	font-weight: normal;
}

.red {
	color: #FF0000;
}

.fl {	float: left;}

.fr {
	margin-left: 1070px;
	float: right;
	margin-top: -965px;
}

.newsletterhome {
	display: block;
	width: 225px;
	height: 115px;
	background: url(../images/homenewsletter.jpg) no-repeat left top;
	margin-top: 16px;
	margin-left: 30px;
	padding-top: 77px;
	padding-left: 10px;
	overflow-y: hidden;
}

.newsletterhome form{}


.newsletterhome input {
	border: 0px none #FFF;
	margin-left: 8px;
}

.newsletterhome .submit {
	width: 39px;
	height: 21px;
	margin-top: 5px;
	margin-left: 10px;
	cursor: pointer;
	background: url(../images/regoka.jpg) no-repeat left top;
}

.newsletterhome .submit:hover {
	width: 39px;
	margin-top: 5px;
	margin-left: 10px;
	height: 21px;
	cursor: pointer;
	background: url(../images/regokb.jpg) no-repeat left top;
}

.newsletterhome .regtext {
	width: 139px;
	padding-right: 3px;
}

.class {
	clear: both;
	display: block;
	width: 880px;
}

#rightIcons {
	display: block;
	width: 280px;
	float: right;
	margin-top: 0px;
}


#rightIcons a.homeright1 {
	width: 270px;
	height: 139px;
	display: block;
	text-decoration: none;
	color: #000;
	background: url(../images/home/specialoffers.jpg) no-repeat left top;
}

#rightIcons a.homeright2 {
	width: 270px;
	height: 139px;
	display: block;
	text-decoration: none;
	color: #000;
	background: url(../images/home/fastturn.jpg) no-repeat left top;
}

#rightIcons a.homeright3 {
	width: 270px;
	height: 139px;
	display: block;
	text-decoration: none;
	color: #000;
	background: url(../images/home/trophies.jpg) no-repeat left top;
}

#rightIcons a.homeright4 {
	width: 270px;
	height: 139px;
	display: block;
	text-decoration: none;
	color: #000;
	background: url(../images/home/promogifts.jpg) no-repeat left top;
}

#rightIcons a.homeright5 {
	width: 275px;
	height: 139px;
	display: block;
	text-decoration: none;
	color: #000;
	background: url(../images/home/keyicon.jpg) no-repeat left top;
}

#grass {
	display: block;
	position: absolute;
	width: 1062px;
	height: 216px;
	margin-left: -9px;
	clear: both;
	background: url(../images/home/footer.jpg) no-repeat left top;
	padding-left: 28px;
	padding-top: 77px;
	margin-top: -50px;
}

#grass ul {
	float: left;
	color: #FFF;
	padding-right: 50px;
	list-style-type: square;	
}


#grass img {
	margin-right: 790px;
	margin-bottom: 0px;
}

#grass .footerinfo img {
	float: none;
	clear: none;
	margin: 0px;
}

#grass a {
	color: #FFF;
}

#grass a:hover {
	color: #000;
}

#grass .footerinfo {
	color: #666666;	
	font-family: Trebuchet MS, Verdana, Arial,  Helvetica, sans-serif;
	padding-top: 45px;
	font-size: 11px;
	clear: both;
}

#grass .footerinfo a {
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial,  Helvetica, sans-serif;
}

#grass .footerinfo a:hover {
	color: #000;	
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial,  Helvetica, sans-serif;
}

#grass .footerinfo span {
	float: right;
	margin-top: -7px;
	margin-right: -110px;
	width: 60%;
}
