﻿/*
generic styles
*/

body
{
	background-color:	#b0afaf;
	font: normal normal normal 12px Arial, Helvetica, Sans-Serif;	
	color:#5b5b5b;
}

.clear { font-size: 0; line-height: 0; height: 0; clear: both; }

h1 {font-weight:normal; font-size:16px; margin:5px 0 5px 0;}
h2 {font-weight:normal; font-size:22px; color:#ff6600; line-height:140%; margin:5px 0 5px 0; padding:0;}
h3 {}
h4 {}

p { line-height:150%; }
a { text-decoration:none; color:#5b5b5b;}
a:hover {color:#ff6600;}
img {border:0;}
td { vertical-align:top;}

.stdButton { border:solid 1px #999; font-size:12px; text-transform:uppercase;}

.stdTextbox { border:solid 1px #999;}

/*
page frame
*/

#frameTop
{
	background: url('../../images/frameTop.gif') no-repeat 0 0 ;
	width:803px;
	height:10px;
	margin:0 auto;
}

#frameContent
{
	background: #fff url('../../images/frameBg.gif') repeat-y 0 0 ;
	width:803px;
	margin:0 auto;
	position:relative;
}

#frameBottom
{
	background:#b0afaf url('../../images/frameBottom.png') no-repeat 0 0 ;
	width:803px;
	height:123px;
	margin:0 auto;
}


/*
page layout
*/

#header
{
	padding:0 0 0 11px;
}

#leftCol
{
	float:left;
	width:194px;
	margin:25px 0 0 11px;
	border-top:solid 1px #b2b1b1;
	border-bottom:solid 1px #e7e6e6;
}

#mainCol
{
	float:right;
	width:500px;
	margin-right:75px;
	min-height:350px;
	padding-top:20px;
}



/*
left navigation
*/

#leftCol a
{
	border-top:solid 1px #e7e6e6;
	border-bottom:solid 1px #b2b1b1;
	display:block;
	padding:3px 12px 4px 12px;
}


/*
Callback
*/
#callback
{
	position:absolute;
	right:21px;
	top:7px;
}

/*
Calculator
*/
#calc
{
	position:absolute;
	left:24px;
	top:380px;
}

/* 
Footer
*/

#footer
{
	width:780px;
	margin:0 auto;
	font-size:11px;
}

p.towns
{
	font-size:10px;
}