/*  
	Catrina Skepper 
	CSS

*/


/* Main Colour Scheme

color:#FFF7D2; - yellow paper
color:#FFD79C; - bg
color:#993300; - brown


color:#993300; - blue
color:#00CCCC; - green
color:#99FFFF; 
color:#CCFFFF; 
color:#99CCFF; 
color:#CCCCFF; 

color:#000000; - black
color:#CCCCCC; - grey pale
color:#999999; - grey
color:#FFFFFF; - white
color:#FF3300; - scarlet red

*/
 

/* ---------  HTML TAGS  ---------------------- */ 


html
{
	width: 100%;
	height: 100%;
}

body{
	width: 100%;
	height: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	font-style:normal;
	color: #000000;
	line-height: 1.3em;	
	margin: 0px;
	padding: 0px;
	background-color: #FFD79C;

}

a{	
	font-family:Arial, Helvetica, sans-serif
	color: #993300;
	text-decoration: underline;
}
a:link, a:visited {
	color: #993300;
	text-decoration: underline;
}
a:hover{
	color: #00CCCC;
	text-decoration: underline;
}


a.hotbtn {
	display:block;
	width:auto;
	height:auto;
	border:1px #FFFFFF solid;
}
a.hotbtn:hover{
	border:1px #840017 solid;
}

a.back2top {font-size:8pt;}

p { margin-top:0.5em;margin-bottom:1em;}


h1{ 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	color: #993300;
	font-weight: normal;
	margin-top:0;
	margin-bottom:0.75em;

}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #993300;
	font-weight: bold;
	letter-spacing:-0.05em;
	margin-top:1em;
	margin-bottom:0.4em;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #993300;
	font-weight: bold;
	margin-top:1em;
	margin-bottom:0.3em;

}

h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight:bold;
	color: #993300;
	margin-top:1em;
	margin-bottom:0.3em;

}

h5{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight:bold;
	color: #993300;
	margin-top:1em;
	margin-bottom:0.2em;

}

ul{
	list-style-type: disc;
	padding-left:1.5em;
	margin-left:0;
}

ol{
	padding-left:1.5em;
	margin-left:0;
}

ol li {
	padding-bottom:1em;
}


ul ul{
	list-style-type: square;
}

ul ul ul{
	list-style-type: none;
}

label{
	font-family: arial, helvetica, sans-serif, sans;
	font-size: 8pt;
	color: #999999;
}

img {
	border:0;
}



/* ---------  TEXT  ---------------------- */ 

.text_black { color:#000000;}
.text_brown { color:#993300;}
.text_green { color:#00CCCC;}

.text_grey { color:#999999;}
.text_greypale { color:#CCCCCC;}
.text_white { color:#FFFFFF;}
.text_scarlet {color:#FF3300;}

.text_big { font-size:11pt; line-height:1.2em;}
.text_middle { font-size:9pt; line-height:1em;}
.text_small { font-size:8pt; line-height:1em; font-family:Arial, Helvetica, sans-serif}


em { font-style:normal;	color:#993300;}
strong {font-weight:bolder;	font-style:normal;}
abbr {text-transform:capitalize;}
cite {font-style:oblique;font-size:0.9em;}


/* ---------  BG COLOURS  ---------------------- */ 
.bg_black { background-color:#000000;}
.bg_brown { background-color:#993300;}
.bg_green { background-color:#00CCCC;}

.bg_grey { background-color:#999999;}
.bg_greypale { background-color:#CCCCCC;}
.bg_white { background-color:#FFFFFF;}
.bg_scarlet {background-color:#FF3300;}

/* ------------   Horizontal Lines ------------------ */

.hLine_grey{display:block;clear:both;height:1px;width:100%;background-color:#CCCCCC;overflow:hidden;}
.hLine_brown{display:block;clear:both;height:1px;width:100%;background-color:#993300;overflow:hidden;}
.hLine_green{display:block;clear:both;height:1px;width:100%;background-color:#00CCCC;overflow:hidden;}
.hLine_black{display:block;clear:both;height:1px;width:100%;background-color:#000000;overflow:hidden;}

/* ---------  ALIGNMENT  ---------------------- */ 

.left { display:block; float:left; }
.right { display:block; float:right; }

.spacer_v1 {clear:both;	height:1px;	overflow:hidden;}
.spacer_v2 {clear:both;	height:2px;	overflow:hidden;}
.spacer_v3 {clear:both;	height:3px;	overflow:hidden;}
.spacer_v3 {clear:both;height:4px;overflow:hidden;}
.spacer_v5 {clear:both;height:5px;overflow:hidden;}
.spacer_v10 {clear:both;height:10px;overflow:hidden;}
.spacer_v20 {clear:both;height:20px;overflow:hidden;}
.spacer_v30 {clear:both;height:30px;overflow:hidden;}

.block_1of4{ float: left; margin: 0;width: 23%;}
.block_1of3 {width:33.3%; float:left;margin: 0;}
.block_1of2 {margin: 0px;width:48%;	float:left;}
.block_1of1 {margin: 0;	width:100%;	float:left;}



/* -------  MAIN LAYOUT BLOCKS  ---------------------- */

#viewport{
	display:table;
	position:static;
	top:0px;
	height:100%;
	width:930px; 
	padding:0px;
	overflow:auto;
	margin:0;
}

#header{
	display:block;
	margin:0;
	padding:10px;
	width: 100%;
}

#footer {
	clear:both;
	text-align:left;
	margin-top:20px;
	padding:10px;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color: #999999;
	line-height:1em;
}

#navBar{
	display:block;
	margin: 15px 10px 10px 15px;
}
#content{
	display:block;
	margin: 15px 15px 10px 10px;
}


/* ------- COMMON IDS  ---------------------- */
img#toplogo{
margin: 0px 0px 10px 10px;
}
select#country {
	display:compact; 
	font-size:8pt;
	margin:0 2px 0 5px;
}
input#searchfor {
	display:compact; 
	font-size:8pt;
	margin:0 2px 0 5px;
}




/* ------------ Chart --------------------- */
.chart {
	background-color: #FFFFFF;
	color: #000000;
	padding:5px;
	display:block;
	text-align:left;
}

.chart p{
	margin:0.5em 0;
}
.chart_hd {
	background: url(../images/petcare_tl_white.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
	margin-bottom:0;
}
.chart_hd_c {
	background: url(../images/petcare_tr_white.gif) no-repeat right 0px;
	margin-left:8px;
	margin-right:-8px; /* pull right corner back over "empty" space */
	font-size:1px; /* ensure minimum height */
	height:8px;
	margin-bottom:0;
}

.chart_body {
	margin: 0px;
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;
	display:block;
}

.chart_ft {
	background: url(../images/petcare_bl_white.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
}
.chart_ft_c {
 background: url(../images/petcare_br_white.gif) no-repeat right 0px;
 margin-left:8px;
 margin-right:-8px; /* pull right corner back over "empty" space */
 font-size:1px; /* ensure minimum height */
 height:10px;
}

.chart .price {
	background-color:#840017;
	color:#FFFFFF;
	padding:2px;
/*	margin:10px; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
/*	border: 1px dotted #FFFFFF; */
}
.chart_body  table {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	width:99%;
	
}
.chart_body table thead td, .chart_body table thead th{
	border-bottom:1px solid #000000;
	border-left:0;
	border-right:0;
	font-weight:normal;
	font-size:0.9em;
	background-color:#FFFFFF;
	background:url(../images/charthead_bg.gif) repeat-x left bottom;
	margin:0px;
	padding:2px;
}

.chart_body  table tfoot td {
	border:0px;
	font-weight:normal;
	font-size:0.9em;
}

.chart_body table td{
	border-bottom:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC;  
	padding:3px;
}

.chart_body  table caption {
	border:0;
	font-size:9pt;
	color:#000000;
	font-weight:bold;
	text-align:center;
	padding:3px 0px;
	background-color:#FFFFFF;
	border-bottom:#CCCCCC solid 1px;
	vertical-align:top;
}

.ProgramInfoShort table td{
	border:0;
}

.ProgramInfoShort ul{
	margin:0 10px;

}
.ProgramInfoShort ul li{
	line-height:1em;
	margin: 0.4em 0;
}
.ProgramInfoShort a{
	font-size:8pt;
	color: #840017;
}
.ProgramInfoShort table {
	width:99%; 
}


/* end - chart */


/* ---------------- FAQs (expandable options)------------------- */
dl.faq {
	list-style:outside;

}

dl.faq dt{
	color:#840017; 
/*	color:#000000; */
	font-weight:bold;
	font-size:9pt;
	cursor:pointer;
	margin:2em 0;
	
}
dl.faq dt em{
	color:#000000;
	font-weight:normal;
	font-size:8pt;
	cursor:pointer;
}



dl.faq img{
	width:auto;
	height:auto;
	border:0;
	margin-right:0.5em;
}
dl.faq dd{
	margin:0;
	padding:0em 1.5em;
	padding-top:0;
	padding-bottom:2em;
}




/* ------------ SUBMENU --------------------- */
.submenu {
	display:block;
	width:180px;
	background-color: #FFFFFF;
	color: #000000;
	text-align:left;
}

.submenu_hd {
	background: url(../images/petcare_tl_red.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
	margin-bottom:0;
}
.submenu_hd_c {
	background: url(../images/petcare_tr_red.gif) no-repeat right 0px;
	margin-left:8px;
	margin-right:-8px; /* pull right corner back over "empty" space */
	font-size:1px; /* ensure minimum height */
	height:8px;
	margin-bottom:0;
}

.submenu_header {
	margin: 0px;
	background-color:#840017;
	color:#FFFFFF;
	font-weight:bold;
	padding:0px 5px 3px 10px;
	display:block;
}

.submenu_body {
	margin: 0px;
	padding:5px;
	background-color:#F5F5F0;
/*	background-image:url(../images/submenu_bg.jpg); 
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
*/
	display:block;
}

.submenu_ft {
	background: url(../images/petcare_bl_olive10.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
}
.submenu_ft_c {
 background: url(../images/petcare_br_olive10.gif) no-repeat right 0px;
 margin-left:8px;
 margin-right:-8px; /* pull right corner back over "empty" space */
 font-size:1px; /* ensure minimum height */
 height:10px;
}

.submenu ul
{
text-align: left;
margin:0px 0px 10px 0px;
list-style-type: none;
padding:0;
list-style-image:none;
}
.submenu ul li
{
margin:5px;
}

.submenu ul li a
{	
	display:block;
	background: transparent url(../images/list-off.gif) left center no-repeat;
	padding-left: 10px;
	text-align: left;
	font-size:9pt;
	text-decoration:none;
	color:#840017;
}

.submenu ul li a:link
{
	text-decoration:none;
}
.submenu ul li a:visited
{
	text-decoration:none;
}


.submenu ul li a:hover
{
background: transparent url(../images/list-on.gif) left center no-repeat;
}
.submenu ul li a#current
{
background: transparent url(../images/list-active.gif) left center no-repeat;
}



/* end - submenu */


/* ------------ MENU HOT--------------------- */
.hotmenu {
	display:block;
	width:180px;
	background-color: #FFFFFF;
	color: #000000;
	text-align:left;
}

.hotmenu a{
	color:#FFFFFF;
}

.hotmenu a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.hotmenu a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.hotmenu a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}


.hotmenu_hd {
	background: url(../images/petcare_tl_olive.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
	margin-bottom:0;
}
.hotmenu_hd_c {
	background: url(../images/petcare_tr_olive.gif) no-repeat right 0px;
	margin-left:8px;
	margin-right:-8px; /* pull right corner back over "empty" space */
	font-size:1px; /* ensure minimum height */
	height:8px;
	margin-bottom:0;
}

.hotmenu_header {
	margin: 0px;
	background-color:#999966;
	color:#FFFFFF;
	font-weight:bold;
	padding:0px 5px 3px 10px;
	display:block;
}

.hotmenu_body {
	margin: 0px;
	padding:5px;
	background-color:#840017;
	display:block;
	color:#FFFFFF;
}

.hotmenu_ft {
	background: url(../images/petcare_bl_red.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
}
.hotmenu_ft_c {
 background: url(../images/petcare_br_red.gif) no-repeat right 0px;
 margin-left:8px;
 margin-right:-8px; /* pull right corner back over "empty" space */
 font-size:1px; /* ensure minimum height */
 height:10px;
}


/* -----------  MISC CLASSES -------------------------- */



#depthpath {
	padding: 0;
	margin: 0;
	min-height: 10px;
	white-space: nowrap;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:8pt;
}

#depthpath a{ 
	color:#999999;
	text-decoration:none;
}

#depthpath a:hover{ 
	color:#840017;
}


#depthpath li:last-child a
{
	font-weight: bold;
}
#depthpath li.last-child a 
{
	font-weight: bold;
}
/*Safari is being over zealous so */
#depthpath li:not(:last-child) a
{
	font-weight: normal;
}
#depthpath li .space
{
	font-weight: normal;
}


.path li {
	display:inline;
	list-style-type: none;
}

/*
.path li a:after {
	content: "/";
	color: #999999;
	margin-left: 1ex;
	margin-right: 1ex;
	font-weight: normal;
}
*/

div#wizard {
	z-index:10000;
}


/* ----------------  FORMS  ----------------------  */

input.button_grey {
display:inline !important;
padding:3px 10px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 8pt;
color:#7D0D00;
text-align:center;
text-decoration:none;
white-space:nowrap;
vertical-align:middle;
width:auto;
height:auto;
border:1px solid #7D0D00;
background:url(../images/btn_bg_grey.gif) repeat-x 0px 10px;
overflow:visible;
}

a.SmallButtonLink {
display:inline !important;
padding:1px 3px;
width:120px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 8pt;
color:#7D0D00;
text-align:center;
text-decoration:none;
white-space:nowrap;
vertical-align:middle;
width:auto;
height:1.2em;
border:1px solid #CCCCCC;
background:url(../images/btn_bg_grey.gif) repeat-x 0px 0px;
overflow:visible;
}

a.SmallButtonLink:link, a.SmallButtonLink:visited, a.SmallButtonLink:visited {
	text-decoration:none;
}



a.SmallButtonLinkHot {
display:inline !important;
padding:1px 5px;
margin-right:5px;
width:120px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 8pt;
color:#FFFFFF;
text-align:center;
text-decoration:none;
white-space:nowrap;
vertical-align:middle;
width:auto;
height:1.2em;
border:1px solid #CCCCCC;
background:url(../images/btn_bg_red.gif) repeat-x 5px 0px;
overflow:visible;
}
a.SmallButtonLinkHot:link, a.SmallButtonLinkHot:visited, a.SmallButtonLinkHot:visited {
	text-decoration:none;
	color:#FFFFFF;
}



a.ButtonLink {
display:inline !important;
padding:3px 10px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 8pt;
color:#7D0D00;
text-align:center;
text-decoration:none;
white-space:nowrap;
vertical-align:middle;
width:auto;
height:2em;
border:1px solid #CCCCCC;
background:url(../images/btn_bg_grey.gif) repeat-x 0px 0px;
overflow:visible;
}

a.ButtonLink:link, a.ButtonLink:visited, a.ButtonLink:visited {
	text-decoration:none;
}



/* ------------ ENROLLMENT FORMS ---------------- */
.chartEnrollSummary {
}
.chartEnrollSummary table {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
/*	width:100%; */
	border:#CCCCCC solid 3px;
	
}

.chartEnrollSummary table tr#odd{
	background-color:#F5F5F0;
}

.chartEnrollSummary table tr#even{
	background-color:#E0E0D1;

}

.chartEnrollSummary table td{
	padding:5px;
	margin:0px;
}

.chartEnrollSummary table td#line{

	border-bottom:#CCCCCC solid 1px;
}


.chartEnrollSummary table thead td, .chartEnrollSummary table thead th{
	font-weight:bold;
	font-size:0.9em;
	background-color:#FFFFFF;
	background:url(../images/charthead_bg.gif) repeat-x left bottom;
	margin:0px;
	padding:5px;
	border-bottom:#CCCCCC solid 1px;
}

.EnrollTotal{
	display:block;
	float:right;
}

.EnrollDiscountSummary{
	display:block;
	float:left;
	margin-right:100px;
}

.PaymentSummary{
	display:block;
	float:left;
	margin-right:10px;
}

.PaymentInfo{
	display:block;
	margin:0px 20px;
}


.PaymentInfo table {
	border:#CCCCCC 3px solid;
	background-color:#E0E0D1;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;

}

.PaymentInfo table thead td{
	font-weight:bold;
	font-size:0.9em;
	color:#FFFFFF;
	background-color:#840017;;
	margin:0px;
	padding:5px;
	border-bottom:#CCCCCC solid 1px;
}

.PaymentInfo table td{
	padding:5px;
	margin:0px;
}


.thumb {
display:run-in;
padding:5px;
border:1px solid #000000;
background-color:#FFFFFF;
text-align:center !important;
vertical-align:middle;
}

.thumb img{
margin:3px;
}






