/* global styles */

/* BEGIN Standard CSS - Do not remove */

body {
	background: #8d8e8f url('../images/bodygradient2.gif') left top repeat-x;
}

.clear { clear:both; }

/* cross-browser centered layout */
.centercontainer { position:relative; top:0; left:50%; width:995px; height:auto; margin-left:-500px; }
.sitecontainer { left:0; margin: 0 auto; top:0px; width:100%; }
.contentcontainer {
	position:relative;
	background:url('../images/contentshadow2.gif') left top repeat-y;
	width:995px;
	top:0;
	height:auto;
}

/* Header */
#header { position:relative; width:100%; }
#languages { position:absolute; top:173px; left:36px; display:none;}
.languagelink { color:#4d4d4d; }
#offers { position:absolute; top:173px; right:36px; }
#logo { position:absolute; top:28px; right:20px; }
/* Body */
#main { position:relative; width:100%; }
.introtext { width:470px; }

/* Footer */
#footer { position:relative; width:100%; }
#footerwrapper {
	position:relative;
	background: url('../images/footer-bg2.gif') center bottom no-repeat;
	padding-left:26px;
	height:245px;
}

#footercontent {
	position:relative;
	background: url('../images/footergradient.gif') left bottom repeat-x;
	width:942px;
	height:184px;
	padding-top:20px;
}

#loginbox {
	position:relative;
	top:6px;
	left:60px;
	padding-left:16px;
	margin-right:45px;
	float:left;
	height:151px;
	width:200px;
	border-left:1px dotted #b3b3b3;
	border-right:1px dotted #b3b3b3;
	background: url('../images/logingradient.gif') top left repeat-x;
	color:white;
}
.contactbox {
	position:relative;
	top:6px;
	margin-left:34px;
	float:left;
	width:190px;
	color:white;
	overflow:hidden;
}
.contactbox h4	 {
	color:white;
}

/* END Standard CSS - Do not remove */

#headerbackground {
	position:relative;
	left:1px;
	width:995px;
	height:201px;
	background: url('../images/header-bg2.gif') top left no-repeat;
}
