/* ************* Remove default paddings from all elements *****************/

* {
	margin:0;
	padding:0;
	text-decoration: none;
	
	}

/* ************* end Remove default paddings from all elements *****************/



/* *************force scrollbar (to eliminate 'jump in Safari)*****************/

html { min-height: 100%; margin-bottom: 1px;
	}

/* ************* end force scrollbar *****************/






/* ************* body styles *****************/

body{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color:#F9C49F;
	line-height:140%;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-y;
	padding-bottom:30px;
	background-position: center top;
	padding-top:10px;
	color: #333333;
	}

/* ************* end body styles*****************/


/* ************* paragraphs and headings *****************/

h1#toplogo{
	height:190px;
	margin:0;
margin-left:-10px;
	text-indent:-9999px;
	padding:0!important;
	background-image: url(images/toplogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

#content h2 {
	
	font-size: 1.4em;
	color: #DD85B9;margin-bottom:10px;margin-top:10px;
}





p{
	font-size:1.1em; 
	margin: 5px 0 12px 0; 
	line-height:140%;
	}

p.separate{margin: 25px 0 10px;}
p.shoelist{width:140px; float:left;}
p.clear{clear:both;}
p.subfooter{
	border-top: solid 1px #F37021;	color:#F37021 ;
	padding-top:20px; margin-top:40px;}

#menu p{margin-top:425px; font-size:0.9em; margin-left:18px; color:#F59357;}
#menu p a{color:#F59357;}

#menu ul{
	list-style-type: none;
}


/* ************* end paragraphs and headings *****************/


/* ************* main divisions *****************/



#wrapper{
	position:relative;
	margin: 0px auto 20px;
	width:765px;
	}

#topflash{position:absolute; width:140px; height:140px;top:10px; left:607px;}

#content{
	width:580px;
	
	float: right;
	}

#content div{
	margin-right:50px;
	
	padding-bottom:20px;
}

#menu{
	width:155px;
	float:left;
	height:500px;
	
	
	background-image: url(images/brands.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#footer {border:none!important;padding-bottom:0!important;
	

		}
		
#footer p{margin-top:30px;color:#ED591A;}		

#content img{border:solid 1px #fff; padding:6px;}



/* ************* end main divs *****************/


/* ################# links (anchor tags) ###################*/

 a{
	color: #F37021; text-decoration:underline;
	}
	
	
h1#toplogo a{position:absolute;
	width:543px;
	height:95px;
	top:20px; left:50px;
	}		
	
#topnavigation a{color:#fff;text-decoration:none;font-size:1.2em;}

/* ################# end links (anchor tags) ################### */



	
#menu ul{
	
	margin-top:20px;
	background: url(images/ulbg.gif) no-repeat right bottom;
}

#content ul{margin-left:15px;}
#content ul li{font-size:1.1em; margin-bottom:8px;}
