@charset "UTF-8";
/* CSS Document */

html {
	/* Prevents jumping of website */
	overflow-y:scroll;
}
* {
	padding: 0;
	margin: 0;
}
body, td, th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/background_repeat.jpg);
	background-repeat:repeat-x;
	background-color: #d5d5d5;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}


#wrapper {
	width:930px;
	margin:0 auto;
}
#internalwrapper {
	background-image:url(../images/repeat.png);
	background-repeat:repeat-y;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#top {
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
	height:26px;
	display:block;
}
#leftcol {
	width:170px;
	padding-left:35px;
	float:left;
}
#middlecol {
	width:118px;
	float:left;
}
#rightcol {
	width:561px;
	padding-right:46px;
	float:left;
}
#bottom {
	clear:both;
	background-image:url(../images/bottom.png);
	background-repeat:no-repeat;
	height:56px;
	display:block;
	padding:60px 28px 0px 15px;
}
#footer {
	clear:both;
	padding: 0px 5px 0px 5px;
}
/* NAVIGATION LINKS */
ul#mainnavigation li {
	padding:0;
	margin:0;
	text-indent: -9999px;
	list-style-type:none;
}
ul#mainnavigation li a {
	border:0;
	display:block;
	text-decoration:none;
	text-align:justify;
}
/* ABOUT US LINK */
li#aboutus a {
	width:118px;
	height:19px;
	background-image:url(../images/btn-aboutus.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#aboutus a:hover {
	background-position:-122px 0px;
}

/* FLORAL ARRANGEMENTS LINK */
li#floralarrangements a {
	width:138px;
	height:22px;
	background-image:url(../images/btn-floralarrangements.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#floralarrangements a:hover {
	background-position:-141px 0px;
}
/* WEDDINGS LINK */
li#weddings a {
	width:118px;
	height:22px;
	background-image:url(../images/btn-weddings.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#weddings a:hover {
	background-position:-122px 0px;
}
/* CONTACT US LINK */
li#contactus a {
	width:118px;
	height:18px;
	background-image:url(../images/btn-contactus.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#contactus a:hover {
	background-position:-122px 0px;
}

/* TEXT STYLES */
.headings {
	margin: 0;
	padding: 0;
	margin-top:50px;
	font-size:14pt;
	color:#f662df;
}

.highlighttext {
	color:#f662df;
}

.subheadings {
	font-size:10pt;
	font-weight:bold;
	color:#f662df;
}
.footertext {
	font-size:7pt;
	color:#666666;
	line-height:10pt;
}

.footerlinks a:link {
	color: #666666;
	text-decoration: underline;
		font-size:7pt;
}
.footerlinks a:visited {
	text-decoration: underline;
	color: #666666;
		font-size:7pt;
}
.footerlinks a:hover {
	text-decoration: none;
	color: #666666;
		font-size:7pt;
}
.footerlinks a:active {
	text-decoration: underline;
	color: #666666;
		font-size:7pt;
}

/* FORM FIELDS */

input, textarea {
	background-color:#FFD7F9;
	border: 1px solid ;
	border-color:#CDCDC9;
	margin: 3px 0px 3px 0px;
	padding: 2px;
}


select { 
	background-color: #FFFFFF;
	border: 1px solid ;
	border-color:#CDCDC9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 3px 0px 3px 0px;
}

#rightcol ul li {
	list-style:none;
	background: url(../images/bullet.gif) no-repeat center left;
	padding-left:20px;
	line-height:20px;
}
#rightcol li {
	padding-left: 10px;
}