@charset "utf-8";


body {
	font-family:  Meriad Pro Regular, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}


input {
	background: #FFFFFF ;
}

.vmenulink  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #96754A;
	padding: 10px;
	font-style: normal;
	clip: rect(auto,auto,auto,auto);
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	/*display: inline-block;*/
}

#showpic td b i tbody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#rulercontainer{
	height:20px;
	width: 100%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C3AE85;
	background-color: #E7DECD;
	font-size: 11px;
	padding-top: 5px;
}


#menucontainer {
	padding-top:4px;
	height:40px;
	width: 100%;	
	background-color: #C3AE85;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	font-family: Meriad Pro Regular, Verdana, Arial, Helvetica, sans-serif;
}

#vmenuinput{
	background: #97754B!important;	
}


#maincontainer {
	background-color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	/*text-align: left;*/
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer{
	font-family: Meriad Pro Regular, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#0073BD;
	font-size: 9px;	
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #927151;
}

#staticcontent ul
{
	padding-left: 10px;
}

#staticcontent p
{
	padding-right: 10px;
}

#navcontainer li {
	color: #000000;
	margin: 0;
}


#navcontainer a #id1
{
	display: block;
	/*width: 150px;*/
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #000000;
}

#navcontainer a
{
	display: block;
	/*width: 150px;*/
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #927151;
}


#navcontainer a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #794f27;
	display: block;
	background-repeat: repeat;
}

#navcontainer ul ul li {
	color: #000000;
}

#navcontainer ul ul a
{
	display: block;
	/*width: 165px;*/
	color: #FFFFFF;
	text-decoration: none;
	background-color: #926e37;
}

#navcontainer ul ul a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #856531;
}
#navcontainer ul li {
	color: #999999;
}
#active a {
	display: block;
	width: 150px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #794f27;
}
#navcontainer ul ul ul a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	/*width: 150px;*/
	background-color: #b49b6a;
}
#navcontainer ul ul ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #a48e61;
}
#navcontainer ul ul ul li {
	color: #000000;
	border-bottom-color: #FFFFFF;
	background-image: url(images/backround_dark.jpg);
}
#navcontainer ul ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#navcontainer ul ul ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

/* THE DIV TO TABLE TECHNIQUE */


  #container {
	width:800px
    display: table;

    }

  #row  {
    display: table-row;
    }

  #left {
	width:400px;
    display: table-cell;
    }
	#right {
	width:350px;
    display: table-cell;
    }

 

    /* IE ONLY */
  * html #container {
    /*background:yellow url("red.gif") top left repeat-y;*/
    }
  * html #row {
    /*background:url("blue.gif") top right repeat-y;  */
    }
  * html #left {
    float:left;
    }
  * html #right {
    float:right;
    }
  * html #middle {
    float: left;
    }
  * html .cleaner {
    display:block;
    }

	h1{
		font-family:verdana;
		font-size:13.5pt;
		color:#97754B;
	}

	h2{
		font-family:verdana;
		font-size:11.5pt;
		color:#97754B;
	}
