/* CSS Document by IMAGE ICU, LLC */
/* Main Styles for babykicks.com */
/* (c)2007 IMAGE ICU, LLC - www.imageicu.com */

/************ Default HTML ************/
html, body {
	height: 100%; 
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 80%;
	color: #330000;
	background-color: #c7e77a;
}
#shadowBox {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(../Images/bodyBkgd.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}
/******************* Text *********************/
p {
	margin: 6px 30px 6px 30px;
	padding: 0;
	color: #000;
	text-indent: 0px;
	line-height: 1.5;
}
p.description {
	margin: 0 20px 4px 20px;
	color: #333;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.001em;
}
a {
	margin: 0;
	padding: 0;
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
}
h2 {
	margin: 10px 10px 8px 10px;
	padding: 0;
	font-size: 104%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006600;
	letter-spacing: 0.005em;
}
h3 {
	margin: 10px 20px 0px 20px;
	padding: 0;
	font-size: 94%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4;
	color: #009900;
}
ul {
	margin: 0 50px 20px 50px;
	padding: 0;
	color: #003300;
}
li {
	margin: 0;
	padding: 4px 0;
	line-height: 1.4;
	list-style-type: disc;
}
li.noblt {
	margin: 0;
	list-style-type: none;
}

/******************* General *********************/
img, a img, a:hover img {border: none; text-decoration: none; background-color: transparent;}
.spacer {clear: both; font-size: 1%; height: 1px;}
.placer {height: 300px;}
.mini {font-size: 88%;}
.noindt {text-indent: 0px;}
.bold {font-weight: bold;}
.ital {font-style: italic;}
.red {color: #CC0000;}
.center {margin: 0 auto; text-align: center;}
.textRight {text-align: right;}

/******************* Header *********************/
#headBox {
	margin: 0 auto;
	padding: 31px 0 0 0;
	width: 100%;
	background-image: url(../Images/topBkgd.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#header {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	height: 155px;
	text-align: left;
	background-color: #fff;
	background-image: url(../Images/headerBkgd.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #fff;
}
#logo {
	margin: 0;
	padding: 0;
}
#cart {
	position: relative;
	top: -25px;
	left: 263px;
	margin: 0;
	padding: 0;
}
#help {
	position: relative;
	top: -25px;
	left: 277px;
	margin: 0;
	padding: 0;
}
#mylogin {
	position: relative;
	top: -22px;
	left: 281px;
	margin: 0;
	padding: 0;
}



/******************* Navigation *********************/
/*
#navbar {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	height: 36px;
	background-color: #154c0a;
	text-align: center;
	background-image: url(../Images/navbarBkgd.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
*/
#navbar {
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	width: 770px;
	height: 23px;
	background-color: #154c0a;
	border-bottom: 1px solid #c7e77a;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align:center;
	/*background-image: url(../Images/navbarBkgd.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;*/
}

/******************* Content *********************/
#contentBox {
	margin: 0 auto;
	padding: 0px 0px 100px 0px;
	width: 770px;
	text-align: center;
	background-color: #fff;
	background-image: url(../Images/contentBkgd.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 1px solid #fff;
}
#content {
	margin: 30px auto 60px auto;
	padding: 0;
	width: 742px;
	text-align: left;
	background-color: #fff;
}

/******************* Left Main Content *********************/
#leftMain {
	margin: 0;
	padding: 10px 0 0 10px;
	float: left;
	display: inline;
	width: 490px;
}
#leftMain div.articleText p {
	margin: 5px 0px 0px 0px !important;
	padding: 0;
	color: #000;
	text-indent: 0px;
	line-height: 1.5;
	/*border: solid 1px blue;*/
}
#leftMain div.readMore {
	margin: 0px 10px 15px 0px !important;
	padding: 0px 0px 5px 0px !important;
	text-align:right;
	/*border:solid 1px red;*/
	/*border-bottom: dotted thin #CCCCCC;*/
}
#leftMain div.imgRight {
	float: right;
	display: inline;
	margin: 6px 20px;
	padding: 0;
}
#leftMain div.imgLeft {
	float: left;
	display: inline;
	margin: 6px 20px 6px 30px;
	padding: 0;
}
#rightMain {
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
	width: 236px;
}

/******************* Featured Items *********************/
#featuredCol {
	float: right;
	display: inline;
	margin: 8px 0 20px 0;
	padding: 0;
	width: 236px;
	text-align: left;
	background-color: #fff;
	background-image: url(../Images/featuredColBkgd.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#featuredHead {
	margin: 0;
	padding: 0;
	height: 106px;
	background-color: #fff;
	background-image: url(../Images/featuredHeadBkgd.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#featuredFoot {
	margin: 0;
	padding: 0;
	height: 9px;
	background-color: #fff;
	background-image: url(../Images/featuredFootBkgd.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#featuredCol h1 {
	margin: 0 12px 5px 44px;
	padding: 0;
	color: #CC3300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
}
#featuredCol p {
	margin: 0 14px 15px 44px;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.2;
	letter-spacing: 0.01em;
}
#featuredCol img {
	float: left;
	margin: 5px 12px 5px 44px;
	padding: 0;
	display: inline;
}

/******************* BBK News *********************/
#newsCol {
	float: right;
	display: inline;
	margin: 8px 0 100px 0;
	padding: 0;
	width: 236px;
	text-align: left;
	background-color: #fff;
	background-image: url(../Images/newsColBkgd.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#newsHead {
	margin: 0;
	padding: 0;
	height: 63px;
	background-color: #fff;
	background-image: url(../Images/newsHeadBkgd.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#newsFoot {
	margin: 0;
	padding: 0;
	height: 7px;
	background-color: #fff;
	background-image: url(../Images/newsFootBkgd.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#newsCol h3 {
	margin: 0 12px 5px 44px;
	padding: 0;
	color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
}
#newsCol p {
	margin: 0 14px 15px 44px;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.2;
	letter-spacing: 0.01em;
}
#newsCol p#more {
	margin: -10px 18px 0 44px;
	padding: 0;
	text-align: right;
}

/******************* Footer *********************/
#footerBox {
	clear:both;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 88px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../Images/footerBkgd.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
}
#footer {
	margin: 0 auto;
	padding: 7px 0 5px 0;
	width: 770px;
	background-color: #1f5511;
	background-image: url(../Images/footerBarBkgd.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #fff;
	border-top: 0px;
}
#footer ul {
	margin: 0;
	padding: 0;
	font-size: 82%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ccb966;
}
#footer li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	color: #ccb966;
}
#footer ul a {
	margin: 0 2px;
	text-decoration: none;
	color: #FFFF66;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer p {
	margin: 2px 0 0 0;
	padding: 0;
	color: #99FF66;
	font-size: 88%;
	text-indent: 0px;
}
p#credit {
	margin: 0;
	padding: 7px 0 0 0;
	color: #336600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 76%;
}
p#credit a {
	margin: 0;
	padding: 0;
	color: #336600;
	font-weight: bold;
	text-decoration: none;
}
p#credit a:visited {
	color: #336600;
}
p#credit a:hover {
	color: #CC6600;
	text-decoration: underline;
	background-color: transparent;
}

#footer .AuthorizeNetSeal img {
	width: 30px !important;
	height: 24px !important;
}

#footer .VisaMastercard {
	margin: 0px 10px 0px 0px;
	float:right;
	display:inline;
}
