/* ALLGEMEIN
------------------------------------------------------------------------------*/

*{
  outline:none;
  font-size:12px;
	line-height:1.6em;
  color:#ccc2b6;
  font-family: 'Quattrocento Sans',arial, sans serif;
  margin:0;
  padding:0;
}

body{
	background:#ccc2b6 url(../images/layout/bg.jpg) center top no-repeat;
	text-align:center;
}

form,
fieldset,
img{
  border:0;
}

.clear{
  clear:both;
  line-height:0;
  height:0;
  font-size: 1px;
}

.hidden{
	display: none;
}




/* CONTENT
------------------------------------------------------------------------------*/

#content{
	margin:0 auto;
	text-align:left;
	width:870px;
	height:390px;
	background: transparent url(../images/layout/bg_content.png) left top no-repeat;
}


#content .content{
	width:850px;
	height:370px;
	margin:0 auto;
	position:relative;
	top:10px;
}


#content p{
  margin:0 0 10px 0;
}

#content h1,
#content h2{
	color:#FFF;
	font-size:15px;
	font-weight: normal;
	text-transform: uppercase;
  margin:0 0 10px 0;
}

#content h2{
  margin:20px 0 10px 0;
}


#content a{
  color:#FFF;
  text-decoration:none;
}

#content a:hover{
  color:#ccc2b6;
  text-decoration:none;
}


/* CONTENT > META
------------------------------------------------------------------------------*/

#content .meta{
	padding:20px;
}

#content .meta p{
	width:650px;
}

#content .meta .box150{
	float:left;
	width:150px;
}

#content .meta .box550{
	float:left;
	width:550px;
}


#content .meta .box150 p{
	width:150px;
}

#content .meta .box550 p{
	width:550px;
}


#content .meta .boxline{
	float:left;
	width:100px;
	height:330px;
	background:transparent url(../images/layout/boxline.png) 50% 50% no-repeat;
}

/* TEAM
------------------------------------------------------------------------------*/

#team{
	position:relative;
	top:24px;
}

#team p.flash{
	padding:20px;
}

/* VIDEOS
------------------------------------------------------------------------------*/

#content .videos{

}

#content .video{
	background: transparent url(../images/layout/loading_video.gif) 50% 50% no-repeat;
}


#content .video.lft{
	width:405px;
	float:left;
	text-align:center;
}

#content .video.rgt{
	width:405px;
	float:right;
	text-align:center;
}

/* SLIDER
------------------------------------------------------------------------------*/

#content #prevNext{
	position: absolute;
}


#content #prevNext img{
	position: relative;
	z-index: 2;
	cursor: pointer;
}

#content #prevNext img.jFlowPrev{
	position:relative;
	top:120px;
	left:-20px;
}

#content #prevNext img.jFlowNext{
	position:relative;
	top:120px;
	left:785px;
}





/* MENU
------------------------------------------------------------------------------*/

#menu{
	text-align:left;
	width:840px;
	height:20px;
	margin:0 auto;
}

#menu ul{
	list-style-type: none;
	float:right;
}

#menu ul li{
	margin:0 0 0 13px;
	float:left;
}

#menu ul li a{
	color:#2f2e29;
	display:block;
	text-decoration:none;
	height:20px;
	text-indent:-2000px;
}


#menu ul li.men a{
	width:34px;
	background: transparent url(../images/layout/menu/men.png) left top no-repeat;
}

#menu ul li.men a:hover,
#menu ul li.men.act a{
	width:34px;
	background: transparent url(../images/layout/menu/men.png) left bottom no-repeat;
}

#menu ul li.women a{
	width:58px;
	background: transparent url(../images/layout/menu/women.png) left top no-repeat;
}

#menu ul li.women a:hover,
#menu ul li.women.act a{
	width:58px;
	background: transparent url(../images/layout/menu/women.png) left bottom no-repeat;
}

#menu ul li.store{
	margin:0 0 0 40px;
}


#menu ul li.store a{
	width:51px;
	background: transparent url(../images/layout/menu/store.png) left top no-repeat;
}

#menu ul li.store a:hover,
#menu ul li.store.act a{
	width:51px;
	background: transparent url(../images/layout/menu/store.png) left bottom no-repeat;
}

#menu ul li.team a{
	width:43px;
	background: transparent url(../images/layout/menu/team.png) left top no-repeat;
}

#menu ul li.team a:hover,
#menu ul li.team.act a{
	width:43px;
	background: transparent url(../images/layout/menu/team.png) left bottom no-repeat;
}

#menu ul li.info a{
	width:37px;
	background: transparent url(../images/layout/menu/info.png) left top no-repeat;
}

#menu ul li.info a:hover,
#menu ul li.info.act a{
	width:37px;
	background: transparent url(../images/layout/menu/info.png) left bottom no-repeat;
}


/* SUBMENU
------------------------------------------------------------------------------*/

#content .content .submenu{
	float:right;
	position:relative;
	top:10px;
	right:10px;
}

#content .content .submenu ul{
	list-style-type:none;
}

#content .content .submenu ul li{
	float:left;
	margin:0 0 0 10px;
}

#content .content .submenu ul li a{
	color:#ccc2b6;
	text-transform:uppercase;
}

#content .content .submenu ul li a:hover,
#content .content .submenu ul li.act a{
	color:#FFF;
}


/* CONTAINER
------------------------------------------------------------------------------*/

#container{
  width:960px;
  margin:0 auto;
}

#header{
	margin:0 auto;
	text-align:left;
  width:870px;
  height:150px;
}

#header a.logo{
	width:140px;
	height:120px;
	display:block;
	text-decoration:none;
	background: transparent url(../images/layout/logo.png) left top no-repeat;
	position:absolute;
	top:25px;
	margin-left:17px;
}


/* CONTAINER
------------------------------------------------------------------------------*/

#footer{
	text-align:left;
	width:840px;
	height:20px;
	margin:0 auto;
}

#footer p,
#footer p a{
	color: #746f67;
	text-decoration: none;
	text-transform: uppercase;
	font-size:10px;
}

#footer p a:hover{
	color:#FFF;
}

#footer p{
	float:left;
}


#footer p.rgt{
	float:right;
}





