/*----------------------------------------------------------
	THIS IS THE MAIN STYLESHEET FOR STUCTURAL AND LAYOUT CHANGES
	
	What this stylesheet **IS** for:
	
	1) The main styles relating to the major sections of the site for example the header div or the primary navigation. 
	2)If you are setting the default styles for  section for example #header a or #column_1 p then it would go in here
	
	What this stylesheet is **NOT** for:
	1) If you were adding styles to p or a tags that were outside these section default styles then they would go in the style_type.css file for example

-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*CHANGE LOG - Anytime this stylesheet is changed please add in a descriptive comment here together with the date*/






/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------
[TABLE OF CONTENT]

(**PLEASE NOTE the although sometimes the order of the HTML element in a page may be in the same  as the TOC below a lot of times it may differ for example #image_container and primary naviagtion usually go within the header structrually within the HTML but dont have to depending on the structure of the site)

0.0 IMPORTS
	0.1 Reset
	0.2 type
	0.3 style
	0.4 forms


1.0 BODY
	1.1. Wrapper / #wrapper
	1.2. Container / #container


2.0 HEADER / #header 
	2.1 Container for the main page image / #image_container
	2.2 Primary Navigation / #navigation_primary
	2.3 Secondary Navigation / #navigation_secondary
	2.4 Local Navigation / #navigation_local

3.0 CONTENTS/ #content
	3.1. Column 1 / #column_1
	3.2. Column 2 / #column_2
	3.3. Column 3 / #column_3

4.0 FOOTER/ #footer

5.0 MISCELLANEOUS (Please update this )
	5.1 - Miscellaneous - Sidebox
	5.2 - Miscellaneous - Header Info Box
	5.3 - Miscellaneous - The styles for the wizard/steps
	
	
6.0 TABLES (Default styles and any others you want to add)


7.0 RECYCLE BIN (old CSS or disable CSS for testing)

 -------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/

/* 0.0 - IMPORTS*/

	@import url("reset.css");
	
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1.0 - BODY
------------------------------------------------------------*/
	
body {

}

/* 1.1 - Body / Wrapper
------------------------------------------------------------*/

#wrapper {
	
}

/* 1.2 - Body / Container
------------------------------------------------------------*/

#index_container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	background-image: url(../images/homepage-bg.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 1400px;
}	

.index_homepage {
	position: relative;
	background-image: url(../images/homepage-bg.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
	background-color: #000;
	padding-bottom: 50px;
}

#index-header {
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/homepage-top.jpg);
	background-position: 0px 0px;
	margin-top: 328px;
	margin-right: auto;
	margin-left: auto;
	height: 161px;
	display: block;
	width: 1085px;
}

#index-content {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 1010px;
	padding-top: 385px;
}

#index-fla1 {
	float: left;
	height: 330px;
	width: 191px;
	position: relative;
	margin-left: 17px;
}

.index-fla1-place {
	background-image: url(../images/homepage-jlb-placeholder.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 330px;
	width: 191px;
	float: left;
	position: relative;
}

#index-fla2 {
	float: left;
	height: 330px;
	width: 191px;
	position: relative;
	margin-left: 5px;
}

.index-fla2-place {
	background-image: url(../images/homepage-llb-placeholder.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 330px;
	width: 191px;
	float: left;
	position: relative;
}

#index-fla3 {
	float: left;
	height: 330px;
	width: 191px;
	position: relative;
	margin-left: 5px;
}

.index-fla3-place {
	background-image: url(../images/homepage-llb-design-placeholder.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 330px;
	width: 191px;
	float: left;
	position: relative;
}

#index-fla4 {
	float: left;
	height: 330px;
	width: 191px;
	position: relative;
	margin-left: 5px;
}

.index-fla4-place {
	background-image: url(../images/homepage-collections-placeholder.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 330px;
	width: 191px;
	float: left;
	position: relative;
}

#index-fla5 {
	float: left;
	height: 330px;
	width: 198px;
	position: relative;
	margin-left: 5px;
}

.index-fla5-place {
	background-image: url(../images/homepage-news-placeholder.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 330px;
	width: 198px;
	float: left;
	position: relative;
}


#index-footer {
	position: relative;
	padding-top: 28px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: 92px;
	padding-bottom:: 30px;
}

#index-footer-inner {
	padding-top: 18px;
	margin-left: 643px;
	width: 350px;
	height: 80px;
	
}

.index-club-llb {
	display: block;
	background-image: url(../images/homepage-club-llb.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 62px;
	width: 272px;
	margin-top: 14px;
	margin-left: 25px;
	float: left;
	position: relative;
}

.index-club-llb:hover {
	background-position: 0px -62px;
	
}

#index-footer p{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ee3897;
	padding-left: 32px;
	text-align: right;
	display: inline;
}

#index-footer a{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ee3897;
	padding-left: 32px;
	text-align: right;
	display: inline;
	text-decoration: none;
}

#index-footer a:hover{
	color: #fff;
}
.meerkat {
	background-color: #AC4832;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #77603D;
	height: 200px;
}
