body {
	color: #683416;
	font-size: 14px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background-color: #AAE3FE;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}

p, ul, li, td, a {
	color: #683416;
	font-size: 14px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

h1 {
	padding: 0px 0px 0px 0px;
	color: #683416;
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	font-weight: lighter;
}

h2 {
	color: #683416;
	font-size: 17px;
	margin-bottom: 0px;
	margin-top: 10px;
}

td {
	vertical-align: top;
}

table.wrapper {
	width: 903px;
}

td.hmcontent {
	width: 100%;
	padding: 25px;
	background-color: #FFFFFF;
}

td.hmcontent p {
	width: 450px;
}

td.content {
	width: 100%;
	padding: 25px;
	background-color: #FFFFFF;
}

td.colorchart {
	padding-left: 4px;
	background-color: #FFFFFF;
}

td.content p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

td.bowcontent {
	padding-left: 20px;
}

p.price {
	font-weight: bold;
	padding-bottom: 25px;
}

td.price {
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.nopadding {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

td.boxleft {
	background-image: url(images/box_left.gif);
	background-repeat: repeat-y;
}

td.boxright {
	background-image: url(images/box_right.gif);
	background-repeat: repeat-y;
}

td.nav {
	width: 194px;
	background-image: url(images/bg_nav.gif);
	background-repeat: repeat-y;
}

#footer {
	margin-top: 30px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
}

p.footer {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

ul.list {
	margin-left: 30px;
	padding-left: 0px;
}

ul.list li {
	padding-bottom: 4px;
}

a:link, a:visited {
	color: #333333;
}

a:hover {
	color: #CC3300;
	text-decoration: none;
}

/* Highslide Styles -- Always put at bottom of Stylesheet */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: #999999;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}