@charset "utf-8";
@import "base.css";

/*------- ------- ------- ------- */
/* header */
#theme{
	background:url(../img/bg_theme.jpg) top center no-repeat;
	height:426px;
}

#theme{
	position:relative;
	overflow:hidden;
}
* html #theme{
	width: expression(document.body.clientWidth < 982 ? "980px" : "100%");/* min-width HACK for IE6 */
}

#brandanch_left,
#brandanch_center,
#brandanch_right{
	position:absolute;
	height:426px;
	top:14px;
}
#brandanch_left{
	width:413px;
	left:50%;
	margin-left:237px;
}
#brandanch_center{
	width:474px;
	left:50%;
	margin-left:-237px;
}
#brandanch_right{
	width:413px;
	left:50%;
	margin-left:-650px;
}
#brandanch_left a{
	display:block;
	width:413px;
	height:410px;
}
#brandanch_center a{
	display:block;
	width:474px;
	height:384px;
}
#brandanch_right a{
	display:block;
	width:413px;
	height:410px;
}
#brandanch_left a img,
#brandanch_center a img,
#brandanch_right a img{
	position:absolute;
	left:0;
	top:0;
}

/*------- ------- ------- ------- */
/* wrapper main container */
#container{
	float:left;
}

/*------- ------- ------- ------- */
/* wrapper main primary */
#primary{
	float:right;
}

#banner{
	padding-bottom:10px;
}