body
{
	font-family: verdana, arial;
	font-size: 12px;
	color: #353535;
	/*background: #dCdCd9;*/
	background: url(images/header_bg.jpg) repeat-x #eee;
	text-align: center;
	line-height:1.4;
}

a:focus { outline:1px dotted; }
p { margin: 5px auto 15px; }

a, a:link, a:visited
{
	color: #353535;
	text-decoration:none;
}

img
{
	border-style: none;
}
li
{
	list-style-type:none;
}

/*header*/
.header {
	width: 950px;
	margin:0 auto;
	position:relative;
	height: 140px;
	border-bottom: #fff 2px solid;
}
.header .navigation
{
	width 950px;
	margin:0 auto 0;
	height:50px;
	position:relative;
	text-transform:lowercase;
	z-index:200;
}
.header .navigation a,.header .navigation a:link, .header .navigation a:visited
{
	color: #777;
}
.header .navigation a:hover
{
	color: #444;
}
.header .navigation ul
{
	float: right; 
	width: 700px;
	text-align: right;
	margin: 0;
	padding: 0;
	position: relative;
}
.header .navigation li
{
	display: inline;
	line-height: 45px;
	height: 45px;
	padding: 15px 25px 15px 10px;
	background: url(images/nav_bg.jpg) no-repeat top right;
	letter-spacing: .02em;
	position: relative;
}
.header .navigation li a, .header .navigation li a:link, .header .navigation li a:visited
{
	color: #ddd;
	font-weight: bold;
	font-size: 14px;
}
.header .navigation li a:hover
{
	color: #bbb;
}
.header .navigation .wrap
{
	line-height: 16px;
	height: 16px;
	position: relative;
	top: 10px;
	text-align: center;
	width: 10px;
	left: -70px;
	padding: 0px 0 5px 0 ;
	border: #fff 1px solid;
}
#Cart {
	color:#ddd;
	width: 240px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 75px;
	text-align: right;
	text-align: center;
	padding: 0;
}

#Cart a.Cart {
	text-indent:-100em;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	display:block;
	height:40px;
	width:100%;
	text-align:left;
	background:center 0px no-repeat;
}

#Cart a.Cart:hover span { text-decoration:underline; }
#Cart a.Cart:hover { text-decoration:none; }

#Cart a.Cart.Full  { background-image:url(images/cart/full.png) }
#Cart a.Cart.Empty { background-image:url(images/cart/empty.png) }

#Cart a.Cart.Empty:hover {
	background-position: center -41px;
}

#Cart .Links {
	position:absolute;
	bottom:2px;
	text-align:left;
	left:50px;
	color: #a10908;
	font-weight: bold;
}

#Cart .Links a {
	padding:2px;
}

#Cart a {
	color:#fff;
	font-size:smaller;
	font-weight:bold;
}

#Cart a:hover {
	color:#fff;
	text-decoration:underline;
}

.header .navigation #welcome_message
{
	text-align: right;
	position: absolute;
	right: 244px;
	top: 78px;
	text-align: right;
	font-size: 12px;
	color: #888;
	height: 40px;
	padding: 20px 20px 2px 0;
	background: url(images/header_divider.jpg) no-repeat bottom right;
}
.header .navigation #welcome_message b
{
	display: block;
	color: #eee;
	font-weight: normal;
	font-size: 14px;
}
.header .navigation #welcome_message a, .header .navigation #welcome_message a:link, .header .navigation #welcome_message a:visited
{
	color: #b20000;
	font-size: 12px;
}

#Logo {
	background:url(images/logo.png);
	position: absolute;
	width:315px;
	height:215px;
	top:0;
	z-index:1;
}

#Logo a {
	position:absolute;
	outline:none;
	text-indent:-100em; overflow:hidden;
	top:20px; left:20px;
	margin;0; padding:0;
	display:block;
	width:260px;
	height:170px;
}

.wrapper
{
	width: 950px;
	margin: 0 auto 0;
	position: static;
}
.container
{
	width: 950px;
	margin: 0 auto 0;
	position: relative;
	background: #fff url(images/sidebar_bg.png) repeat-y top right;
	min-height: 500px;
	/*background: url(images/content_middle.png) repeat-y 100px 0 #fff;*/
	overflow: hidden;
	
}
.container .main
{
	width: 698px;
	margin: 0 0 0 0;
	/*min-height: 500px;
	overflow: auto;*/
	float: left;
	border-right: #fff 2px solid;
	text-align: left;

}
.container .main .section_title
{
	width: 100%;
	height: 75px;
	background: #a10908 url(images/title_bg.jpg) repeat-x;
	margin: 0 0 2px 0;
	position: relative;
}
.container .main .section_title span
{
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: right;
	font-size: 28px;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.container .main .section_title img
{
	float: right;
	margin: 25px 10px 0 0;
}
/*Steps*/
.container .main .steps
{
	width: 100%;
	height: 40px;
	background: #000;
	padding: 0;
	margin: 0 0 2px 0;
	position: relative;
}
.container .main .steps ul
{
	text-align: center;
	width: 100%;
	line-height: 68px;
	height: 68px;
	margin: 0;
	padding: 0;
	
}
.container .main .steps li
{
	display: inline;
	/*line-height: 67px;
	height: 67px;*/
	line-height: 68px;
	height: 68px;
}
.container .main .steps em
{
	color: #eee;
}
.container .main .steps li #step1
{
	padding: 20px 80px 30px 80px;
	background: url(images/step_buttons.png) no-repeat -2px 0;
}
.container .main .steps li #step1:hover
{
	background: url(images/step_buttons.png) no-repeat -2px -86px;
}
.container .main .steps li #step1 .selected
{
	background-position: -2px -86px;
}
.container .main .steps li #step2
{
	padding: 20px 80px 30px 80px;
	background: url(images/step_buttons.png) no-repeat -168px 0;
}
.container .main .steps li #step2:hover
{
	background: url(images/step_buttons.png) no-repeat -168px -86px;
}
.container .main .steps li #step3
{
	padding: 20px 80px 30px 80px;
	background: url(images/step_buttons.png) no-repeat -333px 0;

}
.container .main .steps li #step3:hover
{
	background: url(images/step_buttons.png) no-repeat -333px -86px;
}
.container .main .steps li #step4
{
	padding: 20px 80px 30px 80px;
	background: url(images/step_buttons.png) no-repeat -499px 0;

}
.container .main .steps li #step4:hover
{
	background: url(images/step_buttons.png) no-repeat -499px -86px;
}
.container .main #current_step1
{
	float: right;
	margin: 5px 0 0 0;
	padding: 10px 150px 10px 150px;
	display: block;
	background: url(images/current_step.png) no-repeat 0 0;
	height: 80px;
	line-height: 80px;
}
.container .main #current_step2
{
	float: right;
	margin: 5px 0 0 0;
	padding: 10px 150px 10px 150px;
	display: block;
	background: url(images/current_step.png) no-repeat -292px 0;
	height: 80px;
	line-height: 80px;
}
.container .main #current_step3
{
	float: right;
	margin: 5px 0 0 0;
	padding: 10px 150px 10px 150px;
	display: block;
	background: url(images/current_step.png) no-repeat -584px 0;
	height: 80px;
	line-height: 80px;
}
.container .main #current_step4
{
	float: right;
	margin: 5px 0 0 0;
	padding: 10px 120px 10px 120px;
	display: block;
	background: url(images/current_step.png) no-repeat -888px 0;
	height: 80px;
	line-height: 80px;
}
/*End Steps*/

.container .main .edit_content
{
	text-align: center;
}

.clear
{
	clear: both;
}
.footer
{
	min-height: 30px;
	background: url(images/footer_bg.png) repeat-x; 
	width: 100%;
	/*border-top: #fff 4px solid;*/
	margin: 0px 0 0 0;
	padding: 10px 0 10px 0;
	color: #ddd;
	font-size: 10px;
	z-index: 5;
}
.footer ul
{
	margin: 0px;
	height: 15px;

}
.footer li
{
	display: inline;
	font-size: 11px;
	padding: 0 20px;
}
.footer a, .footer a:link, .footer a:visited
{
	color: #eee;
	font-weight: bold;
	text-transform: lowercase;
}
.footer a:hover
{
	color: #fff;
}
.copyright
{
	font-size: 10px;
	text-align: center;
	margin: 5px auto 10px;
}
.copyright a, .copyright a:link, .copyright a:visited
{
	color: #111;
	font-weight: normal;
}

/* Main body content */
#Content {
	width:698px;
	padding:0 0 20px;
}

#Content .promo
{
	margin: 0 0 2px 0;
}

#Sidebar .promo span { display:none; }

#Sidebar .promo,
#Sidebar .promo a {
	width:250px;
	display:block;
	padding:0;
}

#Sidebar .promo.top,
#Sidebar .promo.top a {
	height:75px;
}

#Sidebar .promo.top a { background:url(images/design_plus_ad01.png); }

#Sidebar .promo.bottom,
#Sidebar .promo.bottom a {
	height:172px;
	margin-top:2px;
}

#Sidebar .promo.bottom.design a { background:url(images/design_plus_ad02.jpg); }
#Sidebar .promo.bottom.office a { background:url(images/office_plus_ad01.jpg); }


.highslide-body .promo h2
{
	color: #a10908;
	font-size: 36px;
	margin: 0px;
	font-weight: normal;
	
}
.highslide-body .promo h3
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: -.2px;
	font-size: 18px;
}
/*Sidebar*/
#Sidebar {
	width: 250px;
	height: inherit;
	/*min-height: 600px;*/
	
	float:right;
	position: relative;

	
}

#Sidebar ul
{
	margin: 0;
	padding: 0;
}
#Sidebar li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 20px;
}

#Sidebar h3  
{
	font-weight: normal;
	margin: 5px;
	padding: 0;
	height: 30px;
	line-height: 30px;
}
#Sidebar h3 li
{
	padding: 0 0 0 10px;
	height: 30px;
	line-height: 30px;
}
#Sidebar .SidebarTitle
{
	margin: 10px 0 5px 0;	
}

#productIcons .jcarousel-clip-vertical
{
	height: 500px;
}
#productIcons .jcarousel-item-vertical
{
	text-align: center;
}
#productIcons .jcarousel-item-vertical img
{
	display: block;
	margin: 0 auto 0;
}
#productIcons .jcarousel-item-vertical span.Title 
{
	margin: 5px 0 0 0px;
	padding: 0px;
	font-size: 14px;
	color: #912121;
	font-weight:bold;
}
/*all product icons*/

#allProductIcons .jcarousel-clip-vertical
{
	height: 637px;
}
#allProductIcons .jcarousel-item-vertical
{
	text-align: center;
}
#allProductIcons .jcarousel-item-vertical img
{
	display: block;
	margin: 0 auto 0;
}
#allProductIcons .jcarousel-item-vertical span {
	margin: 5px 0 0 0px;
	padding: 0px;
	display:block;
	font-weight:bold;
	font-size: 14px;
	color: #912121;
}

#allProductIcons .jcarousel-item-vertical h2
{
	margin: 5px 0 0 0px;
	padding: 0px;
	font-size: 14px;
	color: #912121;
}
/*end all product icons*/
.CarouselAlbum
{
	height: 670px;
}
.CarouselAlbum a.Option span { display:none; }
.CarouselAlbum a.Option 
{
	display:block;
	height:25px;
	margin: 5px 0 0 0;
}
.Sidebar .promo
{
	background: #000;
	position: absolute;
}
.Sidebar .promo .bottom
{
	position: absolute;
	bottom: 0px;
}
#Sidebar .SidebarOption { position:relative; }

#Sidebar .SidebarOption a span { display:none; }
#Sidebar .SidebarOption a {
	display:block;
	width:47px;
	height:39px;
	padding:15px 0 0;
	margin:0 10px;
	position:absolute;
	top: 10px;
}

#Sidebar .SidebarOption .Large { left:15px; background:url("images/img_lg_view.png") center no-repeat; }
#Sidebar .SidebarOption .Small { right:15px; background:url("images/img_tb_view.png") center no-repeat; }


#Sidebar .SidebarOption {
	/*background: #333333 url(images/sidebar_options_bg.png) repeat-x;*/
	background: #A10908 url(images/title_bg.jpg) repeat-x;
	height: 60px;
	width: 100%;
	border-bottom: #fff 3px solid;
	padding: 15px 0 0 0;
}

#Sidebar .SidebarOption img {
	margin: 0 10px;
	
}
/*End Sidebar*/

#uploaded li
{
	list-style-type: none;
}
#droppable_box
{
	width: 650px;
	height: 500px;
	border: #bbb 1px dashed;
	margin: 10px 0 10px 10px;
	position: relative;
	overflow: hidden;
}
.textbox
{
	border: #ddd 1px solid;
	width: 150px;
	padding: 10px;
	position: absolute;
	bottom: 50px;
	left: 100px;
	z-index: 1000;
}
/* dock - bottom */
#dock2 {
	width: 100%;
	/*bottom: 0;
	position: absolute;
	left: 0;*/
}
.dock-container2 {
	position: absolute;
	height: 75px;

	/*background: url(images/dock_menu/dock-bg.gif);*/
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
	font-size: 14px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0; 
	width: 100%; 
}
/* dock - bottom */
/* product slider */

#slider {
	width: 800px;
	margin: 0 auto;
	position: relative;
	/*border: 10px solid #ccc;*/
}

.scroll {
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
	position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
	padding: 10px;
	width: 274px;
	height: 318px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
}

.inside {
	padding: 0;
	position: absolute;
	/*top: 0;*/
	bottom: 0;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}


.scrollButtons {
	position: absolute;
	/*top: 77px;*/
	top: 147px;
	cursor: pointer;
}

.scrollButtons.left {
	left: -65px;
}

.scrollButtons.right {
	right: -65px;
}

.hide {
	display: none;
}
/* end product slider */
/* carousel */
.jcarousel-skin-tango .jcarousel-container 
{
	margin: 0 auto 0;
}

.jcarousel-skin-tango .jcarousel-container-horizontal 
{
	width: 535px;
	padding: 30px 40px;
	height: 130px;
}
.jcarousel-list-horizontal li
{
	margin: 0 15px 0 15px;

}
.jcarousel-list-horizontal li img:hover
{
	/*border: #000 1px solid;
	width: 100px;
	margin: 0 5px 0 5px;*/
}
.jcarousel-skin-tango .jcarousel-container-vertical 
{
	width: 200px;
	min-height: inherit;
	padding: 45px 20px 50px 20px;
	margin:0 auto;	
	position: relative;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal 
{

}

.jcarousel-skin-tango .jcarousel-clip-vertical 
{
	width:  200px;
	height: 380px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

.jcarousel-skin-tango .jcarousel-item 
{
	margin:0 auto;
	/*width: 150px;
	height: 150px;*/
	
}
.jcarousel-skin-tango .jcarousel-item img
{
	/*width: 150px;
	height: 150px;*/
}
.jcarousel-skin-tango .jcarousel-item-horizontal 
{
	margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical 
{
	margin: 5px 0;
	display: block;
	padding:0;
}
.jcarousel-skin-tango .jcarousel-item-vertical img
{
/*	width: 150px;
	height: 150px; */
}
.jcarousel-skin-tango .jcarousel-item-vertical li div 
{
	height: 75px;
}
.jcarousel-skin-tango .jcarousel-item-vertical div .edit_btn
{	
	padding: 0 0 0 0;
	margin: 0 5px 0 0;
	width: 60px;
	height: 25px;
	display: inline;

}
.jcarousel-skin-tango .jcarousel-item-vertical div .remove_btn
{
	padding: 0 0 0 0;
	width: 93px;
	height: 25px;
	display: inline;
}
.jcarousel-skin-tango .jcarousel-item-vertical div .edit_btn_sm
{	
	padding: 0 0 0 0;
	height: 30px; 
	width: 30px;
	display: inline; 
	margin: 0 0 0 5px;
}
.jcarousel-skin-tango .jcarousel-item-vertical div .remove_btn_sm
{
	height: 30px; 
	width: 30px; 
	display: inline; 
	margin: 0 5px 0 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder 
{
	color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal 
{
	/*position: absolute;
	cursor: pointer;
	top: 30px;
	right: 0;	
	width: 30px;
	height: 75px;	
	background: transparent url(images/arrow_right.png) no-repeat 0 0;
	top: 40px;
	right: -25px;  
	width: 45px;
	height: 60px; 
	background: transparent url(images/rightarrow.png) no-repeat 0 0;*/
	
	position: absolute;
	cursor: pointer;
	top: 40px;
	right: -25px;  
	width: 45px;
	height: 60px; 
	background: transparent url(images/button_right.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover 
{
	/*background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active 
{
   /* background-position: -64px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active 
{
	cursor: default;
	/*background-position: -96px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal 
{
	/*position: absolute;
	cursor: pointer;
	top: 30px;
	left: 0;
	width: 30px;
	height: 75px;	
	background: transparent url(images/arrow_left.png) no-repeat 0 0;
	top: 40px;
	left: -10px;
	width: 45px;
	height: 60px;	
	background: transparent url(images/leftarrow.png) no-repeat 0 0;*/


	position: absolute;
	cursor: pointer;
	top: 40px;
	left: -10px;
	width: 45px;
	height: 60px;	
	background: transparent url(images/button_left.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover 
{
	/*background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active 
{
	/*background-position: -64px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal {
	background-position:-100px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	/*background-position: -96px 0;*/
}

/**
 *  Vertical Buttons
 */
.jcarousel-control
{	
	/*display: inline;*/
	width: 600px;
	color: #000;
	margin: 10px auto 15px;
	text-align: center;
	
}
.jcarousel-control a
{
	margin: 0 5px 0 5px;
	padding: 5px 5px 5px 6px;
	background: #000;
	height: 5px;
	color: #000;
	width: 50px;
	height: 50px;
	font-size: 11px;
}

.jcarousel-skin-tango .jcarousel-next-vertical 
{
	position: absolute;
	bottom: 5px;
	left: 70px;
	width: 100px;
	height: 40px;
	cursor: pointer;
	background: transparent url(images/arrow_down_sm.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover 
{
	/*background-position: 0 -32px;*/
}

.jcarousel-skin-tango .jcarousel-next-vertical:active 
{
	background-position: 0 -38px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active 
{
	cursor: default;
	background-position: 0 -38px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical 
{
	position: absolute;
	top: 5px;
	left: 70px;
	width: 100px;
	height: 40px;
	cursor: pointer;
	background: transparent url(images/arrow_up_sm.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover 
{
	/*background-position: 0 -32px;*/
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active 
{
	background-position: 0 -38px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active 
{
	cursor: default;
	background-position: 0 -38px;
}

/* end carousel */
/*product title display*/
#product_title_display
{
	width: inherit;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	height: 25px;
}
.inactive
{
	opacity: .7; 
	filter: alpha(opacity=.7);
}
/*Editable Sections */
#editable_container
{
	border: #bbb 1px dotted;
	margin: 10px auto 10px;
}
#img_container
{
	border: #bbb 1px dotted;
}
/*End Editable Sections */
/*Select Template Section*/
.show_templates
{
	border: #ddd 1px solid;
	min-height: 400px;
	width: 605px;
	margin: 10px auto 10px;
	overflow: visible;
	padding: 0 0 5px 0;
}
.show_templates div
{
	border: #ddd 1px solid;
	width: 190px;
	height: 190px;
	margin: 5px 0 0 5px;
	display: inline-block;
	text-align: center;
	/*padding: 5px;*/
	overflow:  hidden;
	position: relative;
}
.show_templates div img
{
	position: relative;
	/*top: 0;
	left: 0;
	z-index: 1;*/
	
}
.template_overlay
{
	background: url(images/template_overlay.png) no-repeat;
	width: 180px;
	padding: 5px;
	height: 180px;
	position: absolute;
	z-index: 5;
}
/*End Select Template Section*/
/*Drag & Drop styles */
.upload_drag
{
	cursor: move;
}
.ghost 
{
	position: absolute;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	background-color: #f00;
	border-color: #AAD;
	color: #000;
}
.outline 
{
	background-color: #FCC;
	border: #DAA 1px dashed;
	color: #DAA;
}
.active 
{
	background-color: #ddd;
	border-color: #ADA;
}
#nodrop 
{
	height: 120px;
}
#log 
{
	border: 1px solid #AAA;
	padding: 10px;
	overflow: auto;
	height: 160px;
	width: 464px;
}
/*End Drag & Drop styles */

/*Product Listing Style*/
.products ul
{
	margin: 0 auto 0;
	padding: 0 24px;
}
.product_listing
{
	margin: 5px 0px 5px 0px;
	
	width: 300px;
	text-align: right;
}
.product_listing li
{
	height: 30px;
	line-height: 30px;
	border-bottom: #ddd 3px solid;
	text-align: center;
	list-style-type: none;
	
}

.product_listing li a, .product_listing li a:link, .product_listing li a:visited
{	
	color: #a10908;
	font-weight: bold;
}
.single_product, .search-result
{
	width: 698px;
	float: left;	
	background: url(images/content_bg.png) repeat-x;
}
.single_product .product
{
	border-left: #777 3px solid;
	margin: 30px 0 40px 30px;
	padding: 20px 0 20px 20px;
	text-align: left;
	font-size: 14px;
	width: 500px;
}
.single_product .product li
{
	background: url(images/bullet.png) no-repeat 0 5px;
	padding: 0 0 0 15px;
}
.single_product .product img
{
	border: #bbb 1px solid;
	padding: 10px;
}
.single_product h1
{
	font-size: 38px;
	color: #222;	
	margin: 10px 0 5px 0;
	letter-spacing: -2px;
	
}
.single_product .product h2
{
	font-size: 18px;
	color: #a10908;
	font-weight: normal;	
	margin: 10px 0 10px 0;
}
.steps
{
	width: inherit;
	height: 40px;
	line-height: 40px;
	background: #000;
	padding: 0;
	margin: 0 0 2px 0;
	position: relative;
	text-transform: lowercase;
	color: #fff;
	text-align: left;
	padding: 0 0 0 0;
	font-size: 11px;
}
.steps a, .steps a:link, .steps a:visited
{
	color: #ddd;
	margin: 0 0 0 20px;
}
/*End Product Listing Style*/
/*End Result Listing Style*/
#welcome_message
{
	position: relative;
}
#searchform
{
	position: relative;
	height: 40px;
	width: 290px;
}
#searchsubmit
{
	background: url(images/search_btn_sm.png) no-repeat;
	border: #fff 0px solid;
	padding: 0px 35px 0px 36px;
	width: 77px;
	height: 31px;
	margin: 0px 0 0px 0;
	position: absolute;
	top: 5px;
	right: 5px;
}
#searchinput
{
	width: 180px;
	margin: 0px 5px 0px 0px;
	color: #555;
	height: 32px;
	line-height: 20px;
	font-style: italic;
	border: #fff 0px solid;
	padding: 6px 10px 0 10px;
	background: url(images/search_bg.png) no-repeat;
	position: absolute;
	top: 5px;
	left: 0px;
}
.result
{
	text-align: left;
	padding: 0 0 0 10px;
}
.search-result em
{
	margin: 0px;
	font-size: 11px;
	line-height: 12px;
	color: #555;
}

.result #searchform
{
	position: relative;
	height: 50px;
	width: 375px;
}
.result #searchinput
{
	width: 300px;
	background: url(images/search_bg_lg.png) no-repeat;
	height: 20px;
	padding: 6px 10px;
}
.search-result h1
{
	font-size: 20px;
	color: #222;	
	margin: 10px 0 5px 0;
	letter-spacing: -1px;
}
.result h1 a:link, .result h1 a, .result h1 a:visited
{
	text-decoration: underline;
}
.search-result h2
{
	font-size: 12px;
	color: #a10908;
	font-weight: normal;	
	margin: 10px 0 10px 0;
}
/*End Result Listing Style*/

/*Step Styles*/
.StepNav {
	position:relative;
	margin:30px auto;
	width:700px;
	clear:both;
}

.StepNav table { margin: 0 auto; }
.StepNav.Bottom table { width:75%; }
.StepNav table td { text-align:center; vertical-align:middle;}
#Content .StepNav.Top h4 { padding:0; margin:0; z-index:100;}

.StepNav a { 
	overflow:hidden; text-indent:-100em;
	display:block;
	margin:auto;
	cursor:pointer;
	outline:none;
	height:31px;
	width:82px;
}

.StepNav .Loading {
	position:absolute;
	background:url(images/status/loading.gif) center no-repeat #fff;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.StepNav a.Next { background:url('images/next_btn.png') }
.StepNav a.Prev { background:url('images/back_btn.png') }

.step
{
	width: 698px;
	height: 31px;
}

.step .next
{
	background: url(images/next_btn.png) no-repeat;
	padding: 0 40px 20px 45px;
	height: 31px;
	width: 82px;
	margin: 20px 5px;
	border: #000 0px solid;
	cursor:pointer;

}

/*End Step Style*/
.printing
{
	background: #000;
	width: inherit;
	width: 700px;
	margin: 0px 0 0 0;
	
}
.printing .promo
{
	display: inline;
	float: left;
	background: #000;
	padding: 1px;
}


/*Contact Information*/
.contact
{
	padding: 0 0px 0 0px;
	width: 700px;
	text-align: center;
}
.contact h1
{
	margin: 10px 0 10px 0;
	padding: 0px;
	color: #333;
}
.contact .block
{
	width: 100%; 
	background: #e5e5e5; 
	min-height: 80px;
	padding: 10px 0;
	margin: 10px 0;
}
.contact h2
{
	margin: 10px 0 0px 0;
	padding: 10px 0 0;
	color: #353535;
	font-weight: bold;
	font-size: 12px;
	
}
.contact h3
{
	font-weight: normal;
	font-size: 12px;
}
.contact a, .contact a:link, .contact a:hover
{
	
	line-height: 30px;
	color: #912121;
	text-decoration: underline;
	font-weight: bold;
}
.contact-form 
{
	color: #912121;
	width: 500px;
	margin: 0 auto 0;
	font-size: 11px;
}
.contact-form input, .contact-form textarea
{
	border: #ccc 1px solid;
	margin: 0 0 10px 0;
}
.contact-form label
{
	display:block;
	text-align: left;
	margin: 0 0 2px 0;
}
.submit
{
	background: url(images/submit.png) no-repeat;
	height: 31px;
	width: 77px;
	padding: 0px 0px;
	margin: 5px;
	border: #000 0px solid;
}
.reset
{
	background: url(images/reset_btn.png) no-repeat;
	height: 31px;
	width: 77px;
	padding: 0px 0px;
	margin: 5px;
}
/*End Contact Information*/
.FlashNotice {
	color:#f00;
	font-weight:bold;
	text-align:center;
	width:100%;
	border:2px solid #0f0;
}

#CalendarTos .Tos {
	text-align:left;
	padding:20px;
	width:75%;
	margin:0 auto;
}

#CalendarTos .Tos hr {
	width:75%;
	margin:40px auto;
}

#CalendarTos label { font-weight:bold; }

#CalendarTos form { padding-bottom:20px; }
#CalendarTos #Warning { font-weight:bold; color:#f00; display:block; height:1.5em;}

#Warning {
	font-weight:bold;
	color:#f00;
}

#Error {
	color:#f00;
	font-weight:bold;
}
.error
{
	margin: 0 0 25px 0;
}
.errorImg
{
	width: inherit;
	margin: 5px 0 0 0;
	text-align: center;
}

/*** Generic form styles ***/

.Form {
	width:100%;
}

.Form table {
	width:100%;
	margin:0 auto;
}

.Form th {
	width:130px;
	padding-right:10px;
	text-align:right;
}

.Form tr.Field th,
.Form tr.Field td {
	padding:5px;
}

.Form tr.Field td select,
.Form tr.Field td input {
	border:1px solid #444;
}

.Form tr.Field td input {
	width:100%;
	padding:2px;
}


.Form tr.Field td input.city {
	width:50%;
}

.Form tr.Field td input.zip {
	width:6em;
}

.Form div.Errors {
	text-align:left;
	margin:0 auto;
}

.Form .Errors span {
	font-weight:bold;
}

.Form label.Invalid {
	color:#f00;
}

.Form input.Invalid,
.Form select.Invalid {
	color:000;
	background:#fdd;
}

.Form .Errors ul,
.Form .Errors li {
	padding-top:2px;
	list-style-type:disc;
}

.Form h2 {
	text-align:center;
}


.Form fieldset {
	width:75%;
	margin:20px auto 0 50px;
	padding:10px 0;
	border:none;
	border-top:1px solid #aaa;
}

.Form fieldset legend {
	font-weight:bold;
	font-size:larger;
}

.Form .ButtonStrip {
	text-align:center;
	padding:20px;
	clear:both;
}

.Notice, 
label span.Required {
	font-size:smaller;
	color:#f00;
	text-align:center;
}
/*Feedback stuff*/
.feedback-link span
{
	background: url(images/feedback-sm.png) no-repeat -25px 0;
	height: 162px;
	width: 60px;
	position:fixed;
	top: 260px;
	left: 0px;
	z-index: 10;
}

.Errors { color:#f00; }
.Errors li span { font-weight:bold; }

h1.Header {
	clear:both;
	padding:10px 20px;
	color:#fff;
	margin:0 0 2px 0;
	background:#000;
	font-size:150%;
}

h2.SubHeader {
	clear:both;
	padding:10px 20px;
	margin:0 0 2px 0;
	background:url(images/heading_bg.jpg) top left repeat-x;
	color:#fff;
	font-size:100%;
}

h2.SubHeader a { color:#fff; text-decoration:underline; }

#Content h3 { font-size:150%; margin:5px auto 10px; }
#Content h4 { font-size:130%; margin:5px auto 10px; }
#Content h4 em {
	font-weight:bold;
	font-style:normal;
}

#Content h5 { font-size:120%; margin: 5px auto 10px; }

#Content .Body {
	padding:20px;
}

a.Question {
	text-decoration:underline;
}

a.Question span {
	text-decoration:underline;
	font-weight:normal;
	color:#22a;
}

div.Answer {
	background:#eee;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	padding:5px 20px;
	margin-bottom:10px;
}
a.Promo {
	margin-bottom:2px;
	overflow:hidden;
	text-indent:-100em;
	display:block;
	width:700px;
	background-position:center;
	background-repeat:none;

}
.promoButton
{
	height: 75px;
	width: 345px;
	border-bottom: #fff 2px solid;
	text-align: center;
	padding: 12px 0 0 0;
	color: #fff;
	font-size: 11px;
}
.promoButton.Black
{
	background: #000;
	position: relative;
}
.promoButton.Black h1
{
	font-size: 11px;
	text-transform: uppercase;
	color: #a10908;	
	margin: 5px 0 0 0px;
	padding: 0px;
}
.promoButton.Red
{
	background: url(images/title_bg.jpg) repeat-x #a10908;
	position: relative;
}
.promoButton.Red h1
{
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	margin: 5px 0 0 0px;
	padding: 0px;
}

