/*----------------------------------------------------------
	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");
	@import url("style_type.css");
	@import url("style_tools.css");
	@import url("form.css");
	
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1.0 - BODY
------------------------------------------------------------*/
	
body {
	background-color: #000;
	color: #FFF;
}

/* 1.1 - Body / Wrapper
------------------------------------------------------------*/

#wrapper {
	
}


table {
		width: 580px;
	border-collapse:collapse;

	}
	
	
	table td{
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 17px;
	border: 1px solid #000;
	padding: 2px;

	}
	
	
		table td strong{
	color: #FFFF98;
		
		
		}

/* 1.2 - Body / Container
------------------------------------------------------------*/

#container {
	position: relative;
	background-image: url(/images/laurence-llewelyn-bowen-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
	background-color: #000;
	padding-bottom: 50px;
}	

.homepage {
	display: block;
	background-image: url(/images/llb-homepage.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 1200px;
	width: 1700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #132B34;
}
	 
/* 2.0 - HEADER
------------------------------------------------------------*/
	
#header {
	position: relative;
	background-color: #000;
	background-repeat: no-repeat;
	height: 170px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.logo {
	background-image: url(/images/laurence-logo.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 75px;
	margin-top: 20px;
	margin-left: 20px;
	background-position: 0px 0px;
	display: block;
	float: left;
}

/* 2.1 - Header / Primary Navigation
------------------------------------------------------------*/

#navigation_primary {
	padding-left: 155px;
	margin-top: 28px;
	float: left;
}


#navigation_primary ul {
	
}

#navigation_primary ul li {
	float:left;
	list-style: none;
		
}

#navigation_primary ul li a {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin-left: 12px;
	float:left;
	display:block;
}


#navigation_primary ul li a:hover {
	color: #ffff98;
}

/*----------Laurence-sub-navigation----------*/

#laurance-sub-navigation {
	width: 760px;
	padding-left: 126px;
	margin-top: 5px;
	float: left;
}

.laurence-subnav-bio a {
	display: block;
	background-image: url(/images/laurence-bio-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 108px;
	width: 124px;
	float: left;
	padding-right: 22px;
}

.laurence-subnav-bio a:hover {
	background-position: 0px -108px;
	
}

#nav01 .laurence-subnav-bio a {
	background-position: 0px -108px;
}
#uefooter {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
}
#uefooter p, #uefooter a{
	text-align:right;
	font-size: 13px;
	color: #FFF;
}


.laurence-subnav-media a {
	display: block;
	background-image: url(/images/laurence-media-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 108px;
	width: 124px;
	float: left;
	padding-right: 22px;
}

.laurence-subnav-media a:hover {
	background-position: 0px -108px;
	
}

#nav02 .laurence-subnav-media a {
	background-position: 0px -108px;
	
}

.laurence-subnav-sites a {
	display: block;
	background-image: url(/images/laurence-sites-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 108px;
	width: 124px;
	float: left;
	padding-right: 22px;
}

.laurence-subnav-sites a:hover {
	background-position: 0px -108px;
	
}

#nav03 .laurence-subnav-sites a {
	background-position: 0px -108px;
	
}

.laurence-subnav-books a {
	display: block;
	background-image: url(/images/laurence-books-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 108px;
	width: 124px;
	float: left;
	padding-right: 22px;
}

.laurence-subnav-books a:hover {
	background-position: 0px -108px;
	
}

#nav04 .laurence-subnav-books a {
	background-position: 0px -108px;
	
}

.laurence-subnav-gallery a {
	display: block;
	background-image: url(/images/laurence-gallery-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 108px;
	width: 124px;
	float: left;
}

.laurence-subnav-gallery a:hover {
	background-position: 0px -108px;
	
}

#nav05 .laurence-subnav-gallery a {
	background-position: 0px -108px;
	
}

#laurance-sub-navigation p span{
	display: none;	
}

/*----------Jackie-section-subnavigation----------*/


#jlb-sub-navigation {
	padding-left: 288px;
	padding-top: 73px;
	list-style-type: none;
	display: none;
}

.jlb-subnav-bio a {
	display: block;
	background-image: url(/images/JLB-bio-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 78px;
	width: 104px;
	float: left;
	padding-right: 18px;
}

.jlb-subnav-bio a:hover {
	background-position: 0px -78px;
	
}

#nav01 .jlb-subnav-bio a {
	background-position: 0px -78px;
	
}

.jlb-subnav-linen a {
	display: block;
	background-image: url(/images/JLB-linen-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 78px;
	width: 150px;
	float: left;
	padding-right: 18px;
}

.jlb-subnav-linen a:hover {
	background-position: 0px -78px;
	
}

#nav04 .jlb-subnav-linen a {
	background-position: 0px -78px;
	
}

.jlb-subnav-gallery a {
	display: block;
	background-image: url(/images/JLB-gallery-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 78px;
	width: 126px;
	float: left;
}

.jlb-subnav-gallery a:hover {
	background-position: 0px -78px;
	
}

#nav06 .jlb-subnav-gallery a {
	background-position: 0px -78px;
	
}

.jlb-subnav-weddings a {
	display: block;
	background-image: url(/images/JLB-weddings-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 78px;
	width: 173px;
	float: left;
	padding-right: 18px;
}

.jlb-subnav-weddings a:hover {
	background-position: 0px -78px;
	
}

#nav03 .jlb-subnav-weddings a {
	background-position: 0px -78px;
	
}

.jlb-subnav-charity a {
	display: block;
	background-image: url(/images/JLB-charity-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 78px;
	width: 105px;
	float: left;
	padding-right: 18px;
}

.jlb-subnav-charity a:hover {
	background-position: 0px -78px;
	
}

#nav05 .jlb-subnav-charity a {
	background-position: 0px -78px;
	
}

.jlb-subnav-charmed a {
	display: block;
	background-image: url(/images/JLB-charmed-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 78px;
	width: 113px;
	float: left;
	padding-right: 18px;
}

.jlb-subnav-charmed a:hover {
	background-position: 0px -78px;
	
}

#nav02 .jlb-subnav-charmed a {
	background-position: 0px -78px;
	
}

/*----------LLB-design-section-sub-navigation------------*/

#llbdesign-sub-navigation {
	padding-left: 273px;
	padding-top: 76px;
	list-style-type: none;
	display: none;
}

.llbdesign-subnav-friends a {
	display: block;
	background-image: url(/images/LLBdesign-friends-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 78px;
	width: 151px;
	float: left;
}

.llbdesign-subnav-friends a:hover {
	background-position: 0px -78px;
	
}

#nav04 .llbdesign-subnav-friends a {
	background-position: 0px -78px;
	
}

.llbdesign-subnav-design a {
	display: block;
	background-image: url(/images/LLBdesign-design-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 78px;
	width: 171px;
	float: left;
	padding-right: 22px;
}

.llbdesign-subnav-design a:hover {
	background-position: 0px -78px;
	
}

#nav02 .llbdesign-subnav-design a {
	background-position: 0px -78px;
	
}

.llbdesign-subnav-portfolio a {
	display: block;
	background-image: url(/images/LLBdesign-portfolio-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 78px;
	width: 151px;
	float: left;
	padding-right: 22px;
}

.llbdesign-subnav-portfolio a:hover {
	background-position: 0px -78px;
	
}

#nav01 .llbdesign-subnav-portfolio a {
	background-position: 0px -78px;
	
}

.llbdesign-subnav-athome a {
	display: block;
	background-image: url(/images/LLBdesign-at-home-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 78px;
	width: 174px;
	float: left;
	padding-right: 22px;
}

.llbdesign-subnav-athome a:hover {
	background-position: 0px -78px;
	
}

#nav03 .llbdesign-subnav-athome a {
	background-position: 0px -78px;
	
}

/*----------Collections-section-sub-navigation------------*/

#collections-sub-navigation {
	padding-left: 794px;
	padding-top: 73px;
	list-style-type: none;
	display: none;
}

#collections-sub-navigation2 {
	padding-left: 794px;
	padding-top: 73px;
	list-style-type: none;
	display: none;
}

.collections-subnav-back a {
	display: block;
	background-image: url(/images/collections-back-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 71px;
	width: 85px;
	float: left;
	margin-right: 22px;
}

.collections-subnav-back a:hover {
	background-position: 0px -71px;
	
}

.collections-subnav-next a {
	display: block;
	background-image: url(/images/collections-next-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 71px;
	width: 85px;
	float: left;
}

.collections-subnav-next a:hover {
	background-position: 0px -71px;
	
}

.collections-subnav-view a {
	display: block;
	background-image: url(/images/collections-view-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 73px;
	width: 192px;
	float: left;
}

.collections-subnav-view a:hover {
	background-position: 0px -73px;
	
}

.collections-subnav-back a span {
	display: none;

}

.collections-subnav-next a span {
	display: none;

}

/*----------News-section-sub-navigation------------*/

#news-sub-navigation {
	padding-left: 297px;
	padding-top: 64px;
	list-style-type: none;
	display: none;
}

.news-subnav-pr a {
	display: block;
	background-image: url(/images/news-press-releases-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 68px;
	width: 175px;
	float: left;
	margin-right: 22px;
}

.news-subnav-pr a:hover {
	background-position: 0px -68px;
	
}

#nav01 .news-subnav-pr a {
	background-position: 0px -68px;
	
}

.news-subnav-what a {
	display: block;
	background-image: url(/images/news-what-the-papers-say-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 85px;
	width: 174px;
	float: left;
	margin-right: 22px;
}

.news-subnav-what a:hover {
	background-position: 0px -85px;
	
}

#nav02 .news-subnav-what a {
	background-position: 0px -85px;
	
}

.news-subnav-whatsnew a {
	display: block;
	background-image: url(/images/news-whats-new-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 68px;
	width: 142px;
	float: left;
	margin-right: 22px;
}

.news-subnav-whatsnew a:hover {
	background-position: 0px -68px;
	
}

#nav03 .news-subnav-whatsnew a {
	background-position: 0px -68px;
	
}

.news-subnav-clubllb a {
	display: block;
	background-image: url(/images/news-club-llb.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 68px;
	width: 123px;
	float: left;
}

.news-subnav-clubllb a:hover {
	background-position: 0px -68px;
	
}

#nav04 .news-subnav-clubllb a {
	background-position: 0px -68px;
	
}



/* 3.0 - CONTENT
------------------------------------------------------------*/
#content-mainimage {
	position: relative;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

#content {
	position: relative;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	padding-bottom: 25px;
}

/* 3.1 - Content / Column 1
------------------------------------------------------------*/

#column-1 {
	position: relative;
	width: 606px;
	padding-left: 24px;
	margin-top: 32px;
	float: left;
	padding-right: 20px;
	margin-bottom: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #707070;
}

#column-1 h1 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 30px;
	line-height: 25px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 30px;}

#column-1 h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 38px;
}

#column-1 h2 span {
	color: #ffff98;
	
}

#column-1 h3 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	color: #ffff98;
	padding-bottom: 10px;
}

#column-1 h3 a {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	color: #ffff98;
	padding-bottom: 10px;
	text-decoration: none;	
}

#column-1 h3 a:hover {
	color: #707070;
}

#column-1 h4 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 10px;
}

#column-1 p {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 17px;
}

#column-1 p span {
	color: #ffff98;
}

#column-1 a {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	display:block;
}
#column-1 p a {
	display:inline!important;
}
#column-1 a:hover {
	color: #707070;
	}

.latestbook-button {
	display: block;
	background-image: url(/images/latest-book-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 222px;
	width: 183px;
	float: right;
	margin-left: 20px;
}

.latestbook-button:hover {
	background-position: 0px -222px;
	
}

.find-out-more-hand {
	display: block;
	background-image: url(/images/find-out-more-hand.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 53px;
	width: 257px;
	float: left;
	margin-top: 5px;
}

.find-out-more-hand:hover {
	background-position: 0px -53px;
	
}

.col1rule{
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #707070;
}

#column-1-gallery {
	position: relative;
	width: 956px;
	padding-left: 24px;
	margin-top: 32px;
	float: left;
	padding-right: 20px;
	margin-bottom: 25px;
}

#column-1-gallery h1 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 30px;
	line-height: 25px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 30px;}


/* 3.2 - Content / Column 2
------------------------------------------------------------*/

#column-2 {
	position: relative;
	width: 301px;
	padding-left: 20px;
	padding-right: 28px;
	padding-top: 32px;
	float: left;
}

#column-2 h1 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 20px;
}

#column-2 h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 10px;
}

#column-2 h3 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	color: #ffff98;
	padding-bottom: 3px;
	padding-top: 15px;
}

#column-2 h4 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 6px;
		
}

#column-2 h4 span {
	color: #ffff98;
}

#column-2 p {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
		
}

#column-2 p span {
	color: #ffff98;
		
}

#column-2 a span {
	display: none;
}


.laurence-readmore {
	display: block;
	background-image: url(/images/laurence-readmore.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 53px;
	width: 257px;
	margin-top: 28px;
	margin-bottom: 28px;
}

.laurence-readmore:hover {
	background-position: 0px -53px;
	
}

.laurence-whatsnew {
	display: block;
	background-image: url(/images/laurence-whatsnewlink.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 42px;
	width: 293px;
	margin-top: 28px;
	margin-bottom: 28px;
}

.laurence-whatsnew:hover {
	background-position: 0px -42px;
	
}

.col2rule{
	padding-bottom: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #707070;
}



/* 3.3 - Content / Column 3
------------------------------------------------------------*/

#column-3 {
}

/* 4.0 - FOOTER
------------------------------------------------------------*/

#footer {
	position: relative;
	margin-top: 22px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: 92px;
	background-color: #000;
}

#footer_inner {
	padding-top: 62px;
	margin-left: 350px;
	height: 30px;
	width: 620px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffff98;
}

#footer a.no-pad { padding-left: 0px; }

.club-llb {
	background-image: url(/images/laurence-clubllb-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 62px;
	width: 272px;
	margin-top: 14px;
	margin-left: 25px;
	float: left;
	position: relative;
}

.club-llb:hover {
	background-position: 0px -62px;
	
}

#footer p{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffff98;
	padding-left: 32px;
	text-align: right;
	display: inline;
}

#footer a{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffff98;
	padding-left: 32px;
	text-align: right;
	display: inline;
	text-decoration: none;
}

#footer a:hover{
	color: #fff;
}
/* 5.0 - MISCELLANEOUS
------------------------------------------------------------*/

#littlewoods-logo {
	float: right;
    margin-top: 25px;
    margin-left: 20px;
    width: 200px;
}

/* 5.1 - Miscellaneous - Sidebox
------------------------------------------------------------*/


/* 6.0 - TABLES - Default table styles are set in the Reset.css, 
------------------------------------------------------------*/


/* 7.0 - RECYCLE BIN
------------------------------------------------------------*/

/*
Put old css in here:

*/

/* container for slides */
.images {
	position:relative;
	height:352px;
	width:1000px;
	float:left;
	cursor:pointer;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:;
	-webkit-border-radius:;
	-moz-box-shadow:;
	-webkit-box-shadow:;
	background-color: #000000;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;

	left:0;
	height:352px;
	font-size:16px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 20px;
}

/* header */

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	background-color: #006699;
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	

.top {
padding-top: 17px;
}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
.one {
	background-image: url(/images/laurence-frame01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 352px;
	width: 1000px;
}
.two {
	background-image: url(/images/laurence-frame02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 352px;
	width: 1000px;
}
.three {
	background-image: url(/images/laurence-frame01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 352px;
	width: 1000px;
}

.four {
	background-image: url(/images/laurence-frame02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 352px;
	width: 1000px;
}

.img_left {
	float: left;
	margin-right: 20px;
}

.img_left2 {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.img_left3 {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

.img_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}


.img_top {
	margin-top: 30px;
}

.img_hand {
	margin-left: 12px;
	vertical-align: text-top;
}

.img_bottom {
	margin-bottom: 15px;
}

.rule{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #707070;
	width: 301px;
	padding-top: 5px;
	margin-bottom: 17px;
}

#news-column-2 .blog_post img{
	display:none;
}


#index-footer-inner ul {
	position: relative;
	float: right;
	width: 350px;
	padding-bottom: 20px;
}

#index-footer h2{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	float: right;
	padding-top: 3px;
}

#index-footer-inner li {
	list-style: none;
	float: right;
}
	
	
#index-footer .twitter-link a {
	background: url(/images/twitter-icon.jpg) no-repeat 0px 0px;
	float: right;
	display: block;
	width: 86px;
	height: 21px;
	margin: 0px 0px 0px 10px;
	padding: 0px !important;
}

#index-footer .twitter-link a:hover {
	background-position: 0px -21px;
}


#collections-column-1.content-wide {
	width: 960px!important;
	border-right:none!important;
	}
	
	
.center {
	text-align:center!important;	
	}
.green {
	color: #70a54c!important;	
	}	




.design-home {
	width: 180px;
	height: 290px;
	float: left;
	display: block;
	margin-right: 8px;
	background-image: url(/images/design-home1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:30px;

}


.design-home:hover {
background-position: left -310px;

}


	
	
	
	
.design-home1 {
background-image:url(/images/design-home1.jpg);
}
	
.design-home2 {
	background-image:url(/images/design-home2.jpg);
}

.design-home3 {
	background-image:url(/images/design-home3.jpg);
}

.design-home4 {
	background-image:url(/images/design-home4.jpg);
}

.design-home5 {
	background-image:url(/images/design-home5.jpg);
}	
	
#home-banner  {
	height:200px;
	overflow:hidden;
	position:absolute;
		width:100%;
	}
	
#home-banner a {
	height:200px;
	width:100%;
	display:block;
	text-align:center;
	background-color:#000;
	}
#home-banner .slide1 {
	background-color:#AC4832;
	}
	
#home-banner .slide2 {
	background-color:#6C7372!important;
	}	
	
	

.thumb-gallery {
	opacity:0.9;
	}
	
.thumb-gallery:hover {
opacity:1;
	}
	
	
		
