/* --------------------------------- */
/* Dein Shop Syle Sheet	             */
/* --------------------------------- */
/* Date Created 13/10/2009			 */
/* Date Updated 04/05/2010			 */
/* --------------------------------- */


/* --------------------------------------- Resets ----------------------------------------- */

body, address, blockquote, dl, ol, ul, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, pre {
	margin:0;
	padding:0;
}

/* --------------------------------------- Core Layout ----------------------------------------- */

#denim_shop_container {
	width:945px;
	height:612px;
	overflow:hidden;
	padding:0;
	margin:auto 0px;
}

#denim_shop_content {
	width:945px;
	height:612px;
	overflow:hidden;
	padding:0;
	background:url(../pix/DenimShop/denim_shop_bg.jpg) no-repeat;
}

#IntroText{
	width: 700px;
    margin-left: 20px;
    margin-top: 100px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5a5a5a;
}

#IntroText a:link {
	font-size:14px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

#IntroText a:visited {
	font-size:14px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}


#IntroText a:hover {
	font-size:14px;
	color:#3a71aa;
	text-decoration:none;
	font-weight:bold;
}


#IntroText a:active {
	font-size:14px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

/* --------------------------------------- Layout for left container ----------------------------------------- */		

#denim_shop_left_container {
	width:195px;
	height:440px;
	float:left;	
	overflow:hidden;
	margin-top:26px;	
}

#denim_shop_info {
	width:302px;
	height:63px;
	margin-top:49px;
	margin-left:10px;
	padding:10px;
	float:left;
}

#denim_shop_menu_container {
	width:195px;
	height:440px;
	margin-top:15px;
	float:left;
	overflow:hidden;
	padding-left:5px;
}

/* --------------------------------------- Navigation ----------------------------------------- */	

#denim_shop_nav_container {
	width:173px;
	height:380px;
	margin-top:9px;
	*margin-top:12px;
	padding:10px;	
	overflow:hidden;
	margin-left:-15px;
}

ul#denim_nav {
	margin:0;
	padding:0;
	width:177px;
	height:380px;
	overflow:hidden;
	float:left;
	list-style-type:none;
}
	
ul#denim_nav li {
	width:177px;
	height:38px;
	margin-bottom:17px;
}

ul#denim_nav li a {
	width:177px;
	height:38px;
	display:block;
}
	
ul#denim_nav li.button1 a {
	background:url(../pix/DenimShop/apple_button.gif) no-repeat;
}

ul#denim_nav li.button2 a {
	background:url(../pix/DenimShop/pear_button.gif) no-repeat;
}

ul#denim_nav li.button3 a {
	background:url(../pix/DenimShop/boyish_button.gif) no-repeat;
}

ul#denim_nav li.button4 a {
	background:url(../pix/DenimShop/strawberry_button.gif) no-repeat;
}

ul#denim_nav li.button5 a {
	background:url(../pix/DenimShop/hourglass_button.gif) no-repeat;
}

ul#denim_nav li.button6 a {
	background:url(../pix/DenimShop/all_denim_button.gif) no-repeat;
}

		
ul#denim_nav li a:hover {
	background-position:-177px;
	}

/* Show over state of button when on relative page */
	
#DenimShopHome ul#denim_nav li.button2 a,
#DenimShopApple ul#denim_nav li.button1 a,
#DenimShopBoyish ul#denim_nav li.button3 a,
#DenimShopStrawberry ul#denim_nav li.button4 a,
#DenimShopHourglass ul#denim_nav li.button5 a {

	background-position:-177px;
}

/* --------------------------------------- Layout for right container ----------------------------------------- */

#denim_shop_right_container {
	width:460px;
	height:450px;
	overflow:hidden;
	float:left;
	padding:10px;
	margin-top:69px;
	margin-left:-10px;
	margin-right:10px;
	*margin-top:-395px;
	*margin-left:204px;
	_margin-left:102px;
}

#denim_video_container {
	width:460px;
	height:427px;
	float:left;
	overflow:hidden;
	clear:both;
	padding-top:0px;
}

/* --------------------------------------- Footer ----------------------------------------- */

#footer_title {
	width:945px;
	height:29px;
	overflow:hidden;
	background:url(../pix/DenimShop/denim_shop_title.jpg) no-repeat;
	padding:0;
	margin:auto 0px;
	margin-top:10px;
	margin-bottom:10px;
}

#footer_container {
	width:945px;
	height:240px;
	overflow:hidden;
	padding:0;
	margin:auto 0px;
}

#footer_left {
	width:484px;
	height:200px;
	overflow:hidden;
	padding:0;
	margin:auto 0px;
	float:left;
}

#footer_right {
	width:461px;
	height:200px;
	overflow:hidden;
	padding:0;
	margin:auto 0px;
	float:right;
}

.footer_box_small {
	width:154px;
	height:90px;
	overflow:hidden;
	padding:0;
	margin:auto 0px;
	float:left;
	margin-bottom:10px;
}

/* --------------------------------------- Text styles ----------------------------------------- */

p.denim_shop_core_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;		
}

/* ------------------------------ Hiding Flash mute button ------------------------------------- */

#outer_mute_cover {
	height:20px;
	width:50px;	
}

#inner_mute_cover {
	height:20px;
	width:60px;
	/* must be absolutely positioned so that overlapping will occur */
	position:absolute;
	margin-top:427px;
	margin-left:507px;
	background:url(../pix/DenimShop/mute_button_cover.gif) no-repeat;
	overflow:hidden;
	clear:right;
}



