/* Stylesheet for PoloNetworks */

body {
	margin : 0px;
	padding : 20px 0px 60px 0px;
	border : none;
	color : #ffffff;
	font : normal 12px/1.9em Trebuchet MS ,tahoma, geneva, kalimati, sans-serif;
	background : #46463f url(../images/swirl_bg.jpg) repeat-x fixed left top;
}

img {
	border : none;		
}

img, div {behavior: url(iepngfix.htc) }

a:link, a:visited {
	color : #93b6c8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin : 0;
	padding : 0;
}

h1 a span {
	position : absolute;
	left : -2000px;
	width : 200px;
}

h1 {
	display : block;
	width : 694px;
	height : 89px;
	background : url(../images/header.gif) left top no-repeat;
}

h1 a {
	display : block;
	width : 330px;
	height : 89px;

}

h1, h2, h3 {
	font-family : Georgia, "Times New Roman", Times, serif;
	text-transform : uppercase;
}

form { padding:0px; margin:0px; }

div#container {
	width : 1000px;
	margin : 0 auto;
	position : relative;
	text-align:center;
}


div#leftbar, div#rightcol { text-align:left; }

div#nav {
	width : 688px;
	height : 25px;
	border-left : 3px solid #22221f;
	border-right : 3px solid #22221f;
	border-top : none;
	border-bottom : none;
	background : url(../images/nav_bg.gif) left top no-repeat;
}

div#nav ul {
	margin : 0;
	padding : 0 0 0 35px;
	font : normal 10px/1.8em Trebuchet MS ,tahoma, geneva, kalimati, sans-serif;
	background : #464540 url(../images/bg.jpg) repeat-x fixed left top;
}

div#nav ul li {
	display : inline;
}

div#nav ul li span {
	position : absolute;
	left : -2000px;
	width : 200px;
}

div#nav ul li a {
	display : block;
	height : 25px;
	padding: 0 6px;
	line-height: 25px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #93B6C8;
	border-right: 1px dotted #555;
}

/* Each navigation element is made of a 75px tall gif conataining off, over and on states. The rule below shifts to the over state when hovered on */

div#nav ul li a:hover {
	background-position : left -25px;
	color: #fff;
	text-decoration: none;
}

div#nav ul a.navHome {
	width : 51px;
	background : url(../images/nav/home.gif) left top no-repeat;
}

/* By adding id="home" to the body tag of the home page the on state is displayed instead. This works for all the rules below by substituting the appropriate id in the body tag */

body#home ul li a.navHome {
	background-position : left -50px;
}

div#nav ul a.navAboutUs {
	width : 73px;
	background : url(../images/nav/aboutus.gif) left top no-repeat;
}

body#about ul li a.navAbout {
	background-position : left -50px;
}

div#nav ul a.navPolo {
	width : 49px;
	background : url(../images/nav/polo.gif) left top no-repeat;
}

body#polo ul li a.navPolo {
	background-position : left -50px;
}

div#nav ul a.navExperience {
	width : 85px;
	background : url(../images/nav/experience.gif) left top no-repeat;
}

body#experience ul li a.navExperience {
	background-position : left -50px;
}

div#nav ul a.navVouchersTickets {
	width : 138px;
	background : url(../images/nav/tickets.gif) left top no-repeat;
}

body#tickets ul li a.navTickets {
	background-position : left -50px;
}

div#nav ul a.navDirectory {
	width : 80px;
	background : url(../images/nav/directory.gif) left top no-repeat;
}

body#directory ul li a.navDirectory {
	background-position : left -50px;
}

div#illoholder {
	margin : 0;
	padding : 0;
	height : 250px;
}

img.illo {
	border-left : 3px solid #22221f;
	border-right : 3px solid #22221f;
	margin : 0;
	padding : 0;
}

div#main {
	width : 628px;
	border-left : 3px solid #22221f;
	border-right : 3px solid #22221f;
	border-top : none;
	border-bottom : none;
	background : #585851;
	padding : 30px 40px 10px 20px;
	text-align : left;
	position : relative;
}

div#main h3 {
	color : #6b6b5e;
}

img.mainButton {
	float : right;
}


div.divider {
	height : 1px;
	width : 639px;
	margin-left : 27px;
	border-top : 1px solid #797974;
	background-color : #464641;
	font-size : 1px;
	line-height : 0;
	margin-bottom : 20px;
	clear: right;
}

div#subscriber_foot {
	width : 699px;
	padding-top : 0;
	padding-bottom : 70px;
	background : url(../images/bottom_bg.png) left top no-repeat;
}

div#subscriber_foot h2 {
	margin-left : 80px;
	width : 328px;
	color : #262626;
	margin-bottom : 30px;
}

div#subscriber_foot p {
	margin-left : 80px;
	width : 328px;
	text-align : justify;	
}

div#ieBodyFix {
	background : url(../images/bottom_bottom2.png) left bottom no-repeat;
	height : 35px;
	width : 699px;
}

div#footer {
	color : #555;
	width: 694px;
	text-align: center;
}

div#footer a {
	color : white;
}

div#rightcol {
	position : absolute;
	width : 273px;
	left : 720px;
	top : 0;
}

div.sidebox {
	background : url(../images/sidebar_top.png) top left no-repeat;
	padding-top : 30px;
	width : 273px;
	margin-bottom : 20px;
}

.sidebox_bottom {
	padding : 0 30px 0px 30px;
	background-image : url(../images/sidebar_bottom.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	width : 373px;
	height:38px;
	
}

div.sidebox_blue {
	background : url(../images/sidebar_top_blue.png) top left no-repeat;
	padding-top : 30px;
	width : 273px;
	margin-bottom : 20px;
}

div.sidebox h3 {
	padding : 0 0 5px 0;
}

div.sidebox div.sidebox2 {
	padding : 0 30px 0px 30px;
	background : url(../images/sidebar.png) top left no-repeat;	
	width : 213px;
}

div.sidebox_blue div.sidebox2_blue {
	padding : 0 30px 0px 30px;
	background-image : url(../images/sidebar_blue.png);
	background-repeat: no-repeat;
	background-position:top left;	
	width : 213px;
	z-index:10;
}

.sidebox_blue_bottom {
	padding : 0 30px 0px 30px;
	background-image : url(../images/sidebar_blue_bottom.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	width : 373px;
	height:42px;
	
}

div.sidebox_blue div.sidebox2_blue p { margin:5px 0px; }


* html div.sidebox_blue div.sidebox2_blue {
	width:273px;
	w\idth:213px;
}

div.ieSidebarFix a.fancylink {
	display : block;
	background : url(../images/sidebar_more.gif) bottom right no-repeat;
	width : 21px;
	height : 21px;
	position : absolute;
	left : 223px;
	bottom : 10px;
}

div.ieSidebarFix a.fancylink span {
	position : absolute;
	left : -3000px 
}

div.ieSidebarFix {
	position : absolute;
	z-index : 2;
	width : 273px;
	height : 5px;
}




/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {

}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -3px;
	font-size: 26px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 12px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

#leftCol {
	width: 170px;
	float: left;
	background: url(../images/sidenav_top.gif) no-repeat top left;
	padding-top: 10px;
	text-align: left;
	line-height: 1.5em;
}

#leftNav {
	background: url(../images/sidenav_bottom.gif) no-repeat bottom left;
	padding: 0 0 10px 0;
}

#leftNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: url(../images/sidenav_bg.gif) repeat-y top left;
}

#leftNav li {
	margin: 0px;
	padding: 5px 10px 5px 20px;
}

#leftNav ul ul {
	background: url(../images/sidenav_bg2.gif) top left;
}


/* LBB Temporary Styles */


.detailPage {
	padding: 0px;
	margin: 0px;
}

.clubHeader {
	color: #ddd;
	font-size: 2.0em;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted #ccc;
	width: 222px;
	display: none;
}
.descriptionText {
	text-align: left;
}
.clubImage {
	float: right;
	background: url(/media.php?i=6) no-repeat;
	margin: 10px 0px 20px 20px;
	padding: 0px;
	border: 1px solid black;
	display: block;
}

.detailHolder {
	padding: 0px;
	margin: 0px;
	clear: right;
	width: 440px;
}


.tdo {
	clear: left;
	background: url(/media.php?i=6) no-repeat;
	width: 114px;
	height: 22px;
	padding: 6px 7px 6px 6px;
	font-weight: bold;
	text-align: right;
	float: left;
	color: #D4EAEE;
}



.tde {
	background: url(/media.php?i=5) no-repeat;
	width: 300px;
	height: 22px;
	padding: 6px 0px 6px 10px;
	float: right;
	color: #fff;


}
.tde a {
	color: #fff;
}


.breakMe {
	clear: both;
	height: 10px;
	display: block;
	width: 448px;
	padding: 0px;
	margin: 0px;
}



.type {
	display: none;
}

.small {
	font-size: 0.85em;
	line-height: 0.9em;
}

.error {
	color: #93B6C8;
}