/* -----------------------------------------------------------------------------------------------
	
	CSS DOCUMENT FOR SMITH & FRATER LTD
	CREATED BY THE ZEN AGENCY, GLASGOW
	COPYRIGHT THE ZEN AGENCY, GLASGOW
									   								   								   
   ------------------------------------------------------------------------------------------------*/
/* GENERAL STYLES */
/*--------------------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

html,body {
	height:100%; /* needed for container min-height */
	background: #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #3F4244;
	}

.full_height {
	height: 100%;
	}


/*--------------------------------------------------------------------------------------------------*/
/* GENERAL TEXT STYLES */
/*--------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 8px 0;
	font-weight: normal;
	}

h1 {
	font-size: 180%;
	color: #A9191F;
	}

h2 {
	font-size: 150%;
	color: #A9191F;
	}

h3 {
	font-size: 120%;
	color: #A9191F;
	}

h4 {
	font-size: 113%;
	color: #A9191F;
	}

h5 {
	font-size: 110%;
	color: #666666;
	}

p {
	font-size: 100%;
	}


/*--------------------------------------------------------------------------------------------------*/
/* HEADER STYLES */
/*--------------------------------------------------------------------------------------------------*/

#header {
	float: left;
	display: inline;
	background: #3F4244;
	width: 100%;
	margin: 3px 0 3px 0;
}

#logo, #logo a img {
	float: left;
	display: inline;
	width: 429px;
	margin: 0 15px 0 0;
	}

#sublinks {
	float: right;
	display: inline;
	width: 370px;
	font-size: 80%;
	}

#sublinks ul {
	float: right;
	display: inline;
	margin: 35px 5px 0 0;
	}

#sublinks ul li {
	float: left;
	display: inline;
	}

#sublinks ul li a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 0 0 5px;
	margin: 0 5px 0 0;
	border-left: 1px solid #777777;
	}

#sublinks ul li a:hover {
	color: #cccccc;
	}


/*--------------------------------------------------------------------------------------------------*/
/* MENU STYLES */
/*--------------------------------------------------------------------------------------------------*/

#menu {
	float: left;
	display: inline;
	background: #3F4244;
	width: 100%;
	margin: 0 0 3px 0;
	}

/*--------------------------------------------------------------------------------------------------*/
/* FLASH BANNER AREA STYLES */
/*--------------------------------------------------------------------------------------------------*/

#flash_banner_home {
	float: left;
	display: block;
	width: 100%;
	height: 403px;
	}

#banner_pic {
	float: left;
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
	}

/*--------------------------------------------------------------------------------------------------*/
/* FLASH BANNER AREA STYLES */
/*--------------------------------------------------------------------------------------------------*/

#breadcrumb {
	float: left;
	display: inline;
	width: 880px;
	background: #3F4244;
	color: #ffffff;
	padding: 5px 10px;
	margin: 3px 0 20px 0;
	}

#breadcrumb a {
	color: #ffffff;
	text-decoration: underline;
	}

#breadcrumb a:hover{
	color: #cccccc;
	text-decoration: underline;
	}

/*--------------------------------------------------------------------------------------------------*/
/* MAIN CONTENT AREA STYLES */
/*--------------------------------------------------------------------------------------------------*/

#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 900px;
	padding: 0 12px;
	background: url(../images/main_bg.jpg) left top repeat-y;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

#content {
	float: left;
	display: inline;
	width: 900px;
	padding: 0 0 6em 0;
}

.main_text_home { /*used on homepage only*/
	float: left;
	display: inline;
	width: 569px;
	margin: 0 10px;
	text-align: justify;
	}

.main_text {
	float: right;
	display: inline;
	width: 690px;
	margin: 0 10px;
	text-align: justify;
	}

/*------------------------------------------------------------------------------------------------------*/
/*BULLET LISTS AND LINKS FOR MAIN TEXT AREA*/
/*-------------------------------------------------------------------------------------------------------*/

.main_text_home ul,
.main_text ul {
	list-style-type: square;
	margin: 0 0 7px 20px;
	font-weight: normal;
}

.main_text_home ul li,
.main_text ul li {
	padding: 0 0 3px 0;
}

.main_text_home a,
.main_text a {
	color: #A9191F;
	text-decoration: none;
}

.main_text_home a:hover,
.main_text a:hover {
	color:#460B0E;
	text-decoration: none;
}

/*------------------------------------------------------------------------------------------------------*/
/*MAIN IMAGE AREA STYLES*/
/*-------------------------------------------------------------------------------------------------------*/

.main_image_home { /*used only on home page*/
	float: right;
	display: inline;
	width: 290px; /*holds flash movie button which is 290px wide*/
	height: 290px; /*has to be set so 2px gap is not added in FF*/
	padding: 3px;
	margin: 0 10px 0 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	}

.main_image {
	float: right;
	display: inline;
	padding: 3px;
	margin: 10px 0 10px 10px;
	border: 1px solid #cccccc;
	background: #ffffff;
	}

.main_image img {
	float: left;
	}

/*------------------------------------------------------------------------------------------------------*/
/*LEFT NAV STYLES*/
/*-------------------------------------------------------------------------------------------------------*/

.left_nav {
	float: left;
	display: inline;
	width: 170px;
	margin: 0 0 0 10px;
	}

.left_nav ul {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0 0 7px 0;
	font-weight: normal;
	color: #A9191F;
	width: 170px;
}

.left_nav ul li{
	float: left;
	display: inline;
	padding: 5px 0 5px 0;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
	width: 170px;
	color:#333333;
}

.left_nav ul li a {
	float: left;
	display: inline;
	background: url(../images/sub_bullet.jpg) left 6px no-repeat;
	padding: 0 0 0 15px;
}

.left_nav ul li.sub a{
	float: left;
	display: inline;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	width: 140px;
	font-size: 90%;
	font-weight: bold;
	color:#3f4244;
	background: url(../images/sub_bullet2.jpg) left 7px no-repeat;
}

.left_nav ul li.sub a:hover{
	color:#666666;
}

.left_nav a {
	color: #A9191F;
	text-decoration: none;
}

.left_nav a:hover {
	color:#460B0E;
	text-decoration: none;
}

.list_heading { /* top list item appears different with sub items below */
    margin: 0 0 8px 0;
	font-weight: normal;
	font-size: 130%;
	color: #A9191F;
}

.left_nav ul li.list_heading a { /* top list item appears different with sub items below */
	margin: 0;
	padding: 0;
	background: none;
}

/*--------------------------------------------------------------------------------------------------*/
/* FOOTER STYLES */
/*--------------------------------------------------------------------------------------------------*/

.clear {
	width: 900px;
	height: 1px;
	clear: both;
	overflow: hidden;
	}

#footer_absolute { /*absolutely positioned at bottom unless it meets main content (This just holds the footer element)*/
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.footer_holder {
	float: left;
	display: inline;
	width: 900px;
	margin: 0 0 0 12px;
	padding: 10px 0 15px 0;
	border-top: 1px dotted #333333;
	font-size: 80%;
	color: #A9191F;
	}

.footer_holder a {
	color: #A9191F;
	font-weight: bold;
	}

.footer_holder a:hover {
	color: #460B0E;
	}

.footer_left {
	float: left;
	display: inline;
	width: 430px;
	text-align: left;
	padding: 0 0 0 10px;
	}

.footer_right {
	float: right;
	display: inline;
	width: 430px;
	text-align: right;
	padding: 0 10px 0 0;
	}

/*--------------------------------------------------------------------------------------------------*/
/* DOCUMENT LIST STYLES */
/*--------------------------------------------------------------------------------------------------*/

.document_title {
    font-weight: bold;
    }
    
.document_title a {
    font-weight: bold;
    padding: 0 0 0 16px;
    background: url(../images/lion_bullet.jpg) left center no-repeat;
    }   
    
/*--------------------------------------------------------------------------------------------------*/
/* CONTACT FORM STYLES */
/*--------------------------------------------------------------------------------------------------*/

.contact_form {
    float: left;
    display: inline;
    width: 370px;
    padding: 10px 0 0 0;
}
    
.contact_form_line {
    float: left;
    display: inline;
    width: 100%;
    padding: 0 0 10px 0;
}

.contact_form_label {
    float: left;
    display: inline;
    width: 100%;
    font-weight: bold;
}

.contact_form_input {
    float: left;
    display: inline;
    width: 100%;
    border: 1px solid #cccccc;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

.submit_btn_left {
    float: left;
    display: inline;
    padding: 2px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    background: #3F4244;
    color: #ffffff;
}

/*--------------------------------------------------------------------------------------------------*/
/* BROCHURE BOX STYLES */
/*--------------------------------------------------------------------------------------------------*/

.brochure_box {
    float: left;
    display: inline;
    width: 100%;
    padding: 5px 0 0 0;
}

.brochure_box h3 {
    color: #ffffff;
    padding: 3px 0 3px 10px;
    background: #3F4244;
}

.brochure_box ul { /* ul list inherits generic styles from left_nav ul. Only some mods are needed */
    color: #444444;
}

.brochure_box ul li {
    color: #444444;
}

.brochure_box a {
	color: #444444;
}

.brochure_box a:hover {
	color:#666666;
}

/*--------------------------------------------------------------------------------------------------*/
/* GALLERY STYLES */
/*--------------------------------------------------------------------------------------------------*/

.catalogue {
    float: left;
    display: inline;
    width: 690px;
}
.catalogue h2 {
    float: left;
    display: inline;
    width: 680px;
    background: #f5f5f5;
    color: #3F4244;
    padding: 5px 0 5px 10px;
}

.catalogue_item {
    float: left;
    display: inline;
    width: 197px;
	height: 340px;
	overflow: hidden;
    margin: 0 10px 10px 0;
    padding: 10px;
    border: 1px solid #eaeaea;
}

.catalogue_image {
    float: left;
    display: inline;
    width: 197px;
    margin: 0 0 10px 0;
    height: 180px;
    text-align: center;
    border-bottom: 1px dotted #eaeaea;
}

.catalogue_name {
    font-weight: bold;
    color: #A9191F;
    font-size: 130%;
    float: left;
    display: inline;
    width: 100%;
}

.catalogue_description {
    float: left;
    display: inline;
    width: 100%;
}


/*--------------------------------------------------------------------------------------------------*/
/* ORDERED LIST STYLES */
/*--------------------------------------------------------------------------------------------------*/

ol {
    padding-left: 30px;
    }
    
ol li {
    padding: 0 0 10px 0;
    }   
