﻿* {
	margin:0;
	padding:0;
}

html,body {
	background: #5e0f3b;
	color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

body {
    margin: 0px 0px;
}

img{
    vertical-align: bottom;
}

img, a img {
    border: none;
}

p{
    margin-bottom: 12px;
}

img.padImage{
    margin-bottom: 12px;
	border: solid 1px #ffffff;
}

a.biglink{ font-size: 15px }


a, a:visited{
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

a:hover, a:visited:hover{
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    color: #a66b8a;
}

h1{
    font-size: 27px;
    font-weight: normal;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h2{
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 12px;
}

h3{
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
    padding-bottom: 4px;
    margin-bottom: 18px;
    border-bottom: solid 1px #ffffff;
}

ul{
    margin-bottom: 12px;
    list-style: disc url('../images/dash.gif');
    width: 250px;
    margin-left: 20px;
}

ul.smallList{
    font-size: 11px;
    width: 500px;
    line-height: 11px;
}

#container{
    margin: 0px 0px;
    width: 950px;
    background-color: #5e0f3b;
    padding: 20px 20px 0px 20px;
}

#logo{
    height: 20px;
    padding-top: 80px;
    text-align: right;
    background-image: url('../images/logo.gif');
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
    
#topnav{
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #a66b8a; 
}

#topnav ul{
    list-style: none;
    padding: 3px 0px 4px 0px;
    margin-bottom: 0px;
    width:auto;
}

#topnav li{
    font-weight: bold;
    color: #a66b8a;
    display: inline;
    padding: 0px 15px 0px 15px;
    background-image: url('../images/bullet.gif');
    background-repeat: no-repeat;
    background-position: left center;
}

#topnav a, #topnav a:visited{
    color: #ffffff;
}

#topnav a:hover, #topnav a:visited:hover{
    color: #a66b8a;
}



#topnav li:first-child{
    display: inline;
    padding: 0px 15px 0px 0px;
    background-image: none;
}


#content{
    min-height: 530px;
    margin-top: 20px;
}

#sidebar{
    width: 180px;
    height: 530px;
    background-color: #a66b8a;
    float: left;
    margin-right: 20px;
}

/*
#sidebar a, #sidebar a:visited{
    color: #ffffff;
}
*/ 
#sidebar a:hover, #sidebar a:visited:hover{
    color: #5e0f3b;
}

#sidepic{
    width: 370px;
    height: 530px;
    float: left;
    margin-right: 20px;
}

#contentright{
    width: 730px;
    float: left;
}

#productview{
    width: 370px;
    height: 530px;
    float: left;
    margin-right: 20px;
    background-color: #ffffff;
    z-index: 1;
    position: relative;
}

#productview a, #productview a:hover{
    font-size: 18px;
    color: #666666;
}

#productview a:visited, #productview a:visited:hover{
}

#producticons{
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 335px;
}

#producticons img{
    display: block;
    margin-bottom: 5px;
}
#productpic{
    position: absolute;
    top: 10px;
    left: 10px;
}
/*

#productpic img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
*/    
#thumbreel{
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #ffffff;
    border-top: solid 1px #5e0f3b;
    padding-top: 10px;
    width: 350px;
}

#thumbreel img{
    margin-right: 0px;
    }


ul#sidenav{
    width: 180px;
    list-style: none; 
    margin-bottom: 0px;
    list-style-image: none;
    list-style-position: outside;
    margin-left: 0px;
}

ul#sidenav li{
    width: 140px;
    border-bottom: solid 1px #5e0f3b;
    padding: 12px 26px 12px 14px;
    color: #5e0f3b;
    font-weight: bold;
    }
    
ul#sidenav li.parent{
    width: 140px;
    border-bottom: solid 1px #5e0f3b;
    padding: 12px 26px 12px 14px;
    color: #5e0f3b;
    font-weight: bold;
}

ul#sidenav ul{
    width: 100%;
    list-style: none;
    margin-bottom: 0px;
    list-style-image: none;
    list-style-position: outside;
    margin-left: 0px;
}

ul#sidenav ul li{
    width: 100%;
    border-bottom: none;
    padding: 5px 0px 5px 15px;
    color: #5e0f3b;
    font-weight: bold;
}

#description{
    float: left;
    width: 330px;
}

#footer{
    padding-top: 5px;
    padding-bottom: 5px;
}

#footer p{
    margin-bottom: 0px;
}

#rotator{
    position:relative;
    height: 530px;
    overflow: hidden;
}

#rotator img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
    height: 527px;
}

#awardlogo{
    margin-top: 50px;
    width: 240px;
}

p.smallcopy{
    font-size: 10px;
}
p.largecopy{
    font-size: 22px;
    margin-bottom: 22px;
}

.textblock{
    float: left;
    width: 370px;
}
.textblock-wide{
    float: left;
    width: 470px;
}

.clothinglayer{
    float: left;
}

.clothinglayer img{
    padding-bottom: 20px;
}

.clothinglayer p{
    text-align: left;
    padding-left: 0px;
    padding-top: 10px;
    border-top: solid 1px #A66B8A;
    display: block;
    width: 90px;
}

img.thumbnail{
    border: solid 1px #cccccc;
}

.popup{
    padding-left: 10px;
    padding-top:0px;
    padding-bottom: 10px;
    padding-right: 0px;
}

.popupdetail{
    float: left;
    width: 270px;
}