/* Reset */
* {
    margin: 0;
    padding: 0;
}


/* Layout */
body {
    background-color: #d3d7aa;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
}

#page {
    margin: 20px auto;
    width: 900px;
}

#header-logonav {
    width: 620px;
    float: left;
    padding-bottom: 10px;
}

#header-search {
    width: 279px;
    float: right;
    text-align: right;
    padding-bottom: 10px;
    
    padding-top: 20px;
}

.header-shoplinks {     /*Links above search box*/
    font-size: 11px;
    padding-bottom: 20px;
}


#content {
    background-color: #fff;
    clear: both;
    padding: 41px 35px 15px 35px;
}

#categories {
    float: left;
    width: 420px;
}

#page-right {
    float: right;
    width: 400px;
}

.watermark {
    background: url(../images/watermark.gif) center no-repeat;
}


/* Nav */
ul#nav {
    font-size: 18px;
    list-style-type: none;
    padding: 22px 15px 15px 0;
    margin-bottom: 20px;
}
ul#nav li {
    float: left;
    margin-right: 22px;
}


/* Links */
a {
    color: #614c3c;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#content a {
    color: #5d3e21;
}


/*categories*/
#categories ul li, ul.categories li{
    list-style-type:none;
    float:left;
    width:200px;
    text-align:center;
    margin-right:10px;
    font-size:18px;
    height: 360px;
}

#categories ul li img, ul.categories li img {
    border: 0;
    margin-bottom:5px;
}

#categories ul li a:hover, ul.categories li a:hover{
    text-decoration: none;
    color: #000;
}


/* Category listing */
#sidebar {
    width: 140px;
    float: left;
}

#content-main {
    width: 650px;
    float: right;
}


#sidebar ul{
    list-style-type: none;
}
#sidebar ul li {
    font-weight: bold;
    margin-bottom: 2px;
}
#sidebar ul li ul {
    margin-bottom: 20px;
}
#sidebar ul li ul li{
    margin-left: 20px;
    font-weight: normal;
}


/* Typography/headers */
h1 {
    color: #5d3e21;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 20px;
}

h2 {
    color: #5d3e21;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
}

p {
    margin-bottom: 20px;
}


/* Footer Stuff */
#footer {
    font-size: 12px;
    padding-top: 15px;
    clear: both;
}
#newsletter {
    float: left;
    width: 40%;
}
#newsletter label {
    display: block;
}
#copyright {
    float: right;
    text-align: right;
    width: 40%;
}


/* Misc */
.hidden {
    display: none;
}
.clear {
    clear: both;
}

.leftcol {
	width: 49%;
	float: left;
}

.rightcol {
	width: 49%;
	float: right;
}


/*product detail page*/

#images {
	width:290px;
	float:left;
}

#images p {
	margin-bottom:10px;
}

#description {
	float:right;
	width:330px;
	padding-right:20px;
}

#alternate ul li {
	float:left;
	list-style-type:none;
	margin-right:10px;
}

#alternate ul li img{
    border: none;
}


/*product detail page end*/

.alignright {
	float:right;
	margin:10px;
}

.product-addtocart {
	margin-top:20px;
}


/* Designers */
.designers ul {
	padding-bottom: 20px;
}
.designers li {
	list-style-type: none;
}

h2 {
	margin-bottom: 10px;
}

.productSpecialPrice {
	color:#FF0000
}

/*sizechart*/

#sizechart {
	padding:15px;
}

#sizechart h2 {
	color: #5d3e21;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
}

#sizechart table {
	border-collapse:collapse;
	margin-bottom:15px;
}	

#sizechart table td, #sizechart table th {
	text-align:right;
	vertical-align:top;
	padding:4px;
	border:1px solid #000;
	width:30px;
}

#sizechart table th {
	width:80px;
	text-align:left;
}

/*sizechart end*/

/*fixes so images aren't stretched*/
/*
#categories ul li img,
ul.categories li img,
#photo img {
	width:auto;
}*/
