/* CSS Document */
body{
	background-color:#ffffff;
	margin-top: 35px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	}

	
#logo{
	width:800px;
	height: 99px;
	padding:0;
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	text-align: left;
	}

#topBar{
	height: 32px;
	width: 100%;
	background-image:url(images/topBarBG.jpg);
	background-repeat:repeat-x;
	padding:0;
	position:relative;
	}

#contentHolder{
	width: 100%;
	background-color:#ad533d;
	padding:0;
	position:relative;
	overflow:hidden;
	}

#content{
	width:800px;
	background-color:#ffdd9c;
	background-image:url(images/SoleBG.jpg);
	padding-bottom: 50px;
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	text-align:left;
	overflow:hidden;
	}

img { -ms-interpolation-mode: bicubic; }


/* Menu Styles*/
#menu{
	background-image:url(images/menuBackground.jpg);
	background-repeat:repeat-y;
	width: 147px;
	position: absolute;
	left: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}

#menuFooter{
	background-image:url(images/menuFooter.jpg);
	width: 147px;
	height: 19px;
	position: relative;
	margin:0;
	}

ul {
	padding: 0;
	margin-top: 15px;
	margin-left: -2px;
	list-style: none;
	margin-bottom: 0px;
	width: 146px;
	}
	
ul li {
	position: relative;
	margin-left:5px;
	padding-left: 5px;
	}
li ul {
	position: absolute;
	left: 129px;
	top: -15px;
	display: none;
	width: 120px;
	padding-left:0px;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color:#C96737;
	padding: 8px 8px 5px 8px;
	border-bottom: 0;
	}

ul li a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color:#C96737;
	padding: 8px 8px 5px 8px;
	border-bottom: 0;
	font-style:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}
.bottomItem{
	padding-bottom:0px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
li:hover ul, li.over ul { 
	color: #ffdd9c; display: block;}

body#home a#homenav,
body#shop a#shopnav,
body#designers a#designersnav,
body#about a#aboutnav,
body#customer a#customernav,
body#sale a#salenav,
body#contact a#contactnav {
color: #ffdd9c;
background-repeat:no-repeat;
}

/* End Menu */

/*Home Page Styles */

.homePage{
	height: 400px;
	}

#mainHomeImage{
	border: 1px solid #ad533d;
	top: 24px;
	left: 221px;
	position: absolute;
	width: 363px;
	height: 255px;
}
	

#homeImage1{
	border: 1px solid #ad533d;
	top: 24px;
	left: 598px;
	position: absolute;
	width: 174px;
	height: 255px;
}
	
#homeImage2{
	border: 1px solid #ad533d;
	top: 294px;
	left: 34px;
	position: absolute;
	width: 174px;
	height: 131px;
}

#homeImage3{
	border: 1px solid #ad533d;
	top: 294px;
	left: 221px;
	position: absolute;
	width: 174px;
	height: 131px;
}

#homeImage4{
	border: 1px solid #ad533d;
	top: 294px;
	left: 410px;
	position: absolute;
	width: 174px;
	height: 131px;
}

#homeImage5{
	border: 1px solid #ad533d;
	top: 294px;
	left: 598px;
	position: absolute;
	width: 174px;
	height: 131px;
}
	
#footer{
	height: 32px;
	width: 100%;
	background-color: #cd6347;
	padding: 0;
	margin:0;
	position:relative;
	}
	
#footerText{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	top: 10px;
	letter-spacing: 2;
	position:relative;
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	}
	
/* Styles for Shop Pages */

#breadcrumbs{
    color: #000000;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom: 20px;
}

#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
    text-decoration: none !important; 
	font-weight: bold; 
	font-style:normal;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #cd6347;
}

#continue a:link, #continue a:active, #continue a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	color:#C96737;
	font-style:italic;
	position: relative;
	}

#shopContainer{
	width: 586px;
	position:relative;
	margin-right: 10px;
	top: 15px;
	float:right;
	}

#shopMenu{
	width: 585px;
	height: 52px;
	top: 0px;
	left: -13px;
	position: relative;
	}
	
#shopObject{
	position:relative;
	top: 10px;
	}

#shopContentHolder{
	width: 100%;
	background-color:#ad533d;
	padding:0;
	position:relative;
	overflow:hidden;
	}

#shopContent{
	width:800px;
	background-color:#ffdd9c;
	background-image:url(images/SoleBG.jpg);
	padding-bottom: 50px;
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	text-align:left;
	overflow:hidden;
	}

#productListing{
	width: 168px;
	height: 215px;
	position: relative;
	float:left;
	text-align:center;
	padding-top: 8px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color:#FFFFFF;
	border: 1px solid #cd6347;
	padding-left: 2px;
	padding-right: 2px;
}

#shoeGraphic{
	float:left;
	border: 1px solid #cd6347;
	margin-bottom: 28px;
	}
	
#handbagGraphic{
	float:left;
	border: 1px solid #cd6347;
	margin-bottom: 20px;
	margin-right: 28px;
	}
	
#saleGraphic{
	float:left;
	border: 1px solid #cd6347;
	margin-bottom: 20px;
	}


/*Ditto Navigation Options*/

.greyText{
    color: #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#ditto_pages{
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	clear:both;
	margin-bottom: 20px;
	}

#ditto_pages .ditto_currentpage {
    margin-right: 3px;
    color: #fff;
	background-color:#cd6347;
	padding-left:5px;
	padding-right: 5px;
	padding-top:2px;
	padding-bottom: 2px;
	font-weight:bold;

} 

#ditto_pages b{
	color:#cd6347;
	}
	
#ditto_pages .ditto_off {
    margin-right: 3px;
    color: #cd6347;
	font-style:normal;
	background-color:#FFFFFF;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    margin-right: 3px; 
    text-decoration: none !important; 
	font-weight: bold; 
    color: #cd6347;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;
	padding-left:5px;
	padding-right: 5px;
	padding-top:2px;
	padding-bottom: 2px;
} 

#ditto_pages a:hover{
	color: #fff;
	background-color:#cd6347;
	padding-left:5px;
	padding-right: 5px;
	padding-top:2px;
	padding-bottom: 2px;
}

/*Ditto navigation options */

.imageBorder{
	border: 1px solid #888;
}

td {
	border-right: 1px solid #cd6347;
	border-bottom: 1px solid #cd6347;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
	height:175px;
	text-align:center;
}

#shopCaption {
color:#AD543C;
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#shopCaption a{
color:#AD543C;
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration:none;
}

#shopPrice {
color:#333333;
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

table {
	border-left: 1px solid #cd6347;
	border-top: 1px solid #cd6347;
	}
	
table.other{
	border: 0;
	position:relative;
	left: -10px;
	top: -10px;
	}

td.other{
	border: 0;
	text-align:left;
	color:#000000;
}

a:link.other, a:ctive.other, a:visited.other{
	color:#cd6347;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
}

/*Styles for Product Pages  */

#productContainer{
	width: 565px;
	height: 250px;
	border: 1px solid #cd6347;
	background-color:#FFFFFF;
	margin-top: 15px;
	position: relative;
	}
	
#mainProductImage{
	width: 200px;
	height: 200px;
	position: absolute;
	top:28px;
	left: 28px;
	border: 1px solid #888;

	}
	
#productThumb1{
	width: 50px;
	height: 50px;
	position: absolute;
	top:28px;
	left: 243px;
	}


#productThumb2{
	width: 50px;
	height: 50px;
	position: absolute;
	top:104px;
	left: 242px;
	}

#productThumb3{
	width: 50px;
	height: 50px;
	position: absolute;
	top:178px;
	left: 243px;
	}

#productContent{
	width: 200px;
	position: absolute;
	top:30px;
	left: 315px;
	}
	
#productCaption {
color:#AD543C;
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#productDescription {
color:#000000;
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

#productPrice {
color:#333333;
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

/*Styles for non-shop pages*/

#nsContentContainer{
	width: 565px;
	border: 1px solid #cd6347;
	background-color:#FFFFFF;
	position: relative;
	}

#nsContent{
	margin: 10px 20px;
	position: relative;
	text-align: left;
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	overflow:hidden;
}

#nsImages{
	float: right;
	position:relative;
	width:150px;
	}
	
#nsLeft{
	float: left;
	position:relative;
	width:350px;
	overflow:hidden;
	}
	
h1.pageTitles{
	color:#AD543C;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	text-transform: uppercase;
	font-style:normal;
}
	
/* Styles for Lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(images/lightbox/prev.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(images/lightbox/next.gif) right 15% no-repeat;}
/*#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }*/


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
