/**-------------- HEADINGS--------------------- */
body {
	margin: 0px;
	padding: 0px;
	}

h1, h2 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	color: #99CC33;
}

h2 {
	margin-bottom: 5px;
	font-size: 16px;
	color: #96794F;
	padding-top: 5px;
}

h3 {
	margin-bottom: 1em;
	font-size: 11px;
	color: #504E42;
}

/**-------------------- TEXTS---------------------- */

body, th, td, input, textarea, select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B6D74;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 150%;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/**----------------- LINKS------------------- */

a {
	color: #99CC33;
}

a:hover {
	text-decoration: none;
}

/**------------------- FORMS------------------- */


/**-------------------- MISC---------------------- */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.border {
	padding: 2px;
	background: #FFFFFF;
	color: #898432;
	border: 1px solid #CCCCCC;
	margin-bottom: 1px;
}
img.borderLeft {
	padding: 2px;
	background: #FFFFFF;
	color: #898432;
	border: 1px solid #CCCCCC;
	margin-bottom: 1px;
	float: left;
	margin-right: 10px;
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/**----------------- WRAPPER----------------------- */

#wrapper {
}

#wrapper2 {
	width: 940px;
}

#wrapper3 {
	padding: 0px 45px;
	background: url(imagesLayout/dropShadBody.gif) repeat-y left center;
}

/**----------------- HEADER------------------ */

#header {
	height: 85px;
	background: url(imagesLayout/fifiLogoSmall.gif) no-repeat left center;
	position: relative;
}

/**-----------------CSS DeletedSEARCH-------------------- */

/**---------------- MENU--------------------- */

#menu {
	height: 30px;
}
#reviewCart  a {
	width: 150px;
	position: absolute;
	right: 50px;
	height: 30px;
	padding-right: 0px;
	text-decoration: none;
	top: 27px;
}

#menu ul {
	margin: 0px;
	padding: 5px 0px 0px 15px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 20px 0px 20px;
	background: url(imagesLayout/subpage1_03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CC33;
}

#menu a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

#menu li a.currentPage,#menu li a.currentPage:hover,#menu li a.currentPage:active {
	color: #FFFFFF;
	cursor: default;
	background: #CCCCCC;
	padding: 3px 8px 17px;
}
#menu li a.currentPageOther,#menu li a.currentPageOther:hover,#menu li a.currentOther:active {
	color: #00cc99;
	cursor: default;
}
.closeimagelink {
	color: #00cc99;
	text-decoration: none;
	font-weight: bold;
}
/**---------------- SHOP MENU--------------------- */
#shopMenu {
	background: #CCCCCC;
	height: 30px;
	font-size: 8px;
}

#shopMenu ul {
	margin: 0px;
	padding: 10px 0px 0px;
	list-style: none;
	line-height: normal;
}

#shopMenu li {
	float: left;
	padding: 0px 20px 0px 20px;
	background: url(imagesLayout/subpage1_03W.jpg) no-repeat left center;
}

#shopMenu li.first {
	background: none;
}

#shopMenu a {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#shopMenu a:hover {
	text-decoration: none;
	color: #666666;
}

#shopMenu li a.currentPage,#shopMenu li a.currentPage:hover,#shopMenu li a.currentPage:active {
	color: #96794F;
	cursor: default;
	padding: 1px 3px 0px;
	border-left: 3px solid #96794F;
}

/**--------------------- PAGE------------------ */

#divider {
	height: 20px;
	width: 795px;
	background: url(imagesLayout/spacer1.gif) repeat-x left top;	
}

#page {
	height: 390px;
}
#single {
	padding: 10px 15px 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#singleShop {
	padding: 30px 15px 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #CCCCCC;
}
#gallery {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
}
.scroll {
	height: 500px;
	width: 700px;
	padding-right: 70px;
	overflow: auto;
	background: #FFFFFF;
	margin-top: 20px;
}
.newsHeadline {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 100%;
	text-align: left;
	 }
.newsCopy {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin-top: 1px;
	text-align: left;
	line-height: 150%;
}

.dottedLine {
	border-top: dotted 1px #666666;
	width:100%;
	clear: both;
}

.floatLeftW120 {
	float: left;
	margin-right: 5px;
	width: 115px;
}
.floatLeftW150 {
	float: left;
	width: 150px;
	margin-right: 10px;
	padding-left: 0px;
}
.floatLeftW170 {
	float: left;
	width: 170px;
	margin-right: 10px;
}
.floatLeftW180 {
	float: left;
	width: 180px;
	margin-right: 10px;
}
.floatLeftW195 {
	float: left;
	width: 195px;
	margin-right: 5px;
}
.floatLeftW250 {
	float: left;
	width: 250px;
	margin-right: 10px;
}
.floatLeftW310 {
	float: left;
	width: 310px;
	margin-right: 10px;
}
.floatLeftW795 {
	float: left;
	width: 795px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	background: #CCC;
	height: 2px;
}
.floatLeftW150 .boxCopy ul, .floatLeftW170 ul {
	padding-left: 5px;
}
#productInfo p {
	line-height: 140%;
	text-align: left;
	width: 500px;
	clear: both;
}
#productInfo h2 {
	text-align: left;
	clear: both;
}
#productInfoLeft p {
	line-height: 140%;
	text-align: left;
	width: 500px;
	float: left;
	padding-left: 5px;
}
#productInfoLeft h2 {
	text-align: left;
	float: left;
	padding-left: 5px;
}
#aboutCopy{
	line-height: 140%;
	text-align: left;
	width: 300px;
	float: left;
}


#singleShop  .floatLeftW120  .boxCopy  ul {
	height: 65px;
	color: #666666;
	background: #FFFFFF;
	padding-left: 10px;
	text-align: left;
}
#singleShop .price {
	font-weight: bold;
	color: #333333;
}
.boxCopy ul {
	text-align: left;
}
.boxCopy  .price  a {
	color: #99CC33;
	text-decoration: none;
}
.boxCopy  .price  a:hover {
	color: #96794F;
	text-decoration: none;
}
.productNameBold {
	font-weight: bold;
}

/**----------------- CONTENT-------------------- */

#content {
	width: 535px;
	padding: 25px;
	border: 1px solid #CCCCCC;
	height: 376px;
}
#contentBanner {
	width: 540px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	float:right;
	height: 376px;
	margin-right: 0px;
	background: #FFFFFF;
}

#homepage #content {
	width: 500px;
}
#banner {
	width: 800px;
	clear: both;
}

/**------------- 3-COLUMN LAYOUT------------------- */

.three-columns {
	position: relative;
	height: 200px;
	min-height: 200px;
}

html>body .three-columns {
	height: auto;
}

.three-columns .column1, .three-columns .column2, .three-columns .column3 {
	width: 250px;
}

.three-columns .column1 {
	padding: 0px 15px 0px 20px;
}

.three-columns .column2 {
	padding: 0px 15px 0px 20px;
}

.three-columns .column3 {
	padding: 0px 15px;
}

.three-columns .title {
	height: 23px;
	margin: 0px;
	padding-top: 13px;
	color: #A89F36;
}

.three-columns .content {
	padding-top: 5px;
}

.boxA .title {
	height: 23px;
	margin: 0px;
	padding: 18px 0px 0px 20px;
	color: #FFFFFF;
}

.boxA .content {
	padding: 15px 13px;
}

/**----------------- SIDEBAR------------------- */

#sidebar {
	width: 290px;
}

#homepage #sidebar {
	width: 290px;
}

/**----------------- CLIENT LOGIN---------------- */


/** -------------------FOOTER------------------- */

#footer {
	width: 940px;
	height: 150px;
	background: url(imagesLayout/dropShadFoot.gif) no-repeat left top;
	clear: both;
}

#footer p {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	color: #C6C4BC;
}

/**----------------- BOX1------------------ */

#box1 {
}

/**------------------ BOX2----------------- */

#box2 {
}

/** ----------------BOX3------------------ */

#box3 {
}

/** ------------BOX4---------------- */

#box4 {
}

#box4 .content {
	padding-left: 20px;
}
.italics {
	font-style: italic;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.centre {
	text-align: center;
}
.each {
	font-size: 9px;
}
.blue {
	color: #0033FF;
}
.red {
	color: #FF0000;
.termsSubHead {
	font-weight: bold;
}
.termsSubHead {
	font-weight: bold;
	color: #96794F;
}
