@charset "UTF-8";

body
{
  background-color: #eeeeee;
  margin: 0px;
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

textarea
{
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;	
}

*
{
  outline: none;	
}

a img
{
  border: 0px;	
}

em
{
  font-style: normal;
  color: #ef3fac;
}

#container {
	position: relative;
	background-color: #FFFFFF;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	width: 1000px;
	margin: 0px auto;
	
}

#headerContainer
{
  position: relative;
  height: 124px;
  background-image:url(../images/bg-header.gif);
  bacground-repeat: repeat-x;
}

#headerLogo
{
  position: absolute;
  top: 24px;
  left: 20px;
}

#navigationContainer
{
	position: absolute;
	height: 32px;
	top: 92px;
	left: 260px;
	width: 720px;
}

#navigationContainer ul
{
  list-style-type: none;
  float: right;
  position: relative;
  display: block;
    margin: 0px;
  padding: 0px;
}

#navigationContainer ul li
{
  display: inline;
  margin: 0px;
  padding: 0px;
  float: left;
}

#headerAddress
{
	position: absolute;
	top: 44px;
	left: 650px;
}

#headerMapButton
{
	position: absolute;
	top: 34px;
	left: 941px;
}

#footerContainer
{
  position: relative;
  width: 1000px;
  margin: 0px auto;
  font-size: 0.8em;
  color: #777777;
}

#footerContactDetails
{
  position: relative;
  float: right;
  width: 45%;
  text-align: right;
    padding: 10px 0px;
}

#footerNavigation
{
  float: right;
  width: 55%;
  text-align: left;
  color: #bbbbbb;
    padding: 10px 0px;
}

#footerNavigation a
{
  color: #777777;
  text-decoration: none;
}

#footerContainer em
{
  font-style: normal;
  color: #ef3fac;
}


#thumbnailsContainer
{
  position: relative;
  height: 100px;
}

#thumbnailsProductContainer
{
  position: relative;
  float: left;
  width: 519px;
  background-color: white;
  height: 549px;
}

.thumbnail, .thumbnailFirst
{
  float:left;
  margin-left: 1px;
  margin-top: 1px;
  width: 99px;
  height: 100px;
  overflow: hidden;
}

.thumbnailFirst
{
  margin-left: 0px;
  width: 100px;
}

.thumbnailProduct, .thumbnailProductBottom
{
 float: left;
 margin-right: 1px;
 margin-bottom: 1px;
 width: 172px;
 height: 60px;
 overflow: hidden;
}

.thumbnailProductBottom
{
  height: 61px;
  margin-bottom: 0px;
}

#subNavigationContainer
{
	width: 1000px;
	background-color: #f67bc6;
	background-image: url(../images/bg-sub-nav.gif);
	font-size: 0.8em;
	background-position: bottom left;
	background-repeat: repeat-x;
}

#subNavigationContainer ul
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#subNavigationContainer ul li
{
  float: left;
  margin-left: 20px;
  padding: 5px 0px;
}

#subNavigationContainer ul li a
{
  text-decoration: none;
  color: black;
}

#subNavigationContainer ul li a.active
{
  color: white;
}

#galleryThumbnailsContainer
{
  opacity:0;
  filter:alpha(opacity=0);	
}

#galleryMain
{
  position: relative;
  width: 1000px;
  height: 450px;
  background-color: black;
}

#galleryProductsMain
{
  position: relative;
  float: right;
  width: 481px;
  height: 549px;
  background-color: black;
}

#galleryLoader img
{
  position: absolute;
  top: 209px;
  left: 486px;
}

#galleryMainImage
{
   opacity:0;
  filter:alpha(opacity=0);	
}

.clearer
{
  clear: both;	
}

p
{
  margin: 5px 20px 20px 20px;
  color: #444444;
  font-size: 0.8em;
}

h1
{
  font-size: 1.4em;
  font-weight: normal;
  letter-spacing: 0em;
  margin: 15px 20px 10px 20px;
  color: #ef3fac;
}

#mainImageContainer
{
  position: relative;
  width: 1000px;
  height: 350px;
  background-color: black;
}

#loader
{
  position: absolute;
  top: 150px;
  left: 486px;
  z-index: 5;
}

#mainImage1
{
  z-index: 3;
  position: absolute;
  left: 0px;
  top: 0px;
}

#mainImage2
{
  z-index: 4;
  position: absolute;
  left: 0px;
  top: 0px;
}

#preload
{
  height: 0px;
  position: relative;
  overflow: hidden;
  display: none;
}

#nextPreviousPageLinkContainer
{
  text-align: right;
  padding: 10px;
}

#contactContainer
{
  position: relative;
  width: 1000px;
  height: 350px;
}

#mapContainer
{
  position: relative;
  width: 500px;
  height: 350px;
  float: right;
}

#contactImage
{
  position: relative;
  float: left;
  width: 500px;
}

#contactName, #contactEmail, #contactPhone, #contactMessage
{
  width: 250px;
  font-size: 12px;
  color: #666666;
  border: 1px solid #dddddd;
  padding: 3px;
}

#contactMessage
{
  height: 80px;
  margin-bottom: 10px;
}

label
{
  display: block;
  color: #ef3fac;	
  font-size: 12px;
  padding-top: 5px;
}

#contactForm
{
  padding-left: 10px;
  padding-top: 5px;
  float: left;
  width: 400px;
}