/**
* Ballet Trade
* Layout CSS				
*

/* ---------------------------------- */
/* DEFAULT STYLES      */   
/* ---------------------------------- */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a{ 
	margin: 0; 
	padding: 0; 
	border: 0; 
	}
	a{
	text-decoration:none;
	}
	a:hover{
	text-decoration:none;
	}
	
	
body{
	font-size: 100.01%;
	background-color:#525051;
	font-family: Arial, Helvetica, sans-serif;
	}

#container{
	width:995px;
	margin:0 auto;
	}
	
	
img { behavior: url(iepngfix.htc); }
	
/* ---------------------------------- */
/* NAV STYLES 			  */   
/* ---------------------------------- */
#nav{
	float:left;
	width:208px;
	background-image:url(../images/curved-nav.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:0 20px 0 20px;
	border-left:10px solid #525051;
	
	}
	#nav ul{
	list-style:none;
	width:200px;
	text-align:center;
	}
	#nav ul li{
	margin:0 0 0 0;
	}
	#nav ul li.title{
	font-size:80%;
	background-color:#525051;
	color:#fff;
	margin:0 0 5px 0;
	}
	#nav ul li a{
	color:#413f40;
	font-size:80%;
	width:200px;
	display:block;
	margin:0 0 5px 0;
	}
	#nav ul li a.selected{
	background-color:#e3dfe8;
	color:#525051;
	}
	#nav ul li a.logout{
	font-weight:bold;
	margin:15px 0 0 0;
	}
	#nav img{
	margin:30px 0 30px 30px;
	border:none;
	}
	#nav li a:hover {
	/*background-color:#cac1b1;*/
	background-color:#525051;
	color:#FFFFFF;	
	}

.NavHome{
	height:467px;
}
	
.NavOther{
	height:42em;
}

.ThickFooter{
	height:34em;
}	
	
	
/* ---------------------------------- */
/* HOME STYLES 			  */   
/* ---------------------------------- */
#homeimage{
	float:left;
/*	background-image:url(../images/ballet-homeimg-trade.jpg);*/
	background-repeat:no-repeat;
	width:725px;
	height:470px;
	border-left:7px solid #525051;
	}
	#homeimage p{
	font-size:250%;
	color:#fff;
	margin:470px 30px 0 0;
	float:right;
	}
	
#perfectimage{
	float:left;
	width:725px;
/*	height:470px; */
	background-repeat:no-repeat;
/*	background-image:url(/images/perfect fit/main-image.jpg); */
	border-left:7px solid #525051;

	}		
	
# perfectimage-footer2{
	MARGIN-TOP: -3px; 
	FLOAT: right; 
	MARGIN-RIGHT: 5px; 
	PADDING-TOP: 0px; 
	TEXT-ALIGN: right;
	background-image:url(/images/perfect%20fit/page-footer.png);
	background-repeat:no-repeat;
	width:980px;
	height:100px;
	}
	
#categories{
	width:995px;
	float:left;
	margin:10px 0 0 0;
	padding:0 0 0 10px;
	}
	#categories h2{
	font-size:110%;
	font-weight:normal;
	}
	#categories h2 strong{
	font-size:190%;
	font-weight:normal;
	}
	#categories h2 a{
	color:#525051;
	font-weight:normal;
	}
	#categories h2 a.white{
	color:#fff;
	}
	
/*	.category-one, .category-two, .category-three, .category-four, .category-five, .category-six{
	float:left;
	background-image:url(../images/trade-tab-white.jpg);
	background-repeat:no-repeat;
	width:137px;
	height:97px;
	text-align:right;
	padding:30px 25px 0 0;
	border-right:3px solid #525051;
	color:#525051;
	}*/
	
	.category-one, .category-two, .category-three, .category-four, .category-five, .category-six{
	float:left;
	background-image:url(../images/trade-tab-white.jpg);
	background-repeat:no-repeat;
	width:328px;
	height:118px;
	text-align:right;
	/*padding:30px 25px 0 0; */
	border-right:3px solid #525051;
	color:#525051;
	}
	
	.category-one{
	background-image:url(/trade/images/bottom-boxes/T-AW2010-box.png);
	color:#525051;
	}
	.category-one:hover{
	background-image:url(/trade/images/bottom-boxes/T-AW2010-box-ROLL.png);
	color:#525051;
	}
	.category-two{
	background-image:url(/trade/images/bottom-boxes/T-celebration-box.png);
	color:#525051;
	}
	.category-two:hover{
	background-image:url(/trade/images/bottom-boxes/T-celebration-box-ROLL.png);
	color:#525051;
	}
	.category-three{
	background-image:url(/trade/images/bottom-boxes/T-previous-box.png);
	color:#525051;
	}
	.category-three:hover{
	background-image:url(/trade/images/bottom-boxes/T-previous-box-roll.png);
	color:#525051;
	}
	.category-four{
	background-image:url(/trade/images/bottom-boxes/swim08button.png);
	color:#525051;
	}
	.category-four:hover{
	background-image:url(/trade/images/bottom-boxes/swim08buttonb.png);
	color:#525051;
	}
	.category-five{
	background-image:url(/trade/images/bottom-boxes/swim09button.png);
	color:#525051;
	}
	.category-five:hover{
	background-image:url(/trade/images/bottom-boxes/swim09buttonb.png);
	color:#525051;
	}
	.category-six{
	background-image:url(/trade/images/bottom-boxes/promobutton.png);
	color:#525051;
	}
	.category-six:hover{
	background-image:url(/trade/images/bottom-boxes/promobuttonb.png);
	color:#525051;
	}
	.category-six{
	border-right:0;
	}
/*	.category-three{
	float:left;
	background-image:url(../images/trade-tab-pink.jpg);
	}*/
	img, .category-one, .category-two, .category-three, .category-four, .category-five, .category-six { behavior: url(iepngfix.htc); }

/* ---------------------------------- */
/* INTERIOR STYLES 	  */   
/* ---------------------------------- */	
#main{
	float:left;
	width:725px;
	background-image:url(../images/standardrightbox.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:725px;
	height:536px;
	border-left:7px solid #525051;
	margin:0 0 12px 0;
	}
	#copy{
	float:left;
	width:650px;
	padding:25px 0 0 40px;
	}
	#copy h1{
	color:#ada599;
	font-size:100%;
	margin:0 0 1em 0;
	font-weight:normal;
	}
	#copy p{
	color:#525051;
	font-size:70%;
	margin:0 0 1em 0;
	}
	
	
#generic-interior{
	width:692px;
	float:left;
	margin:0 0 0 17px;
	}
	#generic-interior h1{
	background-image:url(../images/topcurved.gif);
	width:662px;
	padding:7px 0 6px 30px;
	font-size:100%;
	font-weight:normal;
	color:#fff;
	}
	#generic-interior h2{
	font-size:100%;
	font-weight:normal;
	color:#525051;
	}
	


	
	
#contact{
	width:270px;
	float:left;
	padding:25px 0 0 0;
/*	background-color:#009900; */
	}
	#contact h2{
	padding:0 0 0 30px;
	margin:0 0 1em 0;
	font-size:110%;
	}
	#contact p{
	font-size:80%;
	font-weight:normal;
	color:#525051;
	margin:0 0 1em 0;
	padding:0 0 0 30px;
	}
	#contact h2.careers{
	background-image:url(/images/careerstab.jpg);
	color:#fff;
	width:416px;
	padding:5px 0 5px 30px;
	background-repeat:no-repeat;
	margin:60px 0 20px 0;
	}

#contact-map {
	float:right;
/*	background-color:#FF0000; */
	width:400px;
	height:240px;
	margin-top:25px;
}
	
#careers{
	width:646px;
	float:left;
	padding:0px 0 0 0;
	margin-top:30px;
	}
	#careers h2{
	padding:0 0 0 0px;
	margin:0 0 1em 0;
	font-size:110%;
	}
	#careers p{
	font-size:80%;
	font-weight:normal;
	color:#525051;
	margin:0 0 1em 0;
	padding:0 0 0 30px;
	}
	#careers h2.careers{
	background-image:url(/images/careerstab.jpg);
	color:#fff;
	width:416px;
	padding:5px 0 5px 30px;
	background-repeat:no-repeat;
	margin:0px 0 20px 0;
	}

#map-col{
	float:left;
	width:215px;
	padding:25px 0 0 0;
	margin:0 0 0 30px;
	}
	
	
#map{
	float:left;
	width:200px;
	padding:15px 0 400px 15px;
	background-image:url(../images/rightcurved.jpg);
	background-position:bottom left;
	margin:25px 0 0 0;
	}
	#map-box{
	width:185px;
	background-color:#fff;
	}
	
	

	
	
#top-nav{
	background-image:url(../images/topcurved.gif);
	width:662px;
	padding:5px 0 8px 25px;
	font-size:100%;
	font-weight:normal;
	color:#fff;
	float:left;
	}	
	#top-nav ul{
	list-style:none;
	float:left;
	}
	#top-nav ul li{
	float:left;
	}
	#top-nav ul li a{
	color:#fff;
	padding:0 5px 0 5px;
	border-right:1px solid #c0b8ac;
	font-size:70%;
	}
	#top-nav ul li a.end{
	border:none;
	}
	
	

	
	
	
	

	
	
	
#ranges{
	width:694px;
	float:left;
	margin:0 0 0 15px;
	}
	#ranges h2{
	width:223px;
	text-align:center;
	font-size:90%;
	padding:7px 0 9px 0;
	font-weight:normal;
	margin:0 0 15px 0;
	background-image:url(../images/bg-tab-lilac.gif);
	background-repeat:no-repeat;
	}
	#ranges h1{
	font-size:100%;
	color:#ada599;
	margin:0 0 1em 30px;
	}
	#ranges p{
	font-size:70%;
	color:#525051;
	margin:0 50px 1em 30px;
	}
	#ranges img{
	border:none;
	margin:0 0 0px 0;
	padding-bottom:0px;
	}
	#ranges h2 a{
	color:#525051;
	}
	
	#ranges h2.pink{
	background-image:url(../images/bg-tab-pink.gif);
	}
	#ranges h2.pink a{
	color:#fff;
	}
	#ranges h2.black{
	background-image:url(../images/bg-tab-black.gif);
	}	
	#ranges h2.black a{
	/*color:#413f40;*/
	color:#FFFFFF;
	}
	#ranges h2.black a:hover{
	color:#fff;
	}
	.range{
	float:left;
	width:223px;
	margin:0 15px 0 0;
	}
	.rangeend{
	float:left;
	width:162px;
	}
	
#ranges h1.pos{
	background-image:url(../images/topcurved.gif);
	width:662px;
	padding:7px 0 6px 30px;
	font-size:100%;
	font-weight:normal;
	color:#fff;
	margin-left:0;
	}	
	
	
	
	
#products{
	float:left;
	width:680px;
	margin:0 0 0 15px;
	}
	.product{
	width:153px;
	float:left;
	margin:0 15px 10px 0;
	}
	#products p{
	margin:0;
	padding:0;
	}
	#products img{
	margin:0;
	
	}
	.product a{
	display:block;
	background-image:url(../images/bg-product-a.gif);
	width:153px;
	padding:6px 0 9px 0;
	text-align:center;
	/*color:#413f40;*/
	color:#FFFFFF;
	font-size:120%;
	}
	.product a:hover{
	color:#FFFFFF;
	}
	
	
	
#product-detail{
	width:690px;
	float:left;
	}
	#product-detail ul{
	width:690px;
	float:left;
	background-color:#e3dfe8;
	padding:5px 0 5px 0;
	list-style:none;
	margin:0 0 15px 0;
	}
	#product-detail ul li{
	float:left;
	}
	#product-detail ul li a{
	color:#525051;
	font-size:70%;
	padding:0 10px 0 10px;
	border-right:1px solid #525051;
	}
	#product-detail ul.black{
	background-color:#525051;
	}
	#product-detail ul.black li a{
	color:#fff;
	border-right:1px solid #fff;
	}
	#product-image{
	float:left;
	width:480px;
	margin:0 10px 0 15px;
	border-bottom:20px solid #fff;
	}
	#product-text{
	float:left;
	width:155px;
	background-image:url(../images/rangecurvedbox2.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#666666;
	background-color:#525051;
	
/*	padding:10px 10px 0 10px; */
	padding:20px 10px 40px 10px;
	height:340px; 
	font-size:75%;
	border-bottom:20px solid #fff;
	color:#FFFFFF;
	}
	#product-text p{
	margin:0;
	}
	#product-text ol{
	float:left;
	font-size:90%;
	color:#525051;
	margin:0 0 0px 20px;
	}
	#product-text ol li{
	margin:0 0 1em 0;
	}
	
	#product-text br{
		/*padding: 0px 0px 0px 0px;*/
		margin: 0px 0px 7px 0px;
	}
	
	#related-products{
	width:690px;
	float:left;
	margin:0 0 0 0;
	}
	#related-products h4{
	margin:0;
	padding:5px 0 5px 15px;
	background-image:none;
	background-color:#e3dfe8;
	color:#525051;
	font-size:100%;
	font-weight:normal;
	}
	#related-products-links{
	float:left;
	margin:0 0 0 5px;
	}
	#related-products img{
	float:left;
	margin:0px 0 0 10px;
	}
	
	
	
	
#main-news{
	width:657px;
/*	float:left; */
	padding:25px 0 0 20px;
	}
	.newsitem{
/*	float:left; */
	width:657px;
	margin:20px 0 0 0;
	}
	.newsimage{
	width:153px;
	height:75px;
	float:left; 
	padding:5px;
/*	background-color:#525051; */
	}
    .newstext{
	width:450px;
	float:left; 
	border-left:25px solid #fff;
	}
	#main-news h2{
	padding:0 0 0 10px;
	}
	#main-news h3{
	font-size:110%;
	font-weight:normal;
	color:#d4ccbf;
	}
	#main-news h4{
	font-size:80%;
	font-weight:normal;
	color:#525051;
	}
	#main-news p{
	font-size:70%;
	font-weight:normal;
	color:#525051;
	}
	#main-news a{
	color:#ada599;
	font-weight:bold;
	}
	
#archive{
/*	float:left; */
	width:677px;
	padding:25px 0 0 0;
	}
	#archive-box{
	background-color:#d4ccbf;
	width:620px;
	padding:15px;
	margin:20px 0 0 0;
	}
	#archive-box p{
	font-size:70%;
	font-weight:normal;
	color:#525051;
	margin:0 0 1em 0;
	}
	#archive-box a{
	color:#ada599;
	font-weight:bold;
	}	
	
	
	
	
	
#footer{
	width:995px;
	flaot:left;
	clear:both;
	text-align:center;
	padding:0 0 50px 0;
	color:#FFFFFF;
	}
	#footer p{
	font-size:70%;
	color:#FFFFFF;
	}
	#footer a{
	color:#FFFFFF;
	}
	
	
.top-menu {
	
}

.top-menu a {
	float:left; 
	margin-top:8px; 
	margin-left:5px; 
/*	color:#413f40; */
	color:#FFFFFF;
	font-size:11pt;
	text-decoration:none;
/*	background-image:url(/trade/images/tradebutton.png); */
	background-image:url(/trade/images/rangetab-a.png);
	width:138px;
	height:21px;
	text-align:center;
	padding-top:5px;
}

.top-menu a:hover {
	color:#FFFFFF;
}
	