/* ****************************
home.css
css for home
**************************** */


/* ****************************
Client: De Groot Houtbewerkingsmachines
Website: degroot.nl

Main color 1: #960d28 -> Name: Red
Main color 2: #fffaed -> Name: Off-white
Main color 2: #00FFFF -> Name: blue
**************************** */



/* ****************************
Section: Header
**************************** */

#section-header {
	height: 171px;
	overflow: hidden;
}

#header-title {
	display: none;
}



/* ****************************
Section: Brandbox
**************************** */

#brandbox {
	width: 953px;
	height: 303px;
	overflow: hidden;
	border-top: 1px solid #ffffff;
}

#brandbox .tab {
	width: 79px;
	height: 303px;
	float: left;
	cursor:pointer;
	border-right: 1px solid #ffffff;
	/* opacity:0.5; */
	/* filter: alpha(opacity=50); */
	background-position: -79px 0; 
	background-repeat: no-repeat;
	background-color: #e1e1e1;
}

#brandbox .tab.current {
	background-position: 0 0; 
	cursor: default;
	/* opacity:1; */
	/*filter: alpha(opacity=100);*/
}

#brandbox .tab-3 {
	border-right: 1px solid #a1a1a1;
}

#brandbox .pane {
	width: 0px;
	height: 303px;
	margin: 0px;
	padding-top: 0px;
	float: left;	
	display: none;		
	position: relative;
	overflow: hidden;
	background-color: #f1f1f1;
	background-position: right top;
	background-repeat: no-repeat;
}

#brandbox .pane-1 {
	width: 710px;
	display: block;
}

#brandbox .ce {
	width: 470px;
	padding-left: 30px;
}

#brandbox h2 {
	margin: 0 0;
	font-size: 1.8em;
}

#brandbox h2.csc-firstHeader {
	margin: 0;
	margin-top: 0.56em;
	font-size: 3.75em;
}

#brandbox p {
	margin: 0.28em 0;
	font-size: 1.1em;
}

#brandbox .yellow-button {
	margin: 0.56em 0;
}

#brandbox-shadow {
	height: 18px;
	background: url('../images/bg-brandbox-shadow.png') center bottom no-repeat;
}



/* ****************************
Section: Home boxes
**************************** */

#section-content {
	margin-top: 0;
}

#home-boxes {

}

ul.tabs {
	/*height: 32px;*/
	margin: 0;
	clear: both;
}

ul.tabs li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

ul.tabs li a {
	width: 141px;
	/*height: 32px;*/
	margin: 0 0 0.84em 0;
	padding: 0 2px;
	display: block;
	line-height: 32px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color:#999999;
	cursor: pointer; 
	background: url('../images/bg-tab.gif') no-repeat;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs li a.current, 
ul.tabs li a.current:hover, 
ul.tabs li.current a {
	background: url('../images/bg-tab-active.gif') no-repeat;
	cursor:default; 
	color: #960d28;
	text-decoration: none;
}

.com-list h3 {
	font-weight: normal;
}

.com-list {
	margin-bottom: 0.56em;
}

.com-list h4,
.com-list p {
	margin: 0 0 0.28em 0;
	font-size: 1.1em;
}

.com-list img {
	border: 3px solid #f4f4f4;
}

.com-list a p {
	font-size: 0.9em;
	color: #666666;
}
.com-list a:hover p {
	color: #414141;
	text-decoration: none;
}


.lang-1 #basket,
.lang-2 #basket {
	padding: 0.1em 1.12em;
	background: #fffaed;	
}

.lang-1 #basket h2,
.lang-2 #basket h2 {
	margin: 0;
	font-size: 3.36em;
}

.lang-1 #basket h3,
.lang-2 #basket h3 {
	margin: 0;
	font-size: 1.4em;
}

.lang-1 #basket .yellow-button-small,
.lang-2 #basket .yellow-button-small {
	margin-bottom: 1.12em;
	float: right;
}
