@charset "utf-8";
/* CSS Document */

body {
	background: #FF7BAC url(../../../../images/custom/bg.gif) repeat-y center 100px!important;
	background-position: center;
}

/*****************************************************   Header   *****************************************************/

#header_tip{
	padding-left:290px;
	font-size:13px;
	text-align: left;
}
			
	#header_tip .link{
		font-size: 12px;
	}
				
	#header_tip .color{
		color: #ff7bac;
	}
				
	#header_tip .bestonshoes{
		color:#ec1e25;
		font-weight:bold;	
	}

div#header {
	width: 898px;
	height: 108px;
}

	#logo {
		float: left;
		margin-top: 10px;
		width: 290px;
	}
	
		#logo img {
			border: none;
		}
	
	div#header_mid {
		 float: left;
		 width: 420px;
	}
	
		div#header_contact {
			font: 15px Arial, Helvetica, sans-serif;
			text-align: right;
			padding-right: 10px;
		}
		
			#header_contact strong {
				display: block;
				font: bold 17px Arial, Helvetica, sans-serif;
				margin-top: 29px;
			}
	
		#header_mid ul, #header_mid ul li {
			padding: 0;
			margin: 0;
			list-style: none;
		}
		
		#header_mid ul {
			padding-top: 16px;
		}
		
			#header_mid ul li {
				background: url(../../../../images/custom/tab.png) no-repeat;
				text-align: center;
				height: 27px;
				width: 78px;
				float: left;
				margin-left: 7px;
				line-height: 27px;
			}
			
				#header_mid ul li a {
					font: 11px Verdana, Geneva, sans-serif;
					color: #FF7BAC;
				}
		
			#header_mid ul li:hover {
				background: url(../../../../images/custom/tab_hover.png) no-repeat;
			}
	
	div#header_right {
		height: 108px;
		width: 188px;
		line-height: 108px;
		float: left;
		text-align: left;
	}
	
		#header_right img {
			border: none;
			vertical-align: middle;
		}
		


/**************************************************   Main Content   **************************************************/

div#featured_products_box_top {
	background: url(../../../../images/custom/featured_products_box_top.png) no-repeat;
	width: 595px;
	height: 9px;
}

div#featured_products_box_mid {
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	width: 586px;
	padding: 0 3px;
}

	div#featured_products_box_inner {
		background: url(../../../../images/custom/featured_products_box_inner_bg.png) repeat-x;
		width: 586px;
	}

/* Featured Products / Catalog thumb 3 */
div#fp_top {
	background: url(../../../../images/custom/fp_top.png) no-repeat;
	width: 186px;
	height: 5px;
}

div#fp_mid {
	background: url(../../../../images/custom/fp_mid.png) repeat-y;
	width: 186px;
}

div#fp_bottom {
	background: url(../../../../images/custom/fp_bottom.png) no-repeat;
	width: 186px;
	height: 6px;
}


div#featured_products_box_bottom {
	background: url(../../../../images/custom/featured_products_box_bottom.png) no-repeat;
	width: 595px;
	height: 10px;
}

	div#topLine {
		height: 33px;
	}
	
		#topLine img {
			float: left;
			margin-left: 20px;
		}
		
		div#search {
			float: right;
			margin-right: 20px;
			height: 31px;
		}
		
		div#search .search1{
			background-image: url("../../../../images/custom/search_03.jpg"); 
			height: 31px;
			width:80px;
		}
		
	    div#search .search2{
			background-image: url("../../../../images/custom/search_03.jpg"); 
			background-repeat: repeat; 
			width:150px;
			text-align:center;
			height: 31px;
		}
	
			#search input[type="text"] {
				width: 120px;
				height: 16px;
				border: 0px;
			}
			
		div#search a:link{
			color:#FFFFFF;
			font-size:16px;
			text-decoration:none;
		}
		
		div#search a:visited{
			color:#FFFFFF;
			font-size:16px;
			text-decoration:none;
		}
		
		div#search a:hover{
			color:#FFFFFF;
			font-size:16px;
			text-decoration:underline;
		}
		
		div#search a:active{
			color:#FFFFFF;
			font-size:16px;
			text-decoration:none;
		}
			
.CatLevel1{
	height: 31px;
	width: 208px;
	background: url(../../../../images/custom/boxHeader_bg.gif) no-repeat;
	margin-bottom: 5px;
	vertical-align: middle;
}

	.CatLevel1 a {
		font: 17px helvetica;
		color: #FFF!important;
		letter-spacing: 0.1em;
	}
	
	.CatLevel2 {
		border-bottom: 1px dashed #FF7BAC;
		padding: 8px 0;
		margin-left: 15px;
		width: 85%;
		text-align: left;
	}
	
	.CatLevel2Last {
		border: none!important;
		margin-bottom: 5px;
	}

/*****************************************************   Footer   *****************************************************/

div#footer {
	background: url(../../../../images/custom/footer_bg.gif) repeat-x;
	width: 803px;
	height: 47px;
	padding: 15px 0 0 95px;
}

