*, h1, h2, h3, h4, h5, p, ul, li, img {
	margin:0px;
	padding:0;
	border:0;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}




li{ margin-left:20px;}

body  {
	
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.container{

background-image: url(../assets/page-right.jpg);
	background-repeat: repeat-y;
	background-position: right top;


	
	width:866px;
	margin:auto;
margin-top:20px;
margin-bottom:0px;
}

.outercontent{
	background-image:url(../assets/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:200px;
	
}
.content{
background-image:url(../assets/page-left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
	
}

.footer{
background-color:#FFFFFF;
	text-align:left;
	font-size:10px;
	padding-left:20px;
	padding-right:20px;
}

.page-content{ margin-left:22px;
padding-top:30px;

}


h1{ color:#0C558A; font-size:18px;}
h2{ font-size:16px; }
h2 a{text-decoration:none; margin-left:10px;}
h3{}
h4{}

a{ color:#000000; }
a:hover{  color:#999999; text-decoration:none;}

.floatleft{ float:left;}
.floatright{ float:right;}
.clearleft { clear:left; }
.clearright { clear:right; }
.clearboth { clear:both; }



p { padding:10px; text-align:justify; font-size:12px; padding-right:20px;}
.note{ font-weight:bold;}

.first:first-line { letter-spacing:2px; }
.first{ text-align:justify; padding-left:0px; color:#0C558A; font-size:14px;}


/* top menu*/

.navbar{ position:relative; left:30px; top:165px; }
.navbar ul{list-style:none;} 
.navbar li{
margin: 0px;

	float:left;

	font-size:16px;

} 
.navbar li a{
	color: #FFFFFF;
	text-decoration:none;
	display: block;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right:5px;
	margin-left:5px;
}
.navbar li a:hover{ text-decoration:underline;}



/* side menu*/

.menbar{ 
float:left;
	width:167px;
	background-image:url(../assets/menu_background.jpg);
	background-repeat: repeat-y;
}


.menbar-base{ float:left;
	width:167px;}


.menbar ul{list-style:none;} 
.menbar li{
margin: 0px;
	size:14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	font-size: 16px;
} 
.menbar li a{ 
color: #000000;
text-decoration:none;
font-weight:bold;
display: block;
}
.menbar li a:hover{ color: #FFFFFF;}




/* end of side menu*/






.rights_reserved{
	font-size: 10px;
	text-align: right;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* forms */



.formlabel {
	width:160px;
	float:left;
	clear: left;
	font-size: 14px;	
}

.forminput {

}

input, textarea, select {
border: 1px solid #0C558A;
font-size:14px;}
.formbutton input {margin-left:5px;}
#form div{ padding:7px;}
/* forms */

/*    imaghe veiwer  */


.imagethumb{ padding:10px; float:left;
 }


.imagemain{ padding:10px;
 }
 
 
 .rodeo{
	color: #616161;
}

.indulgence{
	color:#010101 ;
}


.inflatables{

color:#000066;
}

.entertainment{
color:#492E23;

}

.main-item{ width:200px; float:left;}


.movie-back{
	width:736px;
	height:335px;
	background-image: url(../assets/movie-back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top:35px; padding-right:30px;
	padding-left:20px;
	margin-left:5px;
}

.movie-back h1{ color:#FFFFFF; padding:5px; font-size:24px; padding-top:10px; }
.movie-back p{ color:#FFFFFF; padding:5px; padding-top:10px;}
.movie-back a{ color:#FFFFFF; }
.movie{ 
	float:right;
	margin:5px;
	margin-left:10px;
	border: 1px solid #FFFFFF;
}

.event {
	background-image:url(../assets/hr.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:10px 0px;
	padding:10px 0px;
	width:773px;
}

.event h2 {
	color:#025eb1;
	margin:0px 0px 10px 0px;
}

.event h3 {
	color:#32b9fb;
	font-size:13px;
	margin:0px 0px 10px 0px;
}

.event p {
	font-size:13px;
	margin:0px 0px 10px 0px;
	padding:0px;
}

/* --- Gallery Styles ----------------------------------------------------------------------------- */

.gallery-thumb {
	float:left;
	height:130px;
	line-height:130px;
	margin:0px 20px 20px 0px;
	overflow:hidden;
	position:relative;
	text-align:center;
	width:130px;
}

.gallery-thumb img {
	border-color:#cccccc;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	vertical-align:bottom;
}

.gallery-thumb img:hover {
	border-color:#32b9fb;
	border-style:solid;
	border-width:5px;
}

/* --- Newsletter Styles -------------------------------------------------------------------------- */

.newsletter {
	background-color:#c6ecff;
	float:left;
	margin:20px 0px;
	padding:20px;
}

.newsletter h2 {
	color:#0c558a;
	margin-bottom:20px;
}

.newsletter table {
	width:350px;
}

.newsletter td {
	color:#0c558a;
	font-size:13px;
	padding:5px;
}

.newsletter input[type=text] {
	padding:3px;
}

.newsletter input[type=image] {
	border:none;
}

.error {
	background-color:#cc0000;
	border-color:#990000;
	border-style:solid;
	border-width:2px;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	width:366px;
}

.success {
	background-color:#00cc00;
	border-color:#009900;
	border-style:solid;
	border-width:2px;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	width:366px;
}
