
@import url(menu.css );

html 
{
	margin: 0;
	padding: 0;
}

body
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f2024;
	text-align: justify;
	width: 830px;
	margin: 0 auto;
	padding: 0;
	background-color: #e9e9e9;
}

h1, h2, h3, h4, h5, h6
{
	color: #1f2024;
	font-weight: bold;
}
h1 { font-size: 17px; color: #e70104; border-bottom: 1px solid #e70104; }
h2 { font-size: 15px; }
h3, h4, h5, h6 { font-size: 14px; }

a, a:link, a:visited
{
	color: #e70104;
	text-decoration: underline;
}
a:hover { text-decoration: none; }

.clearfix { clear: both; }

a img { border: none; }

p strong { color: #e70104; }

/****** START header ******/

#header_wrapper
{
	width: 798px;
	height: 349px;
	padding: 0 16px;
	background: url(../images/bg_body.jpg) top left repeat-y;
}

#header
{
	height: 80px;
	background: url(../images/bg_header.jpg) bottom right no-repeat;
}

#logo { float: left; margin-top: 8px; margin-left: 60px; }

#nav_top
{
	float: right;
	height: 27px;
	padding: 0;
}

#main_image
{
	height: 269px;
	margin-top: -1px;
	background: url(../images/main_image.jpg) bottom left no-repeat;
}
.main_image_callout
{
	position: absolute;
	top: 240px;
	left: 50%;
	margin-left: -270px;
}
.main_image_callout p 
{ 
	margin: 0 0 5px 0; 
	padding: 0; 
	font-size: 20px;
	font-family: calibri, arial, helvetica;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

/****** END header ******/

/****** START index ******/

#content_wrapper
{
	margin: 0 auto;
	padding: 0 15px;
	background: url(../images/bg_body.jpg) top left repeat-y;
}

#main_col_homepage
{
	float: right;
	width: 610px;
	margin-top: -1px;
	margin-right: 1px;
	padding: 40px 0 30px 0;
	background: url(../images/bg_main_col.jpg) top right no-repeat;
}
#main_col
{
	float: right;
	width: 601px;
	margin-top: -1px;
	margin-right: 1px;
	padding: 40px 9px 30px 0;
	background: url(../images/bg_main_col.jpg) top right no-repeat;
}

.main_col_left
{
	float: left;
	width: 444px;
	margin-top: 12px;
}
.main_col_right
{
	float: right;
	width: 148px;
	margin-top: 45px;
	padding: 15px 0;
	text-align: center;
	background: #e9e9e9 url(../images/main_col_right_top.jpg) top left no-repeat;
}
.main_col_right p
{
	margin: 0 0 12px 0;
	padding: 0;
}
.main_col_right p a { color: #1f2024; text-decoration: none; font-weight: bold; }
.main_col_right p a:hover { color: #1f2024; text-decoration: none; font-weight: bold; }


#secondary_col
{
	float: left;
	width: 175px;
	margin-top: -1px;
	margin-left: 1px;
	background: url(../images/bg_secondary_col.jpg) top left no-repeat;
}
#nav_side
{
	margin-top: 10px;
	padding: 11px 0 22px 0;
	background: #cce6e5 url(../images/bg_nav_side_bottom.jpg) bottom left no-repeat;
}
.add_to_favourites
{
	height: 29px;
	margin-top: 9px;
	padding: 9px 0 0 18px;
	background: url(../images/bg_favourites.jpg) top left no-repeat;
}
.add_to_favourites p { margin: 0; padding: 0; font-size: 13px; }
.add_to_favourites p a { color: #e70104; font-weight: bold; text-decoration: none; }
.add_to_favourites p a:hover {  text-decoration: underline; }


#footer_wrapper
{
	clear: both;
	margin: 0 auto;
	margin-top: -12px;
	padding: 14px 0 0 0;
	background: #e9e9e9 url(../images/bg_footer_top.jpg) top left no-repeat;
}
#footer
{
	margin: 0 3px;
	*margin: -21px 3px 0 3px;
	padding: 15px 10px;
	background-color: #cce6e5;
	text-align: center;
}
#footer p a { color: #1f2024; text-decoration: none; }
#footer p a:hover { color: #e70104; text-decoration: underline; }

/****** END index ******/
