<!--
/* GLOBAL STYLES */
body 
{
	margin: 0px;
	background-image:url(../images/bg-gradient.gif);
	background-repeat:repeat-x;
	background-color:#f9f8ef;
}

body, div 
{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #222222;
	font-size: 11px;
}

img
{
	border: 0px;
}

form {
	display: inline;
	padding:0px;
}

input, select, textarea {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:11px;
	line-height:normal;
}

/* SITE CONTAINER */

div.site 
{
	margin: 0 auto;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image:url(../images/bottom-right-horse.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* Logo image */
div.logo 
{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 238px;
	height: 37px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}

div.logo a
{
	width: 238px;
	height: 37px;
	display:block;
}

div.topDivider 
{
	position: absolute;
	top: 66px;
	left: 10px;
	width: 534px;
	height: 2px;
	background-image:url(../images/divider.gif);
	background-repeat:no-repeat;
}

div.mainNav 
{
	position: absolute;
	top: 87px;
	left: 10px;
	width: 160px;
}

div.content
{
	position: absolute;
	top: 84px;
	left: 170px;
	width: 506px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 2px solid #f6f4e6;
	border-top: 0px;
	border-right: 0px;
}

/* HEADER */

.navHeader
{
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 5px;
}

/* LINKS */
a { 
	color: #3d2323; 
	text-decoration: underline; 
}
a:hover { 
	color: #724c4c; 
	text-decoration: none; 
}
	

/* TITLE AREA */

div.titleArea 
{
	position: absolute;
	width: 100px;
	height: 50px;
	background-color:#dddddd;
	top: 20px;
	left: 20px;
	padding: 8px;
	display: none;
}


/* CATEGORY NAV AREA */

div.catNav
{
	position: absolute;
	width: 428px;
	background-color: #EEEEEE;
	/*top: 120px;
	left: 20px;*/
}
.thumbImg
{
	vertical-align:middle;
}

/* CATEGORY NAV LINKS */

a.catLink  { 
	width: 166px; 
	height: 160px; 
	line-height:160px;
	font-size:160px;
	display: block;
	text-align:center;
	float:left;
	margin-right:1px;
	margin-bottom:1px;
	background: #f9f8ef; 
}
*>a.catLink {
	font-size:12px;
}
a.catLink:hover { 
	background: #ebe9de; 
}

a.catLinkHigh { 
	width: 166px; 
	height: 160px; 
	line-height:160px;
	font-size:160px;
	display: block;
	text-align:center;
	float:left;
	margin-right:1px;
	margin-bottom:1px;
}
*>a.catLinkHigh {
	font-size:12px;
}
a.catLinkHigh:hover { 
	background: #EEEEEE;
}


/* MAIN NAV LINKS */

.nav { 
	font-size: 14px; 
	border: 0px; 
	font-weight: bold; 
	text-indent: 20px; 
}
.nav a { 
	display: block; 
	width: 100%; 
	height: 20px;
	line-height:20px;
	text-indent: 20px;
	color: #3d2323; 
	text-decoration: none; 
	border: 0px; 
}
.nav a:hover { 
	color: #000000; 
	text-decoration: none; 
	background-image:url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
.navhigh { 
	font-size: 14px; 
	border: 0px; 
	font-weight: bold; 
	text-indent: 20px; 
	background-image:url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
.navhigh a { 
	display: block; 
	width: 100%; 
	height: 20px;
	line-height:20px;
	text-indent: 20px;
	color: #724c4c; 
	text-decoration: none; 
	border: 0px; 
}
.navhigh a:hover { 
	color: #3d2323; 
	text-decoration: none; 
}

/* COMMON ELEMENTS */

img.pageRightImg
{
	float:right;
}


/* Detail Page */
div.detailTitle {
	font-size:18px;
	font-weight:bold;
	margin:4px 0px 8px 0px;
}

img.detailImg {
	border-top:10px solid #ffffff;
	border-right:10px solid #ffffff;
	border-bottom:10px solid #ffffff;
}

/* Store Page */

div.storeHeader {
	font-size:18px;
	margin: 15px 0px 5px 0px;
}



-->
