BODY {
	color : #483D8B;
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	}

A {
	color : #1E90FF;
	background-color : inherit;
	}

A:HOVER {
	color : Red;
	background-color : inherit;
}

a img {
	border : 1px dotted #FFB6C1;
}
a img:hover {
	border : 1px solid Red;
}

/*THIS IS THE MAIN PAGE BACKGROUND*/
#backwrap {
	background-image : url(images/bonepattern.gif);
	padding : 0;
	margin : 0;
	}
/*END PAGE BACKGROUND*/

/*BEGIN CONTAINER FOR PAGE ELEMENTS*/
#container {
	margin : 0 auto;
	text-align : left;
	width : 770px;
	position : relative;
	padding : 0;
	background : url(images/titlebkgrnd.jpg) no-repeat;
	background-color : White;
	color : inherit;
	}

/*BEGIN HEADER SECTION*/
#header {
	position : relative;
	width : 770px;
	height : 172px;
	background : url(images/headerbac.gif) no-repeat;
	}
	
 h1.swap {
	background : url(images/Hubbard_logo.gif) no-repeat;
	height : 72px;
	margin : 10px 0 0 10px;
	}

h1.swap span {
	display : none;
}

h2.swap {
	background : url(images/slogan.gif) no-repeat;
	height : 32px;
	margin : 0px 0px 0px 10px;
	}

h2.swap span {
	display : none;
}

/*MAIN NAVIGATION LINKS*/
#navbar {
	list-style-type : none;
	width : 400px;
	float : left;
	margin : 20px 0 0 10px;
	padding : 0;
	height : auto;
	font : normal 100% Arial, Helvetica, sans-serif;
	}

#navbar li {
	display : inline;
	background-color : transparent;
	text-decoration : none;
	margin : 0;
	}
/*END MAIN NAVIGATION*/
/*END HEADER SECTION*/

/*BEGIN SIDE NAVIGATION LINK PANEL*/
.blside {
	background : url(images/botmLcrnr.gif) 0 100% no-repeat;
}

.brside {
	background : url(images/dot.gif) 100% 100% no-repeat;
}

.tlside {
	background : url(images/topLcrnr.gif) 0 0 no-repeat;
}

.trside {
	background : url(images/dot.gif) 100% 0 no-repeat;
	padding : 20px 20px 20px 20px;
	}

#side-nav {
	background-color : White;
	float : right;
	width : 160px;
	margin : 0 0 0;
	padding : 0;
	color : #483D8B;
	display : inline;
	}

#fancydressbutn {
	height : 100px;
	width : 100px;
	padding : 0 0 10px 10px;
}
#designerbutn {
	height : 100px;
	width : 100px;
	padding : 0 0 10px 10px;
}
#standardbutn {
	height : 100px;
	width : 100px;
	padding : 0 0 10px 10px;
}
#whippetbutn {
	height : 100px;
	width : 100px;
	padding : 0 0 10px 10px;
}
#accessoriesbutn {
	height : 100px;
	width : 100px;
	padding : 0 0 10px 10px;
}
/*END SIDE NAVIGATION LINK PANEL*/


#content {
	padding : 0 0 0 0px;
	background : #FFF1FB;
	font : normal normal normal 1em Arial, Helvetica, sans-serif;
	line-height : 1.5em;
	margin : 0 0px;
	width : 585px;
	}
	
.t {
	background : url(images/dot.gif) repeat-x top;
	width : 100%;
}

.b {
	background : url(images/dot.gif) repeat-x bottom;
	width : 100%;
}

.l {
	background : url(images/dot.gif) repeat-y left;
	width : 100%;
}

.r {
	background : url(images/dot.gif) repeat-y right;
	width : 100%;
}

.blcont {
	background : url(images/dot.gif) 0 100% no-repeat;
}

.brcont {
	background : url(images/botmRcrnr.gif) 100% 100% no-repeat;
}

.trcont {
	background : url(images/topRcrnr.gif) 100% 0 no-repeat;
	padding : 20px 20px 20px 20px;
}

.clear {
	font-size: 1px; height: 1px
}

#signature {
	text-align : right;
	font-weight : bold;
}

.coatsamplist {
	width : 530px;
	margin : 10px 0 10px 0;
	padding : 10px 5px 5px 10px;
	border : 1px solid Black;
	background : #FAF0E6;
	min-height : 210px;
	}

img.coatsamp {
	width : 200px;
	height : 200px;
	float : left;
	margin : 0 10px 0 0;
	}

/*BEGIN FOOTER CONTENTS*/
#footer {
	text-align : left;
	clear : both;
	width : 770px;
	padding : 8px 2px 2px 2px;
	min-height : 50px;
	font : lighter smaller Arial, Helvetica, sans-serif;
	background : White;
	color : inherit;
	}

.hamster-logo {
	float : right;
	margin : 5px 5px 5px 20px;
	background-color : transparent;
	display : inline;
	}

#copyright {
	float : left;
	display : inline;
	width : 700px;
	margin : 5px 5px;
	padding : 0;
	background-color : inherit;
	color : inherit;
}	
/*END FOOTER CONTENTS*/

