
body
{
	padding: 0;
	margin: 0;
	border: none;
	background-color: white;
	padding-left: 40px;

	font-size: 11px;
	font-family: Tahoma, sans-serif;
	color: #4e6277;
}

img
{
	border: none;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 4px;
	color: #3072B3;
	margin: 0px;
}

td
{
	vertical-align: top
}

a, a:link, a:hover, a:active,a:visited
{
	text-decoration: none;
	color: #0051A1;
}


a.menu, a.menu:link, a.menu:hover, a.menu:active,a.menu:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #0051A1;
}
a.menu img
{
	vertical-align: top;
	padding-left: 15px;
	padding-right: 5px;
}

div.section
{
	border-left: 4px solid #429EFE;
}

.orange
{
	color: #FD9238
}

.block
{
	background: url('/themes/air/images/bg_block.gif') no-repeat left bottom;
	margin-bottom: 15px;
}

.blockG
{
	background: #E2E2E2 url('/themes/air/images/bg_blockG.gif') no-repeat left bottom;
	margin-bottom: 15px;
}


.block .inblock, .blockG .inblock
{
	margin-left: 10px; 
	padding-left: 5px; 
	border-bottom: 1px solid #D7D7D7
}

.cat_fp
{
	margin: 0px 10px; 
	padding: 6px 0; 
}

.cat_fp .cat_fp
{
	width: 90%
}

.cat_fp .name
{
	padding-bottom: 4px;
	border-bottom: 1px solid white;
}

.cat_fp .name a, .cat_fp .name a:link, .cat_fp .name a:hover, .cat_fp .name a:active, .cat_fp .name a:visited
{
	display: block;
	border-left: 4px solid #D7D7D7;
	padding-left: 4px;
	position: relative;
	left: -4px;
}

.good_special
{
	float: left;
	width: 30%;
	text-align: center;
}
.good_special img
{
	border: 2px solid #E2E2E2
}


.bottom_menu 
{
	height: 24px;
	background-color: #E2E2E2;
	color: #0051A1;
	text-align: center;
	padding-top: 8px;
	margin: 10px 0px;
	position: relative;
}

.bottom_menu a, .bottom_menu a:link, .bottom_menu a:hover, .bottom_menu a:active, .bottom_menu a:visited 
{
	padding: 0px 10px; 
}

input, textarea 
{
	border: 2px solid #0068BA;
	font-size: 11px;
	font-family: Tahoma,sans-serif;
	margin: 2px;
	display: block;
	width: 200px;
	padding-left: 4px;
}
input.submit
{
	border: none;
	width: auto;
	padding-right: 20%;
	margin: auto;
	display: block;
	background-image: url(/themes/air/ok.gif);
}
