@charset "UTF-8";
@import "tools.css";

/*
 * basic styles
 */

body {
	background: #3d2710;
	font-family: "Verdana", Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: url('../images/bg_body.jpg') repeat-x left top;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Georgia", sans-serif;
	color: #b72c25;
}

/*
 * layout
 */

#wrapper {
	background: url('../images/bg_wrapper.jpg') no-repeat left top;
	width: 980px;
	height: 768px;
}

#main {
	width: 914px;
	padding: 48px 0px 0px 0px;
}

#header {
	width: 312px;
	height: 80px;
	margin: 30px 0px 0px 314px;
	*margin: 78px 0px 0px 314px !important;
}

#container {
	padding: 52px 20px 0px 36px;
}

#left {
	width: 219px;
	float: left;
	margin-right: 32px;
}

#center {
	width: 450px;
	float: left;
}

#right {
	width: 140px;
	float: right;
}

/*
 * header
 */

#header h1 a {
	display: block;
	text-indent: -9999em;
	width: 312px;
	height: 80px;
	background: url('../images/logo.jpg') no-repeat left top;
}

/*
 * navbar
 */

#navbar ul {
	margin: 14px 0px 0px 36px;
	text-align: center;
}

#navbar ul li {
	display: inline;
	color: #FFF;
}

#navbar ul li a {
	display: block;
	float: left;
	text-indent: -9999em;
	height: 30px;
}

#navbar ul li#home a {
	background: url('../images/home.jpg') no-repeat left top;
	width: 140px;
}

#navbar ul li#products a {
	background: url('../images/products.jpg') no-repeat left top;
	width: 151px;
}


#navbar ul li#design a {
	background: url('../images/designers.jpg') no-repeat left top;
	width: 211px;
}


#navbar ul li#contact a {
	background: url('../images/contact.jpg') no-repeat left top;
	width: 169px;
}


#navbar ul li#order a {
	background: url('../images/order.jpg') no-repeat left top;
	width: 193px;
}


/*
 * container
 */

#left #pagination p {
	font-family: "Georgia", sans-serif;
	font-size: 18px;
	border-bottom: 1px double #000;
	padding: 0px 0px 8px 14px;
	margin: 0px 0px 4px 0px;
	width: 203px;
}

#left #pagination p a {
	color: #000;
	padding-left: 5px;
}

#left #pagination p a.current {
	color: #bf2e1b;
}

#center p {
	line-height: 1.3em;
	font-size: 11px;
}

#center form div#content_sample_text {
	background: #543e29;
	border: 1px solid #bcbdc1;
	height: 44px;
	text-align: center;
	padding: 17px 0px 0px 0px;
}

#center form#form_sample_text label {
	font-family: "Georgia", sans-serif;
	font-size: 16px;
	color: #fdfffe;
	padding-right: 10px;
}

#center form#form_sample_text {
	position: relative;
}

#center form#form_sample_text input#sample_text {
	width: 302px;
	border: 1px solid #412d15;
	padding: 5px;
}

input#btnAdd {
	position: absolute;
	top: 70px;
	right: 0;
}

#center h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin-bottom: 0.8em;
	font-weight: bold;
}

#sample_text_preview {
	border-top: 2px solid #7f7f7f;
	border-bottom: 1px solid #3f3f3f;
	margin: 15px 0px 10px;
}

#right h3 {
	background: #543e29;
	border: 1px solid #bcbdc1;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	width: 126px;
	height: 39px;
	padding: 22px 0px 0px 0px;
}

#right ul#list_colors {
	margin: 15px 0px 0px;
}

#right ul#list_colors li {
	display: inline;
}

#right ul#list_colors li span {
	width: 60px;
	display: block;
	height: 10px;
	float: left;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #918f90;
	padding: 10px 0px 10px 0px;
	margin: 0px 4px 4px 0px;
}

#right ul#list_colors li span.white {
	background: #fff;
	color: #999;
}

#right ul#list_colors li span.black {
	background: #000;
	color: #fff;
}

#right ul#list_colors li span.golden {
	background: #e7c600;
	color: #fff;
	padding: 5px 0px 15px 0px;
}

#right ul#list_colors li span.silver {
	background: #8a8f89;
	color: #fff;
}

#right ul#list_colors li span.dark_red {
	background: #a53939;
	color: #fff;
}

#right ul#list_colors li span.gold {
	background: #94804d;
	color: #fff;
}


#right ul#list_colors li span.orange {
	background: #f76b20;
	color: #fff;
}

#right ul#list_colors li span.hot_pink{
	background: #e13974;
	color: #fff;
}

#right ul#list_colors li span.lavender {
	background: #7b6bac;
	color: #fff;
}

#right ul#list_colors li span.soft_pink {
	background: #f98abd;
	color: #fff;
}

#right ul#list_colors li span.lime_green {
	background: #7db948;
	color: #fff;
	padding: 5px 0px 15px 0px;
}

#right ul#list_colors li span.navy{
	background: #32425b;
	color: #fff;
}

#right ul#list_colors li span.brown {
	background: #4d4433;
	color: #fff;
}

#right ul#list_colors li span.ice_blue {
	background: #0093d6;
	color: #fff;
}
#right ul#list_colors li span.beige {
	background: #cecaa5;
	color: #fff;
}
#right ul#list_colors li span.dark_green{
	background: #2a5238;
	color: #fff;
	padding: 5px 0px 15px 0px;
}

#right p {
	text-align: center;
	font-size: 11px;
	margin: 12px 0px 0px 0px;
	line-height: 1.4em;
}

.clear {
	clear: both;
}

/* Everything else.. by Pablo 2008-1031 fixed by Diego :P */

#left ul#font_list li img { 
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-bottom: 1px solid #000;
	padding-right: 27px;
	background: #FFF;
}

#left ul#font_list li img:hover { 
	border: 2px solid #000;
}

#right ul#list_colors li span:hover {
	border: 2px solid #000;
}

#left ul#font_list li img.fontHover { 
	border: 2px solid red;
}

#right ul#list_colors li span.fontHover {
 	border: 2px solid red;
}

ul#font_list li img, ul#list_colors li span  {
	cursor: pointer;
}
