body {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	color: #fff;
	background-color: #18337f;
}

#container {
	margin: 0px auto 0px auto;
	padding-top: 1px;	
	width: 954px;
	background-color: #fff;
}

#header_inner {
	margin: 0px 1px 0px 1px;
	width: 950px;
	border-left: 1px solid #18337f;
	border-right: 1px solid #18337f;
	border-top: 1px solid #18337f;
	color: #18337f;
}

#header {
	float: left;
	height: 163px;
	width: 950px;
	background: url(../images/header.gif);
}

#header_left {
	float: left;
	height: 163px;
	width: 426px;
	background: url(../images/logo.gif);
}

#logo {
	position: absolute;
	margin-top: 18px;
	margin-left: 20px;
}

#logo img {
	border: 0px;
}

#header_right {
	float: left;
	width: 524px;
	height: 163px;
	background: url(../images/header_r.gif);
}

#inner_container {
	margin: 0px 1px 1px 1px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	width: 930px;
	border-left: 1px solid #18337f;
	border-right: 1px solid #18337f;
	border-bottom: 1px solid #18337f;
	color: #18337f;
	background: url(../images/quilt_bg.gif) repeat;
}

.menu_line_top {
	border-bottom: 1px solid #18337f;
	height: 2px;
	width: 930px;
	margin: 0px auto 1px auto;
}

.menu_line_bottom {
	border-top: 1px solid #18337f;
	height: 2px;
	width: 930px;
	margin: 1px auto 0px auto;
}

#menu_bg {
	color: #fff;
	background-color: #18337f;
	font-size: 14px;
	height: 23px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 920px;
	line-height: 2;
}

#menu_bg a {
	color: #fff;
	background-color: #18337f;
	text-decoration: none;
}

#menu_bg a:hover {
	color: #d1d6e5;
}

.menu_left {
	float: left;
	width: 535px;
	/*border: 1px solid red;*/
}

.menu_left a {
	font-size: 13px;
}

.menu_right {
	float: right;
	width: 375px;
	text-align: right;
	padding-right: 10px;
	/*border: 1px solid red;	*/
	font-size: 13px;
}

.menu_right a {
	font-size: 13px;
}

.clearing {
	clear: both;
	font-size: 0px;
}

h1 {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

h3 {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #d1d6e5;
}

#footer {
	padding-top: 10px;
	padding-bottom: 5px;
	color: #fff;
	background-color: #18337f;
	text-align: center;
	font-size: 12px;
}

#footer a {
	color: #fff;
	background-color: #18337f;
	text-decoration: none;
}

#footer a:hover {
	color: #d1d6e5;
}

#copyright {
	color: #fff;
	background-color: #18337f;
}

#copyright_left {
	float: left;
	width: 400px;
	text-align: left;
	color: #fff;
	background-color: #18337f;
}

#copyright_right {
	float: right;
	width: 400px;
	text-align: right;
}

#copyright_right a {
	color: #fff;
	background-color: #18337f;
	text-decoration: none;
}
	
#copyright_right a:hover {
	color: #d1d6e5;
}

#home_page_banners {
	margin: auto;
	width: 690px;
}

.banner_index1 {
	float: left;
	margin-right: 80px;
	margin-top: 10px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 300px;
	height: 480px;
	background: url(../images/fl1_bg.gif);
}

#heritage {
	position: absolute;
	margin-top: 434px;
	margin-left: 0px;
}

#heritage img {
	border: 0px;
}

.banner_index2 {
	float: left;
	margin-right: 8px;
	margin-top: 10px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 300px;
	height: 480px;
	background: url(../images/fl2_bg.gif);
}

#collection {
	position: absolute;
	margin-top: 434px;
	margin-left: 0px;
}

#collection img {
	border: 0px;
}

.banner_index3 {
	float: left;
	margin-top: 10px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 300px;
	height: 480px;
	background: url(../images/fl3_bg.gif);
}

#horserugs {
	position: absolute;
	margin-top: 434px;
	margin-left: 0px;
}

#horserugs img {
	border: 0px;
}

.text_center {
	text-align: center;
}

.font_large {
	font-size: 16px;
}

a {
	color: #18337f;
}

a:hover {
	color: #000;
}

#contact-form label {
	float: left;
	width: 35%;
	font-size: 12px;
	margin-left: 1.2em;
}

#contact-form div {
	width: 400px;
	text-align: left;
	clear: left;
	margin: 3px auto;
}

#contact-form fieldset label {
	margin-left: 0.4em;
}

#contact-form legend {
	color: #18337f;
	background-color: #fff;
	font-weight: bold;
}

#contact-form .txt {
	width: 55%;
	border: 1px solid #d1d1d1;
}

#contact-form textarea.txt {
	width: 55%;
}

#contact-form .btn {
	border: 2px solid #86a44c;
	background-color: #eaffc1;
	color: #000;
	padding: 0.4em;
}

#contact-form div.submit {
	text-align: center;
}

.formbutton{
cursor: pointer;
border: outset 1px #ccc;
background: #d1d6e5;
color: #18337f;
font-weight: normal;
padding: 1px 10px 3px 10px;
background: url(../images/formbg.gif) repeat-x left top;
vertical-align: top;
}

#contact_country_outer {
	width: 900px;
	margin: auto;
}

.contact_country {
	float: left;
	width: 300px;
	text-align: center;
}

.nonuk {
	color: #526cb8;
}

.nonuk a {
	color: #526cb8;
}

.nonuk a:hover {
	color: #000;
}

#left_menu1 {
	float: left;
	width: 200px;
	background: url(../images/menu_bg1.gif);
	color: #fff;
	font-size:16px;
	padding-top: 20px;
	height: 480px;
}

#left_menu1 ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 20px;
	margin-bottom: 8px;	
}

#left_menu1 ul li{
	padding-bottom: 5px;
}

#left_menu1 ul li a {
	color: #fff;
	background: url(../images/bullett.gif) no-repeat center left; /*custom bullet list image*/
	text-decoration: none;
	font-size: 14px;
	display: block;	
	padding-left: 19px; /*link text is indented 19px*/
}

#left_menu1 a:hover {
	color: #d1d6e5;
}
	
#left_menu2 {
	float: left;
	width: 200px;
	background: url(../images/menu_bg2.gif);
	color: #fff;
	font-size:16px;
	padding-top: 20px;
	height: 480px;
}

#left_menu2 ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 20px;
	margin-bottom: 8px;	
}

#left_menu2 ul li{
	padding-bottom: 5px;
}

#left_menu2 ul li a {
	color: #fff;
	background: url(../images/bullett.gif) no-repeat center left; /*custom bullet list image*/
	text-decoration: none;
	font-size: 14px;
	display: block;	
	padding-left: 19px; /*link text is indented 19px*/
}

#left_menu2 a:hover {
	color: #d1d6e5;
}

#left_menu {
	float: left;
	width: 200px;
	background: url(../images/menu_quilt_bg.gif) repeat;
	color: #fff;
	font-size:16px;
	padding-top: 20px;
	min-height: 500px;
}

#left_menu ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 20px;
	margin-bottom: 8px;	
	width: 150px;
}

#left_menu ul li{
	padding-bottom: 5px;
}

#left_menu ul li a {
	color: #fff;
	background: url(../images/bullett.gif) no-repeat center left; /*custom bullet list image*/
	text-decoration: none;
	font-size: 14px;
	display: block;	
	padding-left: 19px; /*link text is indented 19px*/
}

#left_menu a:hover {
	color: #d1d6e5;
}

#cat_main {
	float: left;
	padding-left: 20px; padding-right:20px;
	width: 680px;
}

#cat_fl_bg {
	width: 600px;
	height: 452px;
	margin: auto;
	background-color: #fff;
	border: 1px solid #18337f;
}

#cat_fl_inner_left {
	padding: 1px;
	float:left;
	width: 299px;
	height: 450px;
}

#cat_fl_inner_right {
	padding: 1px;
	float:right;
	width: 297px;
	height: 450px;
	background: url(../images/cat_pg_flash_bg.gif);
}

#cat_desc {
	width: 250px;
	margin: 10px auto 0px auto;
	text-align: justify;
	font-size: 14px;
	color: #fff;
	background-color: transparent;
}

#cat_fl_bg_rugs {
	width: 600px;
	height: 660px;
	margin: auto;
	background-color: #fff;
	border: 1px solid #18337f;
}

#cat_desc_rugs {
	width: 578px;
	text-align: justify;
	font-size: 14px;
	color: #fff;
	background-color: transparent;
	padding: 10px;
}

#cat_fl_inner_top {
	padding: 1px;
	width: 598px;
	height: 406px;
}

#cat_fl_inner_bottom {
	padding: 1px;
	width: 598px;
	height: 250px;
	background: url(../images/cat_flash_bg_bot.gif) repeat;
}

#prod_info_left {
	float: left;
	width: 254px;
	margin-top: 20px;
}

#prod_info_main_img {
	border: 1px solid #18337f;
	padding:1px;
}

#prod_info_main_img_inner {
	height: 375px;
}

.prod_info_thumb {
	/*border: 1px solid #18337f;
	padding: 1px;*/
	float: left;
	width: 54px;
	margin-top: 3px;
	margin-right: 3px;
}

.prod_info_thumb_img {
	border: 1px solid #18337f;
	padding: 1px;
}

.prod_info_thumb_img_inner {
	height: 75px;
}

#prod_info_mid {
	float: left;
	width: 300px;
	text-align: center;
	margin-top: 20px;
}

#prod_info_mid p {
	width: 270px;
}

#prod_info_mid h1 {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
  font-family: Arial, Verdana;
	text-align: center;
}

#prod_info_right {
	float: right;
	width: 115px;
	border: 1px solid #18337f; 
	height: 470px;
	margin-top: 20px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
}

.prod_info_small {
	font-size: 10px;
	text-align: center;
}

/* Marquee Styles - set one block for each marquee */
#marqueecontainer0 {
	width: 100px; /*marquee0 width */
	height: 400px; /*marquee0 height */
	color: #000;
	background-color: transparent;
	padding: 0px;
	margin:0 auto;
	overflow: auto;
}

#marqueecontainer0 img {
	border: 0px;
}

.marq_noscript { /* Marquee style for non-javascript enabled browsers - do not change */
	width:auto;
	overflow:hidden;
}

.last_swatch {
	/*margin-bottom: 0px;*/
}

.prod_price {
	font-size: 16px;
}

#information_bar {
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #7081B0;
	border-bottom: 1px solid #7081B0;
	text-align: center;
}

#information_bar a {
	text-decoration: none;
	color: #7081B0;
	background-color: transparent;
}

#information_bar a:hover {
	color: #18337f;
}

#shopping_info {
	color: #18337f;
	background: url(../images/quilt_bg.gif) repeat;
}

#close_button {
	text-align: center;
	margin-top: 20px;
}

#close_button img {
	border: 0px;
}

#terms {
	color: #18337f;
	background: url(../images/quilt_bg.gif) repeat;
}

#terms h3 {
	color: #18337f;
	background-color: transparent;
}

#terms_container {
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}

#shopping_bag {
	min-height: 430px;
	margin-top: 0px;
}

.size_icon {
	float: right;
	width: 20px;
	margin-right: 15px;
}

.size_selection{
	float: left;
	width: 240px;
	margin-left: 15px;
}

.no_border {
	border: 0px;
}

table, td, th
{
    border-color: #18337f;
    border-style: solid;
}

table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

th
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #18337f;
		color: #fff;
}

td
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #FFF;
}

.selectboxes1 {
	background-color: #d2defd;
}

.selectboxes2 {
	background-color: #fff;
}

.submit_btn {
	color:#fff;   
  font-size: 16px;
	background: url(../images/addtobag.gif);
	width: 200px;
	height: 30px;
	border: 0px;
}

.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.entryTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #18337f;
	background-color: #7F92A4;
	background-position: center;
}

.entryTable .label {
	background-color: #EFEFEF;
}

.entryTable .content {
	background-color: #FFFFFF;
}

.confTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.confTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #18337f;
	background-color: #7F92A4;
	/*font-weight: bold;*/
	background-position: center;
}

.confTable .label {
	background-color: #EFEFEF;
}

.confTable .content {
	background-color: #FFFFFF;
}

.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.infoTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #18337f;
	background-color: #7F92A4;
	/*font-weight: bold;*/
	background-position: center;
}

.infoTable .label {
	background-color: #EFEFEF;
}

.infoTable .content {
	background-color: #FFFFFF;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
}

.notice {
	color: #996600;
	font-weight: bold;
}

.addToCartButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	font-weight:bold;
	border: 1px solid #336699;
	background-color:#FFCC00;
}

#errorMessage {
	color: #990000;
	font-weight: bold;
}

/* shopping bag image hover */
.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #fff;
	padding: 1px;
	left: -1000px;
	border: 1px solid #18337f;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 75px; /*position where enlarged image should offset horizontally */
}

.warning 
{
	font-size: 12px;
	color: #CC0000;
}

.order_details {
	padding: 10px; 
  margin: 0px auto 0px auto;
	width: 600px;
	border: 1px solid #18337f;
	background-color: #fff;
}

#print_header {
	display: none;
}

#print_footer {
	display: none;
}

