@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0px;
	background-image: url(http://petenzyme.com/images/bg_background.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
a {
	color: #2B2F92;
	text-decoration: none;
}
a:hover {
	color: #99F;
}

/********************** Columns */

/* All 
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }*/

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right;}

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right;}

/* Col3 */
.col3-set .col-2, .col3-set .col-3 { float:left; width:36.0%; }
.col3-set .col-1 { float: left; width:22.0%;}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }

.divider {
	height:1px;
	background:url(images/dotted_divider.gif) repeat-x;
	font-size:1px;
	line-height:1em;
	overflow:hidden;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
    }


/****************************         */

#topContainer {
	background-image: url(images/bg_background.jpg);
	background-repeat: repeat-x;
	height: 400px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 0;
	top: 0px;
}
#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: 138px;
}
#danceStudioLogo {
	background-image: url(images/petbalancelogo.png);
	float: left;
	height: 62px;
	width: 250px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCccc;
	background-repeat: no-repeat;
}
#slogan {
	float: left;
	height: 95px;
	width: 360px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 105px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#slogan h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #1B2A79;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#slogan h2 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #7078C3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-transform: uppercase;
}
.largeItalicBrown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #1B2A79;
	font-style: italic;
}
#freePetEnzyme {
	margin: 0px;
	float: left;
	height: 95px;
	width: 180px;
	text-align: right;
}
.petEnzyme {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 30px;
}
#navigation {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 30px;
}
/* BEGIN HOME NAVIGATION CLASS ------------------------------------------ */

.solidblockmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	color: #FFFfff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #AFD17A;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #ffffff;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #e8e8e8;
}

.solidblockmenu li a:visited{
	color: #FFFfff;
}

.solidblockmenu li a:hover {
	color: white;
	background-color: #D7E3B5;
}
img.imageFloatLeft {
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.tabcontainer{
	clear: left;
	width:930px; /*width of 2nd level sub menus*/
	height:30px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
	display:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #cccccc;
}
#petdigestiveenzyme {
	background-color: transparent;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#petdigestiveenzyme h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFfff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-transform: uppercase;
	text-decoration: blink;
}
#petdigestiveenzyme p {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #CCCccc;
}
#petdigestiveenzyme a {
	color: #FCCcc0;
	text-decoration: none;
}
#balletClasses {
	float: left;
	height: 39px;
	width: 220px;
	margin-top: 186px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#tapDanceClasses {
	float: left;
	height: 39px;
	width: 150px;
	margin-top: 186px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#ballroomDancing {
	float: left;
	height: 39px;
	width: 157px;
	margin-top: 186px;
	margin-right: 19px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#lyricalHipHop {
	float: left;
	height: 39px;
	width: 162px;
	margin-top: 186px;
	margin-right: 19px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bollywoodDanceLessons {
	float: left;
	height: 39px;
	width: 150px;
	margin-top: 186px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main {
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ffffff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.dancePromoLaderaRanch {
	background-image: url(images/bg/bg_wood_large.jpg);
	padding: 10px;
	width: 220px;
	margin: 0px;
	float: left;
}
#mainContent {
	background-color: #FFFfff;
	width: 662px;
	padding: 12px;
	position: relative;
	margin-left: 260px;
}
#mainContent h1 {
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 25px;
}
#mainContent p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#map {
}
.promoContent {
	background-image: url(images/bg/bg_wood_trans.jpg);
	background-repeat: repeat;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.promoContent p {
	font-size: 13px;
	line-height: 18px;
	color: #33201A;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
.promoContent DD {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background-image: url(images/bg/button_ribbon_transp.png);
	height: 42px;
	width: 174px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 0px;
	margin-right: 0px;
	background-repeat: no-repeat;
}
.promoContent dl {
	margin: 0px;
}
.promoContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #33201A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #714E2E;
}
.promoContent h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #906D50;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 18px;
}
#danceMap {
	background-color: #F0D0DD;
	float: right;
	height: 325px;
	width: 180px;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#mainContent h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #C58C9D;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
.promoContent dl dd a {
	font-weight: bold;
	color: #472C24;
	text-decoration: none;
}
.size10 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
}
.pink {
	color: #99F;
}
.webDevelopmentCompany {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #99F;
}
.smallText {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
}
.magenta {
	color: #A3238D;
	font-size: 14px;
}
.buttonForm {
	background-color: #2B2F92;
	border: 1px dotted #D18CAC;
	padding: 6px;
	color: #99F;
}
#mainContent h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	color: #88592B;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 14px;
}
#mainContent p.callOut{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}
.buttonForm2 {
	background-color: #e8e8e8;
	border: 1px dotted #D18CAC;
	padding: 6px;
	color: #33201A;
}
table.schedule {
	border: 1px dotted #CCAFA5;
	margin-top: 0px;
}
table.schedule td {
	padding: 3px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #8B6857;
}
table.schedule tr.top {
	font-weight: bold;
	background-color: #CBC1B7;
	text-align: right;
	text-transform: uppercase;
}
table.schedule tr.dance {
	background-color: #F9E9F7;
}
.brown {
	font-family: "Lucida Console", Monaco, monospace;
	text-transform: uppercase;
	color: #8B6857;
}
#mainContent p.danceInstructors {
}
.danceInstructors img {
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent .col2-set img  {
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.largeType {
	font-size: 16px;
	line-height: 24px;
}
ol {
	margin-top: 5px;
	margin-bottom: 8px;
}
ol li {
	margin-bottom: 8px;
}
#danceMapContact {
	background-color: #F0D0DD;
	float: right;
	height: 325px;
	width: 260px;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#mainContent p img.danceComp {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.petEnzymePrice {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #A3238D;
}
.oldPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: line-through;
}
.dogEnzymes {
	padding: 10px;
	border: 1px dotted #cccccc;
}
.dogEnzymesName {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #2F3396;
}
dd {
	padding: 0px;
	margin: 0px;
}
table {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.smallred {
	font-size: 9px;
	font-weight: bold;
	color: #A3238D;
	text-transform: uppercase;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #1B2A79;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5D5FAD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.col-2 p, .col-1 p {
	line-height: 21px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.col-3 p {
	line-height: 20px;
	font-size:13px;
	margin-top: 0px;
	margin-bottom: 0px;
}
img.dogProbioticImage {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.dogyeast {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	margin-top: 12px;
}
