
/* 
Author:   LundCreative.com
Created:  May 2010
*/



/*  Overview
-----------------------------------*/
body {
	background: #f3f3f3 url(i/bg.gif) repeat-x top;
	font: .75em Georgia, Times New Romans, Serif;
	margin-bottom: 0px;
}
h1 {
	text-transform: uppercase;
	color: #cecece;
	font-size: 1.9em;
	font-family:Arial, Helvetica, sans-serif;
				font-weight: bold;

}
div#header tr {
	border-right: 1px solid #FFF;
}

h2 {
padding-bottom: .25em;
text-transform: uppercase;
color: #09F;
	font-size: 2.3em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-weight: bold;
}
p {
	padding-bottom: 1.5em;
}
p.numbers {
		font-family: Arial, Helvetica, sans-serif;
		padding-bottom: 0px;
			font-weight: bold;
}
span.highlight {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
				color: #006fb7;
font-size: 1.2em;
}


div#header table {
	border: 0px solid #006fb7;
	margin-bottom: 8px;
	height: 215px;
	
}
td {
	border-right: 3px solid #006fb7;
	padding: 15px;
	background:#003366;
	
}

hr {
	border: 1px solid #CCC;
	margin-top: 15px;
		margin-bottom: -6px;

	
}




/*  Header
-----------------------------------*/
div#header {
	width: 650px;
	margin: auto;
	padding-top: 20px;
	color: #fcfcfc;
	height: 560px;
}

.logo{
margin: 20px 0px 20px 0px;
}


/*  Slider
-----------------------------------*/
#slider {
    width: 650px;
    margin: 0 auto;
    position: relative;
	color: #4e4e4e;
}
.scroll {
    height: 280px;
    width: 650px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}
.scroll a {
	color: #fff;
	background: #0063a6 url(i/link.gif) repeat 0 0;
	text-decoration: none;
	padding: 5px 8px;
}
.scroll a:hover {
	background: #d9362e url(i/link-hover.gif) repeat 0 0;
}
.scrollContainer div.panel {
    height: 278px; /* = .scroll(height) - this.padding */
    padding: 1px;
    width: 648px;
}


div.text {
	width: 380px;
	float: left;
}
div.image {
	width: 260px;
	float: right;
	text-align: right;
}
.image a {
background: none;

}
.image a:hover {
background: none;


}
ul.navigation {
/*
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
*/
	height: 151px;
}
ul.navigation li {
    float: left;
    margin: 0 48px;
}
ul.navigation a {
    text-decoration: none;
	text-indent: -9999px;
	display: block;
	background-position: 0 -159px;
	background-repeat: no-repeat;
	height: 85px;
}
ul.navigation a:hover , ul.navigation a.selected {
    background-position: 0 0;
}
ul.navigation a:focus {
    outline: none;
}
ul.navigation li#nav-txtough a {
	width: 113px;
	background-image: url(i/txtough.gif);
}
ul.navigation li#nav-redballoon a {
	width: 112px;
	background-image: url(i/redballoon.gif);
}
ul.navigation li#nav-grandprix a {
	width: 104px;
	background-image: url(i/txtgrandprix.gif);
}
ul.navigation li#nav-tx250 a {
	width: 140px;
	background-image: url(i/250.gif);
}


.scrollButtons {
    position: absolute;
    top: 200px;
    cursor: pointer;
}
.scrollButtons.left {
    left: -85px;
}
.scrollButtons.right {
    right: -85px;
}

.hide {
    display: none;
}





/*  Footer
-----------------------------------*/
div#footer {
	padding-top: 35px;
	color: #a1a1a1;
	font-size: .8em;
	line-height: .5em;
	text-align: center;
}
div#footer span {
	color: #5caee6;
}
div#footer a {
	color: #a1a1a1;
	text-decoration: none;
	border-bottom: 1px solid #006eb6;
}
div#footer a:hover {
	color: #006eb6;
	border-bottom: 1px solid #000;
}











