@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:815px;
	position:relative;
	display:block;
	background:url(../images/bg-top-large.png) no-repeat 0 16px;
	margin-bottom:20px;
}
/**************************** =branding **************************/

h1#branding {
	display:block;
	position:absolute;
	left:50px;
	top:33px;
	font:28px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-shadow:0 1px 2px rgba(255, 255, 255, 0.7);
	font-weight:700;
	text-transform:uppercase;
	height:28px;
}
h1#branding a {
	border:none;
	color:#493636;
	text-decoration:none;
}
h1#branding a:hover {
	border:none;
	color:#dc6868;
	text-decoration:none;
}
/**************************** =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:96px;
	padding:18px 50px 0 50px;
}
#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:#dc6868;
	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:#dc6868;
	text-decoration:none;
}
#navi li.backLava {
	border-bottom:2px solid #dc6868;
	width: auto;
	z-index: 8;
	position: absolute;
	top: 0px !important;
	height: 57px !important;
	display: block;
	float:left;
}
.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;
	border-top:1px solid #c75656;
	margin-top:-1px;
	background:#d05c5c;
	text-decoration:none;
}
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;
	border-top:1px solid #c75656;
	margin-top:-1px;
	background:#d05c5c;
	text-decoration:none;
}
ul#navi li ul ul {
	display:none;
}
/**************************** =phone **************************/

#phone-number {
	position:absolute;
	right:50px;
	top:117px;
	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:#bebebe;
	height:12px;
	padding:0px;
}
/**************************** =slogan **************************/

#slogan {
	position:absolute;
	top:193px;
	height:130px;
	width:916px;
	margin:0 50px;
	text-align:center;
}
div#wrapper {
	width:916px;
	margin:0 auto;
}
h2 {
	font:58px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	height:58px;
	color:#493636;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:13px;
	display: inline-block;
}
h2.float-left {
	float:left;
	margin-right:15px;
}
.landliebe {
	font:76px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform:none;
	float:left;
	top:2px;
	position:relative;
}
#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:#dc6868;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:underline;
	margin-left:1px;
}
#slogan p a:hover {
	color:#493636;
	text-decoration:underline;
}
/**************************** =slideshow **************************/

#slideshow {
	width:908px;
	height:397px;
	position:absolute;
	top:363px;
	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:#493636;
	font-weight:700;
	padding:10px 0 16px 0;
	width:auto;
}
h4 a {
	font:10px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#dc6868;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:underline;
	margin-left:1px;
}
h4 a:hover {
	color:#493636;
	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: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:#493636;
	text-transform:uppercase;
	padding:0px 0px 7px 0;
}
p a {
	font:10px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#dc6868;
	font-weight:700;
	line-height:20px;
	text-decoration:underline;
	text-transform:uppercase;
}
p a:hover {
	color:#493636;
	text-decoration:underline;
}
.red {
	color:#dc6868 !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:#493636;
}
/**************************** =content-main **************************/

.content-main-top {
	width:1016px;
	height:78px;
	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:#493636;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:13px;
	display: inline-block;
	background:#f9f8f4;
	padding:0 10px;
	margin:40px 0 0 0;
}
.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;
	padding:4px 26px 9px 26px;
	float:left;
	position:relative;
}
.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;
}
.narrow {
	border-right:1px solid #ddd;
	width:216px;
	padding:4px 26px 9px 26px;
	float:left;
	position:relative;
}
.full {
	width:916px;
	padding:4px 26px 9px 26px;
	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;
	background:#493636;
	opacity:0;
 filter:alpha(opacity:0)
}
.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;
}
/**************************** =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:#493636;
	font-weight:700;
	padding:0px 0 2px 0;
	width:auto;
}
.title h4 a {
	font:14px 'Open Sans', Arial, Helvetica, sans-serif;
	height:14px;
	color:#493636;
	font-weight:700;
	text-decoration:none;
	margin-left:0px;
	text-transform:none;
}
.title h4 a:hover {
	color:#dc6868;
	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:#493636;
}
#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:#493636;
}
#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:12px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#cc5b5b;
	line-height:20px;
	padding:4px 0px 5px 31px;
	width:auto;
	border-bottom:1px solid #ddd;
	text-transform:none;
}
#accordion h6 a:hover {
	color:#493636;
}
#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:#cc5b5b;
	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:12px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#707070;
	line-height:20px;
	padding:9px 0px 8px 20px;
	width:148px;
}
tr.odd {
	background:#fcfbf9;
}
th.first-column {
	width:169px;
	padding:9px 0px 13px 20px;
}
th.first-row {
	font:14px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#493636;
	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:#493636;
	font-weight:700;
	line-height:20px;
}
th a {
	font:10px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#dc6868;
	font-weight:700;
	text-transform:uppercase;
	padding-left:1px;
}
th a:hover {
	color:#493636;
}
/**************************** =appointment **************************/

#appointment {
	height:36px;
	position:relative;
	display:block;
	margin:24px 50px 46px 50px;
}
#appointment h2 {
	font:36px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	height:36px;
	color:#493636;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	display: inline-block;
	text-shadow:0 1px 2px rgba(255, 255, 255, 0.7);
}
#appointment h2.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:211px;
	height:34px;
	float:right;
	margin-top:13px;
	margin-right:-1px;
	background:url(../images/buttons/bg-getintouch.png) no-repeat left top;
}
#get-in-touch a {
	text-indent:-9000px;
	text-decoration:none;
	width:127px;
	height:34px;
	display:block;
	margin-left:84px;
}
/**************************** =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:16px;
	height:16px;
	float:left;
	margin:29px 0 0 15px;
	background:url(../images/buttons/bg-facebook.png) no-repeat left top;
}
.facebook a {
	text-indent:-9000px;
	text-decoration:none;
	width:16px;
	height:16px;
	display:block;
}
.facebook a:hover {
	background:url(../images/buttons/bg-facebookHover.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;
}
#toTop {
	width:20px;
	height:24px;
	background:url(../images/buttons/backtotop.png) no-repeat right top;
	left:930px;
	top:25px;
	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:#493636;
	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:#493636;
	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;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.7);
	line-height:20px;
	padding-top:12px;
	float:left;
}
p#footer-right {
	font:10px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#707070;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.7);
	line-height:20px;
	padding-top:12px;
	float:right;
}
p#footer-right a {
	text-transform:none;
	text-decoration:none;
	font-weight:400;
}
