
* {
	
	margin: 0;
	padding: 0;	
}

body {

	background-color: #FFFFFF;
	font: normal normal normal 12px Arial, Geneva, sans-serif;

}

	
	
body a img {
		
	border: 0;	
		
}


.indent {
		
	padding-left: 20px;
		
}
	
.defaultFont {
		
	font-size: 12px;	
		
}

.smallFont {
		
	font-size: 11px;	
		
}


.smallerFont {
	
	font-size: 10px;
	display: none;	
	
	
}


.nofloat {
		
	clear: both;	
		
}
	
.noHeight {
		
	height: 0px;	
		
}
	
	

.sitelink a {

	text-decoration: none;
	color: #FD1500;
	font-weight: bold;
	cursor: pointer;
	position: relative;

}
	
	
.sitelink a:hover {

	text-decoration: underline;
	
}
	
		
.red {
		
	color: #FF0000;
	background-color: #FFFFFF;	
		
}
	
	
.white {
		
	color: #FFFFFF;	
			
}

.black {
	
	color: #000000;	
	
}
	
.caleOrange {
	
	color: #FD1500;
		
}
	
	
.larger {
		
	font-size: 16px;	
		
}
	

.smaller {
		
	font-size: 14px;	
		
}
	

h2 {
	
	font-size: 24px;
	color: #FD1500;
	font-weight: bold;
	padding-top: 10px;	
}	


h3 {
	
	font-size: 18px;	
	color: #737373;	
	font-weight: bold;
}

h4 {
	
	font-size: 18px;
	color: #FD1500;
	font-weight: bold;
	padding-top: 10px;	
	padding-bottom: 10px;
}

.noPad {
	
	padding: 0;	
}

.leftPad5 {
	
	padding-left: 5px;	
}

.leftMargin5 {
	
	margin-left: 5px;	
}

.leftPad10 {
	
	padding-left: 10px;	
}

.leftPad15 {
	
	padding-left: 15px;	
}

.topPad20 {
	
	padding-top: 20px;	
}

.topPad5 {
	
	padding-top: 5px;	
}

.topPad7 {
	
	padding-top: 7px;	
}

.topPad15 {
	
	padding-top: 15px;
}

.topPad30 {
	
	padding-top: 30px;
}


.rightPad20 {
	
	padding-right: 20px;	
}

.botMarg10 {

	margin-bottom: 10px;	
}

.botMarg20 {

	margin-bottom: 20px;	
}

.topMarg10 {

	margin-top: 10px;	
}


.botPad20 {
	
	padding-bottom: 20px;	
}

#shell { /* the shell is set with auto left and right margins to centre the div on the screen */


	width: 960px;
	margin-left:   auto;
	margin-right:   auto;
	display: block;
	background-color: #FFFFFF;
	padding: 0;
	position: relative;	
	font-size: 0; /* added to ensure Firefox doesn't add the body font size after any image if no text is found in the div - producing a lower edge space */
			
}
	

#contentMain {

	color: #737373;
	display: block;
	position: relative;
	top: 0px;
	width: 960px;
	background-image: url(images/menu_background.gif);
	background-repeat: repeat-y;
	background-position: left;		
	background-color: #FFFFFF;
	font: normal normal normal 12px Arial, Geneva, sans-serif;
}


#contactNumber {
	
	position: absolute;
	top: 0px;
	right: 20px;		
	
}


#imageNav {
	
	width: 298px;	
	padding-bottom: 15px;
}


#productLinks {
	

	width: 298px;
	list-style: none;
	margin-top: 5px;
	padding-left: 5px;	
	
}
		
#productLinks li {
	
	float: left;
	position: relative;	
	
}



#productLinks li a img {

	margin: 0 5px;	
	
}


#mainText {
	
	
	float: right;
	width: 620px;
	margin-top: 40px;
	margin-right: 0;
	padding-right: 0;
	padding-right: 25px;
	
}

#mainText p {
	
	padding: 5px 0;	
}

	
#mainNav {

	list-style: none;
	position: relative;
	top: 0px;
	left: 0px;
	width: 625px;
	background-image: url(images/menu_background.jpg);
	background-repeat: repeat-x;
	height: 31px;
}
	
	
#mainNav li {
			
	text-align: center;
	display: inline;
	line-height: 30px;
	
}	

	
#mainNav li a {
		

	color: #FFFFFF;		
	text-decoration: none;
	font-size: 13px;
	padding: 0 11px;
	font-weight: ;
	letter-spacing: 0px;

}
	
#mainNav li a:hover {
		
	color: #FDFD27;	
				
}	


#pawPointer {
	
	position: absolute;
	top: 30px;
	z-index: 100;	
	display: none;
	
}


#slideshowHolder {
		
	position: relative;
	width: 625px;
	margin-top: 15px;
	
				
}
	

#slideShowContainer {
	
	position: relative;	
	width: 625px;

	background-image: url(images/opening_holder.jpg);
	background-repeat: no-repeat;	
}



#openingTextHolder {
	
	position: relative;
	padding-bottom: 10px;

}


#openingTextHolder h2 {
	
	padding-bottom: 15px;	
	
}


#openingTextHolder h2 span {
	
	color: #EA3311;	
}


#openingText {
	
	width: 410px;
	padding-top: 15px;
	border-right: 1px dotted #737373;
	padding-right: 10px;
	
}

#openingText p {
	
	text-align: justify;
	
}


#topMask {
	
	position: absolute;
	top: 352px;
	left: 720px;
	z-index: 100;
	height: 17px;
	border: 0px solid red;	
	
}


#floatRightText {
	
	float: right;
	position: relative;	
	width: 190px;
	top: 0px;
	left: 0px;
	padding-top: 15px;
	
}

#floatRightText div {
	
	border-bottom: 1px dotted #737373;
	padding-bottom: 20px;
}


#floatRightText div.noBorder {
	
	border-bottom: 0px dotted #737373;
	
}


#floatRightText p {
	
	padding: 5px 0;	
	
}

#floatRightText ul {

	list-style: none;
	margin-right: 15px;
	margin-bottom: 15px;
	
	
}

#floatRightText ul li {

	border-bottom: 1px dashed #737373;
	padding: 10px 0;	
}



#customerFeedbackLink {
	
	position: absolute;
	bottom: 0;
	left: 0;
	width: 298px;
	height: 152px;	
	
}

#readReviews {
	
	position: absolute;
	right: 10px;
	top: 100px;
		
}



#productExamples {
	
	list-style: none;
	width: 420px;	
	margin-bottom: 15px;
	
}


#productExamples li {
	
	display: inline;
	cursor: pointer;
	padding-right: 4px;
}

h2.headerText {
	
	font: normal normal bold 12px Arial, Geneva, sans-serif; 
	
	color: #666666;
}

.headerText img {
	

	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer;

}

div.gallery {
	
	border-bottom: 1px dotted #737373;
	padding-bottom: 15px;
	margin-top: 10px;
	
	
}

#footer {
	
	width: 960px;
	margin-left:   auto;
	margin-right:   auto;
	display: block;
	background-image: url(images/footerBackground.jpg);
	background-repeat: repeat-y;
	background-position: top;
	height: 130px;
	position: relative;
	
}


#footer ul li {

	color: white;	
	padding: 2px 0;
}	

#footer ul li span {

	font-weight: bold;

}


#footerAddress {
	
	list-style: none;
	position: absolute;
	top: 20px;
	right: 00px;	
	width: 200px;
}

#footerContact {
	
	list-style: none;
	position: absolute;
	top: 20px;
	left: 500px;	
	width: 250px;	
}

#registrationLogos {
	
	position: absolute;
	top: 20px;	
}