@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #2ca5fa url(/img/bg/texture.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div {
	margin: 0;
	padding: 0;
}

#page {
	width: 100%;
	min-height: 100%;
	background: url(/img/bg/fade.png) repeat-x top left;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
}

#header {
	position: relative;
	width: 960px;
	height: 150px;
	background: url(/img/bg/park.gif) no-repeat;
}

h1#logo {
	position: absolute;
	width: 222px;
	height: 76px;
	line-height: 76px;
	margin: 0;
	top: 15px;
	left: 15px;
	background: url(../img/header_sprite.png) no-repeat;
	text-indent: -9000px;
	z-index: 2;
}

h1#logo a {
	display: block;
	width: 222px;
	height: 76px;
	line-height: 76px;
	outline: none;
}

#talkingdog {
	position: absolute;
	width: 151px;
	height: 161px;
	top: 25px;
	left: 774px;
	background: url(../img/header_sprite.png) no-repeat -222px 0;
	z-index: 4;
}

#bubble {
	position: absolute;
	width: 170px;
	height: 85px;
	top: 3px;
	left: 612px;
	background: url(../img/header_sprite.png) no-repeat -373px 0;
	z-index: 3;
	font-size: 12px;
	line-height: 14px;
	padding: 5px 33px 5px 17px;
	text-align: center;
}

#bubble h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#bubble p {
	height: 38px;
	line-height: 16px;
	overflow: hidden;
	margin: 0;
}

#bubble a.arrow {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 1px;
}

#walkingman {
	position: absolute;
	width: 86px;
	height: 95px;
	top: 13px;
	left: 303px;
	background: url(../img/header_sprite.png) no-repeat -592px 0;
	z-index: 2;
}

#header a.orderbutton {
	position: absolute;
	top: 102px;
	left: 74px;
	z-index: 3;
}

ul#topnav {
	position: absolute;
	top: 110px;
	left: 236px;
	width: 540px;
	height: 40px;
	list-style: none;
	z-index: 3;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul#topnav li {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 0 15px 0 0;
	background: url(../img/header_sprite.png) no-repeat left -121px;
}

ul#topnav li:hover {
	background-position: left -161px;
}

ul#topnav li.active {
	background-position: left -201px;
}

ul#topnav li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	text-decoration: none;
	background: url(../img/header_sprite.png) no-repeat right -121px;
}

ul#topnav li a:hover {
	background-position: right -161px;
}

ul#topnav li.active a {
	background-position: right -201px;
}

ul#topnav li span {
	display: block;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 5px;
}

ul#topnav li a:hover span {
	color: #e51937;
}

#content {
	background-color: #fff;
	padding: 35px 0 10px 25px;
}

#leftcol {
	width: 200px;
	float: left;
	margin-right: 25px;
}

#main {
	width: 685px;
	float: left;
}

#main.wide {
	width: 910px;
	float: none;
}

#bottom {
	display: block;
	width: 960px;
	height: 20px;
	background: url(../img/bottom_curves.png) no-repeat;
}

#footer {
	padding: 35px 0 15px 0;
}

#footer ul  {
	margin: 0 auto;
	text-align: center;
	list-style: none;
}

#footer ul li {
	display: inline;
	color: white;
	background: url(../img/white_bullet.gif) no-repeat 0 9px;
	padding-left: 15px;
	padding-right: 5px;
}

#footer ul li.first {
	background: none;
	padding-left: 0;
}

#footer ul li a {
	color: white;
}

#footlogos {
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.clear {
	clear: both;
}

