@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- All browsers */
#pageWrapper {
	background: url(img/background2.jpg) top left no-repeat;
	width: 970px;
	height: 730px;
	margin: auto;
}

img#logo {
	float: right;
	margin-top: 44px;
}

#leftCol {
	padding-top: 20px;
	margin-left: 50px;
	width: 412px;
}

#claim p{
	font-family: arial;
	font-size: 12px;
	line-height: 15px;
	margin-top: 10px;
}

#accordion {
	margin-top: 21px;
}

h3 {
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	width: 397px;
	float: left;
	margin-bottom: 3px;
}

h3 a {
	background-color: #b4c811;
	color: #fff;
	text-decoration: none;
	padding: 6px 0 3px 5px;
	width: 100%;
	float: left;
}

h3 a img {
	margin: -10px 0 0 0;
	float: right;
}
/*styles for Firefox 2.0*/
h3 a img, x:-moz-any-link { margin-top: -24px; }
/*restore styles for Firefox 3.0 and newer*/
h3 a img, x:-moz-any-link, x:default {  margin-top: -10px; }

#accordion div {
	float: left;
}

#accordion p {
	font-family: arial;
	font-size: 12px;
	line-height: 15px;
	margin: 0 10px 5px 0;
}

#accordion p a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#teaser {
	width: 394px;
	float: left;
	margin-top: 15px;
	background-color: #fff;
	padding: 8px;
}

#teaser #leftTeaser {
	width: 194px;
	float: left;
	background: url(img/teaser_border.gif) center right no-repeat;
}

#teaser #rightTeaser {
	width: 182px;
	float: left;
	margin: 0 0 0 12px;
}
#teaser h4 {
	background-color: #5e3d12;
	color: #fff;
	height: 22px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 0 12px;	
	width: 170px;
	margin: 0 0 5px 0;
}

#teaser p {
	width: 182px;
}

#teaser p a {	
	font-size: 11px;
	color: #5e3d12;
	font-family: arial;
	text-decoration: none;
}

#teaser p a:hover {
	text-decoration: underline;
}

#customerButton {
	position: absolute;
	margin-left: 705px;
	top: 498px;
}
#customerButton2 {
	position: absolute;
	margin-left: 705px;
	top: 635px;
}
#customerButton2 a {
	display:block;
	width:130px;
	height:24px;
}
#customerButton3 {
	position: absolute;
	margin-left: 835px;
	top: 543px;
}
#customerButton3 a {
	display:block;
	width:118px;
	height:118px;
}

#footer {
	position: absolute;
	margin-left: 505px;
	top: 690px;
	width: 457px;
	height: 33px;
	/*background: url(img/footer_bg.png) top left no-repeat;*/
	padding-left: 13px;
	padding-top:1px;
}

#footer a {
	font-size: 11px;
	font-family: arial;
	text-decoration: none;
	margin: 0 17px 0 0;
	color: #000;
	float: left;
	padding-top: 10px;
}

#footer a img {
	float: left;
	margin-top: -5px;
	margin-right: 10px;
}


