/*============================================================================*\
|| +------------------------------------------------------------------------+ ||
|| |      Copyright (c) 2011 by Mariano Deimel <mariano.deimel@gmx.de>      | ||
|| +------------------------------------------------------------------------+ ||
\*============================================================================*/

#canvas {
	background-color:#FFFFFF;
}

#header, #footer {
    background-color:#FFFFFF;
}

#brands {
    background-color:#E4E4E4;
}


#brands {
	border-top:1px solid #FFFFFF;
	background:#E9E9E9;
	position:relative;
}

#brands .scroller {
	position: relative;
	height:80px;
	background:#E9E9E9 url(../fx/brands.png) 0 center repeat-x;
}

#brands .shadow {
	position: absolute;
	background-image: url(../fx/brands_shadows.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 5px;
	top: 0;
}

#brands .left {
	left: 0;
	background-position: -5px 50%;
}

#brands .right {
	right: 0;
	background-position: 0 50%;
}


.line-footer {
	background:#FFFFFF url(../fx/line-footer.png) top repeat-x;
}

/*============================================================================*\
|| +------------------------------------------------------------------------+ ||
|| |      Copyright (c) 2011 by Mariano Deimel <mariano.deimel@gmx.de>      | ||
|| +------------------------------------------------------------------------+ ||
\*============================================================================*/

body {
	font-size:12px;
	font-family:"Trebuchet MS", Helvetica, Sans-Serif;
}

a:link, a:visited {
	color:6C9424;
	text-decoration:none;
}

a:hover, a:active {
	color:7DA535;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family:"Trebuchet MS", Helvetica, Sans-Serif;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
	font-weight:normal;
	font-family:"Trebuchet MS", Helvetica, Sans-Serif;
}

.box {
	border:1px solid #C5C5C5;
	background-color:#FFFFFF;
}

.box.main {
	border:1px solid #C5C5C5;
	background-color:#FFFFFF;
}

.box.info {
	border:1px solid #A5B5CC;
	background-color:#F7FAFF;
}

.box.fail {
	border:1px solid #E90101;
	background-color:#FFE4E1;
}
