/* global styles */
body {
	background:#dbdbdb url('../images/bodybg.gif') top left repeat-x;
	
}

.clear {
    clear: both;
}

.centercontainer {
    position: relative;
    top: 0;
    left: 50%;
    width: 994px;
    height: auto;
    margin-left: -490px;
    background:#fff;
}

.sitecontainer {
    left: 0;
    margin: 0 auto;
    top: 0px;
    width: 100%;
    background:#fff;
    
}

.contentcontainer {
    position: relative;
    width: 980px;
    top:0;
    padding-top:0px;
    height: auto;
}

#header {
    position:relative;
    top:0px;
    z-index:3;
    height:220px;
    width:100%;
    height:auto;
}

#headercontent {
	position:relative;
	height:128px;
	z-index:1;
}

#catalogbutton {
	position:absolute;
	right:7px;
	top:0;
	background:url('../images/catalogbuttonbg.gif') top left no-repeat;
	width:179px;
	height:25px;
	text-align:center;
	overflow:hidden;
}
#searchbutton {
	position:absolute;
	right:277px;
	top:0;
	background:url('../images/catalogbuttonbg.gif') top left no-repeat;
	width:179px;
	height:25px;
	text-align:center;
	overflow:hidden;
}

#catalogbutton a, #searchbutton a {
	font:14px/28px "Trebuchet MS", Arial, Verdana, sans-serif;
}

#catalogbutton a:hover {
	color:#ab1222;
	text-decoration:none;
}

#logo { 
	position:relative;
	top:0px;
	left:0;
	height:124px;
	overflow:hidden;
}

#mainmenu {
	position:relative;
	top:0;
	z-index:90;
}

#main {
    position: relative;
    width: 100%;
}

#introtext {
	position:absolute;
	top:70px;
	left:40px;
	z-index:20000;
}

#footer {
    position: relative;
    padding-top:0px;
    width: 100%;
    height:155px;
    color:white;
}
#footerbg {
	width:994px;
	height:130px;
	background:transparent url('../images/footerbg.jpg') top left no-repeat;
}
#footerbg ul {
	position:relative;
	top:30px;
	left:30px;
	
}

#footerbg ul li {
	float:left;
	padding-right:60px;
	padding-left:65px;
	border-right:1px solid #fff;
}

#footerbg ul li.noborder {
	border:0;
	text-align:left;
}

#footerbg #catalogteaser h1, #footerbg #catalogteaser a, #footerbg #catalogteaser a:hover {
	color:white;
}

#footerbg #catalogteaser {
	position:absolute;
	top:20px;
	left:630px;
	width:350px;
	height:115px;
	overflow:hidden;
}

#language {
	position:absolute;
	top:2px;
	left:710px;
}

.downloadsection {
	float:left;
	border-bottom:1px dotted #ab1222;
	margin-bottom:20px;
	padding-right:40px;
	width:50%;
}

.downloadsection img {
	padding:2px;
	margin-bottom:10px;
	border:1px solid #ccc;
}

#copyright {
	position:absolute;
	left:0;
}

#footerlinks {
	position:absolute;
	top:127px;
	right:10px;
}

#footerlinks a {
	color:white;
}
