body {
background: #FFF;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #000;
}

a:hover {
color: #fe1e80;
}

div#content {
padding: 10px 0px 0px 0px;
}

h1 {
font-family: "Arial Black", Arial, sans-serif;
font-size: 1.6em;
text-transform: uppercase;
}

div#mastercontainer {
width: 730px;
margin: 0px auto;
}

div#headerimage {
width: 730px;
height: 231px;
background: url(images/nav_01.png);
}

ul#nav {
display: block;
width: 730px;
list-style: none;
margin: 0px;
padding: 0px;
height: 35px;
}

ul#nav li {
display: block;
float: left;
height: 35px;
margin: 0px;
padding: 0px;
}

ul#nav li a {
display: block;
height: 35px;
text-indent: -9999px;
}

li.home a.active {
width: 127px;
background: url(images/nav_02.png);
}

li.home a.current, li.home a:hover {
width: 127px;
background: url(images/over_02.png);
}

li.womens a.active {
width: 162px;
background: url(images/nav_04.png);
}

li.womens a.current, li.womens a:hover {
width: 162px;
background: url(images/over_04.png);
}

li.mens a.active {
width: 129px;
background: url(images/nav_03.png);
}

li.mens a.current, li.mens a:hover {
width: 129px;
background: url(images/over_03.png);
}

li.blog a.active {
width: 120px;
background: url(images/nav_05.png);
}

li.blog a.current, li.blog a:hover {
width: 120px;
background: url(images/over_05.png);
}

li.contact a.active {
width: 192px;
background: url(images/nav_06.png);
}

li.contact a.current, li.contact a:hover {
width: 192px;
background: url(images/over_06.png);
}


div#footercontainer {
clear: both;
}

div#footer {
margin-top: 10px;
text-align: right;
color: #CCC;
padding: 6px;
border-top: 1px solid #E5E5E5;
font-size: 9px;
}
div#frontleft {
width: 377px;
float: left;
margin-right: 16px;
}

div#frontright {
width: 337px;
float: left;
}

div#frontbannercontainer {
border: 1px solid #E5E5E5;
}

div#slideshow {
height: 560px;
border: 1px solid #E5E5E5;
}

.lightgrey {
color: #CCC;
}
