html {
  height:100%; /* needed for Container min-height */
}

body {
  height:100%; /* needed for Container min-height */
  margin: 0px 0px 0px 0px;
  overflow: -moz-scrollbars-vertical;
  overflow-x: hidden;
  font-family: arial;
  font-size: 9pt;
}

form {
 margin: 0px;
}

a { text-decoration: underline; }
a:focus { outline:none; }

#Container {
  position: relative;
  width: 930px;
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/
  min-height:100%; /* real browsers */
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}

#Header {
  position: relative;
  width: 930px;
  height: 174px;
}

#HeaderText SPAN{
  height: 55px;
  display: block;
}

#HeaderText .language{
  margin-top: 5px;
}

#Header .Logo {
  position: relative;
  float: left;
  width: 372px;
  height: 174px;
  background: #fff;
  background-image: url("../images/Logo.png");
  display: inline;
  background-repeat: no-repeat;
  overflow: hidden;
}

#Header .Logo #HeaderText {
  position: absolute;
  right: 10px;
  top: 5px;
  text-align: right;
  font-size: 8pt;
}

#Header .Logo #HeaderText H3{
  margin: 0px;
  padding: 0px;
  font-family: arial;
  font-size: 8pt;
  font-weight: bold;
}

#Header .Logo #HeaderText a{
  font-family: arial;
  font-size: 8pt;
  text-decoration: none;
}

#Header .Logo #HeaderText a:hover{
  font-family: arial;
  font-size: 8pt;
  text-decoration: none;
}

#Header .Logo #languages {
 position: absolute;
 right: 0px;
 top: 75px;
 width: 15px;
 height: 100px;
 vertical-align: bottom;
 z-index: 100;
 display: inline;
}

#Header .HeaderPhoto {
  position: relative;
  right:0px;
  float: left;
  width: 558px;
  height: 174px;
  overflow: hidden;
}

#Navigation {
  position: relative;
  width: 930px;
  height: 63px;
  display: block;
  _margin-top: -5px;
}

#Navigation .MainNavigation {
  position: relative;
  width: 930px;
  height: 40px;
}

#Navigation .MainNavigation UL {
  padding: 0px;
  margin: 0px;
}

#Navigation .MainNavigation UL LI {
  float: left;
  list-style: none;
  height: 40px;
  width: 185px;
}

#Navigation .MainNavigation UL LI A {
  padding: 10px;
  padding-top: 12px;  
  text-decoration: none;
  height: 18px;
  width: 165px;
  font-family: arial;
  font-size: 11pt;
  display: block;
}

#Navigation .MainNavigation UL LI A:hover {
  padding: 10px;
  padding-top: 12px;  
  text-decoration: none;
  height: 18px;
  width: 165px;
  font-family: arial;
  font-size: 11pt;
  display: block;
}

#Navigation .MainNavigation UL LI A.MenuActive {
  padding: 10px;
  padding-top: 12px;  
  text-decoration: none;
  height: 18px;
  width: 165px;
  font-family: arial;
  font-size: 11pt;
  display: block;
}

#Navigation .SubNavigation {
  position: relative;
  width: 930px;
  height: 25px;
  top: 0px;
}


#Navigation .SubNavigation UL {
  clear: both;
  margin: 0px;
  padding: 0px;
}

#Navigation .SubNavigation UL LI {
  float: left;
  list-style: none;
  width: 185px;
  height: 25px; 
}

#Navigation .SubNavigation UL LI A{
  text-decoration: none;
  font-family: arial;
  font-size: 10pt;
  width: 175px;
  padding-left: 10px;
  padding-top: 4px;
  height: 21px;
  display: block; 
}

#Navigation .SubNavigation UL LI A:hover{
  text-decoration: none;
  font-family: arial;
  font-size: 10pt;
  width: 175px;
  padding-left: 10px;
  padding-top: 4px;
  height: 21px;
  display: block;  
}

#Navigation .SubNavigation UL LI A.MenuActive{
  text-decoration: none;
  font-family: arial;
  font-size: 10pt;
  width: 175px;
  padding-left: 10px;
  padding-top: 4px;
  height: 21px;
  display: block;
}

#Content {
  position: absolute;
  width: 930px;
  height:auto !important; /* real browsers */
  height:200%; /* IE6: treaded as min-height*/
  min-height:1000px; /* real browsers */
  padding-top: 46px;
  z-index: -100;
}

#ContentLeft {
  position: relative;
  margin-left: 20px;
  float: left;
  padding: 25px;
  padding-top: 0px;
  width: 300px;
  margin-bottom: 60px;
  z-index: -100;
  min-height: 250px;
}


#ContentLeft H2 {
  font-family: arial;
  font-size: 9pt;
  margin:0px;
  padding:0px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

#ContentLeft UL {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-left: 20px;
}

#ContentLeft UL LI {
  margin: 0px;
  padding: 0px;
  line-height: 16px;
  list-style: none;
}

#ContentLeft OL {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-left: 20px;
}

#ContentLeft OL STRONG{
  margin: 0px;
  padding: 0px;
  line-height: 16px;
  list-style: none;
}

#ContentLeft UL LI STRONG{
  margin: 0px;
  padding: 0px;
  line-height: 16px;
  list-style: none;
}

#ContentLeft UL A {
  font-family: arial;
  font-size: 9pt;
  text-decoration: none;
}

#ContentLeft UL A:hover{
  font-family: arial;
  font-size: 9pt;
  text-decoration: none;
}

#LargePhotoSpan {
 position: relative;
 height: auto;
 margin-bottom: 5px;
}

#LargePhotoSpan #LargePhoto {
  position: relative;
  display: block;
}

#ContentLeft UL.PhotoSlider{
  clear:both;
  position: relative;
  margin: 0px;
  padding: 0px;
  height: auto !important;
  display: block;
  background-color: #000000;
  }

#ContentLeft UL.PhotoSlider LI {
  float: left;
  display: inline;
}

#ContentLeft UL.PhotoSlider LI.break {
 clear: left;
}

#ContentLeft UL.PhotoSlider A{
  width: 15px;
  height: 10px;
  margin-right: 2px;
    margin-bottom: 2px;
	display: block;
}

#ContentLeft UL.PhotoSlider A.Button {
   width: 16px;
   height: 10px;
   margin: 0px;
   padding: 0px;
   padding-left: 8px;
   display: block;
   line-height: 5pt;
   clear: right;
}


#ContentLeft #SliderSub {
 position: relative;
 font-size: 7pt;
 top: -2px;
}

#ContentLeft #SliderSpacer {
 clear: both; 
 position: relative; 
 height: 35px;
}


#ContentRight {
  position: relative;
  margin-right: 35px;
  margin-left: -1px;
  float: left;
  padding-left: 35px;
  padding-top: 0px;
  width: 470px;
  height: auto;
  /*min-height: 100% !important;*/
  min-height: 1000px;
  margin-bottom: 60px;
  z-index: -100;
}

#ContentRight P {
  margin: 0px;
  padding: 0px;
  font-family: arial;
  font-size: 9pt;
  margin-bottom: 20px;
  width: 450px;
}

#ContentRight P A{
  font-family: arial;
  font-size: 9pt;
}

#ContentRight H2 {
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  font-family: arial;
  font-size: 11pt;
}

#IMG {
  border: 1px solid #fff;
}

#ContentRight #News {
  position: relative;
  width: 460px;
  height: 110px;
  margin-top: 5px;
}

#ContentRight #News #NewsPhoto {
  float: left;
  width: 120px;
}

#ContentRight #News #NewsText {
  float: left;
  width: 325px;
  padding-left: 3x;
}

#ContentRight #News #NewsText H2{
  margin: 0px;
  padding: 0px;
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
}

#ContentRight #News #NewsText H3{
  margin: 0px;
  padding: 0px;
  margin-top: 4px;
  font-family: arial;
  font-size: 9pt;
}

#ContentRight #News #NewsText SPAN{
  font-family: arial;
  font-size: 9pt;
}

#ContentRight #News #NewsText INPUT.send{
 
/*  margin-left: 53px;
 *margin-left: 70px;
  width: 89px;
 *width: 92px;*/
 width: auto;
 min-width: 100px;
 text-align: center;
 padding-left: 15px;
 padding-right: 15px;
}

#ContentRight #News #NewsText A{
  font-family: arial;
  font-size: 9pt;
}

#ContentRight .NewsList A{
  font-family: arial;
  font-size: 8pt;
  color: #353535;
  text-decoration: none;
}

#ContentRight .NewsList A:hover{
  font-family: arial;
  font-size: 8pt;
  color: #34b2e4;
  text-decoration: none;
}

#ContentRight .NewsList{
  margin: 0px;
  padding: 0px;
}

#ContentRight .NewsList LI{
  list-style: none;
}

#ContentRight INPUT.error {
  border: 1px solid #ff0000;
}

#ContentRight INPUT.send {
  position: relative;
  clear: both;
  border: 1px solid #ffffff;
  color: #fff;
  width: auto;
  min-width: 120px;
}

#ContentRight INPUT.Checkbox {
  background: #d5d4d6;
}

/*
#ContentRight TEXTAREA {
  border: 1px solid #ffffff;
  background: #f4f4f9;
  width: 377px;
 *width: 383px;
} */

#ContentRight TEXTAREA {
  font-family: arial;
  font-size: 9pt;
  height: 90px;
  width: 355px;
}

#ContentRight TEXTAREA.contact {
  font-family: arial;
  font-size: 9pt;
  height: 90px;
  width: 353px;
}

#ContentRight TEXTAREA.error {
  font-family: arial;
  font-size: 9pt;
  background: #f4f4f9;
  width: 353px;
  border: 1px solid #ff0000;
}

#ContentRight TEXTAREA.tellafriend {
  font-family: arial;
  font-size: 9pt;
  width: 353px;
}

#ContentRight TEXTAREA.tellafrienderror {
  font-family: arial;
  font-size: 9pt;
  border: 1px solid #ffffff;
  width: 353px;
  border: 1px solid #ff0000;
}

#ContentRight STRONG {
  font-family: arial;
  font-size: 9pt;
}

#Footer {
  position: absolute;
 *position: relative;
  bottom: 0px;
  width: 930px;
  height: 50px;
  text-align: center;
  padding-top: 20px;
  font-family: arial;
  font-size: 8pt;
}

#Footer A{
  margin-top: 5px;
  text-decoration: none;
}

#Footer A:hover{
  margin-top: 5px;
  text-decoration: none;
}

#Guestbook {
  position: relative;
  width: 500px;
  margin-bottom: 10px;
}

#GuestbookTitle {
  width: 500px;
}

#GuestbookName {
  float: left;
  width: 240px;
  padding: 5px;
  height: 15px;
  font-family: arial;
  font-size: 9pt;
}

#GuestbookDate {
  float: left;
  width: 240px;
  height: 15px;
  text-align: right;
  padding: 5px;
  font-family: arial;
  font-size: 8pt;
}

#GuestbookMessage {
  padding: 5px;
  padding-top: 33px;
 *padding-top: 6px;
  font-family: arial;
  font-size: 9pt;
}

#PhotoGallery P {
  margin: 0px;
  padding: 0px;
  font-family: arial;
  font-size: 8pt;
  color: #353535;
}

#PhotoGallery H2 {
  margin: 0px;
  padding: 0px;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
}

#PhotoGalleryPhotos {
  margin: 0px;
  padding: 0px;
  width: 500px;
}

#PhotoGalleryPhotos LI {
  list-style: none;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#PhotoGalleryPhotos LI div {
 position: relative;
 width: 100px; 
}

#PhotoGalleryPhotos LI div select {
 position: relative;
 width: 50px;
 float: right;
}

#PhotoGalleryPhotos IMG {
  border: 1px solid #fff;
}

.PhotoGalleryImg {
  border: 1px solid #fff;
}

.Partners {
  margin: 0px;
  padding: 0px;
}

.Partners LI {
  list-style: none;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.Partners .logo {
  border: 1px solid #fff;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity:0.5;
}

.area {
  border: 1px solid #000;
}

.slide_wrapper { width: 500px; }
.slider { overflow: hidden; }
.slider_menu { padding: 5px; width: 490px;}
.slider_menu a { color: #fff; font-family: arial; font-size: 9pt;}
.slider_menu SPAN{ position: absolute; right: 27px; padding: 2px;}

.gb {
  font-size: 7pt;
}

#loading {
  position: absolute;
  z-index: 1;
  background: #fff; 
  width: 100%; 
  height: 100%; 
   filter: alpha(opacity=70);
  -moz-opacity: 0.7;
 }
 
 #loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
 *margin-left: -550px;
  margin-top: -200px;
 }

 div.attachment {
  background-color: #FFFFFF;
  padding: 5px;
 }
 
 div.attachment a {
  color: #0093d1;
 }
  
 div.attachment img {
  float: left;
  margin-right: 5px;
 }

  #SubNavigationMenu LI{
    position: relative;
    float: left;
	width: 179px;
	padding: 3px;
	background-color: #ccc;
	margin-right: 1px;
	list-style: none;
  }
  
  #SubNavigationMenu LI A {
    display: block;
	width: 185px;
	text-decoration: none;
	color: #fff;
	font-family: arial;
	font-size: 10pt;
  }
  
  #SubMenu {
	position: absolute;
	float: left;	
	width: 930px;
	overflow: hidden;	
	margin-top: 0px;
	visibility: hidden;
	z-index: 2000 !important;
   }
  
  #SubMenu UL {
    float: left; 
    margin: 0px; 
    padding: 0px;
    width: 186px;
	z-index: 1950 !important;
	/*z-index: 1950 !important;*/
	/*padding-bottom: 5px;*/

padding-bottom: 32767px;
margin-bottom: -32757px;
	display: inline;
overflow: hidden;
  }
  
  #SubMenu UL:hover {
    /*float: left; 
    margin: 0px; 
    padding: 0px; 
    width: 186px;
	padding-bottom: 10px;
	height: 100%;*/
  }
  
  #SubMenu UL LI {
    padding: 0px;
	margin: 0px;
	display: inline;
    list-style: none;
  }
  
   #SubMenu UL LI A {
	font-family: arial;
	font-size: 10pt;
	text-decoration: none;
	display: block;
	padding: 5px;
	padding-left: 10px;
	height: 15px;
   }
   
  #SubMenu UL LI A:hover {
	font-family: arial;
	font-size: 10pt;
	text-decoration: none;
	display: block;
	padding: 5px;
	padding-left: 10px;
	height: 15px;
	background-image: url(../images/navigation_arrow_hover.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
   }
   
 .InputField{
	width: 353px;
	padding-left: 3px;
   }
   
   .InputFieldError {
width: 353px;
	padding-left: 3px;   
	background-color: #eccaca;
   border: 1px solid #FF0000;
   }
   
  /* .InputFieldText{
   	width: 330px;
	padding-left: 3px;
    background-color: #FF0000;
   }*/
   
   span.newsdate {
    font-size: 8pt;
   }
   
   span.required {
    color: #FF0000;
	font-size: 7pt;
   }
   
#ContentRight a.back {
 position: relative;
 clear: both;
 margin-top: 20px;
 display: block
}

#image_rotate {
 list-style: none;
 margin: 0px;
 padding: 0px;
}

div#install {
 position: relative;
 clear: both;
 margin-top: 10px;
 background-color: #ffffcc;
 border: 1px solid #e4c26a;
 padding: 10px;
 color: #595959;
 font-size: 9pt;
}

div#install h1 {
 position: relative;
 margin: 0px;
 font-size: 11pt;
 color: #595959; 
}

div#install input{
 cursor: pointer;
}

#home_icons {
 position: relative;
 clear: both;
 width: 284px;
 margin: 0px;
 top: 25px;
 left: -20px;
 padding: 0px;
 list-style: none;
}

#home_icons LI {
 position: relative;
 width: 71px;
 height: 71px;
 float: left;
 padding: 0px;
 margin: 0px;
}

#home_icons LI img {
 border: 1px solid #d4d5d5;
}

.photo_order_sizes {
 position: relative;
 margin: 0px;
 list-style: none;
 padding: 0px;
}

.photo_order_sizes LI {
 position: relative;
 float: left;
 width: 58px;
 font-size: 8pt;
 margin-bottom: 2px;
}

.photo_order_sizes LI input {
 width: 17px;
  font-size: 8pt;
}

/*.photo_order {
 position: absolute;
 width: 300px;
 background-color: #2C2C2F;
 font-size: 8pt;
 display: block;
 z-index: 100;
 left: auto;
 right: auto;
}

.photo_order select {
 font-size: 8pt;
 width: 10px;
}*/