* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#333;
	background-color:#fff;
}

/* Layout */
#frame {
	width:900px;
	margin: 10px auto;
	text-align:left;
}
#header {
        padding-bottom: 27px;
        background: url(/images/header.gif) bottom no-repeat;
}


#logobar {
        clear: both;
        display: block;
}


#navigation li{
	display: inline;
	list-style-type: none;
	list-style-position: inside;
	margin-right: 2em;
	padding: 0;
}
#navigation {
        clear: both;
        display: block;
        padding-top: 17px;
}

#content {
        margin: 10px auto;
}

#footer {
        clear: both;
	font-size:90%;
	padding:5px;
	text-align:center;
	background: url(/images/header.gif) top no-repeat;
}

#mainleft {
	width:310px;
	padding:5px 0px 5px 0;
	float:left;
}
#mainright {
        width:550px;
        padding:5px 0px 5px 15px;
        float:right;
        text-align:left;
}
.mainright-narrow {     /* Narrower version of #mainright for pages with a the #category-left column */
        width: 390px !important;
}

#category-left {
        width: 150px;
        float: left;
		height:250px;
}

#category-right {
        width: 720px;
        float: right;
}



/* Content layout */
#fp-image {
        width: 370px;
        float: left;
        padding-bottom: 4px;
}
#fp-image img {
        padding: 0 3px 6px 0;
}

#fp-text {
        width: 515px;
        float: right;
        margin-left: 2px;
}

ul.productviews, .productviews li {
    display: inline;
    float: left;
    list-style-type: none;
    margin-right: 4px;
}
#mainleft img  {
        border: 1px solid #333;
}

.sizeguide td, .sizeguide th{
        padding-right: 15px;
        text-align: left;
}

table.sizeguide {
        border: 1px solid #999;
        margin-bottom: 20px;
}


/* Links */
a:link, a:visited {
	font-size: 90%;
	font-weight: bold;
	color: #6d6050;
}
a:hover {
	color: #bf8e0e;
}
#navigation a, #thumb-list a{
        text-decoration: none;
}


/* Typography */
h1 {
	color:#6d6050;
	font-size:130%;
	font-weight:bold;
	padding:0 0 0.4em 0;
	margin:0;
}
h2 {
	color:#6d6050;
	font-size:110%;
	font-weight:bold;
	margin:0;
}

p {
	padding:0 0 1.2em 0;
	margin:0px;
	line-height: 1.5em;
}


/* Category/product pages */

.materials {
        margin-bottom: 10px;
}

ul#thumb-list {
	margin:0;
	padding:0;
}

ul#thumb-list li {
	float:left;
	list-style-type:none;
	text-align:center;
	margin: 0 12px 0 12px;
	padding-right: 3px;
}
ul#thumb-list img {
        border: 1px solid #333;
}

.category-list li {
    margin-right: 27px;
    height: 250px;
    width: 150px;
    text-align: center;
}

#category-left ul, #category-left li {
        list-style-type: none;
}

#category-left li a {
        text-decoration: none;
}

/* Misc. */
.floatleft {
	float: left;
}
.floatright {
        float: right;
}
.cellborder {
	border: 1px solid #999999;
}
.picleft {
        float:left;
        padding:0px 5px 0px 0px;
}
.border {
	border: 1px solid #e13067;
}
.logopadding {
        padding: 0px 0px 15px 0px;
}
img {
        border: none;
}
.hidden {
        display: none;
}
