/* -----------------------------------------------------------------------------------------------------------------

	Bridge of Weir - Heritage page
	
	SCREEN - Core Stylesheet
	
	Web					: http://
	Filename    		: css/styles.css
	Last Updated		: 14. 06. 2010
	Copyright			: (c) 2010 webteam.furness.net
	Author				: Chris Sharp - webteam.furness.net
	Web					: http://www.csharpdesign.co.uk | http://webteam.furness.net
	
--------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------

	Table of Contents
	
	01. =General
	02. =Links
	03. =Headings
	04. =topNav
	05. =Header
	06. =Breadcrumbs
	07. =leftNav
	08. =Content
	09. =Footer
 		
--------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------

	=General
 		
--------------------------------------------------------------------------------------------------------------------*/

body { 
	background: #fff;
	font-family: Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

body td{ 
	background: #fff;
	font-family: Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
color: #444243;
}

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;	
	width: 100%;
        min-width:1024px;
        max-width:1024px;



}

/*-------------------------------------------------------------------------------------------------------------------

	=Links
 		
--------------------------------------------------------------------------------------------------------------------*/

a {
	text-decoration: none;
}

a:link {
	color: #011949;
}

a:hover {
	color: #011949;
	text-decoration: none;
}

a:visited {
	color: #011949;
}

/*-------------------------------------------------------------------------------------------------------------------

	=Headings
 		
--------------------------------------------------------------------------------------------------------------------*/

h1 {
        display:none;
}


h3 {
	border-bottom: 1px dotted #7A7A7A;
	color: #444243;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 4px;
	overflow: hidden;
	padding-bottom: 4px;
}

h3 span {
	color: #D35C22;
}

/*-------------------------------------------------------------------------------------------------------------------

	=topNav
 		
--------------------------------------------------------------------------------------------------------------------*/

ul#topNav {
	list-style: none;
	padding-bottom: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 11px;
	overflow: hidden;
	width: 480px;
}

ul#topNav li {
	border-right: 1px solid #333;
	display: inline;
	font-size: 0.9em;
	padding: 0 5px 5px 0;
}

ul#topNav li.last {
	border: 0;
}

ul#topNav li a {
	color: #333;
	padding: 0;
	padding-bottom: 5px;
	text-decoration: none;
}

ul#topNav li a:hover {
	color: #D65B22;
	text-decoration: underline;
}


/*-------------------------------------------------------------------------------------------------------------------

	=Header
 		
--------------------------------------------------------------------------------------------------------------------*/

div.header {
	border-bottom: 2px solid white;
	height: 110px;
	overflow: hidden;
	text-align: center;
	
}

img.logo {
	float: right;
	
}

.header p a {
	background: url('http://www.scottishleathergroup.com/Upload/icon_facebook.png') no-repeat center left;
	color: #fff;
	float: left;
	font: normal 1.1em Arial, sans-serif;
	margin-top: 70px;
	margin-left: 10px;
	padding: 10px 10px 10px 36px;
	font-weight:bold;
}

.header p a:hover {
	text-decoration: underline;
}

#header-home {
	background: #fff url('http://www.scottishleathergroup.com/Upload/BOWgreytopstrap.jpg') no-repeat left top;
}

#header-heritage {
	background: url('http://www.scottishleathergroup.com/Upload/BOWgreytopstrap.jpg') no-repeat left top;
}


/*-------------------------------------------------------------------------------------------------------------------

	=Breadcrumbs
 		
--------------------------------------------------------------------------------------------------------------------*/

#breadcrumbs {
	background-color: #B6ACAB;
	height: 30px;
	margin-bottom: 13px;
        
}

#breadcrumbs p {
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
}

#breadcrumbs p a {
	color: white;
}

#breadcrumbs p a:hover {
	text-decoration: underline;
}
p.breadcrumbs {
	margin-left: 11px;
	padding-top: 10px;
}

#search {
	float: right;
	margin-top: 2px;
	padding-right: 4px;
}

/*-------------------------------------------------------------------------------------------------------------------

	=leftNav
 		
--------------------------------------------------------------------------------------------------------------------*/

ul#leftNav {
	background-color: #333;
	border-top: 1px solid #696969;
	display: block;
	list-style: none;
	float: left;
	margin-right: 15px;
	overflow: hidden;
	width: 173px;
}


ul#leftNav li a {
	border-bottom: 1px solid #696969;
	color: #fff;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-decoration: none;
}

ul#leftNav li a:hover {
	background-color: #B7B3B4;
	color: #D65B22;
	text-decoration: none;
}

ul#leftNav li.active {
	background-color: #B7B3B4;
	border-bottom: 1px solid #696969;
	color: #D65B22;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-decoration: none;
}

/* Sub Navigation */

ul.subNav {
	background-color: #696969;
	border-top: 1px solid #696969;
	display: block;
	margin-top: 9px;
	margin-left: -15px;
	margin-bottom: -10px;
	padding-bottom: 6px;
}

ul#leftNav .subNav li {
	font-size: 1em;
	font-weight: normal;
	padding-left: 10px;
}

ul#leftNav .subNav li a {
	background: url('http://www.scottishleathergroup.com/Upload/menu_arrow.gif') no-repeat 0 10px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 2px;
}

ul#leftNav .subNav li a:hover {
	text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------------------------------

	=Content
 		
--------------------------------------------------------------------------------------------------------------------*/

#content-container {
	background: #fff url('http://www.scottishleathergroup.com/Upload/bg_nav_column.gif') repeat-y left top;
	width: 100%;
}

#content {
	margin-left: 188px;
	width: 837px;
}

img.main-image {
	margin-top: 28px;
	margin-bottom: 25px;
}

img.end-image {
	float: right;
	margin-left: 4px;
}

img.strip-image {
	margin-bottom: 33px;
}

#content p {
	color: #333;
	line-height: 1.3em;
	margin-bottom: 26px;
}

/*-------------------------------------------------------------------------------------------------------------------

	=Footer
 		
--------------------------------------------------------------------------------------------------------------------*/
div#footer {
	background: #B6ACAA url('http://www.scottishleathergroup.com/Upload/bg_footer.gif') repeat-x left top;
	clear: both;
	height: 58px;
	margin-top: 12px;
	overflow: hidden;
	padding-top: 11px;
	text-align: left;
	width: 100%;
}

#footer p {
	font-size: 0.9em;
	float: left;
	margin-left: 11px;
	margin-right: 84px;
}

#footer ul {
	list-style: none;
	padding-bottom: 1px;
	margin-bottom: 4px;
	margin-left: 30px;
	overflow: hidden;
	width: 480px;
}

#footer li {
	border-right: 1px solid #333;
	display: inline;
	font-size: 0.9em;
	padding: 0 5px 5px 0;
}

#footer li.last {
	border: 0;
}

#footer li a {
	color: #333;
	padding-bottom: 5px;
	text-decoration: none;
}

#footer li a:hover {
	color: #D65B22;
	text-decoration: underline;
}

.h4{
color: white !important;
height:15px !important;
padding-top: 3px !important;
font-size: 10px !important;

}

.seperator{
border-bottom:1px #696969 solid;

}

.h4 a{
font-size: 10px !important;
padding-left:5px !important;
}




.h4active{
color: #d14f1a !important;
background-color: gray;
height:15px !important;
padding-top: 3px !important;
font-size: 10px !important;
}

.h4activesub{
color: #d14f1a !important;
background-color: #575656;
height:16px !important;
padding-top: 5px !important;
font-size: 10px !important;
}

.h4activesub a{
color: #d14f1a !important;
padding: 0 !important;
margin: 0 !important;
padding-top:-5px !important;
font-size: 10px !important;
padding-left:5px !important;
}

.h4active a{
padding: 0 !important;
margin: 0 !important;
padding-top:-5px !important;
font-size: 10px !important;
padding-left:5px !important;

}


.LeftMenu{
width: 173px !important;
margin-bottom: -400px;
float: left !important;
height: 500px !important;
overflow: auto !important;
}


strong{
	 font-weight:bold;
}
.strong{
	 font-weight:bold;
}
.infoText
{
     padding-bottom:15px;
	color: #333;
	line-height: 1.3em;
}

.BrowseHeader th
{
     padding-bottom:15px;
	color: #333;
	line-height: 1.3em;
	 font-weight:bold;

}
.BrowseHeader tr
{
     padding-bottom:15px;
	color: #333;
	line-height: 1.3em;
	 font-weight:bold;

}
.BrowseHeader tr
{
     padding-bottom:15px;
	color: #333;
	line-height: 1.3em;
	 font-weight:bold;

}

.BrowseTextHead
{
     padding-bottom:15px;
	color: #333;
	line-height: 1.3em;
width:130px;
}

.BrowseNavigationText
{
padding-right:15px;
}

.BrowseNavigationText
{
padding-top:10px;
}


.BrowseTextHead a
{
text-decoration: underline;

}

/***********************************************************************
	3 - FORMS
************************************************************************/
form label:first-letter {
	text-decoration: none; 
}

.formContainer input {
	
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 0px 10px 0px 0px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	padding: 0px;
}

.FormField input {
	
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 0px 10px 0px 0px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	padding: 0px;
}

.formContainer br {
	clear: left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/*form {
  margin: 0px;
  padding: 0px;
}*/


.formContainer input, form select {
  margin: 0px;
  padding: 0px;
  font-size: small;
}

.formContainer label, form textarea {
	font-size: small;
}

.formContainer {
	padding: 5px;
}

.FormField {
	margin: 0px 0px 5px 0px;
	color: #333;
	line-height: 1.3em;

}

.formContainer label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0px; 
	margin: 0px 0px 5px 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; /* Can be set to 'right' if you prefer right align field lables */
	vertical-align: top;
}

.FormField label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0px; 
	margin: 0px 0px 5px 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; /* Can be set to 'right' if you prefer right align field lables */
	vertical-align: top;
	color: #333;
	line-height: 1.3em;

}

#login label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0px; 
	margin: 0px 0px 5px 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; /* Can be set to 'right' if you prefer right align field lables */
	vertical-align: top;
	color: #333;
	line-height: 1.3em;

}
.FormField_sm label {
	width: 80px;
	margin-bottom: 10px;
}

.FormField_sm select {
	font-size: small;
	
}


.FormField_sm span {
	width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	font-size: small;
	display: block;
	
}

.FormDescription {
	color: #333;
	line-height: 1.3em;
}	

.FormField span {
	width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	font-size: small;
	display: block;
	padding-top: 5px;
}

/***********************************************************************
	7 - FORM COLUMN STRUCTURE
************************************************************************/
#form_left {
	width: 45%;
	float: left;
}

#form_right {
	width: 45%;
	float: left;
}


