zf/* CSS Reset http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
/*:focus {
	outline: 0;
}*/
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End CSS Reset */

/* Typography */
body, html {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#6b615f;
	text-shadow:#ffffff 0px 0px 0px;
}

ul#secondarymenu li a, a.contactbutton, a.learnmore { behavior: url(/css/iepngfix.htc) }

body {
	background:url(/images/background.jpg) repeat-x #dfe1ba;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

a, a:link, a:visited {
	color:#9c463e;
	font-weight:bold;
	text-decoration:none;
}

#content ol {
	list-style:decimal;
	margin-left:2em;
}

#content ul {
	list-style:disc;
	margin-left:2em;
}

a:hover {
	text-decoration:underline;
}

a:active {
  -moz-outline-style: none;
}

img {
	border:2px;
}

blockquote {
	width:460px;
	padding:10px 20px;
	font-weight:bold;
	font-style:italic;
	font-size:1.25em;
}

#wrapper {
	width:100%:
	text-align:center;
	background:url(/images/background_header.jpg) top center no-repeat;
	min-width:980px;
	min-height:600px;
	margin:0px;
	margin-top:11px;
}

#header {
	width:980px;
	height:175px;
	margin:0 auto;
	padding:0px;
	position:relative;
}

a#logo {
	display:block;
	width:230px;
	height:189px;
	padding:28px 0 0 20px;
}

a#logo img, a#logo:hover img {
	border:none;
}

p {
	margin:1em 0;
}

h2 {
	font-weight:bold;
}

h3 {
	margin-top:1em;
	font-size:1.5em;
	font-weight:bold;
}

ul#mainmenu {
	position:absolute;
	list-style:none;
	top:69px;
	left:250px;
	width:720px;
	height:50px;
	padding:30px 0 0 0;
	margin:0;
	z-index:50;
	background:url(../images/motto.jpg) no-repeat;
}

ul#mainmenu li {
	float:left;
	display:block;
	height:50px;
}

ul#mainmenu li ul {
	position:absolute;
	left:-999em;
	padding:0px;
	width:230px;
}

ul#mainmenu li:hover ul {
	left:auto;
}

ul#mainmenu li.home a {
	background:url(../images/menu-home.jpg);
	width:84px;
	height:50px;
}

ul#mainmenu li.events a {
	background:url(../images/menu-events.jpg);
	width:78px;
}

ul#mainmenu li.rides a {
	background:url(../images/menu-rides.jpg);
	width:140px;
}

ul#mainmenu li.around a {
	background:url(../images/menu-around.jpg);
	width:263px;
}

ul#mainmenu li.testimonials a {
	background:url(../images/menu-testimonials.jpg);
	width:155px;
}

ul#mainmenu li a {
	display:block;
	height:100%;
	width:100%;
	text-indent:-999em;
}

ul#mainmenu li a:hover {
	background-position:0 -50px;
}

ul#mainmenu li.active a {
	background-position:0 -100px;
}

ul#mainmenu li.events ul li {
	float:none;
	width:230px;
}

ul#mainmenu li.events ul li a {
	width:230px;
	text-indent:-999em;
}

ul.dropdown {
	margin:-10px 0 0 -5px;
	height:89px;
	width:230px;
}

ul#mainmenu ul li.eventweddings {
	height:29px;
}

ul#mainmenu ul li.eventbusiness {
	height:30px;
}

ul#mainmenu ul li.eventparties {
	height:30px;
}

ul#mainmenu ul li.eventweddings a {
	background:url(/images/dropdown-weddings.png);
}

ul#mainmenu ul li.eventbusiness a {
	background:url(/images/dropdown-business.png);
}

ul#mainmenu ul li.eventparties a {
	background:url(/images/dropdown-parties.png);
}

ul#mainmenu ul li.eventfamily a {
	background:url(/images/dropdown-family.png);
	height:40px;
}

ul#mainmenu ul li a:hover {
	background-position:-230px 0;
}

ul#secondarymenu {
	list-style:none;
	position:absolute;
	top:0px;
	right:0px;
	padding:0px;
	margin:0;
}

ul#secondarymenu li {
	float:left;
	display:block;
	height:20px;
	padding-top:5px;
}

ul#secondarymenu li a {
	display:block;
	height:100%;
	text-indent:-999em;
}

ul#secondarymenu li.news a {
	background:url(../images/header-news.png);
	width:60px;
}

ul#secondarymenu li.faqs a {
	background:url(../images/header-faqs.png);
	width:55px;
}

ul#secondarymenu li.contact a {
	background:url(../images/header-contact.png);
	width:105px;
}

ul#secondarymenu li a:hover {
	background-position:0 -20px;
}

ul#secondarymenu li.search {
	width:181px;
	background:url(../images/search.png);
	height:31px;
	padding:0 0 0 98px;
}

ul#secondarymenu li.search input#keywords {
	display:block;
	width:156px;
	border:none;
	height:14px;
	margin-top:4px;
}

.learnmore {
	display:block;
	width:200px;
	height:40px;
	margin-top:10px;
	background:url(../images/learnmore.png);
	text-indent:-999em;
}

a.learnmore:hover {
	background-position:0 -40px;
}

a.learnmore:active {
	background-position:0 -80px;
}

.moretestimonials {
	display:block;
	width:220px;
	height:40px;
	position:absolute;
	bottom:30px;
	right:60px;
	background:url(../images/testimonialsbutton.png);
	text-indent:-999em;
}

a.moretestimonials:hover {
	background-position:0 -40px;
}

a.moretestimonials:active {
	background-position:0 -80px;
}

.contactbuttonsmall {
	display:block;
	width:200px;
	height:40px;
	margin:1em 0;
	background:url(../images/contactbuttonsmall.png);
	text-indent:-999em;
}

a.contactbuttonsmall:hover {
	background-position:0 -40px;
}

a.contactbuttonsmall:active {
	background-position:0 -80px;
}

.classicridesbutton {
	display:block;
	width:230px;
	height:40px;
	background:url(../images/classicridesbutton.png);
	text-indent:-999em;
}

a.classicridesbutton:hover {
	background-position:0 -40px;
}

a.classicridesbutton:active {
	background-position:0 -80px;
}


#body {
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
}

#events {
	width:980px;
	height:271px;
	position:relative;
	background:url(/images/events-background-internal.jpg) top center repeat-x;
	line-height:18px;
	color:#dfe1ba;
	text-shadow:#2f2420 1px 1px 1px;
	margin:0 auto;
	padding:0px;
}

#events ul {
	list-style:none;
	width:940px;
	margin:0 auto;
	padding:30px 0 0 0;
}

#events ul li {
	float:left;
	width:220px;
	margin-right:20px;
	padding:0px;
}

#events ul li.family {
	margin:0px;
}

#events ul li h2 {
	display:block;
	height:31px;
	width:240px;
	margin:10 0px 0px 0px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:-10px;
	padding:0px;
	text-indent:-999em;
}

#events ul li p {
	margin:0px 0px 1em 0px;
	padding:0px;
}

#events ul li.weddings h2 {
	background:url(/images/event-wedding.jpg);
}

#events ul li.business h2 {
	background:url(/images/event-business.jpg);
}

#events ul li.private h2 {
	background:url(/images/event-private.jpg);
}

#events ul li.family h2 {
	background:url(/images/event-family.jpg);
}

.testimonial {
	font-size:1.5em;
	line-height:1.25em;
	float:left;
	display:block;
	padding:70px 100px 0 100px;
}


#footer {
	width:940px;
	margin:0 auto;
	padding-bottom:10px;
	height:auto;
	overflow:hidden;
	position:relative;
	font-size:12px;
}

#footer a {
	color:#56413a;
}

ul#footermenu {
	margin:0 0 5px 0;
	padding:0px;
	float:left;
}

ul#footermenu li {
	display:block;
	float:left;
	height:15px;
}

ul#footermenu li a {
	display:block;
	height:100%;
	width:100%;
	text-indent:-999em;
}

ul#footermenu li.home a {
	background:url(/images/footermenu-home.png);
	width:49px;
}

ul#footermenu li.events a {
	background:url(/images/footermenu-events.png);
	width:64px;
}

ul#footermenu li.rides a {
	background:url(/images/footermenu-rides.png);
	width:115px;
}

ul#footermenu li.around a {
	background:url(/images/footermenu-around.png);
	width:215px;
}

ul#footermenu li.testimonials a {
	background:url(/images/footermenu-testimonials.png);
	width:118px;
}

ul#footermenu li a:hover {
	background-position:0 -15px;
}

ul#footersecondarymenu {
	margin:0px;
	padding:0px;
	float:right;
}

ul#footersecondarymenu li {
	float:left;
	margin-left:10px;
}

#copyright {
	float:left;
	clear:left;
}

#designer {
	float:right;
}