html {overflow-y: scroll;}

form {display: inline;}

body { 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-image: url(../images/bgnd.gif);
	background-repeat: repeat-x;
	background-color: #ede8e2; 
	margin: 0px;
	}

a { color: #362f2d;
	background-color: transparent;
	}

a img { border: none;
	}

a:link, a:visited { 
	text-decoration: none;
	}

a:hover, a:active { 
	text-decoration: underline;
	}

div.clearingDiv { 
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
	}

#content { 
	width: 980px;
	margin: auto;
	background-color: #ffffff;
	
	/*border: 1px solid red;
	overflow:auto;*/
	
	
	}



/**********************************
Site navigation top content
***********************************/


#content #topnav { 
	width: 965px;
	float: left;
	height:101px;
	/*margin-right:15px;
	border: 2px solid red;*/
	border: none;
	}


#content #topnav #logo { 
	width: 250px;
	height:101px;
	float: left;
	display: block;
	margin-bottom: 0px;
	}
	


#content #topnav #logo a.logolink { 
	display: block;
	}


#content #topnav #logo a.logolink img { 
	width: 250px;
	height: 101px;
	}
	
	
	
/* The Top Right Area*/



#content #topnav #contentTopRight { 
	float: right;
	height: 30px;
	}



#content #topnav #contentTopRight .siteLinksList {
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 0px;
	white-space:nowrap;
	list-style-type:none;
	display: inline;
	}


	
/********************************* 
SEARCH
*********************************/
	
#content #topnav #contentTopRight .siteLinksList #freetext_search_box { 
	border: none;
	background-image: url(../images/search_bgnd_trim.png);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 128px;
	height: 17px;
	margin-top: 10px;
	margin-right: 0px;
	padding-top: 1px;
	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px; 
	color: #222222;
	vertical-align: top;
	text-indent: 5px;
	}

#content #topnav #contentTopRight .siteLinksList input.button { 
	border: none;
	background-color: transparent;
	background-image: url(../images/search_go_trim.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	display: inline;
	height: 17px;
	width: 19px;
	vertical-align: top;
	margin-top: 10px;
	}
	
	
#ieOnly #content #topnav #contentTopRight .siteLinksList input.button { 
	border: none;
	background-color: transparent;
	background-image: url(../images/search_go_trim.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	display: inline;
	height: 17px;
	width: 19px;
	vertical-align: top;
	margin-top: 11px;
	}
#content #topnav #contentBottomRight { 
	height: 33px;
	float: right;
	margin-top: 31px;
	width: 700px;
}

#content #topnav #contentBottomRight .productLinksSet{ 
	height: 33px;
	float: right;
}
#content #topnav #contentBottomRight .productLinksSet li { 
	white-space:nowrap;
	list-style-type:none;
	display: inline;
	/*margin-left: 7px;;*/
	font-weight: normal;
	font-size: 36px;
	}

#content #topnav #contentBottomRight .productLinksSet  li a { 
	background-repeat: no-repeat;
	}
	
#content #topnav #contentBottomRight .productLinksSet .productLinkWomen a { 
	background-image: url(../images/1_women_off.png);
	}
#content #topnav #contentBottomRight .productLinksSet .productLinkWomen a:hover { 
	background-image: url(../images/1_women_on.png);
	}
#content #topnav #contentBottomRight .productLinksSet .productLinkWomen a img { 
	height: 33px;
	width: 95px;
	}

#content #topnav #contentBottomRight .productLinksSet .productLinkGirls a { 
	background-image: url(../images/2_girls_off.png);
	}
#content #topnav #contentBottomRight .productLinksSet .productLinkGirls a:hover { 
	background-image: url(../images/2_girls_on.png);
	}
#content #topnav #contentBottomRight .productLinksSet .productLinkGirls a img { 
	height: 33px;
	width: 72px;
	}

#content #topnav #contentBottomRight .productLinksSet .productLinkMenBoys a { 
	background-image: url(../images/3_menboys_off.png);
	}
#content #topnav #contentBottomRight .productLinksSet .productLinkMenBoys a:hover { 
	background-image: url(../images/3_menboys_on.png);
	}
#content #topnav #contentBottomRight .productLinksSet .productLinkMenBoys a img { 
	height: 33px;
	width: 127px;
	}

#content #topnav #contentBottomRight .productLinksSet .productLinkAccessories a { 
	background-image: url(../images/4_accessories_off.png);
	}
#content #topnav #contentBottomRight .productLinksSet .productLinkAccessories a:hover { 
	background-image: url(../images/4_accessories_on.png);
	}
#content #topnav #contentBottomRight .productLinksSet .productLinkAccessories a img { 
	height: 33px; 
	width: 136px;
	}
	
#content #topnav #contentBottomRight .productLinksSet .productLinkDanceshoes a { 
	background-image: url(../images/5_danceshoes_off.png);
	}
#content #topnav #contentBottomRight .productLinksSet .productLinkDanceshoes a:hover { 
	background-image: url(../images/5_danceshoes_on.png);
	}
#content #topnav #contentBottomRight .productLinksSet .productLinkDanceshoes a img { 
	height: 33px; 
	width: 131px;
	}


/******************************** 
Main content
*********************************/

#content #contentMiddle { 
	clear: both;
	background-color: #d7d0c7;
	/*overflow:auto;*/
	width: 980px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}


/********************************
Side product menu
*********************************/


#menu { 
	
	width: 194px;
	float: left;
	overflow:auto;
	border: none;
	clear: left;
	}



#menu #leftnav { 
	margin: 17px 17px 10px 0px;
	/*margin: 17px 0px 10px 0px;*/
	list-style-type: none;
	border: none;
	text-align: right;
	line-height: 20px;
	//overflow:auto;
	}
	

#menu #leftnav ol { 
	list-style-type: none;
	font-weight: bold; 
	color: #dc4503;
	border: none;
	font-size: 10px;
	line-height: 23px;
	}

#menu #leftnav li { 
	list-style-type: none;
	color: #241005;
	margin: 0px;
	border: none;
	font-size: 10px;
	line-height: 20px;
}

#menu #leftnav li.selected { 
	font-weight: 900;
}


/***********************************
Large feature pane 
************************************/

#featurePane { 
	float: left;
	width: 786px;
	background-color: #ffffff;
	/*overflow:auto;
	border: 2px solid green;
	padding-left: 2px;*/
	clear: right;
}
	

/**********************************
Bottom links lists
***********************************/

#content #bottomNav { clear: both;
	height: 50px;
	background-color: #5e4f46;
	}

#content #bottomNav .bottomNavArea { 
	float: left;
	margin: 8px 9px 8px 9px;
	}

#content #bottomNav #copyright { 
	float: left;
	width: 155px;
	}
	
#content #bottomNav #smallLinks { 
	display: block;
	float: right;
	text-align: right;
	color: #ffffff;
	width: 770px;
	}
	

#content #bottomNav .bottomNavArea ul { 
	display: block;
	list-style-type: none;
	border: none;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	}



#content #bottomNav .bottomNavArea ul li { 
	list-style-type: none;
	margin: 0px;
	border: none;
	font-size: 10px;
	line-height: 20px;
	color: #ffffff;
	}

#content #bottomNav .bottomNavArea ul li a { 
	color: #ffffff;
	font-weight: normal;
	background-color: transparent;
	}
