@charset "utf-8";

/* -----------------------------------------------------------------------------------------------
		general
 ----------------------------------------------------------------------------------------------- */

html {
	background:url(../images/system/background.png) repeat center;
}

body {
	background-color:#FFFFFF;
	margin:10px auto 20px auto;
	text-align:center;
}

.body_testimonials {
	background:url(../images/system/page_testimonial_girl.jpg) no-repeat bottom center #ffffff;	
}

* {
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	width:940px;
	padding:30px 0px;
	margin:0px auto;
}

/* -----------------------------------------------------------------------------------------------
		header
 ----------------------------------------------------------------------------------------------- */

#header {
	margin-bottom:50px;
}

#header .inside {
	position:relative;
	height:100px;
}

#header .logo {
	position:absolute;
	bottom:12px;
	left:-2px;
}

#header .language {
	position:absolute;
	top:10px;
	right:0px;
	font-size:12px; 
}

/* -----------------------------------------------------------------------------------------------
		Contact side bar
 ----------------------------------------------------------------------------------------------- */

.contactFormWrapper {
	position:absolute;
	top:180px;
	right:0px;
}

.contactFrameWrapper {
	position:relative;
	width:360px;
	height:420px;
	background-image:url(../images/system/bg,freeze.png);
	float:right;
	display:none;
	z-index:1000;
}

.contactFrameWrapper iframe {
	position:absolute;
	top:10px;
	right:0px;
	width:350px;
	height:400px;
	background-color:#FFFFFF;
	border:1px solid black;
	border-right:none;
}

.contactFrameWrapper img {
	position:absolute;
	top:20px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.contactButtonWrapper {
	position:relative;
	width:50px;
	height:140px;
	background-image:url(../images/system/bg,freeze.png);
	float:right;
	z-index:1000;
}

.contactButtonWrapper img {
	position:absolute;
	top:10px;
	right:0px;
	border:1px solid black;
	cursor:pointer;
}

/* -----------------------------------------------------------------------------------------------
		header navigation
 ----------------------------------------------------------------------------------------------- */

#header .mod_navigation {
	position:absolute;
	right:0px;
	bottom:10px;
	text-align:right;
}

#header .mod_navigation ul {
	height:20px;
}

#header .mod_navigation li {
	display:inline;
}

#header .mod_navigation a, #header .mod_navigation span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#721200;
	text-decoration:none;
	margin-left:15px;
}

#header .mod_navigation a:hover, #header .mod_navigation span {
	text-decoration:underline;
}

/* -----------------------------------------------------------------------------------------------
		Main 
 ----------------------------------------------------------------------------------------------- */

#container {
	margin-bottom:40px;
}

#main h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:48px;
	font-weight:normal;
	color:#721200;
	margin-bottom:10px;
}

#main h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#616161;
	line-height:20px;
	margin-bottom:60px;
}

/* -----------------------------------------------------------------------------------------------
		Footer
 ----------------------------------------------------------------------------------------------- */

#footer .inside {
	font-size:12px;
	color:#f1f1f1;
	text-align:center;
}

#footer .inside a {
	color:#f1f1f1;
}

#footer .inside a:hover {
	text-decoration:none;
}

/* -----------------------------------------------------------------------------------------------
		Page - Home
 ----------------------------------------------------------------------------------------------- */

#home_gallery {
	width:920px;
	border:1px solid #999999;
	padding:9px;
	float:left;
}

#home_gallery .slideshow-container {
	position:relative;
	width:600px;
	height:420px;
	border:1px solid #999999;
	margin-right:20px;
	float:left;
}

#home_gallery h1 {
	width:295px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:44px;
	font-weight:normal;
	line-height:52px;
	color:#721200;
	padding:20px 0px;
	float:left;
}

#home_gallery .slideshow-container #loading {
	position:absolute;
	top:0px;
	left:0px;
	width:600px;
	height:420px;
	background:url(../images/system/loader.gif) center center no-repeat;
}

#home_gallery #slideshow {
	position:absolute;
	top:0px;
	left:0px;
	width:600px;
	height:420px;
	margin:0px;
	padding:0px;
}

#home_gallery .slideshow-container #slideshow span.image-wrapper {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
}

#home_gallery .slideshow-container #slideshow span.image-wrapper .advance-link {
	width:600px;
	height:420px;
	line-height:0px;
	text-decoration:none;
	display:block;
}

/* There is a whitespace in the span element - Doesn't look good on Chrome and Safari */
#home_gallery .slideshow-container #slideshow span.image-wrapper .advance-link img {
	position:absolute;
	top:0px;
	left:0px;
}

#home_gallery #caption {
	position:relative;
	top:50px;
	width:280px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:2px;
	overflow:hidden;
	float:left;
}

#home_gallery #caption span.image-caption {
	position:absolute;
	top:0px;
	left:0px;
	width:600px;
	background-color:#FFFFFF;
	display:block;
}

/* Text */ 
	
.page_home {
	clear:both;
	padding-top:30px;
}	
	
.page_home table td {
	text-align:center;
	vertical-align:top;
}

.page_home h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	color:#721200;
	margin:5px 0px 15px 0px;
}

.page_home_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	line-height:18px;
	padding:0px 30px;
	margin-bottom:15px;
	display:block;
}

.page_home_text_line {
	border-left:1px solid black;
	border-right:1px solid black;
}

.page_home_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#721200;
}

.page_home_link a {
	color:#721200;
	text-decoration:none;
}

.page_home_link a:hover {
	text-decoration:underline;
}

/* -----------------------------------------------------------------------------------------------
		Page - About 
 ----------------------------------------------------------------------------------------------- */

.page_about table {
	margin-bottom:20px;
}

.page_about table td {
	text-align:left;
	vertical-align:top;
}

.page_about h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	color:#721200;
	text-align:center;
	margin:20px 0px;
}

.page_about p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

/* -----------------------------------------------------------------------------------------------
		Page - products
 ----------------------------------------------------------------------------------------------- */

.page_products table {
	border-collapse:collapse;
	margin-bottom:60px;
}

.page_products table td {
	border:1px solid white;
	text-align:left;
	vertical-align:top;
}

/* Text */

.page_products_xtra td {
	vertical-align:middle;
}

.page_products_xtra {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

.page_products_xtra h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	color:#721200;
	line-height:normal;
}

.page_product_text {
	border-left:1px solid black;
	border-right:1px solid black;
	padding:0px 40px;
	display:block;
}

.page_product_link {
	color:#721200;
	text-align:right;
	display:block;
}

.page_products_xtra a {
	color:#721200;
	text-decoration:none;
}

.page_products_xtra a:hover {
	text-decoration:underline;
}

/* -----------------------------------------------------------------------------------------------
		Page - Service
 ----------------------------------------------------------------------------------------------- */

.page_service table td {
	text-align:left;
	vertical-align:top;
}

.page_service h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	color:#721200;
	text-align:center;
	margin:20px 0px;
}

.page_service p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;
}

.page_service ul {
	margin-left:20px;
}

.page_service li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	list-style:disc;
}

/* -----------------------------------------------------------------------------------------------
		Page - Press
 ----------------------------------------------------------------------------------------------- */

.page_press table td {
	text-align:left;
	vertical-align:top;
}

.page_press h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	color:#721200;
	margin:100px 0px 30px 0px;
}

.page_press p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
}

.page_press ul {
	margin-left:16px;
}

.page_press ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style:outside disc;
	margin-bottom:8px;
}

.page_press a {
	color:#000000;
	text-decoration:none;
}

.page_press a:hover {
	text-decoration:underline;
}

/* -----------------------------------------------------------------------------------------------
		Page - Gallery 
 ----------------------------------------------------------------------------------------------- */

#thumbs {
	float:left;
	width:300px;
}

#thumbs .pagination {
	height:20px;
	font-size:12px;
}

#thumbs .pagination a, #thumbs .pagination span {
	color:#000000;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	text-decoration:none;
	padding:2px 5px;
	margin-right:2px;
	display:inline-block;
} 

#thumbs .pagination a:hover {
	background:#eeeeee;
}

#thumbs .pagination span {
	color:#FFFFFF;
	border:1px solid black;
	background-color:#000000;
}

#thumbs .top {
	padding-top:5px;
}

#thumbs .bottom {
	padding-top:10px;
	clear:both;
}


#thumbs ul.thumbs li {
	padding:0px;
	margin:5px 10px 5px 0px;
	float:left;
}

a.thumb {
	width:75px;
	height:75px;
	border:1px solid #cccccc;
	display:block;
	padding:2px;
	overflow:hidden;
}

/* Photos */

#photos {
	width:600px;
	float:right;
}

#photos #controls {
	font-size:12px;
	height:20px;
}

#photos #controls a {
	color:#666666;
	text-decoration:none;
}

#photos #controls a:hover {
	text-decoration:underline;
}

#photos #controls a.prev {
	margin-right:15px;
}

#photos #controls .ss-controls {
	float:left;
}

#photos #controls .nav-controls {
	float:right;
}

#photos .slideshow-container {
	position:relative;
	height:500px;
	margin-bottom:20px;
	clear:both;
}

#photos .slideshow-container #loading {
	position:absolute;
	top:0px;
	left:0px;
	width:600px;
	height:500px;
	background:url(../images/system/loader.gif) center center no-repeat;
}

#photos .slideshow-container #slideshow span.image-wrapper {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
}

#photos .slideshow-container #slideshow span.image-wrapper .advance-link {
	width:600px;
	height:500px;
	text-align:center;
	line-height:0px;
	text-decoration:none;
	display:block;
}

#photos .slideshow-container #slideshow img {
	border:1px solid #cccccc;
}

#photos #caption {
	position:relative;
	height:75px;
	clear:both;
}

#photos #caption span.image-caption {
	position:absolute;
	top:0px;
	left:0px;
	width:600px;
	display:block;
}

/* IE issue with rendering from text can be solved by adding background-color */

#photos #caption h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	background-color:#FFFFFF;
	letter-spacing:3px;
	word-spacing:5px;
	color:#721200;
	margin-bottom:10px;
}

#photos #caption p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	background-color:#FFFFFF;
	line-height:18px;
	visibility:hidden;
}

.page_references_quote {
	margin-top:40px;
	clear:both;
}

.page_references_quote span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#721200;
	letter-spacing:2px;
	display:inline-block;
	margin-left:40px;
}

.page_references_quote span a {
	color:#721200;
	text-decoration:none;
}

.page_references_quote span a:hover {
	text-decoration:underline;
}

/* -----------------------------------------------------------------------------------------------
		Page - Testimonials
 ----------------------------------------------------------------------------------------------- */

/* IE7 has a problem with overflow */
.page_testimonials {
	height:600px;
	position:relative;
	overflow:hidden;
}

.page_testimonials_quote {
	position:absolute;
	text-align:center;
	padding:5px;
	display:inline-block;
}

.page_testimonials_quote .client {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	margin-bottom:10px;
}

.page_testimonials_quote p {
	position:relative;
}

.page_testimonials_quote i {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	line-height:24px;
	text-align:left;
	display:inline-block;
}

.page_testimonials_quote .quote {
	position:absolute;
	width:29px;
	height:25px;
	display:inline-block;
}

.page_testimonials_quote .left {
	top:-10px;
	left:-40px;
	background-image:url(../images/system/quote_left.jpg);
}

.page_testimonials_quote .right {
	bottom:-10px;
	right:-40px;
	background-image:url(../images/system/quote_right.jpg);
}

*html .page_testimonials_quote .right {
	top:0px;
}

.page_testimonials_quote .link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	margin-top:15px;
	display:block;
}

.page_testimonials_quote .link a {
	color:#721200;
	text-decoration:none;
}

.page_testimonials_quote .link a:hover {
	text-decoration:underline;
}
	
/* -----------------------------------------------------------------------------------------------
		Page - Contact
 ----------------------------------------------------------------------------------------------- */

.page_contact .location {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:30px 0px 10px 0px;
}

.page_contact h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	color:#721200;
	text-align:center;
	margin:0px 0px 15px 0px;
}

.page_contact table {
	width:100%;
	margin-top:30px;
}

/* -----------------------------------------------------------------------------------------------
		Page - Contact - Store gallery
 ----------------------------------------------------------------------------------------------- */

.page_contact table.store {
	height:160px;
	background-image:url(../images/store/background.png);
}

.page_contact .store td {
	vertical-align:middle;
}

.page_contact p.imagetext {
	position:relative;
	top:95px;
	font-size:11px;
}

.page_contact .store h3 a {
	position:relative;
	top:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px!important;
	color:#711200!important;
	
}

.page_contact .store a {
	text-decoration:none!important;
}

/* -----------------------------------------------------------------------------------------------
		Page - Contact - Store gallery
 ----------------------------------------------------------------------------------------------- */

.page_contact td {
	vertical-align:top;
}

.page_contact table td p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0px 0px 25px 20px;
}

.page_contact iframe {
	border:1px solid black;
}

.page_contact .pic {
	text-align:center;
}

.page_contact table small {
	font-size:11px;
	margin-top:5px;
	display:block;
}

.page_contact table .map_print {
	font-size:11px;
	margin-top:5px;
	display:block;
	float:right;
}

.page_contact table a {
	color:#000000;
}

.page_contact table a:hover {
	text-decoration:none;
}
