﻿*
 {	margin:0;
	padding:0;
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 1em;
	border:0;
	color:#000;
	background-color: #fff;
 }

body
 {	font-size: 75%;
 }

#container
 {	width:960px;
	text-align:justify;
	margin:5px auto;
	border:1px solid #970b0b;
	min-height:590px;
    height:auto !important;
    height:590px;
    padding:0 20px;
 }

#skip
{
    display:none;
}

#header
{
    1border:1px solid black;
    height:110px;
    background: url(../images/header.gif) no-repeat top right;
}

#navigation
{
    width:280px;
    float:left;
    1background-color:#ababab;
    min-height:400px;
    height:auto !important;
    height:400px;
}

#navigation ul
{
    width: 210px;
    margin: 0 0 0 0px;
    list-style-type:none;
}

#navigation ul li
{
    background: url(../images/nav_bg.gif) no-repeat;
    height:55px;
    margin:15px 0;
}

#navigation ul li.left { background: url(../images/nav_bg.gif) no-repeat top left; }
#navigation ul li.middle { background: url(../images/nav_bg.gif) no-repeat top center; }
#navigation ul li.right { background: url(../images/nav_bg.gif) no-repeat top right; }

#navigation ul li#about { background: url(../images/nav_about.gif) no-repeat top left; }
#navigation ul li#commercial { background: url(../images/nav_commercial.gif) no-repeat top center; }
#navigation ul li#contact { background: url(../images/nav_contact.gif) no-repeat top right; }
#navigation ul li#terms { background: url(../images/nav_terms.gif) no-repeat top right; }
#navigation ul li#links { background: url(../images/nav_links.gif) no-repeat top center; }
#navigation ul li#charter { background: url(../images/brochure.gif) no-repeat top left; }

#navigation ul li.left a,
#navigation ul li.middle a,
#navigation ul li.right a
{
    padding:10px 0;
    width:85px;
    height:33px;
    float:left;
    background-color:Transparent;
    1border:1px solid black;
}

#navigation ul li.left a { margin:0; }
#navigation ul li.middle a { margin:0 0 0 61px; }
#navigation ul li.right a { margin:0 0 0 124px; }

#navigation ul li.left a span,
#navigation ul li.middle a span,
#navigation ul li.right a span
{
    display:none;
    1text-align:center;
    1margin:0 10px;
}

#content
{
    width:665px;
    float:right;
    padding:0 0 10px 0;
}

#content h1
{
    color: #970b0b;
    font-size:155%;
    font-weight:normal;
    border-bottom:1px solid #970b0b;
    padding:0 0 7px 0;
}

#content h1#home_header
{
    color: #970b0b;
    font-size:155%;
    font-weight:normal;
    border:1px solid #970b0b;
    padding:7px 0;
    text-transform:uppercase;
    text-align:center;
}

#content h2
{
    color: #970b0b;
    font-size:110%;
    padding:10px 0 0px 0;
}

#content h2.tob
{
    color: #970b0b;
    font-size:110%;
    padding:10px 0 0px 0;
    text-transform:uppercase;
}

#content p
{
    padding:7px 0;
}

#content p.red
{
    color: #970b0b;
}

#content img#home_images
{
    1border:1px solid black;
    margin:60px 0 40px 0;
}

#content #date
{
    height:17px;
}

#content #date p
{
    float:right;
    text-transform:uppercase;
    color: #970b0b;
    font-weight:bold;
    letter-spacing:0.1em;
    border-bottom:1px solid #970b0b;
    padding:0 0 1px 0;
}

#content ul
{
    margin: 0 0 0 15px;
}

#content ul li
{
    list-style-image: url(../images/bullet.gif);
    padding:3px 0;
}

#content ul#links_list
{
    padding:10px 0;
}

#content ul#links_list li
{
    padding:5px 0;
}

#content a
{
    color: #970b0b;
}

#content a:hover
{
    text-decoration:none;
}

#content #products_table
{
    border:1px solid #970b0b;
    width:670px;
    margin:10px 0;
}

#content #products_table tr td
{
    width:33%;
    padding:0 20px;
}

#content #products_table tr td p
{
    background: url(../images/bullet.gif) no-repeat left;
    padding:4px 0 4px 15px;
}


#content em, #contact_form em
{
    color: #F00;
}

#contact_form table
{
    width:60%;
}

#contact_form input, #contact_form textarea
{
	width:220px;
	border:1px solid #970b0b;
	padding:2px;
}

#contact_form textarea
{
    height:50px;
}

#contact_form input#postcode
{
    width:75px;
}

#contact_form input#telephone
{
    width:110px;
}

#contact_form tr td
{
    vertical-align: top;
    padding:1px 0;
}

#contact_form input.button
{
	background-color:#FFF;
	border:1px solid #970b0b;
	font-weight: bold;
	width:auto;
	padding:2px;
}

#footer
{
    
}

