/*----------------------------------------------------------------------------*/
/* Author:    MH                                                              */
/* Created:   20070425                                                        */
/* Modified:  <DATE> <Author>                                                 */
/* NOTE:      Changelog at bottom of file.                                    */
/*                                                                            */
/*----------------------------------------------------------------------------*/

/*--[ Type Selectors ]--------------------------------------------------------*/

body
{
  font-size: 10px;
  margin:0px;
  background: url( ../../images/main_bg.jpg ) repeat-x;
  font-family: tahoma, arial, sans-serif;
}

p
{
  margin: 5px 5px 5px 5px;
  color: #000000;
  font-family: verdana,arial,helvetica;
}

ul
{
  margin: 5px 5px 5px 5px;
  color: #000000;
  font-family: verdana,arial,helvetica;
  font-size: 10px;
}

h1
{
  margin: 5px 5px 5px 5px;
  font-family: verdana, arial, helvetica;
  font-size: 16px;
  font-variant: small-caps;
}

h2
{
  margin: 5px 5px 5px 5px;
  font-family: verdana, arial, helvetica;
  font-size: 14px;
  font-style: normal;
  font-variant: small-caps;
  font-weight: bold;
  border-bottom: 1px solid #FF3300;
  
}

h3
{
  margin: 5px 5px 5px 5px;
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  font-style: italic;
  font-variant: small-caps;
  font-weight: normal;
}

a
{
	text-decoration: none;
	color: #FF3300;
}

a:hover 
{
  color: #FF0000;
}

/*--[ ID Selectors ]----------------------------------------------------------*/

#mainContainer
{
  background: url( ../../images/bg.jpg ) no-repeat;
  width: 800px;
  height: 683px;
}

#headerContainer
{
  margin-left:56px;
  height: 166px;
}

#tocContainer
{
  float:left;
  width:115px;
  margin-left:25px;
  margin-top: 15px;
}

#tocNavHeader
{
  font-size: 14px;
  font-variant: small-caps;
  text-align: center;
}

#contentContainer
{
  float:left;
  margin-left:10px;
  margin-top: 15px;
  width: 440px;
}

#contentContainer p
{
  font-size: 10px;
}

#contentContainer2
{
  float:right;
  margin-right:10px;
  margin-top: 15px;
  width: 640px;
}

#contentContainer2 p
{
  font-size: 10px;
}

#rightContainer
{
	margin-top: 15px;
  float: right;
  width: 200px;
}

#footer
{
  clear: both;
  font-size:12px;
  font-variant: small-caps;
  text-align: center;
  padding-top: 20px;
}

#news
{
  float: right;
  width: 199px;
  height: 400px;
}

#menubar
{
  position: absolute; 
  left: auto;
  right: auto;
  top: 280px; 
  margin-left: 20px;
  width:507px; 
  height:20px; 
  z-index:1;
}

#cms-id
{
  width: 800px;
  font-size: 9px;
  text-align: center;
}

#leftColumn
{
  float: left;
  margin-left: 10px;
  width: 199px;
}

#tocMenu
{

}

#tocMenuItem
{
  font-size: 12px;
}


#galleryContainer
{
  margin: 5px;
  border: 1px #CCCCCC solid;
}

#galleryContainer h3
{
  margin: 5px 5px 5px 5px;
  font-family: verdana, arial, helvetica;
  border-bottom: 1px black solid;
  font-size: 11px;
  font-style: normal;
  font-variant: small-caps;
  font-weight: bold;
}

#galleryImage
{
/*do not edit these values*/
  z-index: 2; 
  /* left: 125px; */
  top: 50px; 
  visibility: hidden; 
  position: absolute; 
  width: 0px; 
  height: 0px;
/*add or edit the values below*/
  border: 1px solid black;
}

#galleryTable
{
  margin: 5px;
}

#galleryTable td
{
}

#ad
{
  padding-left: 10px;
  padding-bottom: 10px;
}

#ad a
{
  font-size: 12px;
}

#featuredProd h3
{
  text-align: center;
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  font-style: normal;
  font-variant: small-caps;
  font-weight: bold;
  border-bottom: 1px solid #FF3300;
}

#testBody
{
  margin-bottom: 10px;
}

#testBody p:first-line
{
  color: #FF3300;
  font-weight: bold;
}

#testBody
{
}

#testBody div
{
  font-size: 12px;
  padding-left: 5px;
  font-style: italic;
}

#testBody #testName
{
  color: #585858;
  padding-left: 15px;
  font-size: 12px;
  font-style:normal;
}

/*--[ Class Selectors ]-------------------------------------------------------*/
.inputlabel 
{
	font-weight: bold;
	text-align: left;
}

.inputbox 
{
	width: 150px;
	margin: 0 0 1em 0;
	border: 1px solid #cccccc;
  font-family: verdana;
  font-size: 12px;
	}

.textarea
{
  border:none;
  width: 408px;
  height: 200px;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  color: #336600;
  font-size: 10px;
  padding: 4px;
  /*background-color: #FFF7D9;*/
}

.button 
{
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}

