/* CSS Document */
body {
	background-color: #eaddba;
	margin: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

a 			{ color: #883420; font-weight: bold; text-decoration: underline; }
a:visited 	{ color: #883420; }
a:hover 	{ color: #000000; }

img 		{ border-width: 0px; }

p 			{ }
p.indent	{ text-indent: 15px; }
h1 {
	font-size: 150%;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #66CCff;
}
h2 {
	font-size: 135%;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	margin: 5px 0;
}
h3 {
	font-size: 120%;
	font-variant: small-caps;
	font-style: italic;
	margin: 5px 0;
}
h4 {
	font-size: 100%;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	margin: 5px 0;
}
/* Bottom borders for headers */
.hLineCyan1  { border-bottom: 1px solid #6Cf; }
.hLineCyan2  { border-bottom: 2px solid #6Cf; }
.hLineBlack1 { border-bottom: 1px solid #000; }
.hLineBlack2 { border-bottom: 2px solid #000; }
.hLineWhite1 { border-bottom: 1px solid #fff; }
.hLineWhite2 { border-bottom: 2px solid #fff; }

li	{ list-style-type: none; }

#leftNav {
	margin: 0;
	padding: 0px;
	vertical-align: top;
	width: 180px;
}

#mainContent {
	margin: 0;
	padding: 0px;
	vertical-align: top;
	width: 590px;
}
#mainContentInner {
	margin: 0 0 0 0px;
	padding: 0px;
	border: solid red 0px;
}

.headerText { text-align: center; margin: 20px 0; }
/********************* Layout Elements *************************/ 


#breadCrumb {
	font-style:oblique;
	color: #666;
	margin: 5px 0 0 10px;
}
/* Classes **************************************************************/

.clear {
	clear: both;
}

.dropShadow {
	margin: 4px -3px 0 0;
	background: #fff url(../images/dropshadow.gif) no-repeat bottom right;
	line-height: 0;
	display: inline;
	float: right;
	border: solid red 0px;
}
.dropShadow img {
	float: none;
	margin: 0;
	background: #fff;
	padding: 0px;
	border: solid #883420 1px; 
	position: relative;
	left: -3px;
	top: -4px;
	
}

/* Designs **************************************************************/
#mainContentInnerDesigns {
	margin: 0 0 0 0px;
	padding: 0px;
	border: solid red 0px;
	float: left;
}
#designsTitle {
	border: solid red 0px;
	display: inline;
	float: left;
}
#designsNav {
	border: solid red 0px;
	display: block;
	float: right;
	margin-top: 15px; 
	vertical-align: middle;
	text-align: center;
}
.designsNavArrow {
	border: solid red 0px;
	display: inline;
	margin: 0 5px;
	vertical-align: middle;
}
#designsNavDDL {
	border: solid black 1px;
	display: block;
	margin-top: 5px;
	background-color: #352d27;
	color: #fff;
	font-size: 12px;
}


#designsImagery {
	border: solid red 0px;
	clear: both;
	margin-left: 10px;
}
#designsCollage {
	border: solid red 0px;
	width: 580px;
	height: 300px;
}
#designsDesc {
	border: solid red 0px;
	margin-top: 2px;
	display: inline;
	width: 580px;
	height: 135px;
}

/******************************** Accessories */
.accItem { 
	background-color:#f5eedd; border: solid #883420 1px; margin-bottom:10px; padding: 10px; float:left;
	border-right-color: #661c0b; border-bottom-color: #661c0b; display: block;
}
.accDesc {
	float: left; width: 400px; display: inline; border: solid red 0px;
}
	.accDesc ul {
		margin: 0px;
		padding: 0px;
	}
	.accDesc ul li {
		margin: 5px;
		padding: 0px;
	}

/* This class added to each access. image prior to creating drop shadow classes about (line 89) */
.accImg {
	border: solid #883420 1px; float: right; display: inline;
}