@charset "utf-8";

/*
--------------------------------------------------*/

html, body, div {
	margin: 0;
	padding: 0;
}

body {
	background: url(/images/website/bkgd-main.jpg) no-repeat left top fixed #333333;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 15px;
	color: #ffffff;
}

img, a img {
	border: 0 none;
}

.clear {
	clear: both;
}

b, strong {color: #AA8044;}

a {color: #AA8044; text-decoration: none;}

a, a:active {
  outline: 0;
}

a:hover, a:active, a:focus, a:active {
    outline: none;
    -moz-outline-style: none;
}

form {
	margin: 0;
	padding: 0;
}

/*
--------------------------------------------------*/

#Wrapper {
	margin: 0;
	padding: 0;
	width: 1220px;
}

	#Container {
		float: left;
		padding: 17px 0 0 15px;
		width: 1029px;
	}

	#FlashAds {
		float: left;
		width: 174px;
	}
	
/*
--------------------------------------------------*/

#Header {
	padding: 0 0 20px 0;
}

	#Logo {
		float: left;
		height: 100px;
		width: 267px;
	}
	
	#HeaderContent {
		float: left;
		width: 742px;
	}
	
		#Newsletter {
			background: url(/images/website/form-sign-up-bkgd.gif) no-repeat left top scroll;
			float: right;
			height: 61px;
			padding: 7px;
			width: 185px;
		}
		
			#NewsletterTitle {
				padding: 0 0 5px 0;
				text-align: center;
			}
			
			#NewsletterInput {
				float: left;
			}
			
				#NewsletterInput input {
					height: 14px;
					margin: 0 0 2px 5px;
					width: 100px;
				}
			
			#NewsletterSubmit {
				float: left;
				height: 23px;
				padding: 10px 0 0 8px;
				width: 24px;
			}
		
		#Bookmark {
			clear: both;
			float: right;
			padding: 10px 0 0 0;
			text-align: center;
			width: 199px;
		}

/*
--------------------------------------------------*/

#DropMenu {
	clear: both;
	padding: 0;
	margin: 0;
}

#DropMenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#DropMenu a {
	background: url(/images/website/menu-bkgd.gif) no-repeat right center scroll;
	display: block;
	padding: 0 22px;
	text-decoration: none;
}

	#DropMenu a:hover {
		text-decoration: none;
	}	

	#DropMenu li#DM_Home a {
		padding-left: 0 !important;
	}
	#DropMenu li#DM_Contact a {
		background-image: none !important;
	}

#DropMenu li { /* all list items */
	float: left;
	padding: 0 0 5px 0;
	position: relative;
}

	#DropMenu li ul { /* second-level lists */
		position: absolute;
		background: #4A4A4A !important;
		width: 200px !important;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		top: 15px;
		z-index: 1000;
	}
	
		#DropMenu li ul li {
			padding: 0 !important;
			z-index: 1000;
		}
	
		#DropMenu li ul a {
			display: block !important;
			background: #4A4A4A !important;
			text-indent: 0 !important;
			width: 200px !important;
			padding: 4px;
			border-bottom: 1px dotted #595959;
			z-index: 1000;
		}

		#DropMenu li ul ul { /* third-and-above-level lists */
			margin: -1em 0 0 10em;
			z-index: 1000;
		}

		#DropMenu li:hover ul ul, #DropMenu li.sfhover ul ul {
			left: -999em;
		}

		#DropMenu li:hover ul, #DropMenu li li:hover ul, #DropMenu li.sfhover ul, #DropMenu li li.sfhover ul { /* lists nested under hovered list items */
			left: 20px;
		}

/*
--------------------------------------------------*/

#InnerWrapper {
	clear: both;
}

	#LeftMenu {
		float: left;
		padding: 20px 0 0 0; /* padding: 50px 0 0 0; */
		width: 355px;
	}
	
		#LeftMenu ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		#LeftMenu li {
			padding: 5px 0;
		}
		
		#LeftMenu a {
			display: block;
			/* height: 13px; */
			vertical-align: center;
		}
		
		#SearchSupplier {
			background: url(/images/website/form-search-bkgd.gif) no-repeat left top scroll;
			height: 25px;
			margin: 15px 0 0 0;
			padding: 19px 0 0 7px;
			width: 163px;
		}
		
			#SearchSupplierInput {
				float: left;
			}
			
				#SearchSupplierInput input {
					height: 14px;
					width: 130px;
				}
			
			#SearchSupplierSubmit {
				float: left;
				height: 23px;
				width: 24px;
			}

	#PageContent {
		float: left;
		padding: 20px 0 0 0;
		width: 670px;
	}
	
		#PageContent h1 {
			font-size: 18px;
			line-height: 18px;
			color: #ffffff;
			letter-spacing: 1px;
                        font-weight: lighter;
		}

#PageContent h2 {
			font-size: 16px;
			line-height: 18px;
			color: #ffffff;
			letter-spacing: 1px;
                        font-weight: lighter;
		}
		
/*
--------------------------------------------------*/

#Footer {
	clear: both;
	padding: 15px 0 0 250px;
width: 968px;
font-size: 11px;
}

	#Footer ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#Footer li {
		float: left;
	}
	
	#Footer a {
		background: url(/images/website/footer-menu-bkgd.gif) no-repeat right center scroll;
		display: block;
		padding: 0 15px;
		text-decoration: none;
	}
	
		#Footer li#FM_Directory a {
			background-image: none !important;
		}

/*
--------------------------------------------------*/

#FlashHome {
	float: left;
	height: 560px;
	width: 631px;
}

#HomeContent {
	float: left;
	height: 560px;
	width: 205px;
}

/*
--------------------------------------------------*/

/* Miscellaneous
--------------------------------------------------*/

div.HiddenDiv {
	display: none !important;
	margin: 0;
	padding: 0;
}

div.clear {
	clear: both;
}

/* Web Apps
--------------------------------------------------*/

table.webapptable {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 0 5px 0;
	width: 100%;
}

	table.webapptable td {
		padding: 0;
		text-align: center;
		vertical-align: top;
	}

ul.pagination {
	float: right;
	margin: 0 15px 0 0;
	padding: 0;
}

	ul.pagination li {
		display: inline;
		list-style: none;
		margin: 0 2px;
	}
	
/* Directory Pages Web App
--------------------------------------------------*/

div#DirectoryPageWebApp {

}

	div#DirectoryPageWebApp table.webapptable td {
		width: 25%;
	}

div.DirectoryPageWebAppItem {
	text-align: center;
	padding: 0 0 10px 0;
}

	div.DPWAI_Image {
	
	}
	
	div.DPWAI_Name {
	
	}
	
div#DirectoryPageWebAppDetails {

}

	div#DPWAD_Name {
		margin: 0 0 10px 0;
	}
	
		div#DPWAD_Name  a {
			color: #FFFFFF;
		}
	
	div#DPWAD_ShortDescription {
		margin: 0 0 10px 0;
	}
	
	div#DPWAD_Description {
	
	}
	
		table#DirectoryPageDescription {
			border-collapse: collapse;
			border-spacing: 0;
			width: 100%;
		}
		
			table#DirectoryPageDescription td {
				padding: 0;
			}

/* Directory Listings Web App
--------------------------------------------------*/

div.DirectoryWebAppItem {
	border-bottom: 1px solid #AAAAAA;
	margin: 0 auto;
	padding: 10px 5px;
	width: 90%;
}

	div.DWAI_Name {
		color: #AA8044;
		float: left;
		font-weight: bold;
		width: 60%;
	}
	
	div.DWAI_PhoneNumber {
		float: right;
		text-align: right;
		width: 40%;
	}
	
	div.DWAI_Address {
		clear: both;
	}
	
		span.DWAI_City {
			text-transform: uppercase;
		}
	
	div.DWAI_Links {
		clear: both;
	}
	
/* Stockists Listings Web App
--------------------------------------------------*/

table.StockistsWebAppItemHeadings {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

	table.StockistsWebAppItemHeadings td {
		color: #AA8044;
		font-weight: bold;
		padding: 0;
	}

table.StockistsWebAppItem  {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

	table.StockistsWebAppItem td {
		padding: 3px;
		vertical-align: top;
	}

	td.SWAI_Name { width: 20% }
	td.SWAI_Address { width: 30%; }
	td.SWAI_City { width: 20%; }
	td.SWAI_State { width: 10%; }
	td.SWAI_Postcode{ width: 10%; }
	
/* Photo Galleries Web App
--------------------------------------------------*/

div.PhotoGalleriesWebAppItem {
	padding: 0 0 10px 0;
}

	div.PGWAI_Image {
	
	}
	
	div.PGWAI_Name {
	
	}

div#PhotoGallery {

}

	div#PhotoGallery h1 a {
		color: #FFFFFF;
	}
	
#PhotoGalleryListings {

}

	div#PhotoGalleryListings table.webapptable td {
		width: 25%;
	}
	
table.photogalleryTable {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

	td.photogalleryItem {
		padding: 5px !important;
	}
	
#PhotoGallery table.photogalleryTable {
	margin: 10px 0 0 0;
}
	
	#PhotoGallery td.photogalleryItem {
		width: 25% !important;
	}
	
