@charset "UTF-8";
/* CSS Document */

/* ---- WEBSITE STRUCTURE---- */
html, body{
	background:url(../images/bg.jpg) repeat #f5ebce;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#333333;
	margin:0px;
	padding:0px;
	}
	
#header{
	height:63px;
	width:auto;
	background:#4b623e url(../images/header_bg.jpg) repeat-x;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	}
	
#header-content{
	height:63px;
	width:800px;
	background:url(../images/header-content.jpg) no-repeat;
	margin-left:auto;
	margin-right:auto;
	}
	
#container{
	height:auto;
	width:800px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	}
	
#logo-nav-holder{
	height:106px;
	width:165px;
	background:#2d5264 url(../images/logonav_bg.jpg) no-repeat;
	color:#FFFFFF;
	float:left;
	padding-top: 70px;
	padding-left: 10px;
	}
	
#first-row{
	height:176px;
	width:800px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	}
		
.section-holder{
	height:176px;
	width:210px;
	float:left;
	color:#663300;	
	}
	
#section-holder-arena{
	height:176px;
	width:204px;
	float:left;
	color:#663300;
	padding: 0px;
	}	
	
#arena-section{
	height:146px;
	width:205px;
	background-image:url(../images/arena.jpg);
	}
#arena-beige-bar{
	height:21px;
	width:194px;
	background:#f5e9d1 url(../images/beige_arena.jpg) no-repeat;
	padding-top: 9px;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 14px;
	}
	
#xcountry-section{
	height:146px;
	width:210px;
	background-image:url(../images/xcountry.jpg);
	}
	
#showjump-section{
	height:146px;
	width:210px;
	background-image:url(../images/showjump.jpg);
	}
	
.beige-bar{
	height:21px;
	width:200px;
	background:#f5e9d1 url(../images/beige_bar.jpg) no-repeat;
	padding-top: 9px;
	padding-left: 10px;
	font-size: 14px;
	text-transform: uppercase;
	}
	
#lower-bg{
	height:28px;
	width:625px;
	background:#4b623e url(../images/lower_bg.jpg) no-repeat;
	padding-left:175px;
	text-align:center;
	color:#f5e9d1;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	}

#content-left{
	height:auto;
	width:560px;
	background-color:#FFFFFF;
	float:left;
	}
	
#content-left img{
	padding:5px;
	border:#959C63 solid 1px;
	clear:both;
	}
	
#content-right{
	background-image:url(../images/bookings_bg.jpg);
	background-repeat:no-repeat;
	width:239px;
	height:408px;
	float:right;	
	}
#footer{
	background:url(../images/footer_top.png) repeat-x top;
	height:100px;
	width:800px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:auto;
	margin-right:auto;
	}
	
#footer-content{
	width:670px;
	height:107px;
	line-height:17px;
	background-image:url(../images/footer_logo.png);
	background-repeat:no-repeat;
	padding-left:125px;
	padding-top:30px;
	}
	
/* ---- END OF WEBSITE STRUCTURE ---- */


/** Start of Main menu style ------- CSS DRIVEN MENU **/	

#mainMenu{
	width:100%;
	margin-top: 0px;
	line-height:20px;
	height:20px;
	text-transform: none;
	font-size: 13px;
}

#mainMenu a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}

#mainMenu a:hover{
	color:#FFFFFF;
}


#mainMenu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#mainMenu li {/*
	float:left;*/
	position:relative;
	margin:0;
	display: block;
	white-space:nowrap;
    }

#mainMenu li ul{
	display:none;
	position:absolute;
	top:20px;
	left:0;
	z-index:1000;
	background-color: #000000;
	}

#mainMenu li ul li{
	width:220px;
	float:left;
	clear:both;
}

#mainMenu li:hover ul, #mainMenu li.over ul { display: block; }

	  
#mainMenu li:hover, #mainMenu li.over {
	color:#f5e9d1;
}

#mainMenu li.lastMenu{/*
	border-right: 1px none #666666;*/
	}

#mainMenu li.activeMenu a{/*
	border-right-width: 1px;*/
	}

#mainMenu li ul li{
	border-right:none;
	}
/** End of Main menu **/




/* ---- STYLES ---- */

a{
	color:#336600;
	text-decoration:underline;
	font-weight: normal;
}

.section-holder a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#663300;
	text-decoration:none;
	}
	
#section-holder-arena a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#663300;
	text-decoration:none;
	}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#333333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
	
h1{
	color:#959C63;
	border-bottom:#959C63 solid 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:22px;
	line-height:29px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

h2{
	color:#663300;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	line-height:21px;
	font-weight: normal;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
	
h3{
	font-size:14px;
	line-height: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
	
.inner-box-20{
	padding:20px;
	}
	
/* --- end styles --- */
 
