﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color:#fff;
	color:#2b2b2b;http://team-hoermann.ch/Fotosbody
}
.cufon-loading body { visibility: hidden }
.leftShadow {
	display:block;
	position:absolute;
	width:25px;
	height:10000px;
	background:transparent url('../images/left-shadow.png') repeat-y scroll 0 0;
}
.leftshadowInner {
	position:relative;
	left:-15px;
}
#container {
	width: 1024px;
	margin: 0 auto;
	background:#fff url('../images/continer-bg.jpg') no-repeat scroll 0 0;
	border:1px solid #484848;
}
/* .shadow {
	box-shadow:0px 0px 15px #000000;
	-moz-box-shadow:0px 0px 15px #000000;
	-webkit-box-shadow:0px 0px 15px #000000;	
}

*/

/* -- background image -- */
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

#masthead {
	height:130px;
	position:relative;
	z-index:10;
}

/* -- facebook -- */
.facebook {
	position: relative;
	top:4px;
}
a, img {
	border:none;
}

/* --- navigation --- */
#navigation {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:26pt;
	z-index:500;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	padding-left:20px;
}
#navigation ul li {
	display: inline-block;
	margin: 0;
	padding:0 7px 0 0;
}
#navigation a, #navigation li span {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	text-shadow:1px 1px 1px #000;
}
#navigation a:hover {
	color: #9A9A9A;
}
#navigation ul ul {
    display: none;
    left: 575px;
    position: absolute;
    top: 33px;
    padding:0;
    width:400px;
}
#navigation ul ul li {
	padding:0;
}
#navigation li:hover ul {
	display:block;
}

/*Initialize*/
ul#menu, ul#menu ul.sub-menu {
    padding:0;
    margin: 0;
}
ul#menu li {
    list-style-type: none;
    display: inline-block;
}
ul#menu ul.sub-menu li {
	display:block;
}
/*Link Appearance*/
ul#menu li a, ul#menu li ul.sub-menu li a {
    text-decoration: none;
}
/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu {
  background-color: #1a474d;
  border: 1px solid #919191;
  display: none;
  left: 0;
  position: absolute;
  top: 40px;
  width: 215px;
}
ul#menu li:hover ul.sub-menu {
    display:block;
}


/* -- navigation end -- */

#content {
	width:1024px;
	margin:0 auto;
	z-index:10;
	position:relative;
	padding-top:20px;
}
#footer {
    clear: both;
    height: 60px;
    text-align: center;
    position:relative;
}
.bottombg {
	height:60px;
	position:absolute;
	bottom:0;
	margin:0 auto;
	width:1024px;
}
.wrap {
    display: block;
    height: 100%;
    padding:20px;
    border:1px solid #888888;
    background-color:#fff;
}
.wrap div.right {
	float:right;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
	text-indent:-9999px;
	position:relative;
	top:-196px;
}
#masthead h3 {
	color: #5f8ea9;
}
#masthead img {
	padding: 10px 0 10px 10px;
}
/* Navigation Styles */
.navborderTop {
    border-bottom: 1px solid #8B8B8B;
    clear: both;
    height: 2px;
    position: relative;
    top: 20px;
    width: 100%;
    margin:0 20px;
    width:984px;
}
.navborderBottom {
    border-top: 1px solid #8B8B8B;
    clear: both;
    height: 2px;
    position: relative;
    top: -15px;
    width: 100%;
    z-index:400;
    margin:0 20px;
    width:984px;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #2b2b2b;
}
#content img {
	margin:0 auto;
}
#content #submenu {
	display: block;
	height: 240px;
	margin:0 auto;
	width: 1024px;
	text-align:center;
}
#content #submenu ul {
	margin:0 auto;
	padding-left: 0;
}
#content #submenu ul li {
	width:240px;
	height:240px;
	display:inline-block;
	background:transparent url('../images/submenu-nav1.png') no-repeat scroll 0 0;
	text-indent:-9999px;
}
#content #submenu ul li.nav1 {
	background:transparent url('../images/sub4.png') no-repeat scroll 0 0;
}
#content #submenu ul li.nav2 {
	background:transparent url('../images/sub3.png') no-repeat scroll 0 0;
}
#content #submenu ul li.nav3 {
	background:transparent url('../images/sub2.png') no-repeat scroll 0 0;
}
#content #submenu ul li.nav4 {
	background:transparent url('../images/sub1.png') no-repeat scroll 0 0;
}
#content iframe {
	background:transparent url('../images/ajax-loader.gif') no-repeat 50% 50%;
}
#content div.slidecontainer {
	height:439px;
	background:transparent url('../images/bg-bb.png') no-repeat scroll 0 0;
}
/* Footer Styles */
#footer p {
	color: #9A9A9A;
	font-size:12pt;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	font-size:18pt;
}
#footer a:hover {
	color: #9A9A9A;
	text-decoration: underline;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* contact us style */
#contact {
	margin:0 auto;
	text-align: center;
	width: 1024px;
}
#contact .wrap {
	background-image:none;
	padding-bottom:20px;
	padding-top: 20px;
}
#contact h2 {
	font-size:34pt;
	color:#2b2b2b;
	padding:0 20px;
	text-align:left;
}
#contact p {
	text-align:left;
	padding:0 20px;
}
#contact .left {
	float:left;
	width:500px;
	display:block;
	padding-left:20px;
}
#contact .right {
	float:right;
	width:400px;
	display:block;
	padding-right:40px;
}

/* watches style */
#watches {
	margin:0 auto;
	width: 1024px;
}
#watches .wrap {
	background-image:none;
	padding-bottom:20px;
	padding-top: 20px;
	border:none;
}
#watches div.carousel {
	background:#fff url('../images/watches-slider.png') no-repeat scroll 0 0;
	width:1024px;
	height:448px;
	margin:0 auto;
}
#watches h2 {
	font-size:34pt;
	color:#2b2b2b;
	padding:0 20px;
	text-align:left;
}
#watches p {
	text-align:left;
	padding:0 20px 20px;
}
#watches img {
	box-shadow:none;
}
/* About Us */

#about {
	margin:0 auto;	
	text-align: center;
	width: 1024px;
}
#about h2 {
	font-size:34pt;
	color:#2b2b2b;
}
#about .wrap {
	background:#fff url('../images/transparent_overlay-about.jpg') no-repeat scroll left top;
	padding-bottom:20px;
	padding-top: 20px;
}

#about div.left {
	float:left;
	display:block;
	width:160px;
	padding-left:20px;
}
#about div.right {
	display:block;
	float:right;
	width:640px;
	text-align:justify;
	padding-right:50px;
}
#about div.video {
	padding: 20px 0;
    text-align: center;
}
.youtube-player{
    border: 1px solid #1D740C;
    height: 390px;
    width: 480px;
    padding: 0px;
    margin-left: 25px;
    margin-bottom: 25px;
}

/* Jewellery */

#jewellery {
	margin:0 auto;
	text-align: justify;
	width: 1024px;
}
#jewellery h2 {
	font-size:34pt;
	color:#2b2b2b;
	padding:0 20px;
}
#jewellery .wrap {
	background:#fff url('../images/transparent_overlay-jewellery.jpg') no-repeat scroll right top;
	padding-bottom:20px;
	padding-top: 20px;
}
#jewellery div.left {
	float:left;
	display:block;
	width:520px;
	padding-left:20px;
}
#jewellery div.right {
	display:block;
	float:right;
	width:330px;
	text-align:justify;
	margin-right:20px;
}

/* Stone of the month */

#stone_month {
	margin:0 auto;
	text-align: justify;
	width: 1024px;
}
#stone_month h2 {
	font-size:34pt;
	color:#2b2b2b;
	padding:0 20px;
}
#stone_month .wrap {
	padding-bottom:20px;
	padding-top: 20px;
}
#stone_month p {
	text-align:left;
	padding:0 20px 20px;
}
div.stone_bg_container {
	position:absolute;
	bottom:10px;
}
div.stone_bg {
	background:transparent url('../images/stones-background.png') no-repeat scroll 0 0;
	position:relative;
	display:block;
	width:1024px;
	height:570px;
	z-index:99;
}
.divide {
    background: none repeat scroll 0 0 #2D2D2D;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 1px solid #000000;
    height: 1px;
    position: absolute;
    top: 60px;
    left:0px;
    width: 110px;
}
.calendar {
    background:transparent url('../images/calendar.jpg') no-repeat scroll 0 0;
    border: 2px solid #505050;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 2px 5px #000;
    float: left;
    height: 110px;
    margin: 62px;
    position: relative;
    width: 110px;
}
.day {
    font-family:helvetica, arial;
    font-size:42px;
    letter-spacing:-1px;
    color:#cbff01;
    padding:30px 0px 10px 0px;
    text-align:center;
    width:150px;
    float:left;
    posistion:relative;
    text-shadow: 0px 1px 0px #121212;
    filter: dropshadow(color=#121212, offx=0, offy=1);     
}
.number {
    color: #FFFFFF;
    float: left;
    font-family: helvetica,arial;
    font-size: 50px;
    font-weight: bolder;
    letter-spacing: -5px;
    margin: 0;
    padding: 26px 0;
    text-align: center;
    text-shadow: 0 1px 0 #0E0D0D;
    width: 110px;
}

/* -- education start -- */
#education {
	margin:0 auto;
	text-align: justify;
	width: 1024px;
}
#education .wrap {
	padding:20px 0;
	background-image:none;
}
#education div.movie {
	width:240px;
	height:196px;
	padding:40px;
	display:block;
	float:left;
}
#education h2 {
	font-size:34pt;
	color:#2b2b2b;
	padding:0 20px;
}
#education p {
	padding:0 20px;
}
#education div.left {
	float:left;
	display:block;
	width:330px;
	padding-left:20px;
}
#education div.right {
	display:block;
	float:right;
	width:520px;
	text-align:center;
}
#education table tr td {
	padding:0 50px;
}


/* -- inhouse start -- */
#inhouse {
	margin:0 auto;
	text-align: justify;
	width: 1024px;
}
#inhouse .wrap {
	padding:20px 0;
	background-image:none;
}
#inhouse h2 {
	font-size:34pt;
	color:#2b2b2b;
	padding:0 20px;
}
#inhouse div.left {
	float:left;
	display:block;
	width:560px;
	padding-left:20px;
}
#inhouse div.right {
	display:block;
	float:right;
	width:340px;
	padding-right:40px;
	padding-top:100px;
}
#inhouse img {
	box-shadow:none;
}
#inhouse .samples {
	text-align:left;
	padding:0 40px;
}
#inhouse div p {
	padding:0 20px;
}
#inhouse div.video {
    padding: 20px;
    text-align:center;
}
#inhouse iframe {
	background-image:none;
	background-color:transparent;
	box-shadow: 0 3px 5px #000000;
}
#inhouse .split {
  background: url("../images/split.png") repeat-x scroll 16px 0 transparent;
  float: left;
  height: 980px;
  width: 30px;
}
/* -- stones start -- */

#stones {
	margin:0 auto;	
	text-align: justify;
	width: 1024px;
}
#stones h2 {
	font-size:34pt;
	color:#2b2b2b;
	padding:0 20px;
}
#stones .wrap {
	padding-bottom:20px;
	padding-top: 20px;
}
#stones p {
	padding:0 20px 20px;
}

/* -- grading start -- */
#grading {
	text-align:justify;
	width:1024px;
	margin:0 auto;
}
#grading .wrap {
	padding-bottom:20px;
	padding-top: 20px;
}
#grading h2 {
	font-size:34pt;
	color:#2b2b2b;
	padding:0 20px;
}
#grading p {
	padding:0 20px;
}
#grading div.left {
	float:left;
	display:block;
	width:400px;
	padding-left:20px;
}
#grading div.right {
	display:block;
	float:right;
	width:400px;
	padding-right:20px;
}
#grading img {
	box-shadow:none;
	text-align:center;
	padding:40px;
}