/* COMMON STYLES */

body {
	margin: 9px 0px 0px 0px;
	padding: 0px;
	font-family: georgia, times new roman, serif;
	font-size: 12px;
	line-height: 16px;
	color: #313131;
	background-color: #e7e9ed;
}
#ContentBG	{
	background-color: #FFF;
}
#HomeFeatureBG	{
	background-color: #FFF;
	background-image: url(http://www.pococarretto.com/images/home/home-feature-bg.gif);
	background-repeat: no-repeat;
}
#HomeFooterBG	{
	background-color: #FFF;
	background-image: url(http://www.pococarretto.com/images/home/footer-home-bg.gif);
	background-repeat: repeat-y;
}
#FooterBG	{
	background-color: #FFF;
	background-image: url(http://www.pococarretto.com/images/common/footer-bg.gif);
	background-repeat: no-repeat;
}
.TableBG	{
	background-color: #fdba4d;
}
.TableTop	{
	background-image: url(http://www.pococarretto.com/images/common/orange-bg-top.gif);
	background-repeat: repeat-x;
}
.TableLeft	{
	background-image: url(http://www.pococarretto.com/images/common/orange-bg-left.gif);
	background-repeat: repeat-y;
}
.TableRight	{
	background-image: url(http://www.pococarretto.com/images/common/orange-bg-right.gif);
	background-repeat: repeat-y;
}
.TableBtm	{
	background-image: url(http://www.pococarretto.com/images/common/orange-bg-btm.gif);
	background-repeat: repeat-x;
}

TD, td, .BodyText, select, input, textarea {
	font-family: georgia, times new roman, serif;
	font-size: 12px;
	line-height: 16px;
	color: #313131;
}
h1, .h1, a.h1, a.h1:visited, a.h1:hover	{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #fca311;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
h2, .h2	{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	color: #5781bb;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.HomeFeature	{
	font-size: 14px;
	line-height: 21px;
	color: #002b7f;
	padding: 30px 50px 30px 50px;
}
.WhiteText	{
	font-size: 13px;
	line-height: 17px;
	color: #FFF;
}
.SmBodyText	{
	font-size: 11px;
	line-height: 14px;
	color: #313131;
}
.FlavorsText	{
	font-size: 10px;
	line-height: 16px;
	color: #002b7f;
}
.divider	{
	background-color: #1957a4;
}
ul, ol	{
	margin: 2px 2px 7px 12px;
	padding: 2px 2px 7px 12px;
}
li	{
	padding-bottom: 3px;
}
.required	{
	color: #fca311;
}


/* ORDER FORM STYLES */
.formhead	{
	color: #FFF;
	font-weight: normal;
}


/* LINK STYLES */

a, a:visited {
	color: #002b7f;
	text-decoration: none;
}
a:hover	{
	color: #377cd0;
	text-decoration: none;
}
a.whitelink, a.whitelink:visited	{
	color: #FFF;
	text-decoration: none;
}
a.whitelink:hover	{
	color: #fca311;
}

/* FOOTER */

.footer	{
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
	padding: 40px 10px 40px 10px;
}
a.footerlink, a.footerlink:visited {
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
	text-decoration: none;
}
a.footerlink:hover	{
	color: #fca311;
}
