/* @group Reset + Basic Styles */

/* -------------------------------------------------------------- 
   Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.5; background: #fff; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; }

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }




/* -------------------------------------------------------------- 
   Typography
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size: 75%; }


/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Helvetica, Arial, sans-serif; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 10px; color: #087ec2; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; }

ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a { color: #087ec2; text-decoration: none; }
a:hover { text-decoration: underline; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table { margin-bottom: 1.4em; }
th { border-bottom: 2px solid #ddd; font-weight: bold; }
td { border-bottom: 1px solid #ddd; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #ffc; }


/* -------------------------------------------------------------- 
   Forms
-------------------------------------------------------------- */

label { font-weight: bold; }

/* Fieldsets */
fieldset { padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ddd; }
legend { padding: 0 .4em; font-weight: bold; font-size: 1.2em; }

/* Textareas */
textarea { margin: 0.5em 0.5em 0 0; }
textarea { padding: .4em; }

/* @end */

/* Bathworks 2010 Theme
-------------------------------------------------------------- */

/* @group Body Styles */

body.home {
	background: #ffffff url(/themes/site_themes/bw2010/images/home-bg.jpg) no-repeat top center;
}

body.content {
	background: #ffffff url(/themes/site_themes/bw2010/images/content-bg.jpg) no-repeat top center;
}

/* @group Error page */

body.error {
	background-color: #087ec2;
}

div#message {
	width: 80%;
	margin: 50px auto 0;
	background-color: #ffffff;
	padding: 50px;
}

div#message h1 {
	color: #034b93;
}

/* @end */

/* @end */

/* @group Header */

#header {
	width: 960px;
	height: 214px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}

/* @end */

/* @group Logo */

h1#logo {
	width: 160px;
	height: 171px;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 20px;
	margin: 0;
}

a.logo:link,
a.logo:visited,
a.logo:hover,
a.logo:active {
	width: 160px;
	height: 171px;
	text-indent: -9999px;
	display: block;	
}

/* @end */

/* @group Navigation */

ul#nav {
	width: 780px;
	height: 40px;
	position: absolute;
	left: 180px;
	top: 129px;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 10;
}

#nav li.top {
	float: left;
	position: relative;
}

a#home:link,
a#home:visited {
	width: 130px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	background: transparent url(/themes/site_themes/bw2010/images/nav-sprite.gif) no-repeat 0 0;
}

a#home:hover,
a#home:active {
	background-position: 0 -40px;
}

a#home.selected:link,
a#home.selected:visited,
a#home.selected:hover,
a#home.selected:active {
	background-position: 0 -80px;
}

a#bathroom:link,
a#bathroom:visited {
	width: 130px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	background: transparent url(/themes/site_themes/bw2010/images/nav-sprite.gif) no-repeat -130px 0;
}

a#bathroom:hover,
a#bathroom:active {
	background-position: -130px -40px;
}

a#bathroom.selected:link,
a#bathroom.selected:visited,
a#bathroom.selected:hover,
a#bathroom.selected:active {
	background-position: -130px -80px;
}

li.bathroom.sfHover a#bathroom {
	width: 130px;
	height: 40px;
	background-position: -130px -40px;
}

a#kitchen:link,
a#kitchen:visited {
	width: 130px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	background: transparent url(/themes/site_themes/bw2010/images/nav-sprite.gif) no-repeat -260px 0;
}

a#kitchen:hover,
a#kitchen:active {
	background-position: -260px -40px;
}

a#kitchen.selected:link,
a#kitchen.selected:visited,
a#kitchen.selected:hover,
a#kitchen.selected:active {
	background-position: -260px -80px;
}

li.kitchen.sfHover a#kitchen {
	width: 130px;
	height: 40px;
	background-position: -260px -40px;
}

a#locations:link,
a#locations:visited {
	width: 130px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	background: transparent url(/themes/site_themes/bw2010/images/nav-sprite.gif) no-repeat -390px 0;
}

a#locations:hover,
a#locations:active {
	background-position: -390px -40px;
}

a#locations.selected:link,
a#locations.selected:visited,
a#locations.selected:hover,
a#locations.selected:active {
	background-position: -390px -80px;
}

a#about:link,
a#about:visited {
	width: 130px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	background: transparent url(/themes/site_themes/bw2010/images/nav-sprite.gif) no-repeat -520px 0;
}

a#about:hover,
a#about:active {
	background-position: -520px -40px;
}

a#about.selected:link,
a#about.selected:visited,
a#about.selected:hover,
a#about.selected:active {
	background-position: -520px -80px;
}

li.about.sfHover a#about {
	width: 130px;
	height: 40px;
	background-position: -520px -40px;
}

a#contact:link,
a#contact:visited {
	width: 130px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	background: transparent url(/themes/site_themes/bw2010/images/nav-sprite.gif) no-repeat -650px 0;
}

a#contact:hover,
a#contact:active {
	background-position: -650px -40px;
}

a#contact.selected:link,
a#contact.selected:visited,
a#contact.selected:hover,
a#contact.selected:active {
	background-position: -650px -80px;
}

#nav li:hover ul,
#nav li.sfHover ul {
	top: 40px;
	z-index: 99;
}

ul.sub {
	list-style: none;
	width: 130px;
	background-color: #024a91;
	margin: 0;
	padding: 0 0 0 0;
	z-index: 1000;
display: none;}

ul.sub li a:link,
ul.sub li a:visited {
	text-indent: 24px;
	color: #ffffff;
	display: block;
	padding: 3px 0 3px 0;
}

ul.sub li a:hover,
ul.sub li a:active {
	color: #024a91;
	text-decoration: none;
	background-color: #e6edf4;
}

/* @end */

/* @group Search */

div#search {
	position: absolute;
	left: 670px;
	top: 60px;
	width: 290px;
}

button#btn-search {
	float: right;
	width: 77px;
	height: 32px;
	border: 0 none;
	margin: 0;
	background: transparent url(/themes/site_themes/bw2010/images/btn-search.gif) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
	padding: 0;
}

button#btn-search:hover {
	background-position: 0 -32px;
}

input.search {
	float: left;
	width: 191px;
	height: 30px;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #c5c5c5;
	background: transparent url(/themes/site_themes/bw2010/images/input-bg.gif) repeat-x 0 0;
}

/* @end */

div#content {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#cu3er-container {
	width:960px;
	height: 350px;
	outline: 0 none;
	position: relative;
	z-index: 1;
	margin: 0 0 60px 0;
}

/* @group Footer */

#footer-wrapper {
	background: #024a91 url(/themes/site_themes/bw2010/images/footer-wrapper-bg.png) no-repeat top center;
	padding: 100px 0 20px 0;
}

#footer {
	width: 960px;
	margin: 0 auto;
}

div#locations {
	margin: 0 0 50px 0;
	float: left;
}

#footer ul.location {
	list-style: none;
	margin: 0 0 0 0;
	float: left;	
	color: #ffffff;
	width: 140px;
}

#footer ul.location li {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
}

#footer ul.location li.bump {
	margin: 5px 0 0 0;
}

#footer ul.location li h6 {
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

#footer ul.location li h6 a:link,
#footer ul.location li h6 a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer ul.location li h6 a:hover,
#footer ul.location li h6 a:active {
	text-decoration: underline;
}

#footer p {
	text-align: center;
	color: #ffffff;
	clear: both;
	margin: 0;
	font-size: 10px;
	line-height: 14px;
}

#footer h2#free-delivery {
	float: right;
	width: 208px;
	height: 57px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/bw2010/images/free-delivery-bg.gif) no-repeat 0 0;
	margin: -7px 10px 0 0;
}

#footer p a:link,
#footer p a:visited {
	color: #9bbcd8;
	text-decoration: none;
}

#footer p a:hover,
#footer p a:active {
	text-decoration: underline;
}

/* @end */


ul#callouts {
	list-style: none;
	margin: 0 0 0 -4px;
	clear: both;
	width: 968px;
}

ul#callouts li {
	float: left;
	display: block;
}

ul#callouts li a#more-answers:link,
ul#callouts li a#more-answers:visited {
	width: 358px;
	height: 181px;
	text-indent: -9999px;
	display: block;
	background: transparent url(/themes/site_themes/bw2010/images/more-answers-bg.jpg) no-repeat 0 0;
	margin: 0 12px 0 0;
}

ul#callouts li a#more-answers:hover,
ul#callouts li a#more-answers:active {
	background-position: 0 -181px;
}

ul#callouts li a#bathworks-insider:link,
ul#callouts li a#bathworks-insider:visited {
	width: 348px;
	height: 144px;
	text-indent: -9999px;
	display: block;
	background: transparent url(/themes/site_themes/bw2010/images/bathworks-insider-bg.jpg) no-repeat 0 0;
	margin: 39px 12px 0 0;
}

ul#callouts li a#bathworks-insider:hover,
ul#callouts li a#bathworks-insider:active {
	background-position: 0 -144px;
}

ul#callouts li a#bathworks-facebook:link,
ul#callouts li a#bathworks-facebook:visited {
	width: 238px;
	height: 144px;
	text-indent: -9999px;
	display: block;
	background: transparent url(/themes/site_themes/bw2010/images/facebook-bg.jpg) no-repeat 0 0;
	margin: 39px 0 0 0;
}

ul#callouts li a#bathworks-facebook:hover,
ul#callouts li a#bathworks-facebook:active {
	background-position: 0 -144px;
}

div#featured-products {
	margin: 0 0 10px 0;
}

div#featured-products a:link,
div#featured-products a:visited {
	color: #414042;
}

div#featured-products a:hover,
div#featured-products a:active {
	text-decoration: underline;
}


div#featured-left {
	float: left;
	width: 463px;
	margin: 0 0 0 0;
	padding: 0 17px 0 0;
}

div#featured-right {
	float: right;
	width: 463px;
	margin: 0 0 0 0;
	padding: 0 0 0 17px;
	background: transparent url(/themes/site_themes/bw2010/images/featured-right-bg.gif) no-repeat 0 0;
}

h3#heading-more-style {
	width: 144px;
	height: 27px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/bw2010/images/heading-more-style-bg.gif) no-repeat 0 0;
	margin: 0 0 16px 0;
}

h3#heading-more-selection {
	width: 198px;
	height: 23px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/bw2010/images/heading-more-selection-bg.gif) no-repeat 0 0;
	margin: 0 0 20px 0;
}

p#brand-logos {
	width: 960px;
	height: 56px;
	text-indent: -9999px;
	display: block;
	background: transparent url(/themes/site_themes/bw2010/images/brand-logos-bg.gif) no-repeat 0 0;
	clear: both;
}

div.big-thumb {
	width: 237px;
	height: 210px;
	background: transparent url(/themes/site_themes/bw2010/images/featured-left-image-bg.jpg) no-repeat 0 0;
	padding: 10px 0 0 10px;
	float: left;
}

div.big-product-info {
	float: right;
	width: 205px;
	padding: 10px 0 0 0;
}

div.big-product-info h4 {
	color: #414042;
	font-size: 17px;
	line-height: 18px;
	margin: 0 0 5px 0;
}

div.big-product-info p {
	color: #414042;
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 5px 0;
}

div.big-product-info h5 {
	color: #087ec2;
	font-size: 50px;
	line-height: 50px;
	margin: 0 0 5px 0;
	position: relative;
	float: left;
	letter-spacing: -1px;
}

div.big-product-info h5 sup {
	font-size: 30px;
	vertical-align: text-top;
	font-weight: normal;
}


div.small-product {
	width: 230px;
	float: left;
	margin: 0 0 10px 0;
}

div.small-thumb {
	width: 112px;
	height: 99px;
	background: transparent url(/themes/site_themes/bw2010/images/featured-right-image-bg.jpg) no-repeat 0 0;
	padding: 5px 0 0 5px;
	float: left;
}

div.small-product-info {
	float: right;
	width: 90px;
	padding: 3px 10px 0 0;
}

div.small-product-info h4 {
	color: #414042;
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 5px 0;
}

div.small-product-info h5 {
	color: #087ec2;
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 5px 0;
	position: relative;
	letter-spacing: -1px;
}

div.small-product-info h5 sup {
	font-size: 18px;
	vertical-align: text-top;
	font-weight: normal;
}

a.brand:link,
a.brand:visited,
a.brand:hover,
a.brand:active {
	float: right;
	display: block;
}

div.fineprint {
	clear: both;
}

div.fine-print p {
	font-size: 10px;
	text-align: center;
}

div#main-column {
	width: 710px;
	float: left;
}

div#sidebar {
	width: 230px;
	float: right;
}

div.product-thumb {
	width: 220px;
	height: 210px;
	background: transparent url(/themes/site_themes/bw2010/images/product-thumb-bg.jpg) no-repeat 0 0;
	padding: 10px 0 0 10px;
	margin: 0 0 10px 0;
}

div.product {
	width: 230px;
	float: left;
	margin: 0 10px 30px 0;
}

div.product.last {
	margin-right: 0;
}

div.product.first {
	clear: both;
}

p.paginate {
	clear: both;
}

div.product h3 a:link,
div.product h3 a:visited {
	color: #414042;
	font-size: 17px;
	line-height: 20px;
	margin: 0 0 5px 0;
}

div.product h3 a:hover,
div.product h3 a:active {
	text-decoration: underline;
}

ul#sidebar-callouts {
	list-style: none;
	margin: 0 0 0 -4px;
	clear: both;
	width: 238px;
}

ul#sidebar-callouts li {
	margin: 0 0 12px 0;
	display: block;
}

ul#sidebar-callouts li a#more-answers:link,
ul#sidebar-callouts li a#more-answers:visited {
	width: 238px;
	height: 153px;
	text-indent: -9999px;
	display: block;
	background: transparent url(/themes/site_themes/bw2010/images/more-answers-sidebar-bg.jpg) no-repeat 0 0;
	margin: 0 0 12px 0;
}

ul#sidebar-callouts li a#more-answers:hover,
ul#sidebar-callouts li a#more-answers:active {
	background-position: 0 -153px;
}

ul#sidebar-callouts li a#bathworks-insider:link,
ul#sidebar-callouts li a#bathworks-insider:visited {
	width: 238px;
	height: 144px;
	text-indent: -9999px;
	display: block;
	background: transparent url(/themes/site_themes/bw2010/images/bathworks-insider-sidebar-bg.jpg) no-repeat 0 0;
	margin: 0;
}

ul#sidebar-callouts li a#bathworks-insider:hover,
ul#sidebar-callouts li a#bathworks-insider:active {
	background-position: 0 -144px;
}

ul#sidebar-callouts li a#bathworks-facebook:link,
ul#sidebar-callouts li a#bathworks-facebook:visited {
	width: 238px;
	height: 144px;
	text-indent: -9999px;
	display: block;
	background: transparent url(/themes/site_themes/bw2010/images/facebook-bg.jpg) no-repeat 0 0;
	margin: 0;
}

ul#sidebar-callouts li a#bathworks-facebook:hover,
ul#sidebar-callouts li a#bathworks-facebook:active {
	background-position: 0 -144px;
}

span.new {
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/bw2010/images/icon-new.gif) no-repeat 0 0;
	width: 28px;
	height: 15px;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

div#product-image {
	width: 460px;
	height: 438px;
	padding: 10px 0 0 10px;
	margin: 0 20px 0 0;
	float: left;
	background: transparent url(/themes/site_themes/bw2010/images/product-image-bg.jpg) no-repeat 0 0;
}

div#product-detail {
	margin: 0 0 40px 0;
}

div#product-info {
	float: right;
	width: 220px;
}

div#product-info h2 {
	color: #034b93;
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 10px 0;
}

ul.product-features {
	font-size: 11px;
	line-height: 15px;
	list-style-type: disc;
	margin: 0 0 0 10px;
	padding: 0 40px 0 0;
}

ul.categories {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul.categories li a:link,
ul.categories li a:visited {
	display: block;
	color: #087ec2;
	padding: 8px 6px 6px 10px;
	font-size: 14px;
	line-height: 18px;
}

ul.categories li a:hover,
ul.categories li a:active {
	background-color: #087ec2;
	color: #ffffff;
	text-decoration: none;	
}

ul.categories li a.categories-active:link,
ul.categories li a.categories-active:visited,
ul.categories li a.categories-active:hover,
ul.categories li a.categories-active:active {
	color: #ffffff;
	background-color: #034b93;
}

#sidebar h3,
h2 {
	color: #034b93;
	
}


div#product-detail h5 {
	color: #087ec2;
	font-size: 50px;
	line-height: 35px;
	margin: 0 0 10px 0;
	position: relative;
	letter-spacing: -1px;
}

div#product-detail h5 sup {
	font-size: 30px;
	vertical-align: text-top;
	font-weight: normal;
}

table#search {
	width: 100%;
	/*border-collapse:collapse;*/
	vertical-align: top !important;
}

table#search th {
	text-align: left;
	padding: 4px 0 5px 0;
	vertical-align: bottom !important;
}

table#search td {
	padding: 8px 15px 8px 0;
	vertical-align: top !important;
	color:  #555;
}

table#search td.resultRowOne {
	border-top: 1px solid #CCC;
}

table#search td.resultRowTwo {
	border-top: 1px solid #FFF;
}

div.career-item {
	margin: 0 0 40px 0;
}

ul.specifics {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul.location-address,
ul.location-contacts,
ul.location-hours {
	list-style: none;
	margin: 0 20px 0 0;
	float: left;
	font-size: 11px;
	line-height: 15px;
}

.location-map {
	width: 290px;
	height: 125px;
	float: left;
	margin: 0 20px 0 0;
}

.big-location-map {
	width: 710px;
	height: 260px;
	margin: 0 0 20px 0;
}

.location {
	margin: 0 0 40px 0;
}

div#bathworks-insider div#basics {
	margin: 0 0 20px 0;
}

div#bathworks-insider div#more {
	margin: 0 0 20px 0;
}

button#btn-signup {
	width: 122px;
	height: 50px;
	border: 0 none;
	margin: 0 auto 20px;
	display: block;
	background: transparent url(/themes/site_themes/bw2010/images/btn-signup.gif) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;	
	padding: 0;
}

button#btn-signup:hover {
	background-position: 0 -50px;
}

input.text {
	width: 191px;
	height: 30px;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	border: 1px solid #c5c5c5;
	background: transparent url(/themes/site_themes/bw2010/images/input-bg.gif) repeat-x 0 0;
}

textarea.text {
	width: 181px;
	height: 200px;
	padding: 10px;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #c5c5c5;
	background: transparent url(/themes/site_themes/bw2010/images/input-bg.gif) repeat-x 0 0;
}

h2.bathworks-insider {
	width: 710px;
	height: 289px;
	text-indent: -9999px;
	margin: 0 0 20px 0;
	background: transparent url(/themes/site_themes/bw2010/images/heading-bathworks-insider.jpg) no-repeat 0 0;
}

h2.more-bathworks-insider {
	width: 710px;
	height: 123px;
	text-indent: -9999px;
	margin: 0 0 20px 0;
	background: transparent url(/themes/site_themes/bw2010/images/subheading-bathworks-insider.jpg) no-repeat 0 0;
}

table.insider { margin-bottom: 1.4em; width: 100%;}
table.insider td { border: 0 none; }
table.insider th,
table.insider td { padding: 10px 10px 10px 0; width: 50%; vertical-align: middle; }
table.insider tfoot { font-style: italic; }
table.insider caption { background: #ffc; }

table.insider td.left { 
	text-align: right;
}

table.insider td.right { 
	text-align: left;
}

table.insider td.left label { 
	font-size: 14px;
	font-weight: bold;
	color: #034b93;
}

table.insider td.right label { 
	font-size: 12px;
	font-weight: bold;
	color: #087ec2;
}

table.insider td.right label.error {
	color: red;
	display: block;
}

div#location-contact {
	width: 710px;
	margin: 0 0 0 0;
	background: #f4f4f4 url(/themes/site_themes/bw2010/images/location-contact-bg.gif) no-repeat left bottom;
}

ul#location-nav {
	width: 368px;
	height: 36px;
	background: transparent url(/themes/site_themes/bw2010/images/location-nav-bg.jpg) no-repeat 0 0;
	list-style: none;
	margin: 0;
	padding: 79px 0 0 342px;
}

ul#location-nav li {
	float: left;
}

a#location-ajax:link,
a#location-ajax:visited {
	display: block;
	width: 45px;
	height: 23px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/bw2010/images/location-nav-sprite.gif) no-repeat 0 0;
	margin: 0 1px 0 0;
}

a#location-ajax:hover,
a#location-ajax:active {
	background-position: 0 -23px;
}

li.ui-tabs-selected a#location-ajax:link,
li.ui-tabs-selected a#location-ajax:visited,
li.ui-tabs-selected a#location-ajax:hover,
li.ui-tabs-selected a#location-ajax:active {
	background-position: 0 -23px;
}


a#location-barrie:link,
a#location-barrie:visited {
	display: block;
	width: 56px;
	height: 23px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/bw2010/images/location-nav-sprite.gif) no-repeat -45px 0;
	margin: 0 1px 0 0;
}

a#location-barrie:hover,
a#location-barrie:active {
	background-position: -45px -23px;
}

li.ui-tabs-selected a#location-barrie:link,
li.ui-tabs-selected a#location-barrie:visited,
li.ui-tabs-selected a#location-barrie:hover,
li.ui-tabs-selected a#location-barrie:active {
	background-position: -45px -23px;
}

a#location-belleville:link,
a#location-belleville:visited {
	display: block;
	width: 79px;
	height: 23px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/bw2010/images/location-nav-sprite.gif) no-repeat -101px 0;
	margin: 0 1px 0 0;
}

a#location-belleville:hover,
a#location-belleville:active {
	background-position: -101px -23px;
}

li.ui-tabs-selected a#location-belleville:link,
li.ui-tabs-selected a#location-belleville:visited,
li.ui-tabs-selected a#location-belleville:hover,
li.ui-tabs-selected a#location-belleville:active {
	background-position: -101px -23px;
}

a#location-kingston:link,
a#location-kingston:visited {
	display: block;
	width: 72px;
	height: 23px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/bw2010/images/location-nav-sprite.gif) no-repeat -180px 0;
	margin: 0 1px 0 0;
}

a#location-kingston:hover,
a#location-kingston:active {
	background-position: -180px -23px;
}

li.ui-tabs-selected a#location-kingston:link,
li.ui-tabs-selected a#location-kingston:visited,
li.ui-tabs-selected a#location-kingston:hover,
li.ui-tabs-selected a#location-kingston:active {
	background-position: -180px -23px;
}

a#location-st-catharines:link,
a#location-st-catharines:visited {
	display: block;
	width: 102px;
	height: 23px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/bw2010/images/location-nav-sprite.gif) no-repeat -252px 0;
	margin: 0;
}

a#location-st-catharines:hover,
a#location-st-catharines:active {
	background-position: -252px -23px;
}

li.ui-tabs-selected a#location-st-catharines:link,
li.ui-tabs-selected a#location-st-catharines:visited,
li.ui-tabs-selected a#location-st-catharines:hover,
li.ui-tabs-selected a#location-st-catharines:active {
	background-position: -252px -23px;
}

.ui-tabs .ui-tabs-hide { display: none !important; }

.panel {
	padding: 20px 0;
}

.contact-location-map-bg {
	width: 219px;
	height: 149px;
	padding: 10px 0 0 10px;
	background: transparent url(/themes/site_themes/bw2010/images/location-map-bg.gif) no-repeat 0 0;
	float: left;
	margin: 0 20px 0 0;
}

.contact-location-map-bg-white {
	width: 219px;
	height: 149px;
	padding: 10px 0 0 10px;
	background: transparent url(/themes/site_themes/bw2010/images/location-map-bg-white.gif) no-repeat 0 0;
	float: left;
	margin: 0 20px 0 0;
}

.contact-location-map {
	width: 200px;
	height: 129px;
	overflow: hidden;
}

.panel {
	margin: 0 0 20px 0;
	padding: 20px 20px;
}

button#btn-submit {
	width: 74px;
	height: 32px;
	border: 0 none;
	margin: 0 auto 20px;
	display: block;
	background: transparent url(/themes/site_themes/bw2010/images/btn-submit.gif) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;	
	padding: 0;
}

button#btn-submit:hover {
	background-position: 0 -32px;
}

