@import url('../forms.css');

body, input, select, textarea
{
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 100%;
}

body
{
	background: #efefef;
	text-align: center;
	color: #333;
	line-height: 1.5em;
	font-size: 80%;
}

#LocalWebPage #content a
{
	text-decoration: underline;
}

a
{
	color: #069;
	text-decoration: none;
}

a:hover
{
	color: #c00;
}

h1, h2, h3, h4
{
	font-family: Cambria, serif;
}

h2
{
	font-size: 220%;
	color: #c00;
	font-variant: small-caps;
}

.clear
{
	clear: both;
}

#outer
{
	background: #fff;
	width: 717px;
	margin: 0 auto;
}

#main
{
	position: relative;
	width: 697px;
	text-align: left;
	margin: 0 auto;
	padding: 10px 0;
}

#header
{
	position: relative;
}

#header h1
{
	margin: 0;
}

#header h1 a
{
	display: block;
	width: 369px;
	height: 76px;
	background: url('logo.png') no-repeat;
	margin-bottom: 10px;
}

#header h1 span
{
	display: none;
}

#contact
{
	position: absolute;
	top: 20px;
	right: 10px;
	text-align: right;
}

#navigationPanel
{
	background: #bfbfbf;
	height: 51px;
	overflow: hidden;
}

#navigationPanel ul
{
	background: #383838;
	height: 48px;
	margin: 0;
	padding: 0;
}

#navigationPanel ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#navigationPanel a
{
	display: block;
	float: left;
	height: 48px;
	line-height: 48px;
	color: #fff;
	padding: 0 1.1em;
	/*font-style: italic;*/
	font-size: 95%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url(data:image/gif;base64,R0lGODlhAQA0AIAAAEREREVFRSH5BAAAAAAALAAAAAABADQAAAIIhI+py40BQgEAOw==);
	background-position: right center;
}

#navigationPanel a.double-line
{
	font-size: 85%;
	line-height: 1.5em;
}
#navigationPanel a.double-line span
{
	display: block;
	padding-top: .7em;
}

#navigationPanel a:hover
{
	background-color: #232323;
}

#promo
{
	position: relative;
	display: block;
	width: 697px;
	height: 221px;
	background: url('promo.jpg') no-repeat;
	margin: 10px 0;
}

#promo a:hover
{
	color: #ffa;
	border-top: 2px solid #fff;
}

#promoLeft,
#promoRight
{
	position: absolute;
	display: block;
	bottom: 0;
	padding: 8px 2em;
	color: #fff;
}

#promoLeft
{
	left: 0;
	width: 366px;
}

#promoRight
{
	right: 0;
	width: 224px;
	text-align: right;
}

#content
{
	position: relative;
	margin: 2em;
}

#copyright
{
	margin-top: 3em;
	border-top: 1px solid #eee;
	text-align: center;
	color: #aaa;
	font-variant: small-caps;
	line-height: 2em;
}

#copyright a
{
	color: #888;
}

#ExampleOrder
{
	position: absolute;
	top: 4em;
	right: 1em;
	width: 16em;
	text-align: center;
}

.red
{
	color: #f00;
}

.ipt-radio
{
	margin: 0 !important;
	padding: 0 !important;
}

form dl dd div
{
	padding-top: .13em !important;
}

