html, body 
{
	min-height: 100%;
	height: 100%;
	margin: 0px;
  padding: 0px;
}

body 
{
	background: #f9f9f9 url('/Custom/Images/header_bg_light.jpg') no-repeat center top;
  color:#000000;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	
}

h2
{
	font-size: 1.5em;
	font-weight:bold;
	color: #575757;
	/*color: #575757;  */
	font-weight:normal;	
}

a 
{
  color: #dd5230;
	text-decoration: underline;
}

a:hover 
{
  color: #a4a4a4;
	text-decoration: none;
}

#container 
{
	width: 840px;
	margin: auto;	
	text-align: left;	
}

#header 
{
	margin-top: 19px;			
	width: 100%;
}

#header #header-logo
{
	float: left;
	width: 400px;
	margin-left: 10px;
}

#header #header-search-container 
{  
	margin-top: 5px;
	float: right;
}

#header #header-search-container #header-search-text
{	
	font-weight: bold;
}

#header #header-search-container #header-search-form
{
  margin-top: 2px;  
}

#header #header-search-container #header-search-form form
{
  display:inline;
}

#header #header-search-container #header-search-form #header-search-form-input
{
  float: left;   
}

#header #header-search-container #header-search-form #header-search-form-input input
{    
  width: 260px;
	height:20px;
	font-size: 1em;
	border: black 1px solid;
}

#header #header-search-container #header-search-form #header-search-form-button
{
  float: left;
}

#header #header-search-container #header-search-form #header-search-form-button input
{
  
}


#spacer12px 
{	
  clear:both;	
  height: 12px;
	width: 100%;	
}

#mainmenu-container 
{
  clear:both;	
	width: 100%;
	height: 35px;	
	background: #000 url('/Custom/Images/mm_bg_light.gif') no-repeat right top;
}

#mainmenu-container a
{
  color: #fffefe;
  text-decoration: none;
}
#mainmenu-container a:hover
{
  color: #f4baac;
  text-decoration: none;
}

#mainmenu-container #left-corners
{
  float:left;	
	width: 4px;
	height: 35px;
}

#mainmenu-container #spacer8px
{
  float:left;	
	width: 8px;
	height: 35px;
}

#mainmenu-container .menu-separator
{
  float:left;
  width: 15px;
  height: 35px;
  background-image: url('/Custom/Images/mm_separator.gif');
  background-repeat: no-repeat;
  background-position: center;
}

#mainmenu-container .menu-item
{
  float:left;	  
  white-space: nowrap;	
	height: 35px;	
}

#mainmenu-container .menu-item .link
{  
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;  
}

#mainmenu-container .menu-item-active
{
	color:#ffffff;
  float:left;	  
  white-space: nowrap;	
	height: 35px;		
	background: #dd5230 url('/Custom/Images/mm_active_bg.gif') no-repeat right top;
}

#mainmenu-container .menu-item-active .link
{  
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;  
}

#submenu-container 
{
  clear:both;	
	width: 100%;
	height: 26px;
	background-color: #dd5230;		
}

#submenu-container #content
{
  float: left;
  color: #fffefe;
  width:100%;
  margin-top: 4px;
  padding-left:26px;  
}

#submenu-container a
{
  color: #fffefe;
  text-decoration: none;
}
#submenu-container a:hover
{
  color: #f4baac;
  text-decoration: none;
}

.submenu-item
{
  display: none;
}

#content-container 
{
  clear:both;	
	width: 100%;
	height:300px;
}

#content-container #left
{
  float:left;	
	width: 590px;		
	padding-left: 3px;	
	padding-top: 12px;
}

#content-container #left #title
{
  font-size: 1.5em;
  color: #575757;  
  margin-bottom: 6px;
}

#content-container #right
{
  float:right;	
	width: 216px;	
	padding-top: 12px;	
}

#items-container
{
  width: 216px;
}

#items-container #items-block
{
  background-image: url('/Custom/Images/items_bg.gif'); 
}

#items-container #items-block #items
{
  background-image: url('/Custom/Images/items_bg_gradient.gif');
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px; 
  padding-bottom: 40px; 
}

#items-container #top
{
  width: 216px;
  height: 5px;  
}

#items-container #bottom
{
  width: 216px;
  height: 5px;  
}

#footer-container 
{
  clear:both;	
	width: 100%;
	height: 80px;
	color: #a4a4a4;
	font-size: 0.8em;
}

#footer-container a
{
  color: #a4a4a4;
	text-decoration: underline;
}

#footer-container a:hover
{
  color: #dd5230;
	text-decoration: none;
}

#footer-container #blueline
{
  clear:both;
  width: 100%;
  height: 1px;
  background-color: #448eb6;
  margin-top: 20px;
  margin-bottom: 8px;  
}

#footer-container #left
{
  float:left;	
	width: 500px;
  padding-left:10px;
}

#footer-container #right
{
  float:right;	
	width: 216px;
}

/* example */

#example-container 
{
  clear:both;
  width: 100%;
  margin-top: 20px;
}

#example-container #left
{
  float: left;
  width: 300px;
}

#example-container #right
{
  float: left;
  width: 520px;
}

.contactHolder
{
	width:100%;
	text-align:left;
	padding:20px;
}

.detailedTitle
{
	color:#ffffff;
	padding-top:5px;
	padding-left:27px;
}

.galleryList
{
	text-align:left;
	width:700px;
}

.galleryItemPanel
{
	width:220px;
	height:200px;
	background-color:#d8d4cb;
	padding-top:20px;
	margin-right:10px;
	margin-top:10px;
	text-align:center;
}

.galleryListItem
{			
	/*--filter:progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);--*/
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.8);	
	opacity:0.8;
	border:solid 2px #dd5230;
	
}

.item
{
	padding-right:3px;
	padding-left:3px;
	
}

.galleryListItem:hover
{		
	/*--filter:progid:DXImageTransform.Microsoft.BasicImage(grayScale=0);--*/
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=1);
	opacity:1;
}

.gallery
{
	width:700px;
	text-align:center;
}


/* /example */