/*-----------------------------------------------------------------------
//
//	Flowers By Popplemire
//
//	by G1 Creative - http://www.g1creative.co.uk
//
//  Copyright 2009 G1 Creative. This code cannot be redistributed without permission from http://www.g1creative.co.uk
// ---------------------------------------------------------------------
//	Global Styles
// --------------------------------------------------------------------*/

* {
	margin: 0 ;
	padding: 0;
}

img {
	border: 0;
}

body {
	font: 11px Helvetica, Arial, Verdana, sans-serif;
	color:  #666666;
	background: url(../images/backgrounds/body.jpg) repeat-x top #A0A3CE;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	padding: 0px 15px;
	background: url(../images/backgrounds/shadow.png) repeat-y;
}

#content-container {
	float: left;
	width: 850px;
	background: #F6F3E2 url(../images/backgrounds/flower.jpg) top left no-repeat;
}

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

a:hover {
	color: #A0A3CE;
	text-decoration: underline;
}

#top {
	float: left;
	width: 850px;
	text-align: center;
	padding: 15px 0px;
}

/* Contact Details */
#contact-details, #copy, #gallery, #faqs, #keywords {
	float: left;
}

#contact-details {
	width: 230px;
	padding: 515px 0px 0px 30px;
}

#contact-details p {
	padding: 5px 0px;
}

/* Copy */

#logo {
	width: 260px;
	margin-bottom: 40px;
	height: 105px;
}

#copy {
	width: 380px;
	padding: 60px 20px 0px 30px;
}

#copy p, #faqs p {
	padding: 5px 0px;
	font-size: 12px;
	line-height: 16px;
}

/* Gallery */

#gallery {
	width: 650px;
	padding: 10px 0px 10px 200px;
	background-color: #E8E6CF;
}

#gallery ul, #gallery li, #gallery p {
	float: left;
}

#gallery ul {
	width: 420px;
}

#gallery li {
	display: block;
	border: 1px solid #CFCBB0;
	margin: 2px;
	height: 77px;
	width: 77px;
}

#gallery p {
	width: 90px;
	padding-right: 10px;
}

/* FAQs */

#faqs {
	width: 475px;
	padding: 10px 0px 0px 280px;
}

#keywords {
	width: 400px;
	padding: 40px 0px 0px 280px;
	font-size: 10px;
}

#keywords p {
	padding: 5px 0px;
	line-height: 14px;
}

.purple {
	color: #A0A3CE;
}

/* Footer */

#footer {
	float: left;
	background: url(../images/backgrounds/footer.jpg) left bottom no-repeat;
	width: 560px;
	padding: 0px 0px 200px 280px;
	font-size: 10px;
}

#clear {
	clear: both;
}

