<!--craneechotack.com-->

/* COLORS:
   blue/green: #6cbfba
   maroon/purple: #8f484e
*/


A{color:#000000;}
A:link{text-decoration:none; color:#000000;}
A:visited{color:#000000; text-decoration:none;}

body {
	font-family:Arial, Helvetica, sans-serif;
}

p {
   padding:0 10px 0 10px;
}

#container {
	margin:auto;
    width: 900px;
}

#header {
	background-image: url(images/header2.gif);
	background-repeat: no-repeat;
	width: 900px;
	height: 150px;
}

#navBar {
	background: url(images/navBar.gif);
  	float:left;
	width:160px;
	height: 680px;
}

#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navBar li {
	border: 1px solid #ffffff;
}

ul li {
	font-size:20px;
}

#subMenu li a:link, #subMenu li a:visited {
	font-size:15px;
}

.subLink{
	padding:0 0 0 20px;
}

#navBar li a:link, #navBar li a:visited  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #8f484e;
	color: #FFFFFF;
	text-decoration: none;
}

#navBar li a:hover {
	background-color: #6cbfba;
	color: #FFFFFF;
}

#mainSection {
    padding-top:10px;
	float:right;
	width:720px;
}

#indexTitle {
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

#leftColumn {
	float:left;
}

#rightColumn {
	float:right;
}

#introParagraph{
	font-weight:bold;
	text-align:justify;
}
	
#footwearPicture{
	float:left;
	width:360px;
	padding-left:30px;
}

#clothingPicture{
	float:left;
	width:390px;
	padding-left:20px;
}

#horsewearPicture{
	float:left;
	width:390px;
	padding-left:30px;
}

#accessoriesPicture{
	float:left;
	width:330px;
	padding-left:50px;
}

#footwearList {
	float:right;
	width:145px;
}

#clothingList {
	float:right;
	width:160px;
}

#horsewearList {
	float:right;
	width:150px;
}

#accessoriesList {
	float:right;
	width:190px;
}

#brands {
	margin:auto;
}

#brandsImage{
	height:300px;
	background-image:url(images/logo_content.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#map {
	clear:both;
	margin:auto;
	border: solid #8f484e 4px;
	width:596px;
	height:450px;
}

.productDescription{
	font-size:16px;
	font-weight:bold;
}

.listHeader{
	font-weight:bold;
}

#directions {
	padding-left:20px;
}

/*center content area*/

.contentBoxSmall{
  	background: url(images/headersmall.png) no-repeat;
	width:300px;
}

.contentBoxMedium{
  	background: url(images/headermedium.png) no-repeat;
	width:344px;
}

.contentBoxLarge{
  	background: url(images/headerlarge.png) no-repeat;
	width:600px;
}

.contentHeaderText{
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	padding:6px 20px 0 20px;
}

/*end of center content area*/

#footer{
	color:#999999;
	font-style:italic;
	text-align:center;
	width: 900px;
	margin: auto;
	clear:both;
}


