@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #0b387b;
	margin: 0;
	padding: 0;
	color: #000;
}
#header {
	background-color: #666;
	background-image: url(../images/featured_image.jpg);
	background-repeat: repeat-x;
	float: none;
	height: 412px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
}
#header-puzzles {
	background-color: #666;
	background-image: url(../images/featured_image.jpg);
	background-repeat: repeat-x;
	float: none;
	height: 412px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
}
#header #menu {
	background-color: transparent;
	background-image: url(../images/menubar.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: none;
	height: 73px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#header #menu #menuitems {
	float: none;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	vertical-align: middle;
}

#header #menu #menuitems #menubutton a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006;
	text-decoration: none;
}
#header #menu #menuitems #menubutton a:hover {
	color: #F00;
}

#header #menu #menuitems #menubutton {
	float: right;
	background-image: url(../images/menudiv.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 20px;
	height: 44px;
}
#header #details {
	float: none;
	height: 340px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header #details #detailshead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	color: #FFF;
	width: 675px;
	text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.76);
	margin-top: 10px;
	letter-spacing: -1px;
}
#header #details #detailsheadtown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	width: 675px;
	text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.76);
	margin-top: 10px;
	letter-spacing: -1px;
}

#header #details #detailsnumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -1px;
	text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.76);
}
#header #details #priceandstuff {
	background-color: transparent;
	background-image: url(../images/pricebox_back.png);
	background-repeat: repeat;
	float: left;
	height: 115px;
	width: 510px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#header #details #priceandstuff #bundlehead {
	float: left;
	width: 105px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -1px;
	margin-top: 12px;
	margin-left: 8px;
}
#header #details #priceandstuff #pricey {
	float: left;
	width: 205px;
	margin-top: 12px;
	margin-right: 5px;
}
#header #details #priceandstuff #bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 20px;
	margin-top: 12px;
}
#form {
	float: none;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#form #formhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -1px;
	float: left;
	width: 210px;
	margin-top: 15px;
}
#form #formproper {
	color: #FFF;
	height: 60px;
}
#main {
	background-color: #dfe5ee;
	float: none;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 500px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 1);
	padding-top: 1px;
}
#main #content {
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	margin: 15px;
}

#main #logos {
	background-color: #FFF;
	float: none;
	height: 120px;
	width: 977px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	
}
#main #logos #logobox {
	float: left;
	width: 160px;
	text-align: center;
	height: 110px;
	margin-top: 5px;
}

#main #logos #logobox-blank {
	float: left;
	width: 111px;
	text-align: center;
	height: 110px;
	margin-top: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	font-size:25px;
}
#btmphone {
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	font-size:30px;
}
.btmpromo {
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	font-size:15px;
}
#btmft {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:10px;
}
#btmft a{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:10px;
	cursor:pointer;
}
#nearby {
	width: 650px;
}
#discl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #FFF;
	margin-top: 5px;
	float:right;
	
}
.brecru a{
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006;
}
.img-right {
	float: right;
	width: 300px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.img-right-title {
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.img-left  {
	float: left;
	width: 300px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.img-left-title {
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.auto-size img {
	display: block;
	width: 95%;
	border: 8px solid #FFF;
	-moz-box-shadow: 3px 5px 6px #666;
	-webkit-box-shadow: 3px 5px 6px #666;
	box-shadow: 3px 5px 6px #666;
}
iframe {
	color: #E3E3E3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
