/*CSS - http://winturfsports.com/index.html
http://winturfsports.com/index.html
http://winturfsports.com/main.css */

* {
   padding:0;
   margin:0;
}

html, body {
  color: #000000;
  background:url(images/main_bg.gif);
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Verdana, san-serif;
  font-size: 14px;
}

div, p, h1, h2, h3, h4, h5, h6, img, ul, ol, li {
   margin: 0;
   padding: 0;
}
	


/* Set the default link colors */
a:link {
	color: #999;
	background-color: transparent;
	text-decoration:none;
	font-weight: bold;
	}
a:visited {
	color: #999;
	background-color: transparent;
	text-decoration:none;
	font-weight: bold;
	}
a:hover {
	color: #bcbcbc;
	background-color: transparent;
	text-decoration:underline;
	font-weight: bold;
	}
a:active {
	color: #999;
	background-color: transparent;
	text-decoration:none;
	font-weight: bold;
	}



a.special:link {
	color: #fff;
	background-color: transparent;
	text-decoration:none;
	font-weight: bold;
	}
a.special:visited {
	color: #fff;
	background-color: transparent;
	text-decoration:none;
	font-weight: bold;
	}
a.special:hover {
	color: #f26522;
	background-color: transparent;
	text-decoration:underline;
	font-weight: bold;
	}
a.special:active {
	color: #fff;
	background-color: transparent;
	text-decoration:none;
	font-weight: bold;
	}	
	
	

#container
{
width: 780px;
height: 620px;
margin: 10px auto;
background-color: #000;
border: 1px solid #000000;
color: #333;
line-height: 130%;
}


#header
{
height: 130px;
padding: 1px 7px 7px 10px;
background:url(images/header_bground.gif);
background-repeat: repeat-x;
background-color: transparent;
}

.headertext
{float: right;
font-size: .9em;
font-weight: bold;
line-height: 1.3em;
margin-top: 3px;
text-align: right;}
	
.headerimg 
{
clear: both;
float: left;
border: none;
}

.taglinetext{
clear: left;
float: left;
margin-left: 6px;
text-align: left;
color: #f26522;
font-weight: bold;
}




#content
{
width: 780px;
background-color: #000000;
margin-right: 5px;
margin-top: 10px;
}

#navbar {
  float: right;
  margin-top: 20px;
  margin-right: 10px;
  padding: 0;
  font-size: 12px;
}

#navbar li { 
  clear: both;
  display: inline;
  padding-left: 18px; }


#navbar li#youarehere a { 
	color: #f26522;
	}	


#textbox {
 clear: both;
 height: 400px;
 width:735px;
 color: #b2b2b2;
 float: right;
 margin-top: 7px;
 margin-right: 10px;
 border-top: #f26522 solid 2px;
 } 
 
#textbox h1{
 padding: 5px 10px 10px 0;
 } 
 
#text {
 height: 370px;
 width:425px;
 float: right;
 color: #b2b2b2;
 margin-top: 0;
 font-size: 14px;
 font-weight: bold;
 overflow: auto;
 }  
 
#text p, h1{
 padding: 5px 10px 10px 10px;
 } 
 
#text h2{
 padding: 5px 10px 2px 10px;
 font-style: italic;
 font-size: 14px;
 } 

#text ul {
 padding-bottom: 5px;
 margin-left: 25px;
 padding-left: 30px; 
 }  
 
#text ul {
 margin: 0 !important;
 padding: 0 !important;
 }
 
 #text ul li {
  margin-left: 25px;
  padding-left: 5px;
 } 
 
 
#picture {
  margin: 10px 0;
  float: left;}
  
#picture p, h1 {
  margin: 0 20px 0 0;
  padding: 0 0 10px 0;}
 
.title {
 margin: 0;
 padding: 0;
 border-bottom: dashed thin #b2b2b2;
 font-size: 16px;
 font-weight: bold;} 


#slideshow_tbl {
float: right;
width: 735px;
height: 395px;
margin: 7px 10px 0 0;
padding-top: 5px;
border-top: #f26522 solid 2px;
}

#slideshow_tbl h1 {
font-size: 14px;
color: #999;
margin: 0;
padding: 0;
text-align: left;}

#slideshow_tbl p {
font-size: 12px;
color: #999;
text-align: left;}


#footer
{
clear: both;
float: right;
font-size: 80%;
margin-right: 10px;
color: #fff;
background-color: transparent;
}

