html {
	background: url(images/bgd_grad.jpg) repeat-y;
	background-position:center;
	background-color:#000;
}

body {
	margin: 0px;
	padding: 0px;	
	margin: 0px auto;

}

* {
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	width:800px;
	position: relative;
	margin: 0px auto;	
}

#flower_1 {
	background-image:url(images/flowers_1.png);
	background-position:right;
	position:absolute;
	top:0;
	right:0;
	width:446px;
	height:163px;
}

#flower_2 {
	background-image:url(images/flowers_2.png);
	background-position:right;
	position:absolute;
	top:165px;
	right:0;
	width:162px;
	height:281px;
}

#flower_3 {
	background-image:url(images/flowers_3.png);
	background-position:bottom;
	position:absolute;
	top:195px;
	right:161px;
	width:323px;
	height:122px;
}

#header {
	height:167px;
	width:581px;
	background-image:url(images/banner.png);
	text-indent:-9999px;
}

#red_bar {
	background: url(images/red_nav_bar.png) repeat-x;
	height: 40px;
	top: 163px;
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/*horizontal navigation bar*/
#nav {
	height: 40px;
	top: 163px;
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
	left:0;
	background-image:url(images/red_nav_bar.png);
}

#nav ul {
	color: #FFF;
	display: block;	
}


#nav ul li {
	list-style: none;
	color: #FFF;
	float: left;
	width: 85px;
	position:relative;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	top: -8px;
}

#nav ul li a {
	color:#fff;
	line-height:17px;
	text-decoration: none;
	display: block;
	border-right: thin solid #FFF;
}

#nav ul li a:hover {
	background-image:url(images/button_small.png);
}

#nav ul li a.current {
	background-image:url(images/button_small.png);
}

#nav ul li a.last {
	border:none;
}

#nav ul li form input {
	position:absolute;
	top:-5px;
	left:-8px;
}


/*secondary horizontal navigation bar*/
#sec_nav {
	height: 55px;
	width: 515px;
	top: -5px;
	left: 18px;
	position: absolute;
	background-image:url(images/sec_red_nav_bar.png);
}

#sec_nav ul {
	width:100%;
	color: #FFF;
	margin: 5px 0px 0px 5px;
}


#sec_nav ul li {
	margin-left:0px;
	list-style: none;
	float: left;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;	
}

#sec_nav ul li a {
	color:#fff;
	line-height:10px;
	text-decoration: none;
	display: block;
	width: 85px;
	height:25px;
	border-right: thin solid #FFF;
	padding-top:7px;
}

#sec_nav ul li a.last {
	border:none;
}

#sec_nav ul li a:hover {
	background-image:url(images/sec_button_small.png);
}

#sec_nav ul li a.current {
	background-image:url(images/sec_button_small.png);
}


.holder {
}


#header {
	position: absolute;
	left: -10px;
	top: 0px;
}


#left {
	position: absolute;
	height: auto;
	width: 150px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	top: 240px;
	left:0px;
}

#left ul li {
	list-style:none;
	margin-left:-55px;
}

#left .menu li a {
	font: 14px/30px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	background: url(images/buttons.png);
	height: 38px;
	width: 143px;
	margin-bottom:7px;
}

#left .menu li a:hover {
	background-position:center;
}

#left .menu li a:active {
	background-position:bottom;
}

#left .menu li a.current {
	background-position:bottom;
	font-weight: bold;
}

#content {
	position:relative;
	padding: 0px;
	left: 127px;
	top: 240px;
	width:548px;	
}


#box_top {
	position:relative;
	background: url(images/white_top.png);
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 548px;
}
#box_content {
	position:relative;
	background: url(images/white_fill.png) repeat-y;
	width: 548px;
	min-height:550px;
}
#main_content {
	padding:30px 30px 10px 30px;
	}

#box_bottom {
	position:relative;
	background: url(images/white_bottom.png);
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 548px;
	float:left;
}

#footer {
	height:40px;
	position:relative;
	text-align:center;
	margin-top:25px;
}
#footer p {
	margin-bottom: 0em;
	margin-top: 0em;
	font-size: x-small;
	color: #999;
}

#footer a {
	color:#999;
	text-decoration:none;
}

#footer a:hover {
	color:#666;
}
	

h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:-0.3em;
	color: #666;
	line-height:.9em;
}

h2 {
	margin-bottom: -0.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

h3 {
	margin-bottom: -0.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h4 {
	margin-bottom: -0.5em;
	font-family: Arial, Helvetica, sans-serif;
	color:#900;
}

p {
	font: small Arial, Helvetica, sans-serif;
}

p.clear {
	clear:both;
}

span.warning {
	color:#F00;
}

span.pricing {
	font-size:small;
	
	font-style:italic;
	font-weight:lighter;
	color:#666;
	float:right;
	margin:0;
}

span.right {
	color:#C09;
	margin-left:350px;
	font-family:cursive;
	font-size:x-large;
}

.search {
	margin:30px auto 0 auto;
	width:300px;
}

hr {
	clear:both;
}

#main_content ol {
	font: small Arial, Helvetica, sans-serif;
}


#main_content img {
	float: right;
	margin:10px 0 10px 10px;
}

#main_content p img {
	float: right;
}

#main_content ul {
	font-size:small;
	margin: 10px;
	padding: 5px;
}

#thread li {
	padding:0;
	margin:5px;
	border:none;
	width:150px;
	height:96px;
	display:block;
	float:left;
}
	
#thread li a img {
	border:none;
	margin:0;
}

/*option buttons*/

#option_buttons ul {
	font: small Arial, Helvetica, sans-serif;
	position:relative;
	padding:0;
	margin-top:30px;
}

#option_buttons ul li {
	background-repeat:no-repeat;
	background-color:#999;
	margin:0px 10px 15px 0px;
	list-style:none;
	float:left;
}

#option_buttons ul li a {
	width:95px;
	padding:160px 0px 10px 0px;
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	border-left:thick solid #666;
	border-bottom:thick solid #666;
	border-top:thick solid #ccc;
	border-right:thick solid #ccc;
}

#option_buttons ul li a:hover {
	border-left:thick solid #ccc;
	border-bottom:thick solid #ccc;
	border-top:thick solid #666;
	border-right:thick solid #666;
}

#option_buttons ul li.cbp1 {
	background-image:url(images/cbp1_sm.jpg);
}

#option_buttons ul li.cbp2 {
	background-image:url(images/cbp2_sm.jpg);
}

#option_buttons ul li.nesc {
	background-image:url(images/nesc_sm.jpg);
}

#option_buttons ul li.online {
	background-image:url(images/online_sm.jpg);
}

#option_buttons ul li.notions {
	background-image:url(images/notions_sm.jpg);
}

#option_buttons ul li.thread {
	background-image:url(images/thread_sm.jpg);
}

#option_buttons ul li.accessories {
	background-image:url(images/accessories_sm.jpg);
}

#option_buttons ul li.fabric {
	background-image:url(images/fabric_sm.jpg);
}


#option_buttons ul li.bernina {
	background-image:url(images/bernina_sm.jpg);
}

#option_buttons ul li.bernina_sergers {
	background-image:url(images/bernina_serger_sm.jpg);
}

#option_buttons ul li.bernina_accessories {
	background-image:url(images/accessories_sm.jpg);
}

#option_buttons ul li.pfaff_accessories {
	background-image:url(images/pfaff_access_sm.jpg);
}

#option_buttons ul li.general_accessories {
	background-image:url(images/general_access_sm.jpg);
}

#option_buttons ul li.pfaff {
	background-image:url(images/pfaff_sm.jpg);
}

#option_buttons ul li.pfaff_sergers {
	background-image:url(images/pfaff_serger_sm.jpg);
}

#option_buttons ul li.airlift_cabinets {
	background-image:url(images/airlift_cabinets_sm.jpg);
}

#option_buttons ul li.quilting_cabinets {
	background-image:url(images/3180_sm.jpg);
}

#option_buttons ul li.craft_tables {
	background-image:url(images/4172_sm.jpg);
}

#option_buttons ul li.specialty_furniture {
	background-image:url(images/2155_sm.jpg);
}

#option_buttons ul li.new_fabric {
	background-image:url(images/new_fabric_sm.jpg);
}

#option_buttons ul li.quilt_kits {
	background-image:url(images/kits_sm.jpg);
}

#option_buttons ul li.bom {
	background-image:url(images/bom_sm.jpg);
}

#option_buttons ul li.canadiana {
	background-image:url(images/canadiana_sm.jpg);
}

#option_buttons ul li.russia {
	background-image:url(images/flags_sm.jpg);
}

#option_buttons ul li.africa {
	background-image:url(images/africa_sm.jpg);
}

#option_buttons ul li.ireland {
	background-image:url(images/ireland_sm.jpg);
}

#option_buttons ul li.customers {
	background-image:url(images/customers_sm.jpg);
}

#option_buttons ul li.repair {
	background-image:url(images/repair_sm.jpg);
}

#option_buttons ul li.sharpening {
	background-image:url(images/sharpener_sm.jpg);
}

#option_buttons ul li.quilting {
	background-image:url(images/quilting_sm.jpg);
}

#option_buttons ul li.shows {
	background-image:url(images/shows_sm.jpg);
}

#option_buttons ul li.guests {
	background-image:url(images/guests_sm.jpg);
}

#option_buttons ul li.retreats {
	background-image:url(images/retreats_sm.jpg);
}

#option_buttons ul li.demonstrations {
	background-image:url(images/demonstrations_sm.jpg);
}

table th {
	background-image:url(images/red_nav_bar.png);
	color:#ffffff;
	font-size:small;
	font-style:normal;
}

tr {
	background-color:#cccccc;
	height:2em;
	font-size:small;
}

/*photo gallery*/
#photo_strip {width:500px; margin-left:10px;}
#container {margin:0; padding:0; height:380px; overflow:auto; color:#222; background:#fff;}
#container ul {margin:0; padding:0; list-style:none; white-space:nowrap; display:table-row;}
#container ul li {float:none;display:table-cell; padding:0 15px; background:#fff; vertical-align:bottom;}
#container ul li img {border:1px solid #555; margin: 35px 0 0 0;}
#container p {margin:0; padding:5px 0; font-size:11px;}



/*forms*/
fieldset.contact {
	background:#CCC;
	margin-bottom:20px;
	padding:10px;
}

legend {
	background:#ccc;
	padding:5px 10px 0 10px;
	margin-top:-10px;
}

input.text {
	width:200px;
	
}

input:focus {
	border:solid #06F 2px;
}

label {
	width:80px;
	
}

p.check_box label {
	float:left;
	width:110px;
}

.submit_button input {
	width:85px;
	height:22px;
	padding-bottom:5px;
	border:none;
	background: url(images/buttons_small.png) top;
	color:#FFF;
}

.submit_button input:hover {
	background-position:center;
}

form.paypal {
	font-size:small;
}
