body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, input, a, fieldset, th, td  {
	margin: 		0;
	padding: 		0;
	border: 		0;
	outline: 		none; 
}

body {
	margin: 0;
	background: #FFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #666;
}

/* Links */

a {
	color: #a26505;
	text-decoration: none;
}

a:hover {
	color: #7e0c00;
	text-decoration: underline;
}


/* Alignment */

.topAlign {
	vertical-align: top;
}

.btmAlign {
	vertical-align: bottom;
}

/* Boxes */

.leftBox {
	float: left;
}

.rightBox {
	float: right;
}

/* Small text */
.small {
	font-size: 10px;
}

/* Coloured text */

.red {
	color: #AF090B !important;
}

/* Weight of text */

.bold {
	font-weight: bold;
}

/* Main classes */

#root {
	margin: 0 auto;
	width: 999px;
	overflow: hidden;
}

.clearFix {
	height: 1px;
	clear: both;
}

.clearFixLeft {
	height: 1px;
	clear: left;
}

.clearFixRight {
	height: 1px;
	clear: right;
}



/* ### Header styles ### */

#headerContainer {
	width: 999px;
	height: 145px;
	overflow: hidden;
	margin-bottom: 15px;
}

#siteIdentity {
	margin-top: 14px;
	margin-left: 38px;
	float: left;
}

#ctaBox {
	width: 316px;
	height: 45px;
	margin-top: 14px;
	margin-right: 29px;
	background: url(../gfx/gold_line.jpg) bottom right no-repeat;
	float: right;
	padding-left: 44px;
	clear: right;
}

.emailBox {
	float: left;
	width: 125px;
	text-align: center;
	margin-right: 10px;
}

.emailBox a {
	color: #FFF;
	text-decoration: none;
}

.emailBox a:Hover {
	color: #FFF;
	text-decoration: none;
}

.pricingBox {
	float: left;
	width: 170px;
	text-align: center;
}

.emailBox p, .pricingBox p {
	color: #d68316;
	font-size: 11px;
}

.emailBox span, .pricingBox span {
	color: #FFF;
	font-size: 16px;
}

.emailBox span {
	text-transform: uppercase;
}



/* ### Navigation ### */

#topNavigationContainer {
	float: right;
	margin-right: 39px;
	margin-top: -20px;
	
	
}

ul#topLinks {
	list-style-type: none;
	
	
	
}

ul#topLinks li {
	display: inline;
	padding-right: 10px;
	padding-left: 2px;
	background: url(../gfx/top_navigation_separator.gif) 100% 9px no-repeat;
	line-height: 1em;
	
}

ul#topLinks li.first {
	padding-left: 0px;
}

ul#topLinks li.last {
	padding-right: 0px;
	background: none;
}

ul#topLinks li a {
	font-size: 11px;
	color: #FFF;
	line-height: 1em;
}

ul#topLinks li a:hover {
	color: #d68316;
	
}
ul#topLinks li.current a{
	color: #d68316;
	text-decoration: underline;
	
}


#mainNavigationContainer {
	background: url(../gfx/main_nav_bgr.jpg) top left repeat-x;
	height: 29px;
	margin-top: 5px;
	padding-right: 39px;
}

ul#mainNav {
	float: right;
}

ul#mainNav li {
	display: inline;
	height: 25px;
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(../gfx/main_navigation_separator.jpg) 100% 0 no-repeat;
}

ul#mainNav li a, ul#mainNav li.last a {
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

ul#mainNav li a:hover {
	color: #000;
}

ul#mainNav li.current a {
	color: #000;
}

ul#mainNav li.last {
	padding-right: 0px;
	background: none;
}



#subNavigationContainer {
	background: url(../gfx/sub_nav_bgr.jpg) top center no-repeat;
	display: block;
	height: 34px;
}

ul#subNav {
	list-style-type: none;
	margin-left: 285px;
}

ul#subNav li {
	display: inline;
	padding-right: 10px;
	padding-left: 2px;
	background: url(../gfx/top_navigation_separator.gif) 100% 9px no-repeat;
	line-height: 1em;
}

ul#subNav li.last {
	padding-right: 0px;
	background: none;
}

ul#subNav li a {
	font-size: 11px;
	color: #FFF;
}

ul#subNav li a:hover, ul#subNav li.current a {
	color: #d68316;
}



/* ### Content ### */

#contentContainer {
	width: 999px;
	overflow: hidden;
	background: url(../gfx/content_bgr.jpg) 0 15px no-repeat;
	margin-bottom: 25px;
	
	
}

#innerContent {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #422100;
	margin-left: 40px;
	overflow: hidden;
	float:left;
}

#innerContent .pageMainCopy
{
	font-size: 0.9em;
	line-height: 1.5em;
}

#innerContent.fullwidth {
	width: 920px;
}

#innerContent.fullwidth li{
	width: 920px;
	
}

#innerContent.fullwidth table{
	width: 920px;
}


#innerContent.fullwidth li{
	width: 920px;
}


#innerContent.tournament, #innerContent.fixtureDetails {
	width: 430px;
}

#innerContent.fixtures {
	width: 220px;
}

#innerContent h1 {
	font-size: 1.2em;
	color: #a26505;
	margin-bottom: 20px;
	font-weight: 400;
	/*text-transform: uppercase;*/
}

#innerContent .pageSummary {
	margin-bottom: 15px;
}

#innerContent.fullwidth .pageSummary {
	margin-bottom: 15px;
	width: 220px;
	float: left;
}

#innerContent.fullwidth.enquiry .pageSummary {
	margin-bottom: 15px;
	display: block;
	width: 100%;
	float: none;
}

#innerContent.fullwidth .pageMainCopy {
	width: 555px;
	float: right;
}

#innerContent.fullwidth.enquiry .pageMainCopy {
	margin-bottom: 15px;
	display: block;
	width: 100%;
	float: none;
}

#innerContent p {
	margin-bottom: 15px;
	display: block;
	float: none;
	
}


#innerContent ul {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 15px;
}

#innerContent ul li {
	color: #A26505 !important;
	color: #A26505;
	background: url(../gfx/list_dot.jpg) 10px 6px no-repeat;
	padding-left: 20px !important;
	padding-left: 20px;
}

#innerContent .pageMainCopy ul li {
	color: #422100 !important;
	color: #422100;

}

#innerContent ul ul {
	padding-left: 20px !important;
	padding-left: 0px;
}

#innerContent ul ul li {
	background: url(../gfx/list_dot_1.jpg) 10px 6px no-repeat;
	color: #422100;
}

#innerContent ul ul ul {
	padding-left: 20px !important;
	padding-left: 0px;
}

#innerContent ul ul ul li, #innerContent ul ul ul ul li {
	background: url(../gfx/list_dot_2.jpg) 10px 6px no-repeat;
	color: #422100;
}

/*
#innerContent ul ul {
	list-style-type: circle;
}

#innerContent ul ul ul {
	list-style-type: square;
}

#innerContent ul ul ul ul {
	list-style-type: square;
	list-style: #666;
}
*/


/* ### Placeholders ### */

#placeholders {
	float: right;
	overflow: hidden;
	margin-right: 41px;
	min-width: 448px;
}


#contentContainer.fourPlaceholders #placeholders {
	width: 448px;
}

#contentContainer.listItems #placeholders {
	width: 680px;
}

#animation {
	width: 431px;
	height: 192px;
	padding-top: 16px;
	padding-left: 16px;
	padding-bottom: 14px;
	background: #000 url(../gfx/box_long_shadow.jpg) bottom center no-repeat;
	margin-bottom: 5px;
}

#contentPlaceHolder {
	overflow: hidden;
}

#contentPlaceHolderWide {
	width: 448px;
	min-height: 83px;
	padding-bottom: 8px;
	background: #000 url(../gfx/box_long_shadow.jpg) bottom center no-repeat;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 17px;
}

* html div#contentPlaceHolderWide { 
   height: expression( this.scrollHeight < 84 ? "83px" : "auto" ); /* sets min-height for IE */
}

#contentPlaceHolderWide h4 {
	font-size: 13px;
	color: #FFF !important;
	color: #FFF;
	font-weight: normal;
	display: block;
	padding-bottom: 10px;
	margin: 8px;
	background: url(../gfx/gold_line.jpg) bottom center no-repeat;
}

#contentPlaceHolderWide p {
	width: 300px;
	font-weight: normal;
	font-size: 13px;
	color: #d68316;
	padding-bottom: 8px;	
	margin: 0 auto;
}

// Just in case of data given

#contentPlaceHolderWide h4 p {
	color: #FFF;
}

#contentPlaceHolderWide a {
	color: #FFF;
}

#contentPlaceHolder1, #contentPlaceHolder3 {
	padding-bottom: 8px;
	background: #000 url(../gfx/box_small_shadow.jpg) bottom center no-repeat;
	color: #FFF;
	height: 100px;
	text-align: center;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	width: 216px;
	overflow: hidden;
}

#contentPlaceHolder2, #contentPlaceHolder4 {
	padding-bottom: 8px;
	background: #000 url(../gfx/box_small_shadow.jpg) bottom center no-repeat;
	color: #FFF;
	height: 100px;
	text-align: center;
	float: left;
	width: 216px;
	overflow: hidden;
}

#contentPlaceHolder1 img, #contentPlaceHolder2 img, #contentPlaceHolder3 img, #contentPlaceHolder4 img {
	display: block;
	margin-bottom: 6px;
	/**/
	width: 216px;
	height: 72px;
}

#contentPlaceHolder1 h2, #contentPlaceHolder2 h2, #contentPlaceHolder3 h2, #contentPlaceHolder4 h2 {
	/*
	font-size: 12px;
	*/
	font-size: 11px;
	text-transform: uppercase;
}

#contentPlaceHolder1 h2 a, #contentPlaceHolder2 h2 a, #contentPlaceHolder3 h2 a, #contentPlaceHolder4 h2 a  {
	color: #FFF;
	font-weight: normal;
}

#contentPlaceHolder1 h2 a:hover, #contentPlaceHolder2 h2 a:hover, #contentPlaceHolder3 h2 a:hover, #contentPlaceHolder4 h2 a:hover {
	text-decoration: none;
}

.listItemBottomLink {
	display: block;
	overflow: hidden;
	margin-top: 30px;
	text-transform: uppercase;
}

a.previousLink {
	float: left;
	color: #a26505;
	font-size: 12px;
	text-decoration: underline;
}

a.nextLink {
	float: right;
	color: #a26505;
	font-size: 12px;
	text-decoration: underline;
}

a.previousLink:hover, a.nextLink:hover {
	color: #7e0c00;
}

/* tournament logos */

.logoContainer.vertical {
	display: block;
	text-align: center;
	margin-top: 25px;
}

.logoContainer.vertical img {
	display: block;
	margin: 0 auto 15px;
}

.logoContainer.horizontal {
	display: block;
	text-align: center;
	margin-top: 25px;
}

.logoContainer.horizontal img {
	margin-right: 15px;
}

.logoContainer.homepage {
	display: block;
	text-align: left;
	margin-top: 25px;
}

.logoContainer.homepage img {
	margin-right: 2px;
}


/* ### Forms ### */


form {

}

form fieldset legend {
	margin-bottom: 10px;
	margin-left: 0px;
	color: #422100 !important;
	color: #422100;
}

form fieldset {
}

form fieldset #formInner {
	overflow: hidden;
	display: block;
	
}

form fieldset .questionAndAnswer {
	display: block;
	float: none;
	overflow: hidden;
	margin-bottom: 5px;
	
	
}

form fieldset #checkbox.questionAndAnswer {
	width: 495px;
	float: left;
}

form fieldset .questionAndAnswer label {
	float: left;
	display: block;
	width: 100px;
	padding-right: 5px;
	text-align: right;
}

form fieldset .questionAndAnswer label#enquiryLabel {
	float: left;
	display: block;
	width: 60px;
}

form fieldset #checkbox.questionAndAnswer label#frmOptinLabel {
	float: left;
	display: block;
	width: 465px;
	padding-left: 5px;
	text-align: left;
}


form fieldset .questionAndAnswer label abbr, .mandatory {
	color: #900;
	text-decoration: none;
	display: inline;
	padding-right: 3px;
}

form fieldset .questionAndAnswer input {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	float: left;
	display: block;
	width: 175px;
	border: 1px solid #ccc;
	padding: 2px;
}


form fieldset #checkbox.questionAndAnswer input#frmOptin {
	float: left;
	display: block;
	width: 15px;
	text-align: right;
	border: 0;
}


form fieldset .questionAndAnswer select {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	float: left;
	display: block;
	width: 181px;
	border: 1px solid #ccc;
	padding: 1px;
}

form fieldset .questionAndAnswer textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	float: left;
	display: block;
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
}

form fieldset #submitButtonContainer {
	margin-top: 15px;
}

form fieldset #submitButtonContainer #submitButton {
	background: #a86c23;
	border: 1px solid #6a3a00;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	padding: 4px;
	cursor: pointer;
	float: right;
}


/* form steps */

#step1 {
	width: 295px;
	display: block;
	float: left;
	padding-right: 10px;
	border-right: 1px solid #eee;
	min-height: 280px;
}

#step2 {
	width: 275px;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #eee;
	min-height: 280px;
}

#step3 {
	width: 295px;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #eee;
	overflow: hidden;
	min-height: 280px;
}

#step4 {
	clear: both;
	float: none;
	margin-top: 15px;
}

/* ### List items ### */

.cmsListItem {
	width: 216px;
	float: left;
	overflow: hidden;
	margin-left: 10px;
	
}

.listItemTitle {
	background: #000 url(../gfx/box_small_shadow.jpg) bottom center no-repeat;
	color: #FFF;
	height: 100px;
	text-align: center;
	margin-bottom: 10px;
}

.listItemTitle img {
	display: block;
	margin-bottom: 1px;
}

.listItemTitle h2 {
	font-size: 12px;
}

.listItemTitle h2 a {
	color: #FFF;
	font-weight: normal;
}

.listItemTitle h2 a:hover {
	text-decoration: none;
}

.listItemDetails {
	color: #422100;
	border-bottom: 1px solid #a76d23;
	height: 45px;
	margin-bottom: 10px;
}

.listItemDetails h3 {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

.listItemDetails span {
	/*
	color: #a26505;
	*/
	color: #000000;
	font-size: 12px;
}

.cmsListItem p {
	color: #422100;
	font-size: 12px;
	height: 135px;
}

.listItemMoreLink a{
	color: #a26505;
	text-decoration: underline;
	font-size: 12px;
}



/* ### Pagination ### */

.paginationContainer {
	display: block;
	overflow: hidden;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.paginationContainer a {
	text-decoration: underline;
}

.paginationContainer ul {
	display: block;
}

.paginationContainer ul li {
	display: inline;
	padding: 5px;
}

.paginationContainer ul li a {
}

.paginationContainer ul li a:hover {
}

.paginationContainer .paginationNext {
	float: right;
}

.paginationContainer .paginationPrevious {
	float: left;
}



/* ### Download page ### */

.donwloadsColumnOne, .donwloadsColumnTwo, .donwloadsColumnThree, .donwloadsColumnFour {
	overflow: hidden;
	float: left;
	border-right: 1px solid #f1dcbc;
	width: 214px;
	margin-right: 15px;
	min-height: 420px;
	
	
}

.downloadItem {
	width: 200px;
	float: left;
	margin-bottom: 25px;
	
	
	
}

.downloadItem h3 {
	
	margin-bottom: 10px;
	font-size: 1em;
	
}

.downloadItem .downloadDesc {
	margin-bottom: 5px;
	
	
}

.downloadItem a {
}


/* ### Footer ### */

#footerContainer {
	height: 25px;
	overflow: hidden;
	background: url(../gfx/footer_bgr.jpg) top left repeat-x;
	padding-right: 46px;
	padding-left: 39px;
}

ul#footer {
	list-style-type: none;
	float: left;
	margin-top: 2px;
}

ul#footer li {
	display: inline;
	padding-right: 8px;
	padding-left: 7px;
	background: url(../gfx/top_navigation_separator.gif) 100% 9px no-repeat;
	line-height: 1em;
}

ul#footer li.first {
	padding-left: 0px;
}

ul#footer li.last {
	background: none;
}

ul#footer li a {
	font-size: 11px;
	color: #FFF;
	line-height: 1em;
}

ul#footer li a:hover {
	/*
	color: #d68316;
	*/
	color: #000;
	text-decoration: none;
}

.copyrights {
	font-size: 11px;
	color: #FFF;
	line-height: 2.3em;
	float: right;
	margin-right: 15px;
}

.iipLogo {
	float: right;
}

