/* stylesheet for www.infantswim.com ----------- */
/* http://www.leveltendesign.com ---------- */

/* ------- neutralize elements ------------ */

html, body, div, span, p, blockquote, ul, ol, li, dl, dt, dd, img, h1, h2, h3, h4, h5, h6, abbr, acronym, form
	{
	margin: 0;
	padding: 0;
	border: 0;
	}

html, body
	{
	direction: ltr;
	height: 100%;
	margin-bottom: 1px;
	}

form
	{
	display: inline;
	}

img.png
	{
	behavior: url(/assets/site/ie-png-fix.htc);
	}

/* ------- global styles ------------------ */

body
	{
	font-family: arial, sans-serif;
	font-size: 70%;
	color: #d8ecf8;
	background: #0180cd url(/assets/images/bg_body.jpg) no-repeat top left;
	}
p, h2, h3, h4, blockquote, ul, ol
	{
	margin-bottom: 10px;
	}

p
	{
	font-family: arial, sans-serif;
	line-height: 1.5em;
	}
abbr, acronym
	{
	cursor: help;
	}

h2, h3
	{
	font-size: 145%;
	font-family: arial black, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #0180cd;
	overflow: hidden;
	}
h3
	{
	font-size: 125%;
	}

div#content
	{
	color: #333;
	}



/* ------- content ------------- */

/* -- this is necessary to display images in IE -- */
div#content-column img, div#content-column div, div#content-column ul, div#content-column span, div#content-column h2, div#content-column h3, div#content-column h4
	{
	position: relative;
	z-index: 1000;
	}

/* -- make things easier on content-writers -- */
div#content-column h3
	{
	z-index: 900;
	}
div#content-column ul.sitemap
	{
	margin-left: -10px;
	list-style-type: none;
	}
div#content-column ul.sitemap li
	{
	background-image: none;
	}
div#content-column ul.sitemap ul
	{
	margin-left: 3px;
	list-style-type: none;
	margin-bottom: 10px;
	}
div#content-column ul.sitemap ul li
	{
	background: url(/assets/images/bg_splash-bullet.gif) no-repeat -2px 5px;
	}
div#content-column a
	{
	color: #36c;
	}
div#content-column a:visited
	{
	color: #369;
	}


div#content ul
	{
	list-style-type: none;
	/* padding-left: 15px; -- took this out when the background was added to _div#content li_ */
	line-height: 1.5em;
	}
div#content ol
	{
	padding-left: 17px;
	line-height: 1.5em;
	}
div#content li
	{
	position: relative;
	width: 90%;
	letter-spacing: .3px;
	margin-bottom: 4px;
	padding-left: 15px;
	background: url(/assets/images/g_bullet-circle.gif) no-repeat 1px 6px;
	}

form table.form
	{
	margin: 20px 10px;
	}
form table.form th
	{
	text-align: right;
	font-weight: 700;
	padding-top: 4px;
	}
form table.form input, form table.form textarea
	{
	width: 240px;
	border: 1px solid #369;
	background: #e8f6ff;
	}
form table.form textarea
	{
	height: 120px;
	}
form table.form input.img
	{
	width: 96px;
	height: 31px;
	background: transparent;
	border: 0;
	}

img.img-bottom
	{
	margin-bottom: -3px;
	}


address
	{
	display:inline;
	margin: 8px 0 8px 3px;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: 1px;
	}
address a
	{
	color: #d8ecf8;
	}

img.hr
	{
	border: 0;
	margin-bottom: 10px;
	}
div.hr
	{
	clear: both;
	width: 100%;
	height: 3px;
	background: url(/assets/images/g_dotted-border.gif) repeat-x;
	}

span.actions
	{
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: -15px;
	color: #0180cd;
	}
span.actions a
	{
	color: #0180cd;
	text-decoration: none;
	}


.left
	{
	float: left;
	clear: left;
	}
.right
	{
	float: right;
	clear: right;
	}
.clear
	{
	clear: both;
	}



/* ------- sidebar ---------------------- */

/* -- secondary nav -- */

div#sidebar-nav
	{
	background: url(/assets/images/bg_sidebar-nav.gif) no-repeat top left;
	width: 190px;
	height: 126px;
	padding-top: 110px;
	}
div#sidebar-nav ul
	{
	margin-left: 10px;
	list-style: none;
	list-style-type: none;
	}

div#sidebar-nav li a
	{
	display: block;
	margin-top: 2px;
	font-family: arial;
	font-weight: 700;
	list-style-type: none;
	padding-left: 6px;
	padding-top: 2px;
	width: 157px;
	height: 17px;
	background: none;
	}
div#sidebar-nav li.active a
	{
	background: url(/assets/images/bg_sidebar-link-active.gif) no-repeat top left !important;
	height: 17px;
	width: 157px;
	}
html>body div#sidebar-nav li a:hover
	{
	background: url(/assets/images/bg_sidebar-link-hover.gif) no-repeat top left;
	height: 17px;
	width: 157px;
	}

div#sidebar-nav a
	{
	color: #0a86cf;
	text-decoration: none;
	}
div#sidebar-nav li.active a
	{
	color: #fff;
	}

/* -- locator -- */

div#sidebar-locator
	{
	background: url(/assets/images/bg_locator.gif) no-repeat top left;
	width: 168px;
	height: 131px;
	padding: 11px;
	}
div#sidebar-locator h3
	{
	}
div#sidebar-locator form
	{
	display: block;
	margin-top: 7px;
	margin-left: 2px;
	}
div#sidebar-locator label
	{
	display: block;
	color: #fff;
	font-family: verdana, sans-serif;
	font-weight: 700;
	font-size: 90%;
	margin-bottom: 2px;
	}
div#sidebar-locator input.text
	{
	width: 90px;
	border: 1px solid #b1daf1;
	margin-bottom: 5px;
	}
div#sidebar-locator input.image
	{
	position: relative;
	top: 1px;
	left: 3px;
	}

table.locator-results td
	{
	vertical-align: top;
	padding: 6px 10px;
	}
table.locator-results tr.alt td
	{
	background: #def;
	}

div#sidebar-content
	{
	background: url(/assets/images/bg_sidebar-content.gif) no-repeat bottom left;
	width: 190px;
	height: 153px;
	}

p#address
	{
	color: #fff;
	letter-spacing: 1px;
	padding: 10px 3px;
	}

/* -- menus that are not inside table -- */

ul.body-nav
	{
	margin-top: 4px;
	display: block;
	}
ul.body-nav li
	{
	display: inline;
	float: left;
	border-left: 1px solid #d8ecf8;
	padding: 0 6px;
	line-height: 1em;
	}
ul.body-nav li.first-item
	{
	border-left: 0;
	}
ul.body-nav a
	{
	position: relative;
	top: -1px;
	color: #d8ecf8;
	text-decoration: none;
	letter-spacing: 1px;
	}
ul.body-nav a:hover
	{
	text-decoration: underline;
	}

/* -- main nav -- */

ul#main-nav
	{
	float: right;
	margin-right: 14px;
	_margin-right: 6px;
	width: auto;
	}
ul#main-nav li
	{
	display: inline;
	float: left;
	margin-right: -2px;
	}

ul.main-subnav
	{
	display: none;
	}

/* -- footer -- */

div#footer
	{
	text-align: center;
	}
div#footer ul
	{
	margin-left: 45px;
	display: block;
	}
p#copyright
	{
	letter-spacing: 1px;
	margin-top: 5px;
	}

/* ------- layout ------------------ */

body
	{
	text-align: center;
	}

h1
	{
	position: relative;
	top: 17px;
	left: -293px;
	margin-bottom: -178px;
	z-index: 5;
	}
html>body h1
	{
	position: absolute;
	top: 11px;
	left: 50%;
	margin-left: -376px;
	z-index: 5;
	}

div#container
	{
	position: relative;
	top: 85px;
	width: 770px;
	text-align: left;
	}
html>body div#container
	{
	position: absolute;
	left: 50%;
	margin-left: -385px;
	}

div#header
	{
	background: #fff url(/assets/images/bg_header-interior.jpg) no-repeat top left;
	height: 225px;
	}
div#content-column
	{
	float: right;
	width: 580px;
	}
div#content
	{
	position: relative;
	background: #fff url(/assets/images/bg_content-interior.gif) repeat-y top left;
	}
div#sidebar
	{
	width: 190px;
	float: left;
	}

div#secondary-nav
	{
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: 43px;
	}

div#hit-counter
	{
	margin-left: -9000px;
	width: 1000px;
	left: 9000px;
	}
img.store-padd
	{
	padding: 0 5px 0 5px;
	}
