/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #000;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
	height: 1px;
}

/* MAIN LAYOUT
----------------------------------------- */

.IntroContainer,
#HomeContainer,
#AboutContainer,
#ContactContainer,
#NewsletterContainer,
#CollectionContainer,
#GalleryContainer {
	margin: 0 auto;
	width: 800px;
}

/* INTRO
----------------------------------------- */

.slideshow {
	width: 800px;
	height: 600px;
}
.slideshow img {
	border: none;
}
.slideshow ul li {
	width: 800px !important;
	height: 600px !important;
}

/* LOGO
----------------------------------------- */

#Logo {
	position: absolute;
	z-index: 999;
} 

/* HOMEPAGE
----------------------------------------- */

#HomeContainer {
	background: #fff url(../images/BgHome.jpg) no-repeat;
	display: block;
	width: 800px;
	height: 620px;
	position: relative;
}

#TopLinks {
	margin: 5px;
	position: absolute;
	z-index: 999;
	right: 0;
}

.Cart {
	color: #fff;
}
	.Cart a {
		color: #fff;
		text-decoration: none;
	}
	.Cart a:hover {
		text-decoration: underline;
	}

/* MAIN NAVIGATION
----------------------------------------- */

#Navigation {
	margin: 0 0 0 6px;
	position: absolute;
	bottom: 25px;
	/*top: 330px;*/
	top: 200px;
}
	#Navigation ul {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 28px;
		/*font-weight: lighter;*/
		list-style: none;
	}
	#Navigation ul li {
		margin-bottom: -5px;
	}
	#Navigation ul li a {
		text-decoration: none;
		color: #9b9b9b;
	}
	#Navigation ul li a:hover,
	#Navigation ul li a.current,
	#Navigation ul li a.section {
		color: #666;
	}
	#Navigation ul li ul {
		font-size:16px;
	}
	#Navigation ul ul li {
		margin-bottom:2px;
	}
	
/* CONTACT
----------------------------------------- */

#ContactContainer {
	background: #fff url(../images/BgContact.jpg) no-repeat;
	display: block;
	width: 800px;
	height: 620px;
	position: relative;
}

#LayoutContact {
	float: right;
	text-align: right;
	margin: 430px 37px 0 0;
}
	#LayoutContact a {
		color: #333;
	}
	#LayoutContact a:hover {
		color: #666;
		background-color: #fff;
	}

.CartBlack {
	color: #000;
}
	.CartBlack a {
		color: #000;
		text-decoration: none;
	}
	.CartBlack a:hover {
		text-decoration: underline;
	}
	.CartBlack p {
		text-align: right;
	}
	
/* NEWSLETTER
----------------------------------------- */

#NewsletterContainer {
	background: #fff url(../images/BgNewsletter.jpg) no-repeat;
	display: block;
	width: 800px;
	height: 620px;
	position: relative;
}

#LayoutNewsletter {
	float: right;
	text-align: right;
	margin: 170px 37px 0 0;
}
	#LayoutNewsletter a {
		color: #333;
	}
	#LayoutNewsletter a:hover {
		color: #666;
		background-color: #fff;
	}
	#LayoutNewsletter h1 {
		font-size: 42px;
	}
	#LayoutNewsletter label {
		margin-right: 220px;
		color: #848484;
	}
	#LayoutNewsletter input.text {
		width: 240px;
	}
	#LayoutNewsletter .middleColumn {
		margin: 15px 0 10px 0;
	}
	
/* ABOUT
----------------------------------------- */

#AboutContainer {
	background: #fff url(../images/BgAbout.jpg) no-repeat;
	display: block;
	width: 800px;
	/*height: 600px;*/
	position: relative;
	background-color: #fff;
	padding-bottom: 65px;
}

#Layout {
	margin: 10px 0 10px 170px;
}

.Content {
	background-color: #fff;
	width: 595px;
	min-height: 480px;
	padding: 10px;
    -moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*filter: Alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6;*/
}
	#Layout h2 {
		margin: 0;
		font-size: 18px;
		font-weight: normal;
		font-family: Futura, Arial, Helvetica, sans-serif;
		color: #b8b8b8;
		height: 26px;
	}
	#Layout h2 span {
		background-color: #fff;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
	    -moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		padding: 3px 10px 5px 10px;
		/*filter: Alpha(opacity=60); 
		-moz-opacity: 0.6; 
		opacity: 0.6;*/
	}
	#Layout p {
		margin-bottom: 15px;
	}

.ContentLeft {
	float: left;
	width: 255px;
	margin-right: 10px;
}
.ContentRight {
	float: right;
	width: 310px;
	background-color: #fff;
	padding: 10px;
}

/* ONLINE SHOP
----------------------------------------------- */

.ContentShop {
	width: 645px;
	height: 140px;
	/*padding: 10px;*/
	margin-left: -10px;
	margin-bottom: 35px;
}
	.ContentShop .prevProduct {
		float: left;
		margin-left: -20px;
		margin-top: 420px;
		display: inline-block;
	}
	.ContentShop .nextProduct {
		float: right;
		margin-right: -20px;
		margin-top: 420px;
		display: inline-block;
	}

.ContentShopLeft {
	float: left;
	margin-bottom: 20px;
	width: 410px;
}
.ContentShopRight {
	float: right;
	width: 160px;
	margin-top: 20px;
}

.ContentShopLeftBottom {
	float: left;
}

.ContentShop a.prevProduct {
	display: block;
	width: 21px;
	height: 30px;
	background: url(../images/arrow-prev.png) no-repeat;
	position: absolute;
	left: 170px;
	top: 280px;
	z-index: 999;
	cursor: pointer;
}
.ContentShop a.nextProduct {
	display: block;
	width: 21px;
	height: 30px;
	background: url(../images/arrow-next.png) no-repeat;
	position: absolute;
	right: 20px;
	top: 280px;
	z-index: 999;
	cursor: pointer;
}

.ContentShopLeftBottom img {
	margin-right: 5px;
}

/*ul.productList li {
	display: inline;
}

.disableButton {
	background-color: #000;
}*/

.ProductsSlider {
	margin-top: 200px;
	margin-bottom: 200px;
}
	.ProductsSlider a {
		text-decoration: none;
	}
	.ProductsSlider img {
		border: none;
	}

/* products slider syle */

/* root element for the whole scrollable setup */
div.scrollable {  
	position: relative;
	overflow: hidden;
	width: 595px;	 
	height: 167px;
}
 
/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position: absolute;
	width: 20000em;	
	clear: both;
	/*border: 1px solid #222;*/
}
 
/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:488px;	
}
 
/* single item */
#thumbs div {
	float:left;
	width: 150px;
	height: 167px;
	color: #fff;
	/*border-left:1px solid #333;*/
	cursor:pointer;
}
 
/* style when mouse is over the item */
#thumbs div.hover {
	/*background-color:#444;*/
}
 
/* style when element is active (clicked) */
#thumbs div.active {
	/*background-color:#066;
	cursor:default;*/
}

/* product page style */

.ContentShopProduct {
	width: 595px;
	height: 480px;
	padding: 10px;
	margin-bottom: 60px;
}
	.ContentShopProduct .prevProduct {
		float: left;
		display: inline-block;
	}
	.ContentShopProduct .nextProduct {
		float: right;
		display: inline-block;
	}

.ContentShopLeft {
	float: left;
	margin-bottom: 20px;
	width: 410px;
}
.ContentShopRight {
	float: right;
	width: 160px;
	margin-top: 50px;
}

.ContentShopLeftBottom {
	float: left;
}
	.ContentShopLeftBottom a {
		text-decoration: none;
	}
	.ContentShopLeftBottom img {
		border: none;
	}

.ContentShopProduct a.prevProduct {
	display: block;
	width: 21px;
	height: 30px;
	background: url(../images/arrow-prev.png) no-repeat;
	position: absolute;
	left: 170px;
	top: 280px;
	z-index: 999;
	cursor: pointer;
}
.ContentShopProduct a.nextProduct {
	display: block;
	width: 21px;
	height: 30px;
	background: url(../images/arrow-next.png) no-repeat;
	position: absolute;
	right: 20px;
	top: 280px;
	z-index: 999;
	cursor: pointer;
}

.ContentShopLeftBottom img {
	margin-right: 5px;
}

.ContentShopRightBottom {
	float: right;
	text-align: right;
}

.PriceLine,
.ProductColours,
.ProductSizes {
	display: block;
	background-color: #fff;
	border: 1px solid #434343;
	width: 174px;
	height: 16px;
	padding: 3px;
	margin-bottom: 2px;
	font-weight: bold;
}
	.PriceLeft {
		float: left;
	}
	.PriceRight {
		float: right;
	}
	
p.quantityBoxProduct {
	display: block;
	background-color: #434343;
	border: 1px solid #fff;
	width: 176px;
	height: 18px;
	padding: 3px;
	margin-bottom: 2px;
	text-align: left;
}
	p.quantityBoxProduct a {
		color: #fff;
		text-decoration: none;
	}
	
.quantityBoxProduct a {
}
.quantityBoxProduct img {
	border: none;
}
.quantityBoxProduct ul {
	list-style: none;
}

a.WhiteBg {
	background-color: #fff;
}

#CreditCards {
	display: block;
	float: left;
	width: 250px;
}

span.OldPrice {
	color: #000;
	text-decoration: line-through;
}
span.NewPrice {
	color: black;
	font-size: 13px;
	font-weight: bold;
}

select#myselect {
	display: block;
	background-color: #fff;
	border: 1px solid #434343;
	width: 182px;
	height: 25px;
	padding: 3px;
	margin-bottom: 2px;
	font-weight: bold;
}

a.ajaxQuantityLink img {
	border: none;
}

#Checkout {
	background-color: #fff;
	margin: -20px 0 0 -22px;
	padding: 20px 20px 0 20px;
}

/* PRESS
----------------------------------------------- */

.ContentPress {
	width: 595px;
	height: 540px;
	padding: 10px;
}
.ContentArchive {
	width: 595px;
	height: 540px;
	padding: 0;
	margin-bottom: 30px;
}

.ContentTop {
	display: block;
	width: 595px;
	height: 400px;
	margin-top: 5px;
}

.ContentBottom {
	background: url(../images/BgPressList.png) no-repeat;
	display: block;
	width: 525px;
	height: 146px;
	padding: 23px 0 0 80px;
}
	.ContentBottom ul {
		list-style: none;
	}
	.ContentBottom ul li {
		display: inline-block;
		margin-right: 5px;
	}
	.ContentBottom img {
		border: none;
	}
	
.boxImage img {
	border: none;
}

/* slider specific CSS */
#sliderContent { width:650px; margin:auto; padding:0 50px 50px; background-color:#ebebeb; border:1px solid #898989; }
.viewer { width:607px; height:343px; margin:0 auto 40px; padding:1px; overflow:hidden; position:relative; border:1px solid #898989; }
.content-conveyor { width:610px; height:335px; position:relative; }
.item { width:304px; float:left; font-family:Tahoma; text-align:center; background-color:#ebebeb; }
.item h2 { font-size:100%; margin:10px 0; }
.item dl { margin:10px 0; }
.item dt, .item dd { float:left; width:149px; text-align:right; margin:0; font-size:70%; }
.item dt { font-weight:bold; margin-right:5px; }
.item dd { text-align:left; }
.item img { border:1px solid #898989; background-color:#ffffff; padding:1px; }

/* COLLECTION
----------------------------------------------- */

#CollectionContainer {
	background: #fff url(../images/BgCollection.jpg) no-repeat;
	display: block;
	width: 800px;
	height: 620px;
	position: relative;
	background-color: #fff;
}

#LayoutCollection {
	margin: 0 0 10px 150px;
}

.ContentCollection {
	width: 650px;
	height: 582px;
	margin-bottom: -7px;
}
	.ContentCollection img {
		border: none;
	}

.ColLeft {
	float: left;
}
	.ColLeftTop {
		margin: 5px 0;
	}
		.ColLeftTopLeft {
			float: left;
		}
		.ImgSep {
			display: block;
			height: 5px;
		}
		.ColLeftTopRight {
			float: right;
			position: absolute;
			z-index: 1;
			left: 253px;
		}
	.ColLeftBottom {
		margin: 5px 0;
	}
		.ColLeftBottomLeft {
			margin-right: 8px;
			float: left;
			position: relative;
		}
		.ColLeftBottomRight {
			float: right;
		}
	
.ColRight {
	float: right;
}

.fadeIn {
	position: absolute;
	top: 0;
	z-index: 99;
}

.VideoBg {
	position: absolute;
	z-index: 1;
}

/* GALLERY
----------------------------------------------- */

#GalleryContainer {
	background: #fff url(../images/BgGallery.jpg) no-repeat;
	display: block;
	width: 800px;
	height: 620px;
	position: relative;
	background-color: #fff;
}

.ContentGallery {
	margin-top: 30px;
}

.BigVideo {
	margin-left: 40px;
}
	.BigVideo span {
		text-transform: uppercase;
		color: #929292;
		font-weight: bold;
	}

/* videos slider syle */

.VideosSlider {
	float: right;
	margin: 64px 38px 104px 10px;
}

/* root element for the whole scrollable setup */
div.scrollable1 {  
	position: relative;
	overflow: hidden;
	width: 420px;	 
	height: 95px;
	float: left;
}
 
/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs1 {	
	position: absolute;
	width: 20000em;	
	clear: both;
	/*border: 1px solid #222;*/
}
 
/* custom positioning for navigational links */
a.prevVideo, a.nextVideo {
	/*margin-top:488px;	*/
	margin-top: 33px;
}
 
/* single item */
#thumbs1 div {
	float:left;
	width: 140px;
	height: 95px;
	color: #fff;
	/*border-left:1px solid #333;*/
	cursor:pointer;
}
 
/* style when mouse is over the item */
#thumbs1 div.hover {
	/*background-color:#444;*/
}
 
/* style when element is active (clicked) */
#thumbs1 div.active {
	/*background-color:#066;
	cursor:default;*/
}

/* images slider syle */

.ImagesSlider {
	float: left;
	margin: 0 0 40px 22px;
}

/* root element for the whole scrollable setup */
div.scrollable2 {  
	position: relative;
	overflow: hidden;
	width: 381px;	 
	height: 95px;
	float: left;
}
	div.scrollable2 img {
		border: none;
	}
 
/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs2 {	
	position: absolute;
	width: 20000em;	
	clear: both;
	/*border: 1px solid #222;*/
}
 
/* custom positioning for navigational links */
a.prevImage, a.nextImage {
	/*margin-top:488px;	*/
	margin-top: 33px;
}
 
/* single item */
#thumbs2 div {
	float:left;
	width: 127px;
	height: 95px;
	color: #fff;
	/*border-left:1px solid #333;*/
	cursor:pointer;
}
 
/* style when mouse is over the item */
#thumbs2 div.hover {
	/*background-color:#444;*/
}
 
/* style when element is active (clicked) */
#thumbs2 div.active {
	/*background-color:#066;
	cursor:default;*/
}
	
/* FOOTER
----------------------------------------------- */

#Footer {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 5px 0 5px;
	color: #676767;
	font-size: 10px;
	width: 790px;
}

#ContentFooter {
	margin: 0 5px 8px 5px;
	color: #676767;
	font-size: 10px;
}

#CollectionFooter {
	margin: 0 5px 8px 5px;
	color: #676767;
	font-size: 10px;
}

.FooterContent {
	padding-left: 160px;
}
.FooterLeft {
	float: left;
}
.FooterRight {
	float: right;
}

#SocialNetworks {
	margin-top: 10px;
}

/* MESSAGEBOXES
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}

#ie6warning {
	border: 1px solid #cfa840;
	background-color: #ffffdf;
	padding: 10px;
	font-weight: bold;
	margin: 10px;
}
