/*
	Onisho ~ Global CSS.
	
*/
/**************************************************************
   html and body: set height for sticky footer  
 **************************************************************/
html,body {
  height: 100%;
}
body {
  background: #ca006c url(../img/body-bg.gif) top left repeat-x;
}

/**************************************************************
   #container: Sets the width of the site.  
 **************************************************************/
#container {  
  min-height: 100%; 
  height: auto !important;
  height: 100%;
  text-align: left;
  position: relative;
}

#container,
#width {
  width: 960px;  
  margin: 0 auto -115px; /*negative footer height*/
}
img { 
  border: none;
}

/**************************************************************
   #header: Holds the topbar and header image (logo)  
 **************************************************************/
#headerWrapper {
}
#header {
  height: 236px;
  background: url(../img/header-logo.gif) 830px 30px no-repeat;
}

/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/
#mainMenu {
  float: left;
  width: 600px;
  clear: both;
  margin: 0;
  font-size: 1.1em;
  text-transform: uppercase;
  padding-top: 140px;
}
#mainMenuLeft {
  background: url(../img/mainMenuLeft.gif) top left no-repeat;
  height: 57px;
  width: 17px;
  float: left;
  margin-right: 5px;
}
#mainMenuRight {
  background: url(../img/mainMenuRight.gif) top right no-repeat;
  height: 57px;
  width: 17px;
  float: left;
}
#mainMenu ul {
  list-style: none;
  height:36px; /* 57-21 */
  margin: 0;
  padding: 0;
  float: left;
  padding-top: 21px;
}
#mainMenu li {
  display: inline;  
  margin: 0;
  padding: 0;
  padding-right: 5px; 
}
#mainMenu a {
  color: #FFF;
}
#mainMenu a:hover {
  border-bottom: 3px solid #000;
}

/**************************************************************
   #licenseGlobal: The License Global logo in the header
 **************************************************************/
#licenseGlobal {
	float: left;
	padding-top:100px
	}

/**************************************************************
   Content: where we include the php files
 **************************************************************/
#content {
  color: #FFF;
  font-size: 1.2em;
  padding-top: 25px;
}
#content a {
  color: #000;
}
#content a:hover {
  color: #d8579c;
}

/**************************************************************
   Footer: The sticky footer at the bottom
 **************************************************************/
#footerWrapper {	
  border-top: 4px solid #bdbdbd;
  background-color: #FFF;
  height: 115px;
  padding-top: 15px;
  position: relative
}
#push { 
  height: 115px;
  clear: both;
}

#spacer {
  height: 25px;
  clear: both;
}

#footer {
  width: 960px;
  margin: 0 auto;
  line-height: 1.5em;
  font-size: 1.1em;
}
#addressFootwear {
  float: left;
  width: 385px; /* 480-55 */
  background: url(../img/addressFootwear.gif) top left no-repeat;
  height: 53px;
  padding-left: 55px;
  padding-top: 38px;
}
#addressFashion {
  float: left;
  width: 390px; /* 480-90 */
  background: url(../img/addressFashion.gif) top left no-repeat;
  height: 53px;
  padding-left: 90px;
  padding-top: 38px;
}
#footer a {
  color: #000;
}
#footer a:hover {
  color: #ca006c;
}