	
#brands-text {
	min-height:130px;
}

#brands-text .text {
	width:533px;
}




#brands-list {
	margin-left:26px;
}
	#brands-list, #brands-list ul{
		width:100%;
		padding:0px;
		list-style:none;
		list-style-type:none;
		margin:0px;
	}
	#brands-list li {
		padding:0px;
		list-style:none;
		list-style-type:none;
		float:left;
		margin:0px;
	}
	
	#brands-list .brand {
		padding-left:0px;
		padding-top:25px;
		background:#fff url(/images/textpage/brands_spacer.png) top no-repeat; 
	}
	
	#brands-list .brand li {
		background:#fff;
	}
	
	#brands-list .brand li.logo {
		width:220px;
		margin-right:30px;
		text-align:center;
	}
	
	#brands-list .brand li.content {
		width:355px
		
	}
	
	#brands-list .brand li.link {
		width:220px;
		padding-top:17px;
		text-align:center;
	}
	
	#brands-list a {
		color:#a71a2c;
	}
	
	#brands-list .more-information-link {
		font-weight:bold;
	}

	
	
#search a {
	color: #888;
}

#search ul {
	margin: 0;
}
#search li {
	list-style-type: none;
}



#search legend {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	color: #a10b1e;
}
#search .button {
	color: white;
	background: #bca418 url(../images/core/button-yellow.jpg);
	border: 1px solid #af9216;
	font-size: 11px;
	height: 23px;
}
#search .input {
	border: 1px solid #888;
}

#search .sites {
	width: 160px;
	float: left;
	margin-left:25px;
	margin-top:22px;
}

	#search .sites .input {
		width: 150px;
	}

#search .search {
	width: 218px;
	float: left;
	margin-top:38px;
	margin-left:7px;
}
	#search .search .input{
		width: 130px;
	}
	#search .search .button {
		width: 50px;
	}

#search .spacer {
	float:left;
	background: url(../images/core/search_spacer.png);
	width:3px;
	height:40px;
	margin-top:28px;
}	
		
.button {
	font-size: 13px;
	font-weight: bold;
	color: white;
	background: #b70712 url(../images/core/button-red.jpg);
	border: 1px solid #c8a800;
	padding: 2px 4px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.input {
	font-size: 12px;
	width: 167px;
	border: 1px solid #c8a800;
	padding: 3px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#frontpage .slideshow-holder, #frontpage .slideshow-holder .view {
	overflow: hidden; 
	height: 384px; 
	width: 920px;
}
.slideshow-holder .view a {
	position:absolute;
}

/* contact */
#contact .column {
	float:left;
	min-height:500px;
	padding:0 20px;
	width:190px;
	background:#fff url(../images/contact/spacer.png) top left no-repeat;
}

#contact .columns .first {
	background:#fff;
}

#applicationForm {
	line-height:25px;
	margin-top:25px;
	font-size:11px;
}
#applicationForm input[type="submit"]{
	margin:10px 0px 0px 0px;
	float:right;
}
#applicationForm input[type="checkbox"]{

}
#applicationForm input[type="text"] {
	width:199px;	
}

#applicationForm textarea{
	width:320px;
	height:80px;
}
#applicationForm textarea.small {
	width:270px;
}
#applicationForm span {
	vertical-align:top;
}
#applicationForm span.text {
	display:inline-block;
	width:120px;
}
#applicationForm .columnRight, #applicationForm .columnLeft {
	width:325px;
	float:left;	
}

#applicationForm h4 {
	color:#000;
	margin:0px 0px 5px 0px;
}


#contactForm {
	margin-top:20px;
	font-size:11px;
}

#contactForm .columnLeft, #contactForm .columnRight{
	float:left;
	width:444px;
}

#contactForm .columnLeft textarea {
	height:111px;
	width:395px;
}

#contactForm .columnLeft input[type="text"] {
	width:260px;	
}

#contactForm span {
	display:inline-block;
	margin-top:10px;
	width:130px;
}

#contactForm .columnLeft {
	background:#fff url(../images/contact/spacer.png) top right no-repeat;
	width:428px !important;
	margin-right:16px;
}

#contactForm .columnRight span {
	width:100%;
}

#contactForm .columnRight .columnRight, #contactForm .columnRight .columnLeft{
	float:left;
	width:222px !important;
	margin:0px;
	background:none;
}

#contactForm .columnRight .columnRight input[type="text"], #contactForm .columnRight .columnLeft input[type="text"]{
	width:145px;
}

#contactForm .columnRight textarea {
	width:444px;
	height:100px;
}

#contactForm .columnRight .columnRight input.large {
	width:216px;
}

#contactForm .columnRight .columnRight input.small {
	width:100px;
}

#contactForm .submit {
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	width:848px;
}

.isError {
	background:#ffb6b6;
}


/* styling for textpage */
#textpage .right-column h1 {
	font-size:20px;
	line-height:1.2em;
}

#textpage .newsMenuLinks{
	margin:0px;
	padding:0px;
}


#textpage .newsMenuLinks li{
	list-style:none;
	list-style-position:inside;
	list-style-type:none;
	margin:3px 0px 15px 0px;
	padding:0px;
	background:#fff url(../images/core/red-arrow.jpg) no-repeat right;
}

#textpage .newsMenuLinks .date {
	display:block;
	font-size:10px;
}

#textpage .newsMenuLinks .archive a {
	font-weight:bold;
	font-size:15px;
}

#contactMap .leftColumn {
	padding-top:40px;
	width:500px;
	float:left;
}

#contactMap .rightColumn {
	width:400px;
	float:right;
}

#contactMap .contact {
	background:url(../images/contactmap/contact-bg.jpg) no-repeat;
	width:480px;
	height:128px;
}

#contactMap .contact span {
	display:block;
	width:auto;	
	margin-left:24px;
}

#contactMap .contact span.title {
	padding-top:5px;
}

#contactMap .contact span.name {
	font-weight:bold;	
}

#contactMap .contact span.email a {
	text-decoration:underline;
	color:#000;	
}

#contactMap .contact .vcard {
	margin-left:400px;
	margin-top:45px;
	position:absolute;
}

#faq .leftColumn {
	float:left;
	width:196px;
	margin-right:0px;
}

#faq .leftColumn .header{
	background:url(../images/faq/header.jpg) no-repeat;
	width:196px;
	height:36px;
	color:#fff;
	font-weight:bold;
	padding-top:10px;
	padding-left:15px;
	font-size:13px;
	margin-top:15px;	
}

#faq .leftColumn .links .link {
	width:186px;
	padding:5px;
	background:#fff url(../images/faq/line.jpg) bottom left no-repeat;
}

#faq .leftColumn .links .link a{
	color:#760610;
}
#faq .leftColumn .links .link a:active{
	color:#baa117;
}
#faq .rightColumn {
	float:left;
	width:685px;
}


#faq #textpage {
	width:680px;
}

#faq #textpage .left-column {
	width: 445px;
	padding-left:0px;
}

.news-list dt a {
	color:#000;
	text-decoration:none;
}


/* PostIt */
#postIt {
	position:absolute;
	z-index:2;
}
	
	#postIt a {
		text-decoration:none;
	}
	
	#postIt h3 {
		padding-top:50px;
		padding-left:30px;
	}
	
	#postIt p {
		margin-left:30px;
		color:#000;
	}
	
	#postIt div {		
	}


