@charset "utf-8";
/* CSS Document */


/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes 
	body { padding: 20px }*/

	.panel h2.title { margin-bottom: 10px; }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px; }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0; position:relative; overflow:visible !important; }
	.coda-slider { background: #ebebeb; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width:994px; height:500px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 480px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px; }
	
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px; }
	
	
	/* Panel padding */
	.coda-slider .panel-wrapper { position:relative; }
	.panel-wrapper .seedemo{ position:absolute; top:268px; left:583px; background:#FFF; color:#0C0; font-size:12px; padding:8px 30px; }
	.seedemo:hover{ background:#28C5D7; color:#FFF; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center; }

/* Don't change anything below here unless you know what you're doing */

	/* Tab nav */
	/*#coda-nav-1{
		position:absolute;
		top: 400px;
		left: 510px;
		width:480px;
		margin:0;
	}
	
	.coda-nav ul li a.current img {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; padding:2px; }
	.coda-nav ul li { display: inline-block; margin:0 7px 0 0; }
	.coda-nav ul li a { background: none; color: #fff; display: block; float: left; margin-right: 1px; text-decoration: none; }
	.coda-nav ul li a img {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}
	
	.leftarrow, .rightarrow{
		position:absolute;
		top:455px;
		width:14px;
		height:45px;
	}
	
	.leftarrow{
		left: 490px;
	}
	.rightarrow{
		left: 963px;
	}
	
	.leftarrow a{
		float:left;
		background:url(../images/sliderLeftArrow.png) no-repeat;
		width:14px;
		height:45px;
	}
	
	.rightarrow a{
		float:left;
		background:url(../images/sliderRightArrow.png) no-repeat;
		width:14px;
		height:45px;
	}*/

	/* Tabbed nav */
	
	#coda-nav-1{
		position:absolute;
		top:8px;
		right:10px;
		z-index:4000;
	}
	
	.coda-nav ul li a.current { background: #fff;}
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; padding:2px; }
	.coda-nav ul li { display: inline-block; margin:0 1px 0 0; }
	.coda-nav ul li a { background: #CCC; color: #fff; display: block; float: left; margin-right: 1px; height:11px; width:11px; text-decoration: none;
						-moz-box-shadow:    0 0 2px 1px #333;
  						-webkit-box-shadow: 0 0 2px 1px #333;
  						box-shadow:         0 0 2px 1px #333;
	}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; }
	.coda-slider { float: left; overflow: hidden; position: relative; }
	.coda-slider .panel { display: block; float: left; overflow:hidden; }
	.coda-slider .panel-container { position: relative; }
	.coda-nav-left, .coda-nav-right { float: left; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none; }
	
        
        
        
        
        

body{
	background:url(../images/promosliderbg.png) no-repeat center center #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#807159;
	margin:0;
	padding:0;
}

a{
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	outline:0;
}

img{
	outline:0;
	border:0;
}

p{
	padding:0;
	margin:0;
}

p img{
	float:left;
	margin:0 10px 5px 0;
}


h1, h2, h3{
	font-size:26px;
	color:#766c59;
	padding:0;
	margin:15px 0 15px 0;
}

.div100{
	float:left;
	width:100%;
}

.div50{
	float:left;
	width:49%;
}



/* CONTAINER -------------------- */
#container{
	display:block;
	width:994px;
	margin:0 auto;
}



/* CONTENT ------------------- */

#content{
	float:left;
	width:100%;
	margin:0;
}

.mainslider{
	float:left;
	width: 994px;
	height:500px;
        
	/* border:1px solid #CCC; */
}

.rightoverlay{
	background:url(../images/BG1.png) no-repeat;
	width:994px;
	height:500px;
	position:absolute;
	z-index:1000;
	top:0;
	left:300px;
}
.mainimg{
    height:500px;
}

.content-right{
	width:515px;
	position:absolute;
	top:0;
	right:0;
	z-index:2000;
	/*border:1px solid;*/
}

.collection-logo{
	float:right;
	
	text-align:center;
	margin-top:80px;
	margin-right:80px;
        
}
.collection-logo img{
    width:80%;
    height:auto;
}
.thumnail-slider{
	float:left;
	width:470px;
	position:absolute !important;
	overflow:hidden;
	margin-top: 320px;
	margin-left:23px;
	/*background:#676767;*/
}

.th-list{
	float:left;
	width:470px;
	height:150px;
	list-style:none;
	margin:0;
	padding:0;
}


.th-list li{
	float:left;
	min-width:101px;
	
	height:150px;
	padding:0 7px;
        
}
.th-list div{
 max-width:149px;   
 overflow:hidden;
}

.th-list li img{
	
	
	height:150px;
	
}


.leftarrow, .rightarrow{
	display:block !important;
	width:14px;
	height:45px;
	position:absolute;
	top:370px;
	z-index:2000;
}

.leftarrow{
	background:url(../images/sliderLeftArrow.png) no-repeat;
	left:7px;
}

.rightarrow{
	background:url(../images/sliderRightArrow.png) no-repeat;
	right: 7px;
}

.coda-nav ul li{
    margin-right:6px;
}


