/*
 1.columns
 2.text
*/

/* 2.columns -------------------------- */

/*div#columns-wrapper {
	float: right;
	width: 900px;
	overflow: visible;
	display: block;
	padding: 0 10px 0 0;
	}*/


div#columns {
	width: 1000px;
	height: 520px;
	margin-right: 0px;
	position: relative;
	background-image:url(../images/shoesBg.jpg);
	background-repeat:no-repeat;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

div#col1, div#col2, div#col3, div#col4, div#col5 {
	float: left;
	width: 130px;
	height: 100%;
	display: inline;
	margin-right: 20px;
	margin-top: 30px;
	margin-left: 45px;
	line-height: 20px;
}

div#col1 p, div#col2 p, div#col3 p, div#col4 p, div#col5 p  {
	margin-top:0px;
}

  
/* -------------------------- //columns */

/* 2.text -------------------------- */
h2{
font-family: Arial Unicode, sans-serif;
font-size: 15px;
font-weight: bold;
	line-height: 8px;
    color:#000000;
}

h2.textfloat {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
	line-height: 15px;
    color:#000000;
  }
  
h2.morelocations {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
	line-height: 15px;
    color:#000000;
	position: absolute;
	top:0px;
	left:340px;
	text align: center;
	margin-top: 420px
  }
  
/* -------------------------- //text */
