﻿@import '/cms/styles/common.css';
@import '/style.css';

/* COMMON ---------------------------------------------------------------------- */

body {
  background: #FFFFFF url('/images/body_bk.gif') top left repeat-x;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

#wrap {
  background: url('/images/wrap_bk.jpg') top center no-repeat;
  min-height: 278px;
  margin:0 auto;
  text-align:center;
}

#page {
  background: url('/images/page_bk.gif') bottom left no-repeat;
  border-bottom: 1px solid #CCCCCC;
  margin:0 auto;
  width:750px; 
  text-align:left;
  min-height: 475px;
}

#left {width: 189px; }
#left h1, #left h2 {
	color:#333333;
}
#left h2 {
	font-size:11px;
	font-weight:bold;
}
#right { width: 560px; }

#logo {
margin-top: 38px;
height: 163px;
overflow: hidden;
}
#logo a { outline :none;
  padding: 0px;
  margin: 0px;
 }

/* FLASH ---------------------------------------------------------------------- */

#flash {
	background-color: #FFFFFF;
	height: 182px;
}

/* MENU ------------------------------------------------------------------------ */

#menu ul { float:right; }

#menu a {
 background: url('/images/menu_item_bk.gif') bottom right no-repeat;
 height: 17px;
 width: 101px;
 text-align:center;
 padding-top: 49px;
 display:block;
 text-decoration:none;
 outline:none;
 color: #000000;
 font-weight: bold;
 font-size: 11px;
}
#menu li.first a { padding-left: 2px; }
#menu a:hover {
	 background: url('/images/menu_item_hover.gif') bottom right no-repeat;
}

/* NEWSLETTER ------------------------------------------------------------------- */

#newsletter {
  background: #FFFFFF url('/images/newsletter_bk.gif') top left no-repeat;
  padding-left: 10px;
  padding-top: 5px;
}

#newsletter .note {
 padding-top: 15px;
 padding-bottom: 10px;
 text-align:center;
 padding-right: 5px;
}

#newsletter_email input {
width: 150px;
}

#newsletter_button {
padding-top: 1px;
}

#contact {
  padding-left: 2px;
}

/* CONTENT ---------------------------------------------------------------------- */

#content {
  background: #FFFFFF url('/images/main_bk.jpg') top left no-repeat;
  min-height: 85px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 5px;
}

/* FOOTER ---------------------------------------------------------------------- */

#footer {
  margin:0 auto;
  width:750px; 
  text-align:left;
  padding-top: 5px;
}

#footer_links li {
 border-left: 1px solid #333333;
 padding-left: 5px;
 padding-right: 5px;
}
#footer_links li.first {
  border-left: 0px;
 padding-left: 0px;
}
#footer_links a {
 color: #333333;
 text-decoration: none;
}
#footer_links a:hover {
 color: #8f0000;
 text-decoration: underline;
}


#footer_atomic {
 float: right;
}
#footer_atomic a {
 color: #333333;
 text-decoration: none;
}
#footer_atomic a:hover {
 color: #8f0000;
 text-decoration: underline;
}


#footer_copy {
 color: #999999;
 padding-top: 5px;
}


/* CUSTOMIZATIONS -------------------------------------------------------------- */	
	
.gallery {
	margin-left: 5px;
	background: url('/images/gallery_bk.gif') top left repeat-y;
	padding: 0px;
}

