﻿@import url(nav.css);

html { height: 100%; }

body 
{
	height: 100%;
	margin: 0;
	background: url(../graphics/background.jpg) top left repeat;
	font-family: Arial;
	font-size: 14px;
}

img { border: none; }

a { color: #564637; }
a:hover { text-decoration: none; }

form.body_wrap
{
	display: block;
	background: url(../graphics/content_sides.gif) top left repeat-y;
	margin: auto;
	width: 942px;
	padding: 11px;
	padding-top: 0;
	padding-bottom: 0;
}

* html form.body_wrap { height: 100%; }

#content
{
	background: url(../graphics/body_background.jpg) top left no-repeat;
	min-height: 558px;
	padding-left: 40px;
}
* html #content { height: 558px; }

#left_nav_promos
{
	float: right;
	width: 220px;
	margin: 0;
}

#left_contact
{
	text-align: center;
	margin-bottom: .5em;
}

#text { padding-top: 2em; margin-right: 245px; color: #564637; }

#text_nav { font-size: 11px; text-align: center; margin-bottom: 1.5em; }
#text_nav a { font-weight: bold; text-decoration: none; }
#text_nav a:hover { text-decoration: underline; }

#bottom_cap
{
	width: 964px;
	height: 12px;
	margin: auto;
	margin-bottom: 1em;
	background: url(../graphics/bottom_edge.gif) top left repeat-x;
	clear: both;
}

.ir {
	overflow: hidden;
	display: block;
	height/**/:/**/ 0 !important; /* hidden from IE 5.x*/
	text-decoration: none;
}

#mainHdr {
	padding-top: 323px;
	background: url(../graphics/main_page_logo_ad.jpg) no-repeat;
	margin:0;
}