﻿body {
    background:url(imgBG.jpg) repeat-x #FFF;
    margin:0px;
    padding:0px;
	width:100%;
	height:100%;
	position:absolute;
	padding:auto;
	text-align:center;
	font-size:.85em;
}
#container{
    margin:0px 20px;
    background:#e2e2e2;
    width:950px;
	height:100%;
	border:1px solid #bdbebe;
	border-top:0px;
	top:0px;
	position:absolute;
	text-align:left;
}
#container .c{
	background:#e2e2e2;
	positition:relative;
}

#content p {
	line-height: 1.5;
}

#content p a:link, #content p a:visited {
	color: #3b93d2;
}

#content p a:hover {
	color: #000000;
}

#content p a:active {
	color: #3b93d2;
}

#content ul li a:link, #content ul li a:visited {
	color: #3b93d2;
}

#content ul li a:hover {
	color: #000000;
}

#content ul li a:active {
	color: #3b93d2;
}


/*BANNER====*/
#banner{
	position:absolute;
	width:950px;
}
h1.logoKids {
	width:334px;
	height:124px;
	position: relative;
}
h1.logoKids span {
	background: url("imgLogoKids.jpg") top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
span.logoSani{
	width:91px;
	height:84px;
	overflow:hidden;
	position:absolute;
	right:1px;
	top:0px;
}
h2.logoSani{
	font-size:8px;	
	width:91px;
	height:84px;
	position: relative;
}
h2.logoSani span{
	background:url("imgSaniLogo.jpg") top right no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}
/*MAIN NAV=====*/
#mainnav{
	height:35px;
	width:950px;
	position:absolute;
	top:160px;
	border-top:1px solid #bdbebe;
	border-bottom:1px solid #bdbebe;
	background:#bdbebe;
}
#mainnav ul{
	float:left;
	margin:0px;
	padding:0px;
}
#mainnav ul li{
	display:block;
	float:left;
	height:35px;
	width:190px;
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}
#belownav{
	height:13px;
	position:absolute;
	width:950px;
	top:195px;
	background:#4990c7 url("imgBelowNavBG.jpg") repeat-x;
}
/*SUB NAV =====*/
#subnav{
	float:right;
	width:211px;
	background:url(imgRtSideBg.jpg) repeat-y;
	margin-right:30px;
		font-family:Verdana, Geneva, sans-serif;
}
#subnav .cboxTop{
	height:35px;
	width:211px;
	background:url("imgRtSideTop.jpg") no-repeat;
	text-align:center;
	padding:16px 4px 6px 4px;
}
#subnav .cboxMid{
	
}
#subnav .cboxBot{
	height:15px;
	width:211px;
	background:url("imgRtSideBot.jpg") no-repeat;
}
#subnav ul{
	
}
#subnav ul li{
	list-style:url("imgRtSideBullet.jpg")
}
#subnav ul li a{
	color:#666666;
	text-decoration:none;
}
/*CONTENT====*/
#contentContainer{
	width:950px;
	top:208px;
	position:relative;
	clear:both;	
	margin:0px 0px 40px 0px;
	background:#e2e2e2;
	border:1px solid #bdbebe;
	border-top:0px;
	border-bottom:0px;
	margin-left:-1px;
	text-align:left;
	
}
#content{
	padding:0px 12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	width:650px;
	min-height:150px;
}

.where_to_box_boxes {
	float: left;
	margin-top: -40px;
}

#footer{
	clear:both;
	font-size:.70em;
	background:#e2e2e2;
	height:35px;
	border:1px solid #bdbebe;
	border-top:0px;
	border-bottom:0px;
	margin-left:-1px;
	width:950px;
	color:#2E5C7F;
	font-family:Verdana, Geneva, sans-serif;
}
#footer ul{
	float:left;
	margin:0px;
	padding:0px;
	height:35px;
}
#footer ul li{
	display:block;
	float:left;
	height:18px;
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	border-left:1px solid #2E5C7F;
	
}
#footer ul li.first{
	border:none;	
}
#footer ul li a{
	color:#2E5C7F;
	margin:0px 8px;
	text-decoration:none;
}
.copyright{
	float:right;
	padding:0px 6px 0px 0px;
}