/*---------------------------------------------*/
/* Benny & Willow Website styles            */
/*---------------------------------------------*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}

a:link {
	color: #003366;
	text-decoration: underline;
}

a:visited {
	color:#003366;
	text-decoration: underline;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}

p {
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0px;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

ul{
}

li {
}
table {
	border: 0px;
}
.bennywillow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#left {
}

#middle {
}

#right {
}

/***********************************************/
/* Components                                  */
/***********************************************/

/************* #home styles **************/
#home-bg {background: url(images/BennyandWillow-bghome.jpg) no-repeat center 75px;}

#home-intro {padding: 50px 25px 15px 20px;}
#home-intro p {
	font-size: 14px;
	font-weight: bold;
}

#home-help {
	padding: 12px 0 0 0;
	color: #B41712;
}

#home-aprons {padding: 0px 6px 0px 10px;}
#home-aprons p {color: #43A7B7;}
#home-aprons a:link {color: #43A7B7;}
#home-aprons a:visited {color: #43A7B7;}
#home-aprons a:hover {color: #B41712;}

#home-bibs {padding: 2px 19px 0px 19px;}
#home-bibs p {color: #1B6D25;}
#home-bibs a:link {color: #1B6D25;}
#home-bibs a:visited {color: #1B6D25;}
#home-bibs a:hover {color: #CC5F48;}

#home-fleece {padding: 2px 45px 0px 19px;}
#home-fleece p {color: #634151;}
#home-fleece a:link {color: #634151;}
#home-fleece a:visited {color: #634151;}
#home-fleece a:hover {color: #3EA091;}

/************* #content-main styles **************/
#content-main {padding: 15px 11px 15px 22px;}

/************* #content-right styles **************/
#content-right {padding: 15px 8px;}
#content-right p {
	margin: 8px 0px;
	font-size: 13px;
}

#bib-bg {background: url(images/bibs/bib-closeup.gif) no-repeat 0px 0px;}
#bib-quality {
	padding: 10px 15px;
	color: #CC5F48;
}
.bib {color: #1B6D25;}

#apron-bg {background: url(images/aprons/apron-closeup.gif) no-repeat 0px 0px;}
#apron-quality {
	padding: 10px 15px;
	color: #43A7B7;
}
.apron {color: #B41712;}

#jacket-bg {background: url(images/fleece-jackets/fleece-jacket-closeup.gif) no-repeat 0px 0px;}
#jacket-quality {
	padding: 10px 5px;
	color: #634151;
}
.jacket {color: #3EA091;}

#testimony {
	font-size: 12px;
	font-style: italic;
}


/************* #footer styles **************/
#footer {font-size: 14px;}
#footer a {text-decoration: none;}
#footer a:hover {text-decoration: underline;}
.copyright {
	text-align: right;
	font-size: 10px;
}

#footer-left {
	background: url(images/headfoot/childrens-clothing-made-in-USA.gif) no-repeat;
}
#footer-right {
	background: url(images/headfoot/childrens-clothing-cat-footer.gif) no-repeat;
}

/************* .smallX styles **************/
.small9 {font-size: 9px;}
.small11 {font-size: 11px;}

/************* #hubspot styles **************/
#hubspot {
	font-size: 10px;
	text-align: right;
	margin: 0 25px 0 0;
}