@charset "UTF-8";				/* CSS Document */

body {
    background-color: #ffffff;
	background-image: url(images/BG_skulls.png);
    background-repeat: repeat;
    background-position: center;	
}

header {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -5px;
    width: auto;
    text-align: center;
}

#wrapper {
	margin: 0 auto;
    width: 300px;
    background-image: url(images/BG_50pc_white_200x200.png);
    color: #000;
    border-radius: 7px;
    border: 2px solid #000;
    box-shadow:3px 3px 7px #aeaeae; 
}

.main-nav {
	width: 80%;
	margin: auto;
}
 
.main-nav ul {
	margin: 0;
	padding: 0;
}
 
.main-nav li {                      
	margin: 0;
	padding: 0;
	list-style: none;
}
 
.main-nav a {               
	padding: 10px 0;
	margin: 5px 0;
	display: block;
	border: 2px solid #111;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #111;
	background: linear-gradient(90deg, rgba(255,180,0,0), rgba(172,172,144,1), rgba(172,172,144,1), rgba(255,0,0,0));	/* Standard syntax */ 
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(172,172,144,1) 35%, rgba(172,172,144,1) 35%,rgba(172,172,144,1) 65%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	text-align: center;
	border-radius: 5px;
}
 
.main-nav a:hover {
	color: #111;
 	background: linear-gradient(90deg, rgba(172,172,144,1), rgba(255,0,0,0), rgba(255,0,0,0), rgba(172,172,144,1));	/* Standard syntax */
 	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(172,172,144,1)), color-stop(52%,rgba(88,88,58,0.02)), color-stop(53%,rgba(88,88,58,0)), color-stop(99%,rgba(172,172,144,1)), color-stop(100%,rgba(172,172,144,1))); /* Chrome,Safari4+ */
    box-shadow:1px 1px 7px #111; 
}

h1 {
	/* ------------------------ header text image replacement technique */	
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Times-Roman, Georgia, serif;
	color: #acac90;	
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
}

h3 {
	padding: 0 15px 3px 15px;
	width: auto;
	font-size: 1.1em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	/* background-color: #fff; */
	text-align: left;
}
.ir {
	display: none;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

.shoes {
	margin: -25px 0 0 0;
	padding: 0;
}

.price {
	margin: -45px 0 0 10px;
	padding: 0 10px 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-style: normal; 	
	font-variant: normal;
	font-weight: bold;
	color: #222;
	text-align: left;
	display: block;
}

.price-big-box {
	margin: -25px 0 0 10px;
	padding: 0 10px 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-style: normal; 	
	font-variant: normal;
	font-weight: bold;
	color: #222;
	text-align: left;
	display: block;
	/*background-color: #fff; */
}

.description ul {
	margin: 32px auto;
	padding: 0 0 0 40px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	font-weight: normal;
    color: #111;
    list-style-type:square;
    text-align: left;
}

.cart {
	list-style: none;
}

.cart a {
	margin: 0;
	padding: 0;
	color: blue;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal; 	
	text-align: right;
	text-decoration: none;
}

.cart a:hover {
	color: #111;
	text-decoration: underline;
}

#shoebox {
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
}

#shoe_AnkleStrap {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
	padding: 0px;
	background-color: #fff;
	width: 275px;
	height: 200px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 200px;
  	background-image: url(images/BG_grunge-grey-white.jpg);
    background-repeat: repeat;
	}

#shoe_BlkLeatherBow {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
	background-color: #fff;
	width: 275px;
	height: 180px;
	border: #acac90;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 200px;
	background-image: url(images/BG_vintage-floral-lite.jpg);
    background-repeat: repeat;
    background-position: center;	
	}

#shoe_BronzeStingray {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
	background-color: #fff;
	width: 275px;
	height: 180px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 200px;
	background-image: url(images/BG_contemporary_china.png);
    background-repeat: repeat;
    background-position: center;	
	}
	
#shoe_SilverStrap {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
	background-color: #fff;
	width: 275px;
	height: 180px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 200px;
	background-image: url(images/BG_fleurdelis-on-white.jpg);
    background-repeat: repeat;
    background-position: center;	
	}
	
#shoe_ZebraStripe {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    margin-bottom: 35px;
	background-color: #fff;
	width: 275px;
	height: 180px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 200px;
	background-image: url(images/BG_zebra-lite-BW.jpg);
    background-repeat: repeat;
    background-position: center;	
	}
	
#taglineBox {
	margin: auto;
	padding: 0;
	width: 100%;
	text-align: center;
	background-image: url(images/BG_art_floral_70pc_radial.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.tagline {
    padding: 8px 0;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .7em;
    font-weight: bold;
    color: #111;
    text-transform: uppercase;
    text-align: center;
}

#bottom-info {				/*    CONTAINER    */
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(images/BG_art_floral_radial_invert.png);
}					

.subnav ul {                         /* background  */
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    text-align: center;
}
 
.subnav ul li {
    display: inline;
}
 
.subnav ul li a {                  /* this is upstate  */
	margin: 0;
	padding: 0 4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #5b5b19;
}
 
.subnav ul li a:hover {
    color: #111;
    text-decoration: underline;
}

.text-copyright {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .7em;
	font-weight: normal;
	text-align: center;
}

.text-questions {
	padding: 0;
	margin: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;	
}

.text-phone {
	padding: 0;
	margin: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	color: #cbcba0;	
}

.text-phone a {
	margin: 0;
	padding: 0;
	color: #5b5b19;
	text-decoration: none;	
}

.text-phone a:hover {
    color: #456377;
    text-decoration: underline;
}

#disclaimer {
	padding: 3px 0 0 0;
	margin: 0;
	font-size: .7em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #111;
	text-align: center;
}

#to-top-link {
	padding: 0;
	margin: 3px 0 50px 0;
	font-size: .8em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #111;
	text-align: center;
}

#to-top-link a {
    margin-left: auto;
    margin-right: auto;
    color: blue;
	text-decoration: none;
}

#to-top-link a:hover {
	text-decoration: underline;
	color: #111;
}