/*  
MARTI COMPANY CSS
©2010 Killdisco Design + Marti Company
http://killdiscodesign.com

*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	color: #fff;
	font-size: 62.5%;
	font-family: "dienstag-1","dienstag-2",sans-serif;
	text-align: left;
	height:100%;
} 
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;padding:5px 0 5px 0;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
a {
	color: #333;
	outline: none;
	border:0px;
	text-decoration: none;
}
a:hover {
	color: #fff;
}

a img, a:active {border:0px; outline:none;}

.clear{clear:both;text-indent:-99999em;}

/* =----------------------------------- main structure */
#wrapper {
	/* 
		sets the minimum(s) for the entire site
		off of which everything else is based on
	*/
	font-size: 1.2em;
	line-height: 1.4em;
	width:1000px;
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
#slider, .push {
height: 4em;

	}

.content {width:640px;position:relative;margin:40px 20px;float:left;}
.content2 {width:940px;position:relative;margin:40px 40px;float:left;}
.content p, ,content2 p{padding-right:20px;text-align:justify;}
/* =----------------------------------- header */
.logo{width:195px; height:69px;display:block;float:left;}

#nav li{float:left;padding:0 15px 0 15px;list-style:none;font-size:14px;font-family: "dienstag-1","dienstag-2",sans-serif;display:block;}
#nav li a{color:#333;} 

#nav li a.active, 
#nav li a:hover{color:#fff;}


/* =----------------------------------- slider */
#slider{min-height:691px; bottom:0;z-index:-1;width:1000px;position:fixed;}

.scroll-pane li{list-style:none;float:left;padding:10px 30px 0px 30px;width:150px;height:80px;display:inline;overflow:hidden;font-family:helvetica, arial, sans-serif;}

.scroll-pane ul{width:940px;}

.title{float:left;width:900px;display:block;height:20px;text-align:left;text-transform:uppercase;border-bottom:1px solid #333;}

#image_rotate ul {bottom: 0; right: 0;}
#image_rotate li {}

/* -------------------------------------- Collections Slider */

#slider2 {width:957px;overflow:hidden;height:470px;margin:0 10px;}
#slider ul{
		
		margin:0;
		padding:0px;
		//overflow:hidden;
} 


#slider li{
		margin:0;
		padding:0;
		list-style:none;
	//	overflow:hidden;
		
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:314px;
		height:470px;
		
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:313px;
		height:480px;
		position:absolute;
		top:112px;
		left:10px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:638px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:314px;
		height:480px;
		background:url(images/control_left.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/control_right.png) repeat 0 0;	
		}	
		
/* -------------------------------------------- DROP MENU */
		#jsddm
		{
			margin:42px 10px;
			float:left;
		}
			
		#jsddm li ul
		{	margin: 0px;
			padding: 0;
			position: absolute;
			visibility: hidden;
			width:100px;
			}
		
		#jsddm li ul li
		{	float: none;
			display: inline-block;
			font-size:10px;
		}
		
		#jsddm li ul li a
		{	
		    color:#333;	
		}
		
		#jsddm li ul li a:hover
		{color:#fff;	}

 /* -------------------------------------------- footer */


#footer {height:40px;margin:40px auto;width:1000px;}

