@charset "utf-8";
/* CSS Document */

#background {
	background:url(../images/bg-tile2.jpg) repeat center top #d2d0c5;
	left:0;
	width:100%;
	min-width:100%;
	height:100%;
	min-height:100%;
	position:fixed;
	top:0;
	z-index:0;
}
body {
	text-align:center;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}
#container {
	text-align:left;
	top:0;
	width:1016px;
	margin-left:auto;
	margin-right:auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#site {
	position:relative;
	width:1016px;
	z-index:1;
}
a:hover, a:active, a:focus {
	outline: none;
}
.clear {
	float:none;
	clear:both;
}
.float-left {
	float:left;
	margin-right:15px;
	margin-top:5px;
	margin-bottom:5px;
}
.float-right {
	float:right;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px;
}
.float-social {
	float:right;
	margin-left:15px;
	margin-top:-17px;
}
.float-button {
	float:left;
	margin-top:14px;
	margin-bottom:11px;
	margin-right:20px;
}
.no-wrap {
	margin-left:66px;
}
.break {
	margin:17px 26px 22px 26px;
	display:block;
	position:relative;
	border-bottom:1px solid #ddd;
}
.break-within {
	margin-bottom:21px !important;
	height:31px;
	display:block;
	position:relative;
	border-bottom:1px solid #ddd;
}
.padding-bottom {
	padding-bottom:10px;
}
/**************************** =header **************************/

#header {
	width: 1016px;
	height: 930px;
	position: relative;
	display: block;
	margin-bottom: 20px;
	background-image: url(../images/bg-top-large.png);
	background-repeat: no-repeat;
	background-position: 0 130px;
}


/**************************** =branding **************************/

h2#branding {
	display: block;
	position: absolute;
	left: 50px;
	top: 32px;
	height: 150px;
	width: 405px;
}
h2#vod {
	display: block;
	position: absolute;
	left: 100px;
	top: 50px;
	height: 100px;
}
h2#vdh {
	display: block;
	position: absolute;
	left: 200px;
	top: 50px;
	height: 100px;
}


/**************************** =sub-navi **************************/

#sub-navi {
	display:block;
	position:relative;
	float:right;
	right:50px;
	top:28px;
}
a#mail {
	width:48px;
	float:left;
	margin-right:5px;
	height:48px;
	position:relative;
	display:block;
	background:url(../images/buttons/bg-email.png) no-repeat 0 0;
	text-indent:-9000px;
}
a#directions {
	width:48px;
	margin-right:5px;
	height:48px;
	float:left;
	position:relative;
	display:block;
	background:url(../images/buttons/bg-directions.png) no-repeat 0 0;
	text-indent:-9000px;
}
a#legal {
	width:48px;
	height:48px;
	margin-right:-2px;
	float:left;
	position:relative;
	display:block;
	background:url(../images/buttons/bg-legal.png) no-repeat 0 0;
	text-indent:-9000px;
}
/**************************** =navi **************************/

ul#navi {
	display: block;
	height: 40px;
	width: 916px;
	background: url(../images/bg-navi.png) no-repeat 0 0;
	position: absolute;
	top: 188px;
	padding: 18px 50px 0 50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5E7783;
}
#navi li {
	float: left;
	display:inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-right:26px;
}
ul#navi li a {
	font:16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#707070;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	position: relative;
	overflow: hidden;
	outline: none;
	z-index: 10;
	display: block;
	height:18px;
}
ul#navi li a:hover {
	color: #5F7783;
	text-decoration: none;
}
ul#navi li a.no-hover {
	cursor:default;
}
ul#navi li a.no-hover:hover {
	color:#707070;
	text-decoration:none;
	cursor:default;
}
ul#navi li a.active {
	color: #732706;
	text-decoration: none;
}
#navi li.backLava {
	width: auto;
	z-index: 8;
	position: absolute;
	top: 0px !important;
	height: 57px !important;
	display: block;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #732706;
}
.cursor {
	cursor:default;
}
/**************************** =dropdown **************************/

ul#navi ul {
	position:absolute;
	height:auto;
	width:160px;
	background:url(../images/bg-dropdown.png) no-repeat left top;
	padding:36px 0px 15px 0px;
	top:36px;
	margin-left:-20px;
	z-index:200;
	list-style:none;
}
ul#navi ul li {
	display:block;
	z-index:91 !important;
	float:none;
	margin-right:0px;
}
ul#navi ul a, ul#navi ul a:visited {
	position:relative;
	display:block;
	width:auto;
	float:none;
	text-indent:0px;
	padding:4px 15px 10px 15px;
	color:#fff;
	z-index:91 !important;
	height:12px !important;
	font:12px 'Open Sans', Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:none;
}
ul#navi ul a:hover {
	color: #fff;
	margin-top: -1px;
	text-decoration: none;
	background-color: #5D7783;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
ul#navi li ul {
	display:none;
}
/**************************** =dropdown2 **************************/

ul#navi ul ul {
	position:absolute;
	height:auto;
	width:160px;
	background:url(../images/bg-flyout.png) no-repeat left top;
	padding:15px 0px 15px 1px;
	margin-left:160px;
	z-index:201;
}
#level2 {
	margin-top:37px;
}
ul#navi ul ul li {
	display:block;
	z-index:91 !important;
	float:none;
	margin-right:0px;
}
ul#navi ul ul a, ul#navi ul ul a:visited {
	position:relative;
	display:block;
	width:auto;
	float:none;
	text-indent:0px;
	padding:4px 15px 10px 15px;
	color:#fff;
	z-index:91 !important;
	height:12px !important;
	font:12px 'Open Sans', Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:none;
}
ul#navi ul ul a:hover {
	color: #fff;
	margin-top: -1px;
	text-decoration: none;
	background-color: #5D7783;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
ul#navi li ul ul {
	display:none;
}
/**************************** =phone **************************/

#phone-number {
	position:absolute;
	right:50px;
	top:210px;
	height:16px;
	float:right;
	background:url(../images/bg-phone.png) no-repeat left top;
	padding:0 0 0 27px;
}
#phone-number p {
	font: 12px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #5E7783;
	height: 12px;
	padding: 0px;
}
/**************************** =slogan **************************/

#slogan {
	position:absolute;
	top:290px;
	height:130px;
	width:916px;
	margin:0 50px;
	text-align:center;
}
div#wrapper {
	width:916px;
	margin:0 auto;
}
h2 {
	height: 58px;
	color: #18353F;
	font-weight: lighter;
	text-align: center;
	margin-bottom: 13px;
	display: inline-block;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 54px;
}
h2.float-left {
	float:left;
	margin-right:15px;
}

#slogan p {
	font:14px 'Open Sans', Arial, Helvetica, sans-serif !important;
	color:#707070;
	line-height:24px !important;
	text-align:center;
	padding:8px 60px;
}
#slogan p a {
	font: 12px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #732706;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: underline;
	margin-left: 1px;
}
#slogan p a:hover {
	color:#493636;
	text-decoration:underline;
}
blockquote {
	font:14px 'Open Sans', Arial, Helvetica, sans-serif !important;
	color:#707070;
	line-height:24px !important;
	text-align:center;
	padding:8px 60px;
}
/**************************** =slideshow **************************/

#slideshow {
	width:908px;
	height:397px;
	position:absolute;
	top:477px;
	left:54px;
	z-index:99;
}
/**************************** =slider **************************/

#slider {
	position:relative;
	z-index:100;
	width:908px;
	height:397px;
}
/**************************** =slideshow-product **************************/

#slideshow-product {
	width:639px;
	height:312px;
	z-index:99;
}
/**************************** =slider-product **************************/

#slider-product {
	position:relative;
	z-index:100;
	width:639px;
	height:312px;
}
h4 {
	font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
	height: 14px;
	color: #333333;
	font-weight: 700;
	padding: 10px 0 16px 0;
	width: auto;
}
h4 a {
	font: 10px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #3399FF;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: underline;
	margin-left: 1px;
}
h4 a:hover {
	color: #666666;
	/*text-decoration: underline;*/
}
h5 {
	font:13px 'Open Sans', Arial, Helvetica, sans-serif;
	height:14px;
	color:#493636;
	font-weight:700;
	padding:20px 0 16px 0;
	width:auto;
}
h6 {
	font:10px 'Open Sans', Arial, Helvetica, sans-serif;
	line-height:14px;
	color:#493636;
	font-weight:700;
	padding:20px 0 13px 0;
	width:auto;
	text-transform:uppercase;
}
p {
	font:14px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#707070;
	line-height:20px;
	padding:4px 0px;
	width:auto;
}
p.klein {
	font:12px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#707070;
	line-height:20px;
	padding:4px 0px;
	width:auto;
}
p.quoter {
	font: 10px 'Open Sans', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #333333;
	text-transform: uppercase;
	padding: 0px 0px 7px 0;
}
p a {
	font: 12px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #5E7783;
	font-weight: 700;
	line-height: 20px;
	text-decoration:none;
}
p a:hover {
	color: #333333;
	text-decoration:none;
}
.red {
	color: #5E7783 !important;
}
.bold {
	font-weight:700;
}
.button a {
	cursor: pointer;
	background:#dc6868;
	font:14px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#fff;
	border:none;
	font-weight:700;
	text-transform:uppercase;
	margin:15px 0 25px 0;
	display:inline-block;
	padding:5px 10px 6px 10px;
	text-decoration:none;
}
.button a:hover {
	background-color: #333333;
}
/**************************** =content-main **************************/


h1 {
	height: 50px;
	color: #18353F;
	font-weight: lighter;
	text-align: center;
	margin-bottom: 13px;
	display: inline-block;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 44px;
}

.siteheadline {
	height: 58px;
	color: #18353F;
	font-weight: lighter;
	text-align: center;
	margin-bottom: 13px;
	display: inline-block;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 54px;
}

.content-main-top {
	width:1016px;
	height:78px;
	position:relative;
	display:block;
	background:url(../images/bg-content-main-top.png) no-repeat 0 0;
}
.content-main-top2 {
	width:1016px;
	height:40px;
	position:relative;
	display:block;
	background:url(../images/bg-content-main-top.png) no-repeat 0 0;
}
h3 {
	font: 22px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	height: 22px;
	color: #333333;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 13px;
	display: inline-block;
	padding: 0 10px;
	margin: 40px 0 0 0;
	background-color: #F4F6F8;
}
.heading {
	background:url(../images/h3-heading.jpg) repeat-x 0 55px;
	width:916px;
	text-align:center;
	margin:0 50px;
}
.content-main {
	width:968px;
	height:auto;
	position:relative;
	display:block;
	padding:0 24px 0 24px;
	background:url(../images/bg-content-main.png) repeat-y 0 0;
}
.masonry-container {
	width:970px !important;
	overflow:visible;
}
.one-third {
	border-right: 1px solid #ddd;
	width: 270px;
	float: left;
	position: relative;
	height: auto;
	padding-top: 4px;
	padding-right: 26px;
	padding-bottom: 9px;
	padding-left: 26px;
}
.two-thirds {
	border-right:1px solid #ddd;
	width:593px;
	padding:4px 26px 9px 26px;
	float:left;
	position:relative;
}
.wide {
	border-right:1px solid #ddd;
	width:647px;
	padding:4px 26px 9px 26px;
	float:left;
	position:relative;
}
.wide2 {
	width:863px;
	padding:4px 26px 9px 26px;
	float:left;
	position:relative;
}
.narrow {
	border-right:1px solid #ddd;
	width:216px;
	padding:4px 26px 9px 26px;
	float:left;
	position:relative;
}
.narrow2 {
	border-right:1px solid #ddd;
	width:916px;
	padding:4px 26px 9px 26px;
	float:left;
	position:relative;
}
.full {
	width:916px;
	padding:4px 26px 9px 26px;
	position:relative;
}
.half {
	width:432px;
	padding:4px 26px 9px 26px;
	float:left;
	position:relative;
}
.centered {
	text-align:center;
}
.last {
	border-right:0px !important;
}
.pic {
	background:#fff;
	padding:3px;
	border:1px solid #d2d2d2;
	margin-top:15px;
	margin-bottom:5px;
}
.next-to-pic {
	margin-top:15px;
}
.float-pic {
	float:left;
	margin-right:20px;
}
.padding-cities {
	padding-bottom:16px;
	padding-top:10px;
}
.proj-img {
	position:relative;
	overflow:hidden
}
.proj-img i {
	display: block;
	font-style: normal;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	text-indent: -9000px;
	top: 0;
	left: 0;
	opacity: 0;
 	filter:alpha(opacity:0);
	background-color: #333333;
}
.proj-img img {
	display:block;
	visibility:visible;
}
.proj-img a {
	display:inline-block;
	width:46px;
	height:46px;
	position:absolute;
	top:-30px;
	left:50%;
	background:url(../images/zoom.png) 50% 50% no-repeat;
	margin-top:-23px;
	margin-left:-23px;
	z-index:10
}
.proj-img a.details {
	background:url(../images/details.png) 50% 50% no-repeat;
}

.big {
	font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: 700;
	margin-left: 1px;
}
.content-main hr {
	width: 916px;
	border-top-width: 10px;
	border-top-style: none;
	border-top-color: #DDDDDD;
	margin-top: 20px;
	margin-right: 24px;
	margin-bottom: 20px;
	margin-left: 24px;
	float: left;
}
.hrr {
	background-color: #F4F6F8;
	background-image: url(../images/h3-heading.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 10px;
	width: 916px;
	margin: 30px 24px;
}

.hrr2 {
	padding: 30px 0 30px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
}	
/**************************** =blog **************************/

.date {
	background:url(../images/buttons/bg-blog.png) no-repeat 10px 10px #fff;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	z-index:10;
	height:106px;
	width:66px;
}
.date p {
	font:10px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#493636;
	line-height:14px;
	padding:4px 0px;
	width:auto;
	text-align:center;
	text-transform:uppercase;
	margin-left:0px;
	margin-top:65px;
}
.blog {
	padding-bottom:16px;
}
/**************************** =comments **************************/

.comment {
	font:10px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#493636;
	font-weight:700;
	width:auto;
	text-transform:uppercase;
}
.comment a {
	color:#493636;
	text-decoration:none;
}
.comment a:hover {
	color:#dc6868;
	text-decoration:none;
}
.avatar {
	float:left;
	margin:11px 0px 0 0;
}
.reply {
	margin:5px 0 5px 66px;
}
/**************************** =back and forth navi **************************/

#navi-baf {
	padding:35px 0;
}
#navi-baf .page a {
	font:10px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#cc5b5b;
	line-height:10px;
	padding:4px 0px 3px 0;
	width:20px;
	height:12px;
	text-align:center;
	float:left;
	font-weight:700;
	text-decoration:none;
}
#navi-baf .page a:hover {
	color:#493636;
	text-decoration:none;
}
#navi-baf .active a {
	background:#cc5b5b;
	color:#fff;
}
#navi-baf .active a:hover {
	cursor:default;
	color:#fff;
}
#navi-baf .back a {
	background:url(../images/buttons/arrows-thin.png) no-repeat 0 0;
	text-indent:-9000px;
	margin:6px 8px 0px 7px;
	padding:0px;
	display:block;
	width:5px;
	height:7px;
	float:left;
}
#navi-baf .back a:hover {
	background:url(../images/buttons/arrows-thin.png) no-repeat 0 -7px;
}
#navi-baf .forth a {
	background:url(../images/buttons/arrows-thin.png) no-repeat -5px 0;
	text-indent:-9000px;
	margin:6px 7px 0px 8px;
	padding:0px;
	display:block;
	width:5px;
	height:7px;
	float:left;
}
#navi-baf .forth a:hover {
	background:url(../images/buttons/arrows-thin.png) no-repeat -5px -7px;
}
/**************************** =product titles **************************/

.title {
	background:#fff;
	text-align:center;
	border-bottom:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	border-left:1px solid #d2d2d2;
	padding:16px 16px 9px 16px;
	margin-top:-6px;
	margin-bottom:7px;
}
.title h4 {
	font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
	height: 14px;
	color: #333333;
	font-weight: 700;
	padding: 0px 0 2px 0;
	width: auto;
}
.title h4 a {
	font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
	height: 14px;
	color: #333333;
	font-weight: 700;
	text-decoration: none;
	margin-left: 0px;
	text-transform: none;
}
.title h4 a:hover {
	color:#5E7783;
	text-decoration:none;
}
/**************************** =cities **************************/

a#ny {
	display:block;
	text-indent:-9000px;
	position:absolute;
	top:61px;
	left:111px;
	width:17px;
	height:13px;
}
a#bo {
	display:block;
	text-indent:-9000px;
	position:absolute;
	top:95px;
	left:138px;
	width:17px;
	height:12px;
}
/**************************** =content bottom without backtotop bottom **************************/

.content-main-bottom {
	width:1016px;
	height:42px;
	position:relative;
	display:block;
	background:url(../images/bg-content-main-bottom.png) no-repeat 0 0;
	margin-bottom:20px;
}
/**************************** =lists **************************/

ul.list {
	display:block;
	position:relative;
	padding:0px;
	margin-bottom:-1px;
}
ul.float {
	float:left;
	width:50%;
}
ul.list li {
	font:12px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#707070;
	line-height:20px;
	padding:4px 0px 5px 0;
	width:auto;
	border-bottom:1px solid #ddd;
}
ul.float li {
	margin-right:20px;
}
ul.bullet li {
	padding:4px 0px 5px 21px;
	background:url(../images/buttons/list-dot.jpg) no-repeat 1px 13px;
}
ul.check li {
	padding:4px 0px 5px 21px;
	background:url(../images/buttons/list-check.png) no-repeat 1px 11px;
}
/*ul.bullet li:hover {
	background:url(../images/buttons/list-dot-hover.jpg) no-repeat 1px 13px;
}*/
ul.list li.last {
	border-bottom:0px;
}
ul.list li a {
	font:12px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#707070;
	line-height:20px;
	padding:4px 0px 5px 0;
	text-decoration:none;
}
ul.bullet li a, ul.check li a {
	color:#cc5b5b;
}
ul.list li a:hover {
	color:#493636;
	text-decoration:none;
}
ul.nav-filter {
	display:block;
	position:relative;
	padding:10px 0 50px 50px;
}
ul.nav-filter li a {
	font:12px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#707070;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.7);
	line-height:20px;
	margin-right:23px;
	float:left;
	text-decoration:none;
}
ul.nav-filter li a:hover {
	color:#493636;
}
/**************************** =tabs **************************/

#tabs {
	border-left:1px solid #ddd;
	margin:15px 0 4px 0;
}
#tabs ul li a {
	float:left;
	font:14px 'Open Sans', Arial, Helvetica, sans-serif;
	height:14px;
	color:#bebebe;
	font-weight:700;
	padding:12px 20px 15px 20px;
	width:auto;
	text-decoration:none;
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#tabs ul li a:hover {
	color: #333333;
}
#tabs ul li a.selected {
	background: url(../images/bg-tabs.jpg) repeat-x 0 0 #fff;
	border-top: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
	padding: 13px 20px 16px 20px;
	z-index: 10;
	position: relative;
	color: #333333;
}
#tabs-content {
	float:none;
	clear:both;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
	background:#fff;
	padding:15px 20px;
	top:-1px;
	position:relative;
	z-index:9;
}
/**************************** =accordion **************************/

#accordion {
	width:auto;
}
#accordion div {
	padding:5px 0 8px 0;
	border-bottom:1px solid #ddd;
}
#accordion h6 {
	padding:0px;
}
#accordion h6 a {
	cursor: pointer;
	display: block;
	text-decoration: none;
	font: 16px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #18353F;
	line-height: 22px;
	padding: 4px 0px 5px 31px;
	width: auto;
	border-bottom: 1px solid #ddd;
	text-transform: none;
}
#accordion h6 a:hover {
	color: #333333;
}
#accordion h6 a.last {
	border-bottom:0px;
}
#accordion h6.ui-state-active {
	background:url(../images/buttons/bg-acc-close.jpg) no-repeat 0 5px !important;
}
#accordion h6.ui-state-active a:hover {
	color: #5E7783;
	cursor: default;
}
#accordion h6.ui-corner-all {
	background:url(../images/buttons/bg-acc-open.jpg) no-repeat 0 5px;
}
#accordion h6.ui-state-hover {
	background:url(../images/buttons/bg-acc-hover.jpg) no-repeat 0 5px;
}
#accordion p {
	padding:0px 0px 0px 31px;
}
/**************************** =price table **************************/
#price {
	width:100%;
}
th {
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font:13px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#707070;
	line-height:20px;
	padding:9px 0px 8px 20px;
	width:100px;
}
tr.odd {
	background:#fcfbf9;
}
th.first-column {
	width:169px;
}
th.second-column {
	width:750px;
}
th.first-row {
	font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 20px;
	padding: 13px 0px 4px 20px;
	font-weight: 700;
}
th.header {
	font: 10px 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333333;
	font-weight: 700;
	line-height: 20px;
}
th a {
	font:10px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#5E7783;
	font-weight:700;
	text-transform:uppercase;
	padding-left:1px;
}
th a:hover {
	color: #333333;
}
/**************************** =appointment **************************/

#appointment {
	height:60px;
	position:relative;
	display:block;
	margin:24px 50px 46px 50px;
	text-align:center;
	text-shadow:0 1px 2px rgba(255, 255, 255, 0.7);
}
#appointment h3 {
	font:26px 'Open Sans', Arial, Helvetica, sans-serif;
	height:26px;
	color:#493636;
	font-weight:700;
	text-align:center;
	display: inline-block;
	text-shadow:0 1px 2px rgba(255, 255, 255, 0.7);
}
#appointment h3.float-left {
	float:left;
	margin-right:15px;
}
#appointment .landliebe {
	font:48px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform:none;
	float:left;
	top:5px;
	position:relative;
}
#get-in-touch {
	width: 105px;
	height: 35px;
	float: left;
	margin-top: 3px;
	background: url(../images/buttons/bg-hier2.png) no-repeat left top;
	margin-left: 1px;
}
#get-in-touch a {
	text-indent: -9000px;
	text-decoration: none;
	width: 105px;
	height: 35px;
	display: block;
	margin-left: 0px;
}
/**************************** =social **************************/

ul#twitter_update_list {
	margin-top:4px;
}
ul#twitter_update_list li {
	font:12px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#707070;
	line-height:20px;
	padding:4px 0px;
}
ul#twitter_update_list li a {
	font:10px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#493636;
	font-weight:700;
	line-height:20px;
	text-decoration:none;
	text-transform:uppercase;
}
ul#twitter_update_list li a:hover {
	color:#493636;
	text-decoration:underline;
}
.twitter {
	width:46px;
	height:46px;
	float:left;
	margin-top:14px;
	margin-bottom:11px;
	background:url(../images/buttons/bg-twitter.png) no-repeat left top;
}
.twitter a {
	text-indent:-9000px;
	text-decoration:none;
	width:46px;
	height:46px;
	display:block;
}
.twitter2 {
	width:16px;
	height:16px;
	float:left;
	margin:29px 0 0 15px;
	background:url(../images/buttons/bg-twitter2.png) no-repeat left top;
}
.twitter2 a {
	text-indent:-9000px;
	text-decoration:none;
	width:16px;
	height:16px;
	display:block;
}
.twitter2 a:hover {
	background:url(../images/buttons/bg-twitter2Hover.png) no-repeat left top;
}
.facebook {
	width:100px;
	height:28px;
	float:right;
	margin:20px 0px 10px 0px;
	background:url(../images/buttons/FB_FindUsOnFacebook-100.png) no-repeat left top;
}
.facebook a {
	text-indent:-9000px;
	text-decoration:none;
	width:100px;
	height:28px;
	display:block;
}
.facebook a:hover {
	background:url(../images/buttons/FB_FindUsOnFacebook-100_Hover.png) no-repeat left top;
}
.dribble {
	width:16px;
	height:16px;
	float:left;
	margin:29px 0 0 15px;
	background:url(../images/buttons/bg-dribble.png) no-repeat left top;
}
.dribble a {
	text-indent:-9000px;
	text-decoration:none;
	width:16px;
	height:16px;
	display:block;
}
.dribble a:hover {
	background:url(../images/buttons/bg-dribbleHover.png) no-repeat left top;
}
.flickr {
	width:16px;
	height:16px;
	float:left;
	margin:29px 0 0 15px;
	background:url(../images/buttons/bg-flickr.png) no-repeat left top;
}
.flickr a {
	text-indent:-9000px;
	text-decoration:none;
	width:16px;
	height:16px;
	display:block;
}
.flickr a:hover {
	background:url(../images/buttons/bg-flickrHover.png) no-repeat left top;
}
.vimeo {
	width:17px;
	height:16px;
	float:left;
	margin:29px 0 0 15px;
	background:url(../images/buttons/bg-vimeo.png) no-repeat left top;
}
.vimeo a {
	text-indent:-9000px;
	text-decoration:none;
	width:17px;
	height:16px;
	display:block;
}
.vimeo a:hover {
	background:url(../images/buttons/bg-vimeoHover.png) no-repeat left top;
}
/**************************** =backtotop **************************/

#backtotop {
	width:1016px;
	height:42px;
	position:relative;
	display:block;
	background:url(../images/bg-backtotop.png) no-repeat 0 0;
}
#backtotop2 {
	width: 1016px;
	height: 42px;
	position: relative;
	display: block;
	background: url(../images/bg-backtotop2.png) no-repeat 0 0;
	margin-bottom: 25px;
}
#toTop {
	width: 20px;
	height: 24px;
	background: url(../images/buttons/backtotop.png) no-repeat right top;
	left: 932px;
	top: 27px;
	cursor: pointer;
	text-indent: -9000px;
	display: block;
	position: absolute;
}
/**************************** =footer **************************/

#footer {
	width:916px;
	height:auto;
	margin:35px 50px;
	position:relative;
	display:block;
}
.one-fourth {
	width:229px;
	padding:0px 0;
	float:left;
}
#footer h5 {
	font: 18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	height: 18px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 700;
	padding: 0px 0 15px 0;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.7);
}
#footer p {
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.7);
}
ul.footer {
	padding:4px 0px;
	width:200px;
}
ul.footer li {
	font:12px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#707070;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.7);
	line-height:20px;
	background:url(../images/buttons/list-dot.jpg) no-repeat 3px 10px;
	padding-left:23px;
}
ul.footer li a {
	font:12px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#707070;
	text-decoration:none;
}
ul.footer li a:hover {
	color: #333333;
	text-decoration:none;
}
#footer-bottom {
	width:916px;
	height:90px;
	margin:0 50px;
	position:relative;
	display:block;
	background:url(../images/bg-footer-border.png) no-repeat 0 0;
}
p#footer-left {
	font:10px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#707070;
	line-height:20px;
	padding-top:12px;
	float:left;
}
p#footer-right {
	font:10px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#707070;
	line-height:20px;
	padding-top:12px;
	float:right;
}
p#footer-right a {
	text-transform:none;
	text-decoration:none;
	font-weight:700;
}
#headline2 {
	font-size: 2.5em;
}
