/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline}
/* remember to define focus styles! */
:focus {outline: 0}
body {line-height: 1}
ol, ul {list-style: none}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0}
caption, th, td {text-align: left; font-weight: normal}
blockquote:before, blockquote:after, q:before, q:after {content: ""}
blockquote, q {quotes: "" ""}

/*tools*/
.right {float: right}
.left {float: left}
.center {text-align: center}
.clearBoth {clear: both}

/*clearfix*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

h1 {position: relative; float: right; font: bold italic 22px Georgia,"Times New Roman",Times,serif; color: #b14f4f; letter-spacing:-1px; margin-top: 12px; padding-right: 2px; overflow: hidden}
p.logo {position: relative; float: left; font: bold italic 36px Georgia,"Times New Roman",Times,serif; color: #663300; letter-spacing:-1px}
h2 {font: bold 17px Georgia,"Times New Roman",Times,serif; letter-spacing:-1px}


/*structure*/
body {font: normal 12px verdana,arial,helvetica,sans-serif; background: #e0cccc}
#main {width: 818px; margin: 0 auto; padding: 33px 33px 0 33px; border: 8px #fff solid; background: #fff url(../images/bg_main.gif) repeat-x top}
#header {margin-bottom: 40px}
body#baby {background: #e0cccc url(../images/bg_baby.gif)}

#colStores {clear: both; float: left; width: 540px}
.store {padding: 15px 0; background: url(../images/stores_border.gif) repeat-x}
.storeRight {position: relative; float: right; width: 308px}
.imageMain {position: relative; float: left; width: 182px; height: 134px; padding: 15px; background: url(../images/image_border.png) no-repeat}
.imageMain img {width: 182px; height: 134px}
.store h2, .rightAd h2 {margin: 9px 0 13px 0}
.store h2 a, .rightAd h2 a {color: #b14f4f; text-decoration: none}
.store h2 a:hover, .rightAd h2 a:hover {color: #b14f4f; text-decoration: underline}
a.storeLink {display: block; margin-top: 20px; text-align: center; width: 110px; text-decoration: none; background: #dbebf0; color: #3e6fce; font: bold 12px Georgia,"Times New Roman",Times,serif; letter-spacing:-1px; padding: 7px 0}
a.storeLink span {font: bold 12px verdana; color: red}

a.storeLink:hover {background: #b14f4f; color: #dbebf0}

.colRight {position: relative; float: right; width: 240px}
.colRight p.info {font: normal 11px verdana, arial, helvetica, sans-serif; color: #663300; margin: 0 22px}
.colRight p.info.nomargin {margin: 15px 0}
.colRight p.info span {font-weight: bold}

.rightAd {border: 1px #dfcbcb dashed; padding: 15px; margin-top: 15px}

.boxOut {background: #dbebf0 url(../images/boxout-bg.gif) repeat-x; padding: 15px; margin-bottom: 1px}
.boxOut h2 {font-size: 17px; margin-bottom: 2px}
.boxOut h2 a {color: #b14f4f; text-decoration: none}
.boxOut h2 a:hover {text-decoration: underline}
.boxOut p {font-size: 11px}
.boxOut a {color: #3e6fce}

#footer {clear: both; background: #f3ecec; width: 818px; margin: 0 auto; padding: 20px 33px; border: 8px #fff solid; font: normal 10px verdana, arial, helvetica, sans-serif }
html>/**/body #footer {padding-bottom: 35px}
p.footerLeft {float: left; overflow: hidden; color: #663300}
p.footerRight {float: right; overflow: hidden}
p.footerRight a {color: #4B9CB6; text-decoration: none}

/* main nav */


.menu {
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
	background: #c78b8b url(../images/menu-bg.gif) repeat-x;
	font: bold 17px Georgia,"Times New Roman",Times,serif; 
	letter-spacing: -1px;
	color: #fff;
	margin-bottom: 15px;
}
.menu ul {
	margin: 0 0 0 58px;
	list-style-type: none;
	/*border-left: 1px #723939 solid;
	border-right: 1px #bc9393 solid;*/
}

/*Top level list items*/
.menu ul li {
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
.menu ul li a {
	display: block;
	padding: 17px 15px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-left: 1px #dfb8b8 solid;
	border-right: 1px #9a5a5a solid;
	background: #b14f4f url(../images/button.gif) repeat-x;
}
.menu ul li a.selected, .menu ul li a:hover  {
	text-decoration: none;
	color: #fff;
	background-position: 0 -100px;
	border-right: 1px #3c6674 solid; 
	border-left: 1px #d4e6ec solid; 
}

/* end main nav */