/* General */
body {
	background: #fff url(../images/background.jpg) repeat-x top center;
	margin: 0;
	padding: 0;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
}

div {
	margin: 0;
	padding: 0;
}

a {
	color: #00294d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	width: 910px;
	margin: 0 auto;
}

/* Header */
#header {
	position: relative;
	background: url(../images/header.jpg) no-repeat top center;
	width: 934px;
	height: 253px;
	margin: 0 auto;
}

#header h1 {
	margin: 0;
}

#header h1 a {
	display: block;
	width: 934px;
	height: 184px;
	text-indent: -700em;
}

#dogsflash {
	position: absolute;
	top: 0;
}

/* Left */
#left {
	float: left;
	width: 175px;
	margin-top: -40px;
	font-weight: bold;
	font-size: 12px;
}

/* Internet Explorer 6 FIX */
* html #left {
	margin-top: 0;
}

#our_services {
	padding: 4px;
	background: #bebebe;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
}

#services {
	background: #bfc4ca;
	margin: 5px 0;
	padding: 6px 0;
	color: #00294d;
	list-style: disc inside;
	white-space: nowrap;
}

#services li {
	padding: 2px 10px;
}

#services li:hover {
	background: #fff;
	list-style: none;
	font-size: 12px;
	padding-left: 10px;
}

#services a {
	white-space: pre;
}

/* For non-ie browsers */
html>/**/body #services li:hover a {
	white-space: normal;
}
html>/**/body #services a:hover {
	white-space: normal;
}

/* For non-ie browsers */
html>/**/body #services li:hover {
	padding-left: 23px;
}

/* Main */
#main {
	position: relative;
	width: 525px;
	margin-left: 190px;
}

/* Internet Explorer 6 FIX */
* html #main {
	position: absolute;
	top: 0;
	left: 190px;
	margin-left: 0;
}

#menu {
	list-style: none;
	background: #fff url(../images/menu.gif) repeat-x top center;
	margin: 0;
	padding: 0;
	height: 65px;
	font-weight: bold;
	font-size: 13px;
}

#menu li {
	display: inline;
	
}

#menu li a {
	background: url(../images/separator.gif) no-repeat top left;
	display: block;
	float: left;
	padding: 20px 12.5px;
}

#menu > li:first-child a {
	background: none;
}

#main p {
	font-size: 13px;
}

#rollin {
	margin-top: -10px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

#title {
	font: 54px "Times New Roman", "Arial", Verdana, sans-serif;
	color: #617083;
	margin: 0;
}

#contact-link {
	float: right;
	margin: 25px 25px 0 0;
}

#contact-link a {
	color: #f00;
	text-decoration: underline;
	font-size: 16px;
}

#contact-link a:hover {
	text-decoration: none;
}


div.page {
	width: 495px;
	background: url(../images/page_repeat.gif) repeat-y top left;
	padding: 15px 15px 0;
	font-size: 13px;
	text-align: justify;
}

div.page div.top {
	margin-top: -15px;
	margin-left: -15px;
	width: 525px;
	height: 23px;
	background: url(../images/top_page.gif) no-repeat top center;
}

div.page div.end {
	margin-left: -15px;
	width: 525px;
	height: 23px;
	background: url(../images/bottom_page.gif) no-repeat top center;
}

h2, h3 {
	margin: 5px 0;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #00294d;
}

h2 {
	font-size: 18px;
}

/* Right */
#right {
	float: right;
	width: 195px;
}

div.box {
	width: 170px;
	background: #bfc4ca;
	margin: -1px 10px 0px 10px;
	padding: 6px 0;
	color: #00294d;
	font-size: 11px;
}

div.box ul {
	margin: 0 5px;
	padding: 0;
	padding-left: 17px;
	list-style: disc outside;
}

div.box a {
	font-size: 13px;
}

#why_us {
	background: #bfc4ca url(../images/title_why_us.gif) no-repeat top center;
	text-indent: -700em;
	margin: 3px 0;
}

.ticket {
	width: 180px;
	margin: 5px auto;
}

h6 {
	background: #fff url(../images/specials.jpg) no-repeat;
	width: 191px;
	height: 106px;
	margin: 0;
	padding: 25px 0 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
/* Footer */
#footer {
	border-top: 1px dotted #000;
	width: 910px;
	margin: 0 auto;
	padding: 10px;
	color: #5b646c;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
