/*----------------------------------*/
/* BermMotorsports.com MAIN CSS File*/
/*----------------------------------*/
/* 
* Table of contents:
* @globals
* @Header
* @Footer
* @Lightbox
*/
/*----------------------------------*/
/*Files combined to minizmize HTTP Requests and decrease loadtime.*/
/*----------------------------------*/
/*Globals*/
*{
margin:0;
padding:0;
}
img {
border:0 none;
}
ul {
list-style-type:none;
}
a {
text-decoration: none;
margin: 0 auto;
color: #FFF;
}
a:hover {
color: #026495;
}
#container {
width: 1000px;
margin: 0 auto;
}
body {
color: #000;
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
background: #036596 url(../images/bg.jpg) no-repeat center top;
height: 100%;
width: 100%;
}
#content {
color: #fff;
clear: both;
position: relative;
font-family:Arial, Helvetica, sans-serif;
text-align: center;
padding: 10px 0 0 0;
}
.fl { float: left; }
.fr { float: right; }
.center{text-align: center;}
.center2{margin: 0 auto;}
.clearing { clear: both; }
.uline { text-decoration:underline; padding: 0 0 10px 0;}
.toppadding { padding: 10px 0 0 0; }
.toppadding2 { padding: 20px 0 0 0; }
.toppadding2 { padding: 30px 0 0 0; }
.btmpadding { padding: 10px 0 0 0; }
.btmpadding2 { padding: 0 0 15px 0; width: 900px; text-align: left; margin: 0 auto;}
.btmpadding3 { padding: 0 0 20px 0; }
.txtlft {text-align: left;}
.boldtxt {font-size: 200%;}
H1 { font-size: 200% }
H2 { font-size: 170% }
H1 { font-size: 140% }
/*Begin Header*/
#logo{
text-indent: -9999px;
float: left;
width: 245px;
height: 110px;
margin: 5px 0 0 0;
position: relative;
overflow: hidden;
background-image: url(../images/logo.png);
}
ul#altnav{
float: right;
}
ul#altnav li{
float:left;
padding: 0 4px 0 0;
}
ul#altnav a{
color: #FFF;
font-weight: bold;
line-height: 38px;
}
ul#altnav a:hover {
color: #026495;
}
ul#mainnav {
font: 100% Tahoma,Verdana,Arial,sans-serif;
clear:right;
}
ul#mainnav li{
width: auto;
float:left;
margin: 0 auto;
font-weight: bold;
line-height: 37px;
height: 45px;
display:block;
padding-left: 16px;
}
#mainnav a{
color: #FFF;
font-size: 16px;
}
#mainnav a:hover {
color: #026495;
}
/*Start Footer*/
ul.footer{
clear: both;
width: 1000px;
height: 30px;
margin: 15px auto 30px auto;
}
ul.footer a{
background:url(../images/footernav.jpg);
}
ul.footer li {
float:left;
display: block;
text-indent: -9999px;
}
ul.footer li a{
display: block;
border: 0;
}
li#website a{
height: 30px;
width: 261px;
}
li#copy a{
height: 30px;
width: 477px;
}
li#sitemap a{
height: 30px;
width: 72px;
}
li#locator a{
height: 30px;
width: 107px;
}
li#fcontact a{
height: 30px;
width: 83px;
}
ul.footer a:hover{
background:url(../images/footernav.jpg) 0 30px;
}
li#website a {
width: 261px;
}
li#website a:hover {
background-position: 0px -30px;
}
li#copy a {
background-position: -261px 0;
width: 477px;
}
li#copy a:hover {
background-position: -261px 0px;
}
li#sitemap a {
background-position: -738px 0;
width: 72px;
}
li#sitemap a:hover {
background-position: -738px -30px;
}
li#locator a {
background-position: -810px 0;
width: 107px;
}
li#locator a:hover {
background-position: -810px -30px;
}
li#fcontact a {
background-position: -917px 0;
width: 83px;
}
li#fcontact a:hover {
background-position: -917px -30px;
}
/*Start lightbox */
/**
 * jQuery lightBox plugin
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 */
 .lightbox {text-align: center;}
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}