body {
	font-family:'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	font-size: 12px;
        background: #05373f url(../../media/bg.jpg) repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #d16772e;
}
p { 
        font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif; 
        font-size: 12px;
        color: #222222;
}
h1 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif; 
        font-size: 16px;
        color: #d1672e;
}
h2 {
        font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif; 
        font-size: 14px;
        color: #d1672e;
}
h3 {
        font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif; 
        font-size: 13px;
        color: #000000;
}
a {
        font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif; 
        font-size: 12px;
        color: #d1672e;
}
a:hover{
        color:#05373f;
}
a img{
        border:none;
}
#holder {
	width: 950px;
	margin: 0 auto 0 auto;
	text-align: left;
	overflow: hidden; 
}
#containerleft {
	background: #ffffff;
	width: 305px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	float: left;
}                    
#logo {
	height: 100px;
	width: 305px;
	background: url(../../media/logo_bg.gif) no-repeat;
}
#logo2 {
	height: 259px;
	width: 305px;
	background: url(../../media/logo2.gif) no-repeat;
}
#content2 {
	width: 275px;
        margin: 15px 15px 15px 15px;
}
#leftblock {
	width: 275px;
        margin: 15px 15px 15px 15px;
}
#containerright {
	background: #ffffff url(../../media/shadow.jpg) repeat-y 0 150px;
        width: 645px;
	float: right;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#navigation {
        height: 100px;
	width: 645px;
        background: url(../../media/nav_bg.gif) no-repeat;
}
#banner {
	height: 259px;
	width: 645px;
        background: url(../../media/baner.jpg) no-repeat;
}
#content {
	width: 615px;
        margin: 15px 15px 10px 15px;
}
#bottomcontainer {
	margin: 0 auto 0 auto;
	width: 950px;
	background: #05373f;
}
#footer {
	height: 47px;
	text-align: center;
	font: 10px 'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif; color: #ffffff;
	background: url(../../media/footer_bg.gif) no-repeat;
       padding-top: 15px;
}
#footer a{
        color:#05373f; font-weight:bold;}
#footer a:hover{
        color:#FFFFFF;
}

#navContainer {
                width: auto;
                display:block;
                clear:both;
}
/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}
#nav {
	padding: 68px 0 0 20px;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 11px; 
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; padding: 5px 11px 10px 8px; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {color: #05373f;}
#nav li a:active, #nav ul li a.active {color: #05373f;}

/* Current page Customisations*/
#nav li.menu-current a {color: #fff;}
#nav li.menu-current a {font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 100px; margin: 0; display: none; text-transform: none;}
#nav .menu li ul li {width: 100px; text-align: left; font-weight: normal; margin: 0px; padding: 0px;}
#nav .menu li ul a {width: 100px; padding: 10px 10px 10px 10px; background: #c24000; color: #fff;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #05373f; background: #d1672e;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}

/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 100px; padding: 10px 10px 10px 10px; background: #d1672e; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* end menu */
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

