body {
	background-image: url(../images/diffusebg1.jpg);
    background-position:center;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position:top;
    text-align: center;
    margin: 0;
    padding: 0px;
    font-family: Verdana, Arial,  Helvetica, sans-serif;
    font-size:12px;
    color: #3c3c3c;
}

h1{
    font-size:22px;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #6e405d;
    font-weight: bold;
}

h2{
    font-size:18px;
    margin-top: 2px;
    color: #6e405d;
}

h3{
    font-size:13px;
    color: #6e405d;
}

#header, #indexheader{
    border-bottom: dashed black 1px;
}

#wrapper{
    width: 1000px;
    margin: 0 auto;
    text-align:left;
}

#linewrapper{
    background-image:url('../images/verticaldivider.jpg');
    background-repeat: repeat-y;
    height:auto;
    overflow:hidden;
}

#clearfix{
    clear:both;
}

:focus {
    outline: 0;
}

#left{
    width:750px;
    float:left;
    padding: 3px;
    height: auto;
}

#right{
    width:230px;
    padding: 5px; 
    float: right;
    height: auto;
}

#indexnav{
    width:270px;
    float:left;
    padding: 3px;
}

#indexbody{
    width:710px;
    padding: 5px;
    float: right;
    border-left: dashed black 1px;
}

#indexlogin{
    padding: 3px;
    margin-left: 30px;
}

#introimage{
    text-align: center;
}

#introtext{
    padding: 5px;
}

#image{
    width: 250px;
    float: left;
}

#description{
    margin-left:250px;
    padding: 5px;
}

#price{
    font-weight: bold;
    margin-top: 10px;
}

#similar{
    clear: both;
    margin-top: 50px;
}

#footer{
    clear:both;
    margin-top: 5px;
    padding: 5px;
    text-align:center;
    border-top: dashed black 1px;
}

#listleft{
    width:365px;
    float:left;
    padding: 5px;
}

#listright{
    width:365px;
    padding: 5px;
    float: right;
}

li{
    list-style-type: none;
}

#productheader{
    width:710px;
    float:left;
}

#genderpanel{
    width:30px;
    float:right;
}

#headerwrapper{
    height:45px;
}