/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background-color: #f5f4f3;
	margin: 0px;
	line-height: 135%;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

p {
	padding-top: 10px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 10px;
	color: #404000;
	line-height: 120%;
}

h3 {
	font-weight: normal;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 10px;
	color: #000000;
}

img {
	border: none;
}

ul {
	padding: 0px;
	margin: 0px 0px 15px 19px;
}

ul li {
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

ul li ul {
	margin-bottom: 0px;
}

/* form styles */
input {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #aaaaaa;
}

textarea {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #aaaaaa;
}

.button {
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 4px solid #aaaaaa;
	margin: 0 0 7px 0;
	padding: 4px 4px 4px 7px;
	background-color: #cccccc;
	color: #000000;
	font-weight: bold;
	width: 100px;
}

/***********************************************/
/* Generic Layout Divs                         */
/***********************************************/
#main_wrap {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#body_wrap {
	margin-top: 20px;
	width: 760px;
	background-image: url(../images/body-middle.gif);
	background-repeat: repeat-y;
}

#body_wrap #top_wrap {
	padding-top: 11px;
	padding-left: 12px;
	background-image: url(../images/body-top.gif);
	background-repeat: no-repeat;
}

#body_wrap #content_wrap {
	padding-right: 29px;
	padding-left: 29px;
}

#body_wrap #bottom {
	background-image: url(../images/body-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 12px;
	clear: both;
	padding-bottom: 15px;
}

#top_nav {
	width: 727px;
	background-color: #4c4c4c;
	padding: 5px;
	height: 1.3em;
}

#top_nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#top_nav li {
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0 10px 0 10px;
}
#top_nav ul li {
	padding: 0;
	margin-right: 16px;
}

#top_nav li a:link {
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 2px;
}

#top_nav li a:visited, #top_nav li a:active {
	color: #ffffff;
	text-decoration: none;
}

#top_nav li a:hover {
	color: #d2ce9d;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d2ce9d;
}

#top_nav li a.active, #top_nav li a#active {
	color: #d2ce9d;
}

#inner_nav {
	float: right;
	border: 1px solid #404000;
	background-color: #d2ce9d;
	padding: 10px;
	margin: 5px;
}

#inner_nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
}

#inner_nav li {
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	font-size: 90%;
	margin: 0px;
	padding: 0 10px 0 10px;
}

#inner_nav li a:link, #inner_nav li a:visited, #inner_nav li a:active {
	color: #404000;
	text-decoration: none;
}

#inner_nav li a:hover {
	color: #404000;
	text-decoration: underline;
}

#breadcrumbs {
	font-size: 85%;
	padding-left: 0px;
	padding-top: 5px;
	color: #666666;
	text-transform: lowercase;
}

#priceTable {
	width: 675px;
	border: 1px solid #000000;
}

#footer {
	color: #999999;
	font-size: 95%;
	margin-left: 5px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer .copyright {
	float: left;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:visited {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.left_float {
	float: left;
}

.right_float {
	float: right;
}

.separator {
	clear: both;
}

#navLeft {
	float: left;
	width: 150px;
	text-align: left;
	margin-top: 10px;
}
#navRight {
	float: right;
	width: 150px;
	text-align: right;
	margin-top: 10px;
}

.swatch {
	height: 20px;
	width: 20px;
	border: 1px solid #000000;
}

#slideshow {
	width: 410px;
	height: 270px;
	float: left;
	margin-right: 10px;
}

/***********************************************/
/* Specific Page Layout Divs                   */
/***********************************************/
/* Home Page */

/* Samples Form */
#samples {
	width: 700px;
	margin-bottom: 10px;
}

.sampleRow {
	clear: both;
	padding-top: 5px;
}
.sampleLabel {
	float: left;
	width: 200px;
	font-weight: bold;
	text-align: right;
	margin-right: 20px;
}
.sampleInput {
	float: left;
	width: 400px;
}

/* Contact Form */
#contact {
	width: 700px;
	margin-bottom: 10px;
}
#contactInfo {
	width: 270px;
	float: left;
}
.contactLabel {
	width: 80px;
	margin: 5px 10px 0px 30px;
}
.contactText {
	float: right;
	width: 220px;
}

#contactForm {
	width: 420px;
	float: right;
}
.contactFormLabel {
	width: 150px;
	margin: 5px 10px 0px 30px;
}
.contactFormText {
	float: right;
	width: 370px;
}

/* collections */
.collectionImage {
	float: left;
	width: 150px;
}
.collectionImage img {
	border: 1px solid #000000;
	width: 150px;
}
.collectionText {
	float: right;
	width: 530px;
}

/* collection detail */
.collectionDetailImage {
	float: left;
	width: 400px;
}
.collectionDetailImage img {
	border: 1px solid #000000;
	width: 400px;
}
.collectionDetailText {
	float: right;
	width: 285px;
}

/* design-options */
#swatchPallet {
	width: 120px;
	float: right;
	margin-left: 10px;
}

/* site map */
#sitemapLeft {
	float: left;
	width: 350px;
}
#sitemapRight {
	float: right;
	width: 350px;
}