@font-face {
 font-family: Font;
 src: url("1.eot") /* EOT file for IE */
}
@font-face {
 font-family: Font;
 src: url("1.ttf") /* TTF file for CSS3 browsers */
}


body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url( ../images/bg.jpg );
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #3596FF; 
}

body, td, div
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
 	background-image: url( ../images/containerbg.jpg );
	background-repeat: no-repeat;
	background-position: top center; 	
}

/*--- HEADER ---*/

#header
{
	width: 975px;
	height: 353px;
	position: relative;
}

/*--- MAIN WRAPPER ---*/

#wrapper
{
	margin: 0px auto;
	width: 975px;
	text-align: left;
}

/*--- CONTENT ---*/

#contentContainer
{
	width: 925px;
	padding: 25px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	position: relative;
}

#contentLeft
{
	height: auto !important;
	height: 300px;
	min-height: 300px;
	width: 635px;
}

#contentRight {
 	float: right;
 	width: 280px;
 	
}

#leftGallery {
 	float: left;
 	width: 50px;
 	margin-top: 45px;  
}

#rightGallery {
 	float: right;
 	width: 207px;
 	background-image: url(../images/gallery.png);
 	background-repeat: no-repeat;
 	background-position: right;
 	margin-top: 45px; 
}

body#products #gallery {

 	margin-right: 215px;
 	width: 695px;  
}

#gallery  {
 	height:120px;
 	padding: 7px;
}

body#products #gallery img {  
 padding-left: 3px;
 padding-right: 3px;
} 

#gallery img {
 	padding-left: 1px;
 	padding-right: 1px;
 	border: 0px;
}

/*--- NAVIGATION ---*/

#navigation
{
	width: 975px;
	height: 31px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#menu {
  margin: 0px;
  border: 0px none;
  padding: 0px;
   padding-top: 9px; 
  width: 775px; /*For KHTML*/
  list-style: none;
  height: 31px;
  position: relative;
	padding-left: 195px;
}

ul#menu li {
  margin: 0px;
  padding-top: 0px;
	padding-left: 22px;
	padding-right: 22px;
  float: left; /*For Gecko*/
  display: block;
  list-style: none;
  position: relative;
	font: 9pt Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
	background-image: url( ../images/navSpacer.jpg );
	background-position: center left;
	background-repeat: no-repeat;
	height: 21px;
}

ul#menu li.first
{
	background-image: none;
}

ul#menu ul {
  margin: 0px;
  padding: 2px;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
	font: 10pt Trebuchet ms, Helvetica, sans-serif;
	background-color: #000000;
}

ul#menu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#menu ul li {
  width: 134px;
	height: 35px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  border: none;
	color: #FFFFFF;
  background-image: none;
	background-color: #000000;
	margin: 2px;
	padding-left: 0px;
}

/* Root Menu */
ul#menu a {
	padding: 0px 0px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #fbfcf7;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; 
  font-size: 11pt;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

ul#menu ul a
{
	letter-spacing: normal;
	text-transform: none;
}

/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
	color: #999999;
}

/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
  float: none;
  text-decoration: none;
	color: #FFFFFF;
  padding: 0px 0px;
  line-height: 22px;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li:hover, ul#menu li.iehover li.iehover
{
	background-color: #666666;
}

ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
	color: #FFFFFF;
}

/* 3rd Menu */
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#menu li:hover li:hover li:hover li a,
ul#menu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#menu li:hover li:hover li:hover li a:hover,
ul#menu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#menu ul ul,
ul#menu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
  display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
  display: block;
}

/*--- FOOTER ---*/

#footerContainer {
	background-color: #E2F3FE;
	margin-top: 20px;  
}

#footer
{
	width: 975px;
	margin: 0px auto;
	height: 50px;
	margin: 0px auto;
	text-align: center;
	padding-bottom: 20px;
}

#footer a
{
	color: #000000;
	text-decoration: none;
	font-size: 7pt;
}

#leftFoot
{
	float: left;
	line-height: 26px;
	width: 105px;
}

#leftFoot img
{
	vertical-align: middle;
}

#centerFoot {
 margin-left: 110px;
 margin-right: 150px;
}

#rightFoot
{
	float: right;
	width: 145px; 
}

#rightFoot img
{
	vertical-align: middle;
}

/*--- OTHER ---*/

.footerLight {
 	
 	color: #8f9ca7;
}

.footerDark {
 	color: #4b545c; 
 	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
 	text-transform: uppercase;
}

.pageTitle h1 {
 font-family: Font, Lucida Sans Unicode, Lucida Grande, sans-serif;
 color: #e2f3fe;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 28pt;
 margin-top:0px;
}

textarea, input, submit {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10pt;
}

.love {
	color:#E2F3FE;
	font-family:Font,Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-weight:bold;
	padding-left: 4px;
	font-size: 10pt;
}

.social {
	position: absolute;
	top: 25px;
	right: 78px;
}

.social img {
	margin-left: 10px;
}
