@charset "utf-8";
/* CSS Document */

body
{
	background:url(images/background.jpg);
	background-repeat:repeat;
}

*
{
	font-family:"Times New Roman", Times, serif;
	padding:0;
	margin:0;
	color:#58490a;
}

#main_wrapper
{
	width:970px;
	margin-right:auto;
	margin-left:auto;
	border-right: dotted 1px #58490a;
	border-left: dotted 1px #58490a;
	padding:5px;
}

#header
{
	height:227px;
}

#content_with_promo
{
	float:left; 
	width:70%;
}

#content
{
	float:left; 
	width:100%;
}

#promo
{
	float:left;
	width:30%;
	background-color:#e6e0cb;
}

#footer
{
	padding-top:0.2em;
	clear:both;
}

#footer_inner, #content_inner_with_promo, #content_inner, #header_inner, #promo_inner
{
	overflow:hidden;
}

#header_inner
{
	padding:0;
	position:relative;
}


#header_inner img
{
	float:right;
}

#banner_img
{
	position:absolute;
	z-index:-1;
	left: 742px;	
}

#content_inner_with_promo
{
	padding:1em 0.7em 1em 2em;
	margin:0 5px 0 0;
	background-color:#e6e0cb;
	border:1px solid #c5bea1;
}

#content_inner
{
	padding:1em 0.7em 1em 2em;
	margin:0 0 0 0;
	background-color:#e6e0cb;
	border:1px solid #c5bea1;
}

#promo_inner
{
	padding:0.5em;
	border:solid 1px #c5bea1;
}

#footer_inner
{
	text-align:center;
	padding:1em;
	background-color:#c5bea1;
}


/* ---- Start SubMenu ----- */
#submenu_inner > ul > li 
{
	background:url("images/space.gif") repeat-y right;
}

#submenu_inner ul 
{
	margin-left:1.2em
}

#submenu_inner
{
	padding-top:0.05em;
	background-color: #E63434;
	background:url("images/hight_tabs.gif");
	clear:both;
	height:35px;
	margin:0.2em 0 0.2em 0;
	text-align:center;
	border:1px solid #776620;
	font-size:1.3em;
}

#submenu_inner > ul
{
	padding:0;
	margin:0;
	list-style:none;
	margin-left:auto;
	margin-right:auto;
}

#submenu_inner > ul > li
{
	float:left;
	position:relative;
	display:inline;
	margin:0;
	padding:0;
	line-height:25px;
}
	  
#submenu_inner a
{
	float:left;
	padding:0 0 0 4px;
	text-decoration:none;
	font-size:0.8em;
	font-weight:bold;
	padding:5px 15px 4px 6px;
	color:#FFF;
	width:100px;
}

#submenu_inner a:hover
{
	background-image:url(images/tabrightE.gif);
	color:#FFF;
	font-size:0.9em;
}

#submenu_inner span
{
	margin-left:1px;
}

/* ---- Start Promo ----- */
table#moreInfo  th
{
	background-color:#e6e0cb;
	border:solid 1px #58490a;
	color:#58490a;
}

table#moreInfo
{
	background-color:#c5bea1;
	margin:0 1em;
}

table#moreInfo td
{
	padding:0 0.5em;
}

td.more
{
	padding:0 0.5em 0.5em 0;
	text-align:right;
	font-weight:bold;
	color:#58490a;
}

/*
table#moreInfo:hover
{
	background-image:url(images/table_hover.gif);
	background-color:#dfe;    
}
*/

/* ---- Start Content ----- */
h2
{
	margin:1.5em 0 0.5em -1em;
}

h2.firstHeading
{
	margin:0.3em 0 0.5em -1em;
}

p , #content_inner_with_promo li , #content_inner li
{
	line-height:2em;
	margin:0 0 0 1.5em;
}

fieldset  ul > li,fieldset  ol > li
{
	padding:0.5em;
	margin-left:2.5em;
}

p.top
{
	text-align:right;
	margin-right:1em;
}

a img
{
	border:none;
}

/* ----- Links ----- */
#content_inner a:link , #content_inner_with_promo a:link
{color:#a17539;}

#content_inner a:visited , #content_inner_with_promo a:visited
{color:#a1976e;}

#content_inner a:hover , #content_inner_with_promo a:hover 
{}

#content_inner a:active , #content_inner_with_promo a:active 
{color:#FFF;}

/* ----- FAQ page ----- */
fieldset
{
	margin-bottom:2em;
	border-color:#990;
	padding:1em;
}

legend
{
	margin-left:2em;
	font-weight:bold;
	color:#900;
	padding:0.5em;
}


/* ---- Content page ---- */
div#map
{
	border:1px solid #58490a;
	margin-right:auto;
	margin-left:auto;
	padding:1em;
	margin-top:1em;
	margin-bottom:1em;
	
}

table#contactTable
{
	background-color:#c5bea1;
	border:solid 1px #58490a;
	margin:0.5em 0 0.5em 0;
}

table#contactTable td
{
	padding:0.3em;
	width:200px;
	border:1px solid #FFF;
}

td.sTD
{
	background-color:#e6e0cb;
}

#promo_inner  a
{
	text-decoration:none;
}

/* ---- box in Home page ---- */
.roundcont {
	width: 100%;
	background-color: #C5BEA1;
	color: #fff;
	margin: 0.75em auto;
}

/*.roundcont:hover
{
	background-image:url(images/table_hover.gif);
	background-repeat:repeat;	
}*/

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/tr.jpg) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.jpg) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
