/* CSS Document */

body
{
background-color:#aa6f47;
}
@font-face {
    font-family: 'algeria';
    src: url('ALGER.TTF');
}
@font-face {
    font-family: 'Economica';
    src: url('Economica-Regular-OTF.otf') format("opentype");         
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLt';
    src: url('18925_HelveticaNeueLt.ttf') format('truetype');         
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#fullcontainer
{
	width:950px;
	height:auto;
	margin:0 auto;
	background-color:#f7e6d4;
}
header
{
	width:950px;
	height:80px;
	background-image:url(../images/index_03.gif);
}
.hotline
{
	float:right;
	font-family:HelveticaNeueLt;
	font-size:18px;
	color:#fff;
	margin:10px 10px 0 0;
	font-weight:bolder;
}
nav
{
	height:50px;
	width:950px;
	background-color:#eabe94;	
}
nav li
{
	
	list-style:none;
	display:inline;
	margin-left:10px;
	font-family:'algeria';
}
nav li a
{	
	text-decoration:none;
	color:#000;
}
nav li a:hover
{
	color:#8c6f54;
	text-shadow: 0px 10px 6px #703914;
filter: dropshadow(color=#703914, offx=10, offy=10);
}

#menu
{
	z-index:99999px;
	margin: 0;
	padding: 20px 0 0 30px;
	list-style: none;  
	
}

#menu li
{
	list-style:none;
	display:inline;
	font-family:'algeria';
	float: left;
	padding: 0 0 10px 0;
	position: relative;
}

#menu a 
{
	float: left;
	height: 25px;
	padding: 0 40px;
	font: bold 18px/20px Arial, Helvetica;
	text-decoration: none;
	
	color:#000;
}

#menu li:hover > a
{
	color: #000;
	text-shadow: 5px 6px 9px #713915;
}

*html #menu li a:hover /* IE6 */
{
	color: #000;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #965c36;
    background: -moz-linear-gradient(#eabe94, #965c36);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #965c36),color-stop(1, #eabe94));
    background: -webkit-linear-gradient(#eabe94, #965c36);    
    background: -o-linear-gradient(#eabe94, #965c36);	
    background: -ms-linear-gradient(#eabe94, #965c36);	
    background: linear-gradient(#eabe94, #965c36);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #e1aa6f, 0 2px 0 #e1aa6f;
    -webkit-box-shadow: 0 1px 0 #e1aa6f, 0 2px 0 #e1aa6f;
    box-shadow: 0 1px 0 #e1aa6f, 0 2px 0 #e1aa6f;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 10px;
	height: 10px;
	width: 180px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
	font-size:12px;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    background: #965c36;
	background: -moz-linear-gradient(#eabe94,  #965c36);	
	background: -webkit-gradient(linear, left top, left bottom, from(#eabe94), to(#965c36));
	background: -webkit-linear-gradient(#eabe94,  #965c36);
	background: -o-linear-gradient(#eabe94, #965c36);
	background: -ms-linear-gradient(#eabe94, #965c36);
	background: linear-gradient(#eabe94, #965c36);
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #965c36;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #965c36;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #603e05; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #603e05; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

/******************************************************************************/
					/*Section*/
/******************************************************************************/
section
{
	width:950px;
	height:auto;
	background-color:#f7e6d4;
}
footer
{
	width:950px;
	height:80px;
	background-image:url(../images/index_03.gif);	
}
marquee
{
	font-family:HelveticaNeueLt;
	font-size:18px;
	height:30px;
	margin-top:50px;
	color:#64310f;
	font-weight:boler;
	width:900px;
	margin:0 auto;
	}
h3
{
	font-size:24px;
	font-family:HelveticaNeueLt;
	color:#64310f;
	margin-left:20px;
	
}
table td 
{
	margin:20px 20px 20px 20px;
}
h4
{
	font-size:18px;
	font-family:HelveticaNeueLt;
	color:#64310f;
	margin-left:20px;
}
p
{
	font-size:14px;
	font-family: Arial;
	line-height:25px;
	color:#64310f;
	margin-left:20px;
	text-align:justify;
	margin-right:10px;
}
footer a
{
	text-decoration:none;
	color:#fff;
	margin-left:30px;
	font-size:13px;
	font-family:HelveticaNeueLt;	
}
footer a:hover
{
	text-decoration:underline;
}
hr
{
	height:2px;
	background-color:#703914;
}
.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 200px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ padding: 5px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #000; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings .submit
{ font: 100% arial; 
  border: 1px solid; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #7D0F0F; 
  color: #FFF;}

.form_settings textarea, 
{ font: 100% arial; 
  width: 299px;}
