/*****************************************************
* Global
*****************************************************/
* {
	padding				: 0;
	margin				: 0;
	outline				: 0;
	}

html { 
	min-height			: 100%;
	margin-bottom		: 1px;
	}

body {
	font				: normal 100% helvetica, arial, san-serif;
	background			: #c3c8b4 url(../_images/body-bg.gif) no-repeat top center;
	}

p {
	color				: #333333;
	padding				: 0 0 20px 0;
	}

ul, ol {
	color				: #ffffff;
	padding				: 0 0 0 0;
	}

div.gutter {
	padding				: 0 30px 0 30px;
	}

div.clearboth {
	clear				: both;
	}

/*****************************************************
* Layout
*****************************************************/
#wrapper {
	width				: 960px;
	margin				: 0 auto;
	}

#header {
	height				: 135px;
	padding				: 10px 0 0 0;
	}

		#headerL {
			float				: left;
			width				: 329px;
			height				: 128px;
			}

		#headerR {
			float				: right;
			width				: 365px;
			height				: 128px;
			background			: transparent url(../_images/guarantee.png) no-repeat 0 50px;
			}
	
#navigation {
	height				: 81px;
	background			: transparent url(../_images/nav-bg.png) no-repeat 0 0;
	}

#main {
	padding				: 0 0 10px 0;
	background			: transparent url(../_images/main-bg.png) repeat-y 0 0;
	}
	
		#sidebar {
			float				: left;
			width				: 215px;
			}
		
		#content {
			float				: right;
			width				: 670px;
			}
			
		#content-full {
			}

		div.kicker {
			float				: left;
			width				: 215px;
			margin				: 15px 6px 50px 0;
			border-bottom		: 1px solid #bebebe;
			}
			
#footer {
	padding				: 10px 0 20px 0;
	background			: transparent url(../_images/footer-bg.png) no-repeat 0 100%;
	}
	
/*****************************************************
* Typography
*****************************************************/		
h1 {
	font-size			: 120%;
	letter-spacing		: -1px;
	padding				: 10px 0 5px 0;
	color				: #04313e;
	}

p.csub {
	font-size			: 70%;
	color				: #000000;
	}

p.csub a {
	display				: inline;
	font-size			: 40%;
	color				: #00adb3;
	}

div.kicker p {
	font-size			: 70%;
	line-height			: 1.8em;
	}

p.copy {
	color				: #ffffff;
	font-size			: 70%;
	padding				: 10px 0 10px 0;
	}

p.copy a {
	color				: #ffffff;
	text-decoration		: none;
	}

/*****************************************************
* Lists
*****************************************************/

/******** Side NAV ********/
ul#sidebar-nav {
	list-style-type		: none;
	}

ul#sidebar-nav li {
	display				: block;
	padding				: 10px 0 10px 0;
	border-bottom		: 1px solid #dce2e4;
	}

ul#sidebar-nav li.last {
	border-bottom		: none;
	}

ul#sidebar-nav li span.c {
	display				: block;
	font-size			: 130%;
	letter-spacing		: -1px;
	color				: #04313e;
	}

ul#sidebar-nav li a{
	display				: block;
	text-decoration		: none;
	font-size			: 130%;
	letter-spacing		: -1px;
	color				: #04313e;
	}

ul#sidebar-nav li a span{
	display				: block;
	color				: #006ED1;
	font-size			: 65%;
	font-weight			: bold;
	}

ul#sidebar-nav li a:hover span{
	color				: #76b5b8;
	}

/******** Top NAV ********/
ul#top-nav {
	list-style-type		: none;
	padding				: 0 0 0 30px;
	position: 			relative;
	}

ul#top-nav li {
	float				: left;
/*	width				: 120px; */
	display				: block;
	padding				: 10px 40px 10px 0;
	}

ul#top-nav li a {
	display				: block;
	text-decoration		: none;
	font-size			: 130%;
	letter-spacing		: -1px;
	color				: #ffffff;
	}

ul#top-nav li.search {
	display				: block;
/*	width				: 170px; */
	height				: 60px;
	position:			absolute;
	right:				0;
	font-weight:		bold;
/*	margin				: 0 0 0 40px; */
	padding				: 7px 20px 0 0;
}
ul#top-nav li.search span {
	color				: black;
	font-size			: 80%;
}
ul#top-nav li.search input#search {
	width				: 120px;
	padding				: 2px;
	margin				: 0 0 0 0;	
}

ul#top-nav li.cart a {
	display				: block;
	width				: 100%;
	height				: 100%;
	}

ul#top-nav li a span{
	display				: block;
	color				: #03181e;
	font-size			: 65%;
	font-weight			: bold;
	}

ul#top-nav li a:hover span{
	color				: #346d7d;
	}

/******** Footer NAV ********/
ul#footer-nav {
	text-align			: center;
	list-style-type		: none;
	}

ul#footer-nav li {
	display				: inline;
	padding				: 0 80px 0 80px;
	}
	
ul#footer-nav li a {
	color				: #ffffff;
	font-size			: 110%;
	letter-spacing		: -1px;
	text-decoration		: none;
	}	
/*****************************************************
* Contact Form
*****************************************************/
div#form-signup{
	float				: left;
	width				: 400px;
	}	

div#form-signup label{
	float				: left;
	width				: 100px; 
	padding				: 5px 0 5px 0;
	font-size			: 120%;
	letter-spacing		: -1px;
	color				: #04313e;	
	}
div#form-signup .text {
	padding				: 5px 0 5px 0;
	border				: solid 1px #999999;
	float				: left;
	color				: #000000;
	font-weight			: normal;
	}

div#form-signup textarea {
	padding				: 5px 0 5px 0;
	border				: solid 1px #999999;
	float				: left;
	color				: #000000;
	font-weight			: normal;
	}
div.errors {
	color				: #04313e;	
	font-weight			: bold;
	}
div.errors {
	color				: #04313e;	
	font-weight			: bold;
	padding				: 20px 0 20px 0;
	}
ul.errors {
	color				: #a0dadd;
	font-weight			: bold;
	}
ul.errors li {
	color				: #a0dadd;
	font-size			: 14px;
	margin				: 0 0 0 20px;
	font-weight			: bold;
	}
div#form-signup input.submit {
	width: 91px; height: 34px;
	background: url(../_images/submit.jpg) no-repeat;
	border: 0;
	font-size: 0.1em;
	font-size: 0;
	font-weight: bold;
	color: #e9b613;
	float: right;
	cursor: pointer;
	}
/*****************************************************
* Links
*****************************************************/
a#logo {
	display				: block;
	width				: 329px;
	height				: 128px;
	background			: transparent url(../_images/logo.png) no-repeat 0 0;
	}

a.more-info {
	display				: block;
	width				: 91px;
	height				: 34px;
	margin				: 0 0 10px 0;
	background			: transparent url(../_images/more-info.png) no-repeat 0 0;
	}
a.home_products_btn {
	display				: block;
	width				: 164px;
	height				: 34px;
	margin				: 10px auto 10px auto;
	background			: transparent url(../_images/home_products_btn.png) no-repeat 0 0;
	}
a.home_vinyl_btn {
	display				: block;
	width				: 177px;
	height				: 34px;
	margin				: 10px auto 10px auto;
	background			: transparent url(../_images/home_vinyl_btn.png) no-repeat 0 0;
	}
a.home_digital_btn {
	display				: block;
	width				: 200px;
	height				: 34px;
	margin				: 10px auto 10px auto;
	background			: transparent url(../_images/home_digital_btn.png) no-repeat 0 0;
	}
/*****************************************************
* Store
*****************************************************/	
div#kickers a{
	color				: #04313e;
	text-decoration		: none;
	}
div.category-item-container {
	float					: left;
	width:200px;
	margin					: 5px 6px 10px 0;
	}
	div.category-item-container p{
		font-size			: 10px;		 	
	}

h1.category-item-product-name {
	font-size				: 100%;
	letter-spacing			: -1px;
	text-align				: center;
	padding					: 5px 0 0 0;
	margin					: 0 auto;
	color					: #04313e;
	clear:both;
	width					: 200px;
	}
	
	h1.category-item-product-name  a{
		color				: #04313e;
		text-decoration		: none;
		}

p.category-item-short-desc {
		width				: 200px;
		text-align			: center;
		margin				: auto;
}
		
div.category-item-container-image {
/*	float					: left; */
	text-align				: center;
	/*background 				: transparent url(../_images/image_bg3.jpg) no-repeat 0 0;*/
	}
	
	div.category-item-container-image img{
		border				: 1px #999999 solid;
		padding				: 3px;
		margin				: 10px 0 10px 0;
		width				: 180px;
		height				: auto;
	clear					: both;		
		}
div.store_paging{
	float					: right;
	width					: 150px;
	}
	div.store_paging a{
		color				: #04313e;
		text-decoration		: none;
		}
div#product-header{
	float					: left;
	width					: 50%; 
}
div#pricing-table{
	float					: left;
	width					: 50%; 
}
p.product-image img {
	float					: left;
	width					: 300px;
 }

div.pricing_div{
	float					: left;
	width					: 100%;
	padding					: 10px 0 10px 0;
	border-top				: 1px solid #dce2e4;	
	}
	div.pricing_div label.product{
		font-size				: 120%;
		letter-spacing			: -1px;
		float					: left;
		width					: 200px;
		padding					: 0 0 10px 0;
		} 
	div.pricing_div label.product-vinyl{
		font-size				: 120%;
		letter-spacing			: -1px;
		float					: left;
		width					: 100px;
		padding					: 0 0 10px 0;
		} 
	div.pricing_div label.product_btn{
		float					: right;
		width					: 100px;
		text-align				: right;
	}
	div.pricing_div label.product_btn_vinyl{
		float					: right;
		width					: 180px;
		text-align				: right;
	}
div.product-media{
	float					: left;
	width					: 95%;
	padding					: 10px 0 10px 0;
	border-top				: 1px solid #dce2e4;	
	}
div#product-info ul {
	margin				: 0 0 0 20px;
	color				: #333333;
	padding				: 0 0 0 0;
	}
/*****************************************************
* Cart
*****************************************************/	
table.listview th{
	background 			: transparent url(../_images/cart_bg.jpg) repeat-x 0 0;
	letter-spacing		: -1px;
	color				: #ffffff;
	font-size			: 90%;
	height				: 60px;
	}
	table.listview td.listview-alternate1{
		background-color 	: #EEEEEE;
		font-size			: 80%;
		}
		table.listview td.listview-alternate1 img{
			margin			: 5px 5px 2px 5px;
			border			: 1px solid #dce2e4;
			}
		table.listview td.listview-alternate1 a{
			letter-spacing	: -1px;
			color			: #04313e;
			}
	table.listview td.listview-alternate2{
		background-color	: #DDDDDD;
		font-size			: 80%;
		}
		table.listview td.listview-alternate2 img{
			border			: 1px solid #dce2e4;
			margin			: 5px 5px 2px 5px;
			}
		table.listview td.listview-alternate2 a{
			letter-spacing	: -1px;
			color			: #04313e;
			}
			
/*****************************************************
* Checkout >> Breadcrumb
*****************************************************/	
ul.breadcrumb{
	padding			: 0px 0px 0px 0px;
	margin			: 0px 0px 0px 0px;
	list-style		: none;
	letter-spacing	: -1px;
	font-size		: 95%;
	}
	.breadcrumb li { 
		float			: left; 	
		padding			: 0px 0px 0px 25px;
		margin			: 0px 0px 20px 0px;
		color			: #04313e;
		font-weight		: bold;
		background		: url(../_images/icon_arrow.gif) no-repeat top left; 
		background-position	: 8px 5px;	
		}
	.breadcrumb li.first {
		background		: none;
		padding-left		: 0;
		}
	
	.breadcrumb li.first b {
		color			: #a0dadd;
		font-weight		: bold;
		}
	.breadcrumb li b {
		color			: #a0dadd;
		font-weight		: bold;
		}

/*****************************************************
* Checkout >> Login
*****************************************************/
form#checkout_login div.errors {
	background-color	: #f6cbca;
	border				: 1px solid #cb2026;
	padding				: 5px;
	margin				: 0 0 10px 0;
	color				: #cb2026;
	font				: bold 11px arial,helvetica,sans-serif;
	}

form#checkout_login input {
	padding				: 2px;
	margin				: 0 5px 0 5px;
	border-top			: 1px solid #828177;
	border-right		: 1px solid #e4e3e3;
	border-bottom		: 1px solid #e4e3e3;
	border-left			: 1px solid #828177;
	}

form#checkout_login input#btn-continue{
	float				: right;
	border				: none;
	padding				: 0;
	margin				: 0;
	}
form#checkout_login input#btn-login{
	float				: right;
	border				: none;
	padding				: 0;
	margin				: 0;
	vertical-align		: bottom;
	}
	
span#forgot-pass {
	display				: block;
	font-size			: 11px;
	}
#checkout-new {
	float				: left;
	width				: 430px;
	}
#checkout-login{
	float				: right;
	width				: 450px;
	}
#guest-wrapper {
	float				: left;
	width				: 430px;
	margin				: 0 20px 0 0;
	}
	#guest-wrapper p {
		background-color	: #cdd4b5;
		border-top			: 1px solid #acb29a;
		padding				: 5px;
		margin				: 0 0 10px 0;
		color				: #04313e;
		font-weight			: bold;
		}
#login-wrapper {
	float				: left;
	width				: 430px;
	}
	#login-wrapper p {
		background-color	: #cdd4b5;
		border-top			: 1px solid #acb29a;
		padding				: 5px;
		margin				: 0 0 10px 0;
		color				: #04313e;
		font-weight			: bold;
		}
form#checkout_login label {
	display				: block;
	font				: normal 11px arial, helvetica, sans-serif;
	}
form#checkout_login label.login {
	display				: block;
	margin-bottom		: 5px;
	font				: normal 14px arial, helvetica, sans-serif;
	}
form#checkout_login label.login_below {
	display				: block;
	margin-bottom		: 10px;
	font				: normal 14px arial, helvetica, sans-serif;
	}
form#checkout_login label.login-register {
	display				: block;
	margin-bottom		: 10px;
	font				: normal 14px arial, helvetica, sans-serif;
	}
	label.login-register radio{
		margin			: 0 5px 0 0;
	}
form#checkout_login input{
	padding				: 2px;
	margin				: 0 0 5px 0;
	border-top			: 1px solid #828177;
	border-right		: 1px solid #e4e3e3;
	border-bottom		: 1px solid #e4e3e3;
	border-left			: 1px solid #828177;
	}
/*****************************************************
* Checkout >> Shipping / Billing
*****************************************************/
form#checkout_shipping div.errors {
	background-color	: #f6cbca;
	border				: 1px solid #cb2026;
	padding				: 5px;
	margin				: 0 0 10px 0;
	color				: #cb2026;
	font				: bold 11px arial,helvetica,sans-serif;
	}

form#checkout_shipping p.checkout-head-ship, #additional-wrapper p {
	background-color	: #cdd4b5;
	border-top			: 1px solid #acb29a;
	padding				: 5px;
	margin				: 0 0 10px 0;
	color				: #04313e;
	font-weight			: bold;
	}
	
form#checkout_shipping p.checkout-head-bill {
	background-color	: #cdd4b5;
	border-top			: 1px solid #acb29a;
	padding				: 5px;
	margin				: 0 0 45px 0;
	color				: #04313e;
	font-weight			: bold;
	}

form#checkout_shipping label {
	display				: block;
	font				: normal 11px arial, helvetica, sans-serif;
	}
	
form#checkout_shipping input, form#checkout_shipping select {
	padding				: 2px;
	margin				: 0 0 5px 0;
	border-top			: 1px solid #828177;
	border-right		: 1px solid #e4e3e3;
	border-bottom		: 1px solid #e4e3e3;
	border-left			: 1px solid #828177;
	}

form#checkout_shipping input#btn-continue{
	float				: right;
	padding				: 0;
	margin				: 0;
	border				: none;
	}
	
#shipping-wrapper {
	float				: left;
	width				: 440px
	}
	
#billing-wrapper {
	float				: right;
	width				: 440px;
	}

#additional-wrapper {
	width				: 440px;
	margin				: 10px 0 0 0;
	}

span.check-same {
	display				: block;
	font				: normal 11px arial, helvetica, sans-serif;
	margin				: 0 0 10px 0;
	}
	
/*****************************************************
* Checkout >> Payment
*****************************************************/
div.errors {
	background-color	: #f6cbca;
	border				: 1px solid #cb2026;
	padding				: 5px;
	margin				: 0 0 10px 0;
	color				: #cb2026;
	font				: bold 11px arial,helvetica,sans-serif;
	}

div.errors-good {
	background-color	: #B5D8AB;
	border				: 1px solid #29B456;
	padding				: 5px;
	margin				: 0 0 10px 0;
	color				: #29B456;
	font				: bold 11px arial,helvetica,sans-serif;
	}
	
form#checkout_payment p.checkout-head {
	background-color	: #cdd4b5;
	border-top			: 1px solid #acb29a;
	padding				: 5px;
	margin				: 0 0 10px 0;
	color				: #04313e;
	font-weight			: bold;
	}

#shipping-method-wrapper {
	float				: left;
	width				: 440px;
	}
	
#total-method-wrapper {
	float				: right;
	width				: 440px;
	}
	
	#total-method-wrapper p {
		background-color	: #cdd4b5;
		border-top			: 1px solid #acb29a;
		padding				: 5px;
		margin				: 0 0 10px 0;
		color				: #04313e;
		font-weight			: bold;
		}

#promo-method-wrapper {
	float				: left;
	width				: 440px;
	}
	
	#promo-method-wrapper p {
		background-color	: #cdd4b5;
		border-top			: 1px solid #acb29a;
		padding				: 5px;
		margin				: 0 0 10px 0;
		color				: #04313e;
		font-weight			: bold;
		}	
#payment-method-wrapper {
	float				: right;
	width				: 440px;
	}

form#checkout_payment label {
	display				: block;
	font				: normal 11px arial, helvetica, sans-serif;
	}

form#checkout_payment label.total {
	float				: left;
	width				: 100px;
	font				: normal 14px arial, helvetica, sans-serif;
	}
form#checkout_payment span {
	float				: left;
	width				: 100px;
	font				: normal 14px arial, helvetica, sans-serif;
	}
	
form#checkout_payment input, form#checkout_payment select {
	padding				: 2px;
	margin				: 0 0 5px 0;
	border-top			: 1px solid #828177;
	border-right		: 1px solid #e4e3e3;
	border-bottom		: 1px solid #e4e3e3;
	border-left			: 1px solid #828177;
	}
	
form#checkout_payment input#btn-continue{
	float				: right;
	padding				: 0;
	margin				: 0;
	border				: none;
	}

/*****************************************************
* Checkout >> Confirmation
*****************************************************/
#confirmation-cart-wrapper {
	float				: left;
	width				: 100%;
	margin-bottom		: 0;
	margin-top			: 20px;
	}
	
	#confirmation-cart-wrapper p {
		background-color	: #cdd4b5;
		border-top			: 1px solid #acb29a;
		padding				: 5px;
		margin				: 0 0 10px 0;
		color				: #04313e;
		font-weight			: bold;
		}	
#confirmation-subtotal-wrapper {
	float				: right;
	width				: 200px;
	margin-top			: 0;
	margin-bottom		: 10px;	
	}
	
	#confirmation-subtotal-wrapper p {
		background-color	: #cdd4b5;
		border-top			: 1px solid #acb29a;
		padding				: 5px;
		margin				: 0 0 10px 0;
		color				: #04313e;
		font-weight			: bold;
		}	
	#confirmation-subtotal-wrapper label.total{
		float				: left;
		width				: 100px;
		font				: normal 14px arial, helvetica, sans-serif;
		}
	#confirmation-subtotal-wrapper span{	
		float				: left;
		width				: 50px;
		font				: normal 14px arial, helvetica, sans-serif;
		}
form#checkout_process input#btn-continue{
	float				: right;
	padding				: 0;
	margin				: 0;
	border				: none;
	}	
#confirmation-billing-wrapper {
	float				: left;
	width				: 430px;	
	}
	
	#confirmation-billing-wrapper p {
		background-color	: #cdd4b5;
		border-top			: 1px solid #acb29a;
		padding				: 5px;
		margin				: 0 0 10px 0;
		color				: #04313e;
		font-weight			: bold;
		}		
#confirmation-shipping-wrapper {
	float				: right;
	width				: 430px;	
	}
	
	#confirmation-shipping-wrapper p {
		background-color	: #cdd4b5;
		border-top			: 1px solid #acb29a;
		padding				: 5px;
		margin				: 0 0 10px 0;
		color				: #04313e;
		font-weight			: bold;
		}	
label.billingpane {
	float				: left;
	width				: 150px;
	font				: 14px arial, helvetica, sans-serif;
	font-weight			: 800;	
	}
div.sp-fieldset-gutter span {
	float				: left;
	width				: 250px;
	font				: normal 14px arial, helvetica, sans-serif;
}
/*	
	
div#forgot-pass{
	width			: 65%;
	text-align  	: right;
	}
	div#forgot-pass a{
		color			: #a0dadd;
		font-weight		: bold;
		font-size		: 12px;		
		}
div.product-gutter{
	float				: left;
	width				: 47%;		
	}
div.product-gutter div.errors {
	color				: #04313e;	
	font-weight			: bold;
	font-size			: 12px;
	padding				: 20px 0 20px 0;
	}
	div.product-gutter label.login{
		float				: left;
		width				: 250px;
		color				: #04313e;	
		font-weight			: bold;	
		display				: block;
		margin				: 3px 0 0 0;
		letter-spacing		: -1px;
		}
	div.product-gutter label.login-new{
		float				: left;
		width				: 450px;
		color				: #04313e;	
		font-weight			: bold;	
		font-size			: 85%;
		display				: block;
		margin				: 3px 0 0 0;
		letter-spacing		: -1px;
		}
	div.product-gutter label.login-returning{
		float				: left;
		width				: 350px;
		color				: #04313e;	
		font-weight			: bold;	
		font-size			: 85%;
		display				: block;
		margin				: 3px 0 0 0;
		letter-spacing		: -1px;
		}
div#login-page  div.errors{
	color				: #04313e;	
	font-weight			: bold;
	font-size			: 12px;
	padding				: 20px 0 20px 0;
	}


	
label.checkout-login{
	float				: left;
	width				: 150px;	
	}
label.shipping{
	float				: left;
	width				: 150px;
	color				: #04313e;	
	font-weight			: bold;	
	display				: block;
	margin				: 3px 0 0 0;
	letter-spacing		: -1px;
	}
span.text {
	color				: #04313e;	
	font-weight			: bold;	
	font-size			: 95%;
	letter-spacing		: -1px;
	}
p.checkout-head {
	color				: #04313e;	
	font-weight			: bold;	
	}
label.billing{
	float				: left;
	width				: 150px;
	color				: #04313e;	
	font-weight			: bold;	
	display				: block;
	margin				: 3px 0 0 0;
	letter-spacing		: -1px;
	}
label.payment{
	float				: left;
	width				: 150px;
	color				: #04313e;	
	font-weight			: bold;	
	display				: block;
	margin				: 3px 0 0 0;
	letter-spacing		: -1px;
	}
label.payment1{
	float				: left;
	width				: 300px;
	color				: #04313e;	
	font-weight			: bold;	
	display				: block;
	margin				: 3px 0 0 0;
	letter-spacing		: -1px;
	}
label.billingpane{
	float				: left;
	width				: 150px;
	color				: #04313e;	
	font-weight			: bold;	
	display				: block;
	margin				: 3px 0 0 0;
	letter-spacing		: -1px;
	}
div.main-subtotal {
	border				: 1px solid #8D8D8D;
	padding				: 10px 10px 10px 10px;
	margin-bottom		: 10px;
	display				: block;
	}
	div.confirm {
		float				: left;
		display				: block;		
		width				: 47%;
		padding				: 0 5px 0 5px;
		text-align			: center;
		margin-bottom		: 10px;
		font-size			: 85%;
		}
		div.confirm strong{
			color				: #04313e;	
			}
	div#subtotal {
		float				: left;
		display				: block;		
		width				: 47%;
		border-right		: 1px dashed #8D8D8D;
		padding				: 0 5px 0 5px;
		font-size			: 85%;
	}
div.shipping_billing{
	border				: 1px solid #8D8D8D;
	padding				: 10px 10px 10px 10px;
	margin-bottom		: 10px;
	margin-top			: 5px;
	display				: block;
	}
	div.shipping_billing div#process-billing{
		float			: left;
		display			: block;		
		width			: 47%;
		border-right	: 1px dashed #8D8D8D;
		padding			: 0 5px 0 5px;
		font-size		: 85%;
		}
	div.shipping_billing div#process-shipping{
		float			: left;
		display			: block;
		width			: 47%;
		padding			: 0 5px 0 10px;
		font-size		: 85%;
		}
div#process-back {
	text-align			: center;
	color				: #04313e;	
	font-size			: 85%;
}
h3.confirm-header{
	color				: #04313e;	
}
*/

div#slideshow {height: 330px;}
div#slideshow a img {border:0;}