@charset "utf-8";
/* CSS Alison Hicks Floristry */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background:url(/imgs/main-background.jpg) #FFFFFF fixed repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.content {
	background: transparent;
	margin:0px auto; 
	text-align:left; 
	width:850px;
}

#header {
	position:relative;
	width:850px;
	height: 109px;
	margin:50px 0 0 0;
	background: #FFFFFF;
}
#header .logo {
	float:left;
	padding: 10px 0 0 10px;
}
#header .contact {
	float:right;
	width: 240px;
	height:64px;
	text-align:right;
	padding: 45px 20px 0 0;
}
#header .contact p, a {
	font-size:14px;
	color:#333333;
	font-weight:normal;
}
#header .contact a {
	text-decoration:none;
	color:#333333;
	padding:0;
	font-size:14px;
	font-weight:normal;
}
#header .contact a:hover {
	text-decoration:underline;
}
#menu {
	position: relative;
	width:830px;
	background-color:#98BC74;
	height:20px;
	padding: 10px;
	text-align:center;
	margin:3px 0 3px 0;
}
#menu ul, li, a {
	display: inline;
	text-decoration:none;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding:10px 9px 10px 9px;
	list-style:none;
}
#home #menu li.home,
#profile #menu li.profile,
#weddings #menu li.weddings,
#funerals #menu li.funerals,
#gifts #menu li.gifts,
#partners #menu li.partners, 
#contact #menu li.contact {
	background:url(/imgs/leaf.gif) left no-repeat; 	
}
#menu li:hover {
	background:url(/imgs/leaf.gif) left no-repeat; 	
}
#menu a {
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}

#main {
	position:relative;
	width: 810px;
	height:340px;
	background: #ffffff;
	padding: 20px 20px 0px 20px;
}
#main p {
	color:#151515;
	font-size:11px;
	font-weight: normal;
	line-height:140%;
	padding:5px 0 5px 0;
}
#main a {
	color:#151515;
	font-size:11px;
	font-weight: normal;
	line-height:120%;
	padding:5px 0 5px 0;
	text-decoration:underline;
}
#main h1 {
	color: #98BC74;
	font-size:18px;
	padding-bottom:5px;
}
#main #copy {
	float:left;
	width:790px;
	height:340px;
	background:url(/imgs/content-background.jpg) bottom right no-repeat;
	text-align:justify;
}
#main #left-copy {
	float:left;
	width:340px;
	text-align:justify;
}
#main #left-copy .contact-mode h2 {
	color: #333333;
	font-size:12px;
	font-weight:normal;
}
.contact-mode {
	margin-top: 10px;
}
#main #left-copy .contact-mode a {	
	color: #333333;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
#main #left-copy .contact-mode a:hover {	
	text-decoration:underline;
}
.contact-mode img {
	float:left;
 	padding-right: 10px;
}
.contact-mode h2 {
	padding-top: 5px;
}

#main #left-copy li {
	display:list-item;
	list-style-type:circle;
	color:#151515;
	font-size:11px;
	font-weight: normal;
	line-height:120%;
	padding:5px 0 5px 10px;
	margin-left: 25px;	
}

#main #left-copy-wedding {
	float:left;
	width:320px;
	height: 340px;
	text-align:justify;
}
#main #copy .partner {
	margin-top:10px;
	padding-bottom:10px;
}
#main #copy .partner img {
	float:left;
	padding-right:10px;
}
#main #copy .partner h2 {
	color: #333333;
	font-size:14px;
}
.download {
	width:200px;
	float:right;
	text-align:right;
	padding: 5px 0 5px 0;
}
#main #left-copy .download a {
	font-weight:bold;
	color: #98BC74;
	text-decoration:none;
}
#main #left-copy .download a:hover {
	text-decoration:underline;
}

#main #left-copy-wedding .download a {
	font-weight:bold;
	color: #98BC74;
	text-decoration:none;
}
#main #left-copy-wedding .download a:hover {
	text-decoration:underline;
}
#main #right-graphic {
	float: right;
	width: 451px;
}
#main #home-right {
	float: right;
	width: 550px;
}
#main #home-left {
	float: left;
	width: 220px;
	text-align:justify;
}
#main #home-left p {
	color:#151515;
	font-size:11px;
	font-weight: normal;
	line-height:160%;
	padding: 5px 0 5px 0;
}
#footer {
	clear:both;
	width: 810px;
	background-color: #fff;
	text-align:left;
	margin: 3px 0 3px 0;
	padding: 10px 20px 10px 20px;
}
#footer p {
	font-size: 10px;
	color:#333333;
}
#footer a {
	font-size: 10px;
	color:#333333;
	font-weight:normal;
	text-decoration:underline;
	margin: 0;
	padding: 0;
}
