/*
* Stone Island Site Styles v2.1
*
* Frontend development (UX, IA, UI design, Venda templates, CSS and JavaScript) by alex[at]threefour[dot]co[dot]uk / www.threefour.co.uk
* Most of the styles should be self explanitory, some (not all) classes have been combined, OK it could be optimised/compressed more but
* then it's hard to maintain. Warning Orange #F95237 is the only colour (other than shades of grey) allowed.
*
*/

/* Reset ********************************/

html, body, div, span, object, embed, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, a, abbr, acronym, em, img, strong, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight:normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! ************/
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup ************/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input {vertical-align:middle;}

/* Reusable and utility classes ************/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

hr {
	clear:both;
	background:transparent;
	display:block;
	width:100%;
	height:1%;
	border:0;
}

.clear {
	clear:both;
	display:block;
	height:0;
	visibility:hidden
}

.was {
	text-decoration:line-through; color:#000
	font-size:10px;
}

.required {
	font:20px italic Baskerville,"Andale Mono",Arial,Helvetica,sans-serif;
	color:#F95237;
}

.hide {
	display:none;
}

a {color:#F95237;text-decoration:none;}

a:hover {color:#333;}

img {
	color:#333;

	font-style:italic;
}

strong {
	font-weight:600;
}

/* Layout/Structure ************/

body {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#333;
	background:#fff;
}

#wrapper {
	width:940px;
	padding:0 10px;
	margin:0 auto;
	background:#fff
}

p#admin {
	clear:both;
	background:#fab7b7;
	color:#a7272e;
	text-align:center;
	padding:10px 0;
}

p#admin a {
	color:#a7272e;
}

#col-one {
	width:160px;
	float:left;
	padding:0 0 10px 0;
}

#col-two {
	width:760px;
	float:right;
}

/* Header ************/

#header {
	clear:both;
	height:170px;
	z-index:999;
	position:relative;
}

.Lcat_headerleft {
	float:left;
	width:400px;
	height:120px;
}

.Lcat_headerright {
	float:right;
	background:#333 url('../images/bkgrd_searchcart.png') no-repeat 0 0;
	width:250px;
	height:90px;
	text-shadow:#111 1px 1px 0;
}

.Lcat_headerbtm {
	clear:both;
}

/* Login/Logout ************/

ul.loginlogout {
	height:23px;
	margin:0 10px 0 0;
	text-align:right;
	text-transform:uppercase;
}

ul.loginlogout li {
	display:inline;
}

ul.loginlogout li a {
	padding:5px 0 0 4px;
	color:#dbdbdb;
	font-size:11px;
	display:block;
	float:right;
}

ul.loginlogout li a:hover {
	color:#f95237;
	text-shadow:#444 1px 1px 0;
}

ul.loginlogout li.myaccount a {
	padding:5px 0 0 6px;
}

ul.loginlogout li.logout a {
	padding:5px 7px 0 0;
}

ul.loginlogout li.login a {
	padding:5px 0 0 0;
}

/* Mini Basket ************/

.elcatminicart {
	height:23px;
	margin:0 10px;
	text-align:right;
	text-transform:uppercase;
	position:relative;
}

.elcatminicart a {color:#dbdbdb;}

.elcatminicart a:hover {color:#f95237;text-shadow:#444 1px 1px 0;}

.elcatminicart ul {
	width:168px;
	text-align:left;
	float:left;
	display:inline;
	padding:5px 0 0 0;
	letter-spacing:-1px;
}

.elcatminicart li {
	display:inline;
	font-size:11px;
}

.elcatminicart li.items a {
	display:block;
	float:left;
}

.elcatminicart li.total a {
	display:block;
	float:left;
	padding:0 0 0 10px;
}

.elcatminicart h3 {
	text-align:right;
	float:right;
	width:60px;
	font-size:11px;
	display:inline;
	padding:5px 0 0 0;
	letter-spacing:-1px;
}

/* Search ************/

.locaytasearch {
	margin:10px 0 0 0;
	position:relative;
}

.locaytasearch h2 {
	display:none;
}

input#termtextkeywordsearch {
	padding:4px 2px 0 2px;
	background:#f2f2f2;
	border:0;
	height:18px;
	position:absolute;
	top:0;
	left:10px;
	width:196px;
	color:#333;
	text-shadow:#fff 0 1px 0;
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
}

#searchsubmit {
	float:right;
	position:absolute;
	display:block ;
	top:-1px;
	right:10px;
	text-indent:-9999px;
	width:28px;
	height:25px;
}

#searchsubmit a:hover {}

/* Main Nav ************/

#main_nav {
	clear:both;
	width:100%;
	height:40px;
	position:relative;
}

ul#main_nav li {display:inline}

ul#main_nav li a {
	display:block;
	float:left;
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	border-left:1px solid #333;
	height:30px;
	line-height:30px;
	text-align:left;
	color:#333;
	padding:0 21px 0 20px;
}

ul#main_nav li a:hover {
	background:#333;
	color:#f95237;
}

ul#main_nav li.nav-shop a {
	border-left:0;
	padding:0 41px 0 20px;
}

/* Drop Down ************/

ul#main_nav div.shop-dropdown {
	visibility:hidden;
	z-index:999;
}

ul#main_nav li.drop a {
	background:url('../images/bkgrd_dropdownarrow.png') no-repeat 100% 0;
}

ul#main_nav li.hovering a {
	color:#f95237;
	background:#333 url('../images/bkgrd_dropdownarrow.png') no-repeat 100% -30px;
}

ul#main_nav li.drop div.shop-dropdown {
	position:absolute;
	top: 30px;
	left: 0;
	background:#fff;
	border:10px solid #333;
	color:#333;
	padding:0 0 30px 0;
	text-transform:uppercase;
	z-index:999;
}

ul#main_nav li.drop div.shop-dropdown div.dropcol {
	width:200px;
	margin:10px 0px 10px 0;
	display:inline;
	padding:0 10px 0 10px;
	float:left;
	position:relative;
}

ul#main_nav li.drop div.shop-dropdown div.dropcol.first {
	margin:10px 0 10px 10px;
	display:inline;
	border:0;
	position:relative;
}

ul#main_nav li.hovering div {
	visibility: visible;
}

ul#main_nav div.shop-dropdown h3 a {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:4px 0 2px 0;
	padding:4px 0 0 0;
	border:0;
	font-weight:bold;
	font-size:11px;
	width:200px;
	background:#fff;
	color:#333;
}

ul#main_nav div.shop-dropdown h3 a:hover {
	color:#333;
}

ul#main_nav li.drop div.shop-dropdown li a {
	border:0;
	line-height:1.5;
	font-weight:normal;
	font-size:11px;
	height:auto;
	padding:0 0 0 10px;
	color:#333;
	display:block;
	float:left;
	width:196px;
	background:transparent url('../images/bkgrd_navarrow.png') no-repeat 0 -26px;
}

ul#main_nav li.drop div.shop-dropdown li a:hover {
	background:none;
	color:#F95237;
	background:url('../images/bkgrd_navarrow.png') no-repeat 0 4px;
}

/* Core ************/

/* Spring/Summer & Autumn/Winter Landing Pages ************/

#springsummer #content-defaultnocoltwothree h1, #autumnwinter #content-defaultnocoltwothree h1 {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0 36px 0;
	padding:4px 0 6px 0;
	text-transform:uppercase;
	border-bottom:4px solid #333;
	font-weight:600;
}

#springsummer #content-defaultnocoltwothree h2, #autumnwinter #content-defaultnocoltwothree h2 {
	display:block;
	color:#333;
	margin:0 0 6px 0;
	clear:both;
}

#springsummer #content-defaultnocoltwothree h3 a, #autumnwinter #content-defaultnocoltwothree h3 a {
	display:block;
	color:#333;
	margin:0;
	text-transform:uppercase;
	clear:both;
}

#springsummer #content-defaultnocoltwothree h3 a:hover, #autumnwinter #content-defaultnocoltwothree h3 a:hover {
	color:#111;
}

ul.product-index {
	display:block;
	clear:both;
	width:960px;
}

ul.product-index li {
	display:inline;
	float:left;
	margin:10px 20px 10px 0px;
	width:100px;
}

ul.product-index li p {
	font-size:11px;
}

/* Core ************/

ul.product-index {
	display:block;
	clear:both;
	width:960px;
}

ul.product-index li {
	display:inline;
	float:left;
	margin:10px 20px 10px 0px;
	width:100px;
}

ul.product-index li p {
	font-size:11px;
}

/* Product list and Search Results ************/

#productlist h1, #searchresults h1 {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0 36px 0;
	padding:4px 0 6px 0;
	text-transform:uppercase;
	border-bottom:4px solid #333;
	font-weight:600;
}

#productlist h3, #searchresults h3 {
	margin:0;
}

#productlist h3 a, #searchresults h3 a {
	display:block;
	font-size:11px;
	color:#333;
	margin:0;
	text-transform:uppercase;
}

#productlist h3 a:hover, #searchresults h3 a:hover {
	color:#f95237;
	text-decoration:none;
}

#searchresults h4 {
	display:block;
	font-size:11px;
	color:#333;
	margin:0;
	text-transform:uppercase;
}

#productlist ul, #searchresults ul {
	padding:0 0 10px 0;
	display:block;
}
#searchresults ul {
	width:780px;
}

#productlist li, #searchresults li {
	width:175px;
	height:340px;
	margin:0 20px 10px 0;
	display:inline;
	float:left;
}

#productlist li.last, #searchresults li.last {
	margin:0 0 10px 0;
}

#productlist .image, #searchresults .image {
	margin:0 0 4px 0;
}

#productlist .image a img, #searchresults .image a img {
	border:1px solid #FFF;
}

#productlist .image a:hover img, #searchresults .image a:hover img {
	border:1px solid #333;
}

#productlist .price, #searchresults .price {width:173px;float:left;height:22px;}

#productlist .saleprice, #searchresults span.saleprice {font-size:11px;float:left;color:#f00;}

#productlist .sell, #searchresults span.sell {font-size:11px;float:left;color:#333;}

#productlist .was, #searchresults span.was {font-size:11px;text-decoration:line-through;float:left;padding:0 0 0 10px;color:#000;}

#productlist p.viewdetails, #searchresults p.viewdetails, #productlist p.viewdetails a, #searchresults p.viewdetails a {
	text-indent:-9999px;
}

/* Proddetail template used on product listing and feautres ************/

.att1, .prodlistform label {display:none;}

/* Search results ************/

.prods {
	clear:both;
}

.sort {
	display:none;
}

/* Pagination and view all ************/

.viewall {display:none;}

.plpsel, .searchpsel {
	height:24px;
	font-size:11px;
	text-align:right;
	padding:5px 0;
	text-transform:uppercase;
}

.psel a {
	padding:2px 4px;
	border:1px solid #dbdbdb;
	color:#333;
}

.psel a:hover {
	border:1px solid #111;
	color:#333;
	text-decoration:none;
}

.currentpage {color:#F95237;font-weight:600;}

/* Product detail ************/

#scene7 {
	width:410px;
	padding:36px 0 10px 0;
	float:left;
}

#details {
	width:510px;
	padding:0 0 10px 0;
	float:right;
}

#details h1, #sendtoafriend h2 {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:0 0 36px 0;
	font-weight:bold;
	text-transform:uppercase;
}

#details p, #details ul {
	font-size:12px;
	margin:0 0 12px 0;
}

#description ul {
	margin:0 0 12px 0;
}

p.viewmore a {
	clear:both;
	text-transform:uppercase;
	display:inline-block;
	color:#333;
}

p.viewmore a:before {
	content:"\2192\00a0";
}

.proddetailform .price {
	float:left;
	width:195px;
	padding:3px 0 0 0;
	font-size:14px;
	
}


.proddetailform span.saleprice {
	color:#f00;
}

.proddetailform span.was {
	font-size:10px;
	color:#000;
	text-decoration:line-through;
	
}

.proddetailform label {
	display:none;
}

.proddetailform form {
	padding:0 0 20px 0;
}

.proddetailform fieldset {
	float:left;
	width:100px;
	position:relative;
	padding:4px 0 0 0;
}

.proddetailform input.preorder {
	float:right;
}

.preorderinfo a, .viewmore a {
	color:#333;
}

.preorderinfo a:hover, .viewmore a:hover, .preorderinfo a:focus, .viewmore a:focus {
	color:#F95237;
}

.addedtobasket {
	clear:both;
	padding:6px 0 0 0;
}

.addedtobasket {
	clear:both;
	padding:12px 0 0 0;
}

p#addedmsg {
	background:#f95237;
	padding:5px;
	clear:both;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:11px;
}

input.add {
	float:right;
}

#addedmsg a {
	color:#fff;
	text-decoration:underline;
}

#addedmsg a:hover, #addedmsg a:focus {
	color:#fff;
	text-decoration:none;
}

p.instock {clear:both;}


/* Overides ************/

.ss_accessories p.measurements, .ss_junior p.measurements { /* Hides measurements */
	display:none;
}

/* Tabbed content ************/

#tabs {
	clear:both;
	padding:6px 0 6px 0;
}


ul.tabs {
	width:510px;
	padding:1px 0 0 0;
	position:relative;
	z-index:10;

}

.tabs li {
	display:block;
	float:left;
	padding:0 10px 0 0;
}

.tabs a {
	display:block;
	float:left;
	padding:5px 10px;
	font-size:11px;
	background:#f2f2f2;
	color:#333;
	text-decoration:none;
	border:1px solid #dbdbdb;
	border-bottom:1px solid #e5e5e5;
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
}

.tabs a:hover {
	background:#fff;
}

a.defaulttab .selected, a.selected {
	font-weight:600;
	background:#fff;
	border:1px solid #dbdbdb;
	border-bottom:1px solid #fff;
}

.tab-content {
	position:relative;
	clear:both;
	border:1px solid #dbdbdb;
	padding:10px;
	top:-1px;
	z-index:5;
	margin:0 0 10px 0;
}

.tab-content h1, .tab-content h2, .tab-content h3 {
	font-weight:600;
}

/* Accessory and Subsitute ************/

ul#accessories, ul#substitute {
}

ul#accessories li, ul#substitute li {
	padding:10px 0 0 0;
	width:120px;
	float:left;
	margin:0 4px 0 0;
}

ul#accessories h3, ul#substitute h3 {
}

ul#accessories h3 a, ul#substitute h3 a {
	color:#333;
	font-size:12px;
}

ul#accessories p.price, ul#substitute p.price {
	font-weight:600;
	margin:6px 0;
}

ul#accessories p.viewdetails a, ul#substitute p.viewdetails a {
	text-transform:uppercase;
	color:#333;
}

ul#accessories p.viewdetails a:before, ul#substitute p.viewdetails a:before {
	content:"\203a\00a0";
}

ul#accessories p.viewdetails a:hover, ul#accessories p.viewdetails a:focus, ul#substitute p.viewdetails a:hover, ul#substitute p.viewdetails a:focus {
	color:#f95237;
}

/* Size chart ************/

.tablesizechart {
	display:block;
	margin:10px;
}

.tablesizechart thead th {
	text-align:left;
	font-weight:600;
	border-bottom:2px solid #696969;
	padding:5px 0;
	color:#333;
}

.tablesizechart tbody tr:hover {
	background:#f2f2f2;
}

.tablesizechart tbody th span {font-size:75%;}

.tablesizechart tbody th {
	text-align:left;
	font-weight:600;
	width:200px;
	border-bottom:1px solid #dbdbdb;
}

.tablesizechart tbody td {
	padding:5px 0px;
	width:40px;
	border-bottom:1px solid #dbdbdb;
}

/* Social Bookmarks ************/

#sociallinks {
	border-top:1px solid #dbdbdb;
	padding:10px 0;
	margin:10px 0;
	clear:both;
}

#sociallinks h5 {
	font-weight:normal;
}

#sociallinks ul {
	padding:12px 0;
}

#sociallinks li {
	display:inline;
	margin:0 10px 0 0;
}

li.tellafriend a {
	float:left;
	margin:0 10px 0 0;
	background:url('../images/sprite_social.png') no-repeat 0 0;
	width:16px;
	height:16px;
	text-indent:-9999px;
}

li.twitter a {
	display:block;
	float:left;
	margin:0 10px 0 0;
	background:url('../images/sprite_social.png') no-repeat -16px 0;
	width:16px;
	height:16px;
	text-indent:-9999px
}

li.facebook a {
	display:block;
	float:left;
	margin:0 10px 0 0;
	background:url('../images/sprite_social.png') no-repeat -32px 0;
	width:16px;
	height:16px;
	text-indent:-9999px
}

li.delicious a {
	display:block;
	float:left;
	margin:0 10px 0 0;
	background:url('../images/sprite_social.png') no-repeat -48px 0;
	width:16px;
	height:16px;
	text-indent:-9999px
}

li.digg a {
	display:block;
	float:left;
	margin:0 10px 0 0;
	background:url('../images/sprite_social.png') no-repeat -64px 0;
	width:16px;
	height:16px;
	text-indent:-9999px
}

li.stumbleupon a {
	display:block;
	float:left;
	margin:0 10px 0 0;
	background:url('../images/sprite_social.png') no-repeat -80px 0;
	width:16px;
	height:16px;
	text-indent:-9999px
}

li.tellafriend a:hover, li.tellafriend a:focus {
	background:url('../images/sprite_social.png') no-repeat 0 -16px;
}

li.twitter a:hover, li.twitter a:focus {
	background:url('../images/sprite_social.png') no-repeat -16px -16px;
}

li.facebook a:hover, li.facebook a:focus {
	background:url('../images/sprite_social.png') no-repeat -32px -16px;
}

li.delicious a:hover, li.delicious a:focus {
	background:url('../images/sprite_social.png') no-repeat -48px -16px;
}

li.digg a:hover, li.digg a:focus {
	background:url('../images/sprite_social.png') no-repeat -64px -16px;
}

li.stumbleupon a:hover, li.stumbleupon a:focus {
	background:url('../images/sprite_social.png') no-repeat -80px -16px;
}

/* Send to a friend ************/

#sendtoafriend h1 {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0 36px 0;
	padding:4px 0 6px 0;
	text-transform:uppercase;
	border-bottom:4px solid #333;
	font-weight:600;
}

#sendtoafriend #image {
	width:400px;
	float:left;
}

#sendtoafriend #form {
	width:520px;
	float:right;
}

#sendtoafriend #form p, #sendtoafriend .desc1 {
	display:block;
	clear:both;
	padding:5px 0;
}

#sendtoafriend .price {
	border-bottom:1px solid #dbdbdb;
	padding:10px 0;
}

#sendtoafriend #form label {
	width:120px;
	display:block;
	float:left;
	font-weight:bold;
	padding:4px 0;
}

#sendtoafriend #form input {
	width:388px;
	border:1px solid #dbdbdb;
	padding:4px 2px;
}

#sendtoafriend #form input:focus {
	-moz-box-shadow:0 0 3px #333;
	-webkit-box-shadow:0 0 3px #333;
	box-shadow:0 0 3px #333;
	background:#fff;
}

#sendtoafriend #form textarea {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	border:1px solid #dbdbdb;
	padding:4px 1px;
	width:388px;
}

#sendtoafriend #form textarea:focus {
	-moz-box-shadow:0 0 3px #333;
	-webkit-box-shadow:0 0 3px #333;
	box-shadow:0 0 3px #333;
}

#sendtoafriend .buttons {
	clear:both;
	float:right;
	margin:20px 7px 0 0;
}

#sendtoafriend .buttons li {
	display:inline;
}

#sendtoafriend .buttons li a {
	padding:5px 10px;
	margin:0 0 0 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#f2f2f2;
	border:1px solid #dbdbdb;
	color:#666;
}

#sendtoafriend .buttons li a:hover, #sendtoafriend .buttons li a:focus {
	-moz-box-shadow:0 0 3px #333;
	-webkit-box-shadow:0 0 3px #333;
	box-shadow:0 0 3px #333;
	color:#111;
}

#tellafriendthankyou h1 {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0 36px 0;
	padding:4px 0 6px 0;
	text-transform:uppercase;
	border-bottom:4px solid #333;
	font-weight:600;
}

#tellafriendthankyou p {
	margin:0 0 12px 0;
}

#tellafriendthankyou p a {
	padding:5px 10px;
	margin:40px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#f2f2f2;
	border:1px solid #dbdbdb;
	color:#666;
}

#tellafriendthankyou p a:hover, #tellafriendthankyou p a:active {
	-moz-box-shadow:0 0 3px #333;
	-webkit-box-shadow:0 0 3px #333;
	box-shadow:0 0 3px #333;
	color:#111;
}

/* Story Banner ************/

#banner li {
	height:300px;
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	border-top:1px solid #dbdbdb;
	display:block;
	width:100%;
}

#banner li.first {border:0;}

#banner h2 {
	font-size:13px;
	margin:0 0 6px 0;
}

#banner h2 a {
	color:#333;
	font-weight:bold;
}

#banner h5 {
	color:#333;
	font-weight:bold;
	line-height:1em;
	margin:6px 0;
}

#banner p {
	width:600px;
	float:left;
}

#banner a {color:#333;}

#banner a:hover {color:#F95237 ;}

#banner img {
	float:right;
	height:238px;
	width:338px;
}

/* Static Content ************/

#popups {
	padding:10px;
}

#content-static h1 {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0 36px 0;
	padding:4px 0 6px 0;
	text-transform:uppercase;
	border-bottom:4px solid #333;
	font-weight:600;
}

#content-static #col-two h2, #content-static #col-two h2 a,
#content-static #col-two h3, #content-static #col-two h3 a,
#content-static #col-two h4, #content-static #col-two h4 a,
#content-static #col-two h5, #content-static #col-two h5 a {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0 18px 0;
	padding:4px 0 6px 0;
	text-transform:uppercase;
	font-weight:600;
}

#content-static p {
	margin:0 0 12px 0;
}

#content-static #col-two ul, #content-static #col-two ol {
	margin:0 0 12px 0;
}

#content-static #col-two ol {
	list-style:decimal;
	margin:0 0 0 26px;
}

#content-static #col-two ol li ol {
	list-style:lower-alpha;
	margin:6px 0 6px 26px;
}


#content-static #col-two li {
	margin:0 0 6px 0;
}

/* Product Index Page ************/

body#productindex #content-static #col-two h2, body#productindex #content-static #col-two h2 a,
body#productindex #content-static #col-two h3, body#productindex #content-static #col-two h3 a,
body#productindex #content-static #col-two h4, body#productindex #content-static #col-two h4 a,
body#productindex #content-static #col-two h5, body#productindex #content-static #col-two h5 a {
	border:none;
}

/* Popup Content ************/

#popups {
	padding:10px;
}

#popups h1 {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0 36px 0;
	padding:4px 0 6px 0;
	text-transform:uppercase;
	border-bottom:4px solid #333;
	font-weight:600;
}

#popups h2, #popups h2 a {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0 17px 0;
	padding:4px 0 6px 0;
	text-transform:uppercase;
	border-bottom:1px solid #333;
	font-weight:600;
}

#popups h3, #popups h3 a,
#popups h4, #popups h4 a,
#popups h5, #popups h5 a {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0 18px;
	padding:4px 0 6px 0;
	text-transform:uppercase;
	border-bottom:1px solid #333;
	font-weight:600;
}

#popups p {
	margin:0 0 12px 0;
}

#popups ul, #popups ol {
	margin:0 0 12px 0;
}

#popups li {
	margin:0 0 6px 0;
}

#popups form {
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	margin:2em 0;
	padding:1em 0;
}

#popups form legend {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0;
	padding:0 0 6px 0;
	text-transform:uppercase;
	font-weight:600;
}

/* Contact Us Form ************/

#contactform fieldset {
}

#contactform div {
	padding:5px 0;
	clear:both;
}

#contactform label {
	width:140px;
	float:left;
	display:block;
}

#contactform #name, #contactform #email, #contactform #message {
	width:240px;
	border:1px solid #696969;
	padding:4px 1px;
}

#contactform #name:focus, #contactform #email:focus, #contactform #message:focus {
	border:1px solid #f1b112;
	background:#ffea9f;
}


/* Feature Pages ************/

#content-feature h1, #content-story h1 {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0 36px 0;
	padding:4px 0 6px 0;
	text-transform:uppercase;
	border-bottom:4px solid #333;
	font-weight:600;
}

#content-feature h2, #content-feature h2 a,
#content-feature h3, #content-feature h3 a,
#content-feature h4, #content-feature h4 a,
#content-feature h5, #content-feature h5 a {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0 18px 0;
	padding:4px 0 6px 0;
	text-transform:uppercase;
	font-weight:600;
}

#content-feature a {
	color:#333;
}

#content-feature a:hover {
	color:#F95237 ;
}

#content-feature p {
	margin:0 0 12px 0;
}

#content-feature ul {
	margin:0 0 12px 0;
}

#content-feature li {
	list-style:square;
	margin:0 0 0 14px;
}

#content-feature em {
	margin:0 0 12px 0;
	font-style:italic;
}

#content-feature dl {
	margin:0 0 12px 0;
	width:200px;
	float:left;
}

#content-feature dt {
	display:block;
	clear:both;
	width:200px;
	font-weight:600;
}

#content-feature dd {
	float:left;
	clear:both;
	width:200px;
	text-align:right;
}

#content-feature ol {
	float:left;
	list-style:decimal;
	margin:0 0 6px 22px;
}

#content-feature .featimage {
	float:right;
	clear:right;
	margin:0 0 30px 30px;
	padding:10px;
	background:#fff;
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);
	box-shadow:0 0 2px rgba(0,0,0,0.3);
}

#content-feature .titleiamge {
	clear:both;
	padding:0 0 18px;
}


#content-feature blockquote {
	background:url("../images/bkgrd_blockquote.png") no-repeat 0 5px;
	padding:0 0 0 70px;
	margin:0 0 12px 0;
}

#content-feature blockquote span {
	font-style:italic;
	color:#666;
}

.columns {
	-moz-column-count:2;
	-moz-column-gap:20px;
	-webkit-column-count:2;
	-webkit-column-gap:20px;
	columns:2;
	column-gap:20px;
}

/* Shadow Project Feature Pages ************/

body#shadowproject #content-feature, body#shadowprojectaw0910 #content-feature {
	background:#000;
	color:#efefef;
}

body#shadowproject #content-feature p, body#shadowprojectaw0910 #content-feature p {
	padding:5px 10px;
	color:#efefef;;
}

body#shadowproject #content-feature h2, body#shadowprojectaw0910 #content-feature h2 {
	padding:5px 10px;
	color:#efefef;
}

body#shadowproject #content-feature dl, body#shadowprojectaw0910 #content-feature dl {
	padding:5px 10px;
	width:400px;
}

body#shadowproject #content-feature dt, body#shadowprojectaw0910 #content-feature dt {
	padding:5px 10px;
	width:400px;
	color:#B15E13;
}

body#shadowproject #content-feature dd, body#shadowprojectaw0910 #content-feature dd {
	padding:5px 0 0 40px;
	width:400px;
	text-align:left;
}

body#shadowproject #content-feature .featimage, body#shadowprojectaw0910 #content-feature .featimage {
	margin:40px 40px 0 0;
}

body#shadowproject #content-feature p.view a, body#shadowprojectaw0910 #content-feature p.view a {
	float:right;
	margin:10px 40px 10px 0;
	text-transform:uppercase;
	padding:6px 10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:#B15E13;
	color:#000;
}

body#shadowproject #content-feature p.view a:hover, body#shadowprojectaw0910 #content-feature p.view a:hover {
	color:#fff;
}

body#shadowprojectaw0910 #content-feature #vimeo {
	margin:36px auto;
}

/* Archive Pages ************/

#content-archive h1 {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0 36px 0;
	padding:4px 0 6px 0;
	text-transform:uppercase;
	border-bottom:4px solid #333;
	font-weight:600;
}

#content-archive h2, #content-archive h2 a,
#content-archive h3, #content-archive h3 a,
#content-archive h4, #content-archive h4 a,
#content-archive h5, #content-archive h5 a {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0 18px 0;
	padding:4px 0 6px 0;
	text-transform:uppercase;
	font-weight:600;
}

#content-archive a {
	color:#111;
}

#content-archive a:hover {
	color:#F95237 ;
}

#content-archive p {
	margin:0 0 12px 0;
}

#content-archive ol {
	float:left;
	list-style:decimal;
	margin:0 0 6px 22px;
}

#content-archive blockquote {
	background:url("../images/bkgrd_blockquote.png") no-repeat 0 5px;
	padding:0 0 0 70px;
	margin:0 0 12px 0;
}


/* Contact Us Form ************/

#contactform fieldset {
}

#contactform div {
	padding:5px 0;
	clear:both;
}

#contactform label {
	width:140px;
	float:left;
	display:block;
}

#contactform #name, #contactform #email, #contactform #message {
	width:240px;
	border:1px solid #696969;
	padding:4px 1px;
}

#contactform #name:focus, #contactform #email:focus, #contactform #message:focus {
	border:1px solid #f1b112;
	background:#ffea9f;
}

/* Video Player ************/

#player {
	text-align:center;
	margin:60px 0;
}

/* V-Card ************/

.vcard {margin:0 0 12px 0;}

.org {}

.adr {}

.tel {}

.email {}

/* Press Coverage ************/

.press {
	width:220px;
	margin:20px 0 20px 20px;
	height:200px;
	border-bottom:1px solid #f2f2f2;
	float:left;
}

.press.first {
	margin:20px 0 20px 0;
}

.press_cover {
	height:130px;
}

.press h3 {
	font-size:13px;
	font-weight:600;
	margin:0 0 12px 0;
}

/* Modal Gallery ************/

#content-feature ul.modal-gallery {
	clear:both;
	margin:0 0 12px 0;
	padding:0;
}

#content-feature ul.modal-gallery li {
	margin:0 0 0 15px;
	padding:0;
	list-style:none;
	display:inline;
}

#content-feature ul.modal-gallery li.first {
	margin:0;
}

#content-feature ul.modal-gallery li.first a img {
	margin:15px 0 0 0;
}


/* Stockists ************/

#storelocator .vcard {
	width:220px;
	float:left;
	height:140px;
	margin:0 10px 20px 0;
	border-bottom:1px solid #f2f2f2;
}

#storelocator .vcard:hover {
	border-bottom:1px solid #d2d2d2
}

.webonly {
	color:#333;
	font-weight:600;
	text-transform:uppercase;
}

.vcard h2 {
	color:#333;
	font-weight:600;
	text-transform:uppercase;
}

.org {font-weight:600;}

body#storelocator .tab-content {
	border:0;
	border-top:1px solid #dbdbdb;
	padding:10px 0;
}

/* Archive Story ************/

#content-story h1 {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0 36px 0;
	padding:4px 0 6px 0;
	text-transform:uppercase;
	border-bottom:4px solid #333;
	font-weight:600;
}

.archive {
	border-bottom:4px solid #dbdbdb;
	height:211px;
	margin:0 0 40px 0;
	position:relative;
}

.archive-image {
	float:left;
	width:280px;
	background:#fafafa;
	-moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 2px rgba(0, 0, 0, 0.3);
	margin:0 0 10px 0;
	padding:10px;
}

.archive h2 {
	font-weight:600;
	float:left;
	text-transform:uppercase;
	width:580px;
	padding:0 0 0 20px;
	margin:0 0 12px 0;
}

.archive p {
	float:left;
	width:580px;
	padding:0 0 0 20px;
	margin:0 0 12px 0;
}

span.year {
	position:absolute;
	top:178px;
	right:0;
	font-size:2.4em;
	font-weight:bold;
	color:#dbdbdb;
}


/* Gift Voucher Page ************/

#giftcertificate h1 {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0 36px 0;
	padding:4px 0 6px 0;
	text-transform:uppercase;
	border-bottom:4px solid #333;
	font-weight:600;
}

#giftcertificate h4 {
	font-weight:600;
	margin:0 0 12px 0;
	color:#333;
}

#giftcertificate p, #giftcertificate label {
	margin:0 0 12px 0;
}

#giftcertificate div {
	padding:5px 0;
	clear:both;
}

#giftcertificate legend {
	display:none;
}

#giftcertificate label {
	margin:0 0 12px 0;
	width:160px;
	float:left;
	display:block;
}

#to, #amount, #comment, #from, #email {
	width:240px;
	border:1px solid #696969;
	padding:4px 2px;
	width:280px;
	float:left;
	display:block;
}

#to:focus, #amount:focus, #comment:focus, #from:focus, #email:focus {
	border:1px solid #f1b112;
	background:#ffea9f;
}

/* Sidebar ************/

/* Search ************/

#term a img {display:none;}

p#keywordsearch {
	padding:0 0 6px 0;
}

#collate p, #term p {
}

#collate h2, #term h2 {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0;
	padding:4px 0 6px 0;
	text-transform:uppercase;
	border-bottom:4px solid #333;
	font-weight:600;
}

#collate h3, #term h3 {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0;
	padding:4px 0 6px 0;
	text-transform:uppercase;
	border-bottom:4px solid #333;
	font-weight:600;
}

#term a {
	color:#333;
}

.termtext a, .term a {
	background:url('../images/bkgrd_navarrow.png') no-repeat 0 -27px;
	padding:0 0 0 10px;
	color:#333;
}

.termtext a:hover {
	background:url('../images/bkgrd_navarrow.png') no-repeat 0 3px;
	color:#F95237;
}

.checkoutR h2, .Lcat_lefthandcolumnstatic h2, .Lcatnav h2 {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0;
	padding:4px 0 6px 0;
	text-transform:uppercase;
	border-bottom:4px solid #333;
	font-weight:600;
}

.checkoutR ul, .Lcat_lefthandcolumnstatic ul, .Lcatnav ul {
	padding:0 0 20px 0;
}

.checkoutR li, .Lcat_lefthandcolumnstatic li, .Lcatnav li {

	color:#333;
	font-size:11px;
	padding:0 0 6px 0;
	text-transform:uppercase;
}

.Lcat_lefthandcolumnstatic li a, .Lcatnav li a {
	background:url('../images/bkgrd_navarrow.png') no-repeat 0 -28px;
	padding:0 0 0 10px;
	color:#333;
}

.checkoutR li a {
	color:#333;
}

.checkoutR li a span, .Lcat_lefthandcolumnstatic li a span, .Lcatnav li a span {
}

.checkoutR li a:hover, .Lcat_lefthandcolumnstatic li a:hover, .Lcatnav li a:hover {
	color:#F95237;
	background:url('../images/bkgrd_navarrow.png') no-repeat 0 2px;
}

/* Footer ************/

#footer {
	clear:both;
	margin:20px 0 0 0;
	padding:10px 0;
	height:90px;
	border-top:2px solid #333;
	position:relative;
	background:#fff;
}

.footerlinks {
	width:900px;
	position:absolute;
	left:0;
	top:10px;
	text-transform:uppercase;
}

.footerlinks h2 {
	display:none;
}

.footerlinks ul {
	font-size:11px;
	white-space:nowrap;
}

.footerlinks li {
	display:inline;
	border-left:1px solid #696969;
	padding:0 4px 0 5px;
	color:#333;
}

.footerlinks li.first {
	border:0;
	padding:0 4px 0 0;
}

.footerlinks li a {
	color:#333;
}

.footerlinks li a:hover, .footerlinks li:hover {
	color:#f95237;
}

#vendalogo {
	position:absolute;
	right:0;
	bottom:20px;
	width:118px;
}

p.contactdetails {
	font-size:11px;
	position:absolute;
	left:0;
	bottom:5px;
}

p.contactdetails a {
	color:#333;
}

/* Newsletter Sign Up Link ************/

.newslettersignup {
	position:absolute;
	left:0;
	bottom:20px;
	width:240px;
}

.newslettersignup a {
	width:240px;
	padding:4px 36px 4px 9px;
	background:#f2f2f2 url('../images/bkgrd_arrow.png') no-repeat 100% 50%;
	color:#333;
	text-shadow:#fff 0 1px 0;
	text-decoration:none;
}

.newslettersignup a:hover {
	color:#000;
	-moz-box-shadow:0px 0px 3px #adadad;
	-webkit-box-shadow:0px 0px 3px #adadad;
	box-shadow:0px 0px 3px #adadad;
}

/* Email Sign Up Page (silverpop form) ************/

form#silverpop {
	margin:20px auto;
	padding:18px;
	width:520px;
	background:#f2f2f2;
	border:1px solid #d4d4d4;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
}

form#silverpop fieldset {
	padding:18px 0;
}

form#silverpop input {
	border:1px solid #696969;
	padding:2px 1px;
}

form#silverpop input:focus {
	border:1px solid #f1b112;
	background:#ffea9f;
}

form#silverpop .col {
	width:249px;
	float:left;
	margin:0 10px 0 0;
}

form#silverpop .col p {
	margin:0;
}

form#silverpop input, form#silverpop select {
	float:right;
	margin:0 36px 0 0;
}

form#silverpop input {
	width:200px;
}

form#silverpop input#date_of_birth {
	width:100px;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
}

form#silverpop .col input {
	width:20px;
}

form#silverpop a.submit {
	float:right;
	display:block;
	margin:0 36px 0 0;
	text-indent:-9999px;
	background:url("../images/btn_submit.png") no-repeat 0 0;
	width:160px;
	height:36px;
}

form#silverpop a.submit:hover {
	background:url("../images/btn_submit.png") no-repeat 0 -36px;
}

/* No record ************/

#content-norecord {
}

#content-norecord h1 {
	font-family: "Andale Mono",Arial,Helvetica,sans-serif;
	margin:6px 0 36px 0;
	padding:4px 0 6px 0;
	text-transform:uppercase;
	border-bottom:4px solid #333;
	font-weight:600;
}

#content-norecord h2 {
	margin:0 0 12px 0;
}

#content-norecord h3 {
	margin:0 0 12px 0;
	text-transform:uppercase;
}

#content-norecord p {
	margin:0 0 12px 0;
	clear:both;
}

#content-norecord div.col {
	width:300px;
	float:left;
	margin:0 0 0 20px;
}

#content-norecord div.col.first {
	margin:0 0 0 0;
}

#content-norecord div.col ul {
	margin:10px 0 20px 0;
}

#content-norecord div.col ul li {
	color:#333;
	font-size:11px;
	padding:0 0 6px 0;
	text-transform:uppercase;
}

#content-norecord div.col ul li a {}

#content-norecord div.col ul li a:hover {
	text-decoration:underline;
}

#content-norecord div.col ul li a:visited {
	color:#871f78;
}

/* Box Grid for AW10 preview page ************/

.boxgrid {
	width: 220px;
	height: 180px;
	margin: 20px 0 0 20px;
	float: left;
	background:#111;
	overflow: hidden;
	position: relative;
	color:#FFF
	
}

.boxgrid.first {
	margin: 20px 0 0 0;
}

.boxgrid img.cover{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxgrid img.background{
	top: 0;
	left: 0;
	border: 0;
}


#content-feature .boxgrid h3 {
	padding: 0 50px 0 9px;
	color:#fff;
	font-size:14px;
	text-transform:none;
	font-weight:normal;
}

#content-feature .boxgrid p {
	padding: 0 9px;
	color:#fff;
}

#content-feature a {
	color:#fff;
}

.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
}

.captionfull .boxcaption {
	top: 260;
	left: 0;
}
.caption .boxcaption {
	top: 220;
	left: 0;
}

/* Fancy Box ************/

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading { /* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay { /* IE6 */
	background:none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #fff;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #fff;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px;
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* The Nivo Slider styles ************/

#slider {
	background:#fff url('../images/homepage-default.jpg') no-repeat 0 0;
	height:350px;
	width:940px;
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:transparent;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:89;
	text-align:right;
	padding:18px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slider {
	position:relative;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url("../images/bullets.png") no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url("../images/arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
