/* 
	--------------------------
	Groomers Delight CSS Document 
	Author: www.72dpi.co.nz
	--------------------------	
*/
body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 10pt;
}
#sidebar, #nav{
	display: none;
}
a:link, a:visited{
	color: #ff8a00;
	text-decoration: none;
}
a img{
	border: 0;
}
/* =typography defaults */
a:link, a:visited{
	color: #2ea8df;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
h1{
	margin: 0 0 1em 0;
	font: normal 1.4em/1.1 Arial, Helvetica, sans-serif;
	color: #ce0079;
}
h1 span{
	font-weight: normal;
	font-size: 0.8em;
}
h2{
	margin: 0 0 1em 0;
	font-size: 1.2em;
	color: #2ea8df;
}
h3{
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
	color: #888;
}
h4{
	font-size: 1.0em;
	margin: 0 0 0.5em 0;
}
p{
	margin: 0 0 1em 0;
	line-height: 1.5;
}
p.note{
	font-size: 1.1em;
}
sup{
	vertical-align: super;
	font-size: 0.8em;
	line-height: 0.1;
}
th.right, td.right{
	text-align: right;
}
th.center, td.center{
	text-align: center;
}
small{
	font-size: 0.8em;
}
hr{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 0 10px;
	height: 0;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
.data td{
	border-bottom: 1px solid #ccc;
}
.data th{
	border-bottom: 1px solid #ccc;
	text-align: left;
}

#footer{
	border-top: 1px solid #ccc;
	clear: both;
}

/* =order print */
body#print{
	text-align: center;
}
#wrap{
	width: 600px;
	text-align: left;
	margin: 0 auto;
}

/* =self-clearing floats 
-------------------------------------- */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* trigger hasLayout and target ie7/win only */
*:first-child+html .clearfix{
	min-height: 1px;
}
/* \*/
* html .clearfix{
	height: 1%;
	display: block;
}
/* */
