@charset "utf-8";

html {
	overflow-y: scroll;
}
body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	margin: 0px;
}

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 10px;
}
#header {
	height: 70px;
	position: relative;
}
#logo {
	height: 150px;
	width: 78px;
	background-color: #E88300;
	position: absolute;
	top: 0px;
	right: 60px;
	z-index: 1000;
}
#navi {
	height: 70px;
	position: relative;
}
#navi ul {
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navi ul li {
	list-style-type: none;
	display: inline;
}
#navi a {
	color: #847363;
	text-decoration: none;
	position: relative;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 10px;
	padding-right: 10px;
	display: inline;
	padding-top: 50px;
	font-size: 11px;
}
#navi a:hover {
	background-color: #E88300;
	color: #FFFFFF;
}
#navi .current {
	background-color: #E88300;
	color: #FFFFFF;
}
#contentwrapper {
	margin-bottom: 15px;
	position: relative;
}
#crossnavi {
	position: relative;
	height: 150px;
	margin-bottom: 15px;
}
#crossnavi  .offer {
	position: relative;
	height: 150px;
	width: 290px;
	float: left;
	margin-right: 15px;
}

#footer {
	border-top-style: solid;
	border-top-color: #E88300;
	border-top-width: 1px;
	padding-top: 10px;
	position: relative;
}
#footer p {
	margin: 0px;
}

#footer a {
	color: #847363;
	text-decoration: none;
}
#footer a:hover {
	color: #847363;
	text-decoration: underline;
}
.nomargin {
	margin: 0px;
}

#headerimage1 {
	height: 200px;
	position: relative;
	background-image: url(../images/header-girl-1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	background-position: center -75px;
}
#headerimage2 {
	height: 200px;
	position: relative;
	background-image: url(../images/header-girl-2.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	background-position: center center;
}
#headerimage3 {
	height: 200px;
	position: relative;
	background-image: url(../images/header-girl-3.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	background-position: center center;
}


#headerimageblank {
	height: 90px;
	position: relative;
	margin-bottom: 15px;
	background-color: #847363;
}



#content {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E88300;
	padding-bottom: 15px;
}
#newscontentleft {
	float: left;
	position: relative;
	width: 440px;
}
#newscontentright {
	float: right;
	position: relative;
	width: 440px;
}
.pageheader {
	background-color: #E88300;
	padding-left: 10px;
	position: relative;
	padding-right: 10px;
	height: 20px;
	margin-bottom: 15px;
}
.pageheader  h1 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	margin: 0px;
}
.pageheader  p {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}
.pageheader  p  a {
	color: #FFFFFF;
	text-decoration: none;
}
.pageheader  p  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}





p {
	color: #847363;
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p a {
	color: #847363;
	text-decoration: underline;
}

p a:hover {
	color: #847363;
	text-decoration: none;
}


h1 {
	font-size: 15px;
	color: #E88300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	color: #E88300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
h2 a {
	color: #E88300;
	text-decoration: underline;
}
h2 a:hover {
	color: #E88300;
	text-decoration: none;
}



strong {
	color: #E88300;
	font-weight: bold;
}
.list  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-image: url(../images/bullet.gif);
	padding-left: 25px;
	color: #847363;
}
.list   li  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.list  a {
	color: #847363;
	text-decoration: underline;
}
.list  a:hover {
	text-decoration: none;
}


#newslist {
	position: relative;
}
#newslist ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#newslist ul li {
	list-style-type: none;
	border: 1px solid #847363;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 20px;
	text-indent: 10px;
}
#newslist p {
	margin: 0px;
	line-height: 20px;
}
#newslist     a     {
	text-decoration: none;
	display: block;
	color: #847363;
}
#newslist   a:hover   {
	text-decoration: none;
	background-color: #E3DFDB;
}
#mapcontentleft {
	float: left;
	position: relative;
	width: 595px;
}
#mapcontentright {
	float: right;
	position: relative;
	width: 290px;
}
.careersvacancy {
	border: 1px solid #E88300;
	background-color: #E88300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.careersvacancy  h1 {
	color: #FFFFFF;
	font-size: 24px;
}
.careersvacancy  p {
	color: #FFFFFF;

}
.careersvacancy  a {
	color: #FFFFFF;
}
.careersvacancy  p  strong {
	color: #FFFFFF;
}

#homeimage {
	height: 400px;
	position: relative;
	background-image: url(../images/header-girl-1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#homestrap {
	background-color: #E88300;
	width: 270px;
	position: absolute;
	top: 360px;
	right: 0px;
	padding-right: 10px;
	padding-left: 10px;
	height: 25px;
}
#homestrap h1 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 25px;
	margin: 0px;
}
#homecopy {
	background-color: #FFFFFF;
	width: 270px;
	height: 50px;
	position: absolute;
	top: 280px;
	right: 0px;
	padding: 10px;
}
#homecopy h1 {
	color: #E88300;
	line-height: 15px;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}
#homecopy p {
	margin: 0px;

}

.pricelisttable {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}
.pricelisttable  td {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.pricelisttable  p {
	margin: 0px;
}
.pricelisttable  h1 {
	font-size: 13px;
	line-height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.pricelisttable  strong {
	font-weight: bold;
	color: #847363;
}
.pricelisttable  .rowhighlight {
	background-color: #FFEACE;
}
#pricelistselect {
	position: relative;

}
#pricelistselect    ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#pricelistselect    ul    li {
	list-style-type: none;
	float: left;
	margin-right: 14px;
}
#pricelistselect         a       {
	text-decoration: none;
	display: block;
	height: 130px;
	width: 268px;
	color: #E88300;
	border: 1px solid #E88300;
	font-size: 32px;
	font-weight: normal;
	padding: 10px;
	background-color: #FFFFFF;
}
#pricelistselect    a:hover   {
	text-decoration: none;
	background-color: #E88300;
	color: #FFFFFF;
}
.pricelistoffer {
	border: 1px solid #E88300;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
