@charset "utf-8";
/* CSS Document */

body {
	background-color: #4D4D4D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4D4D4D;
	margin: 0px;
	text-align: justify;
}


/* layout styles*/
#outercontainer {
	width: 750px;
	margin: 0px auto auto auto;
	background-color: #fff;
}
#navigationcontainer {
	border-bottom: 4px solid #B38F06;
	height: 22px;
	padding: 20px 45px 0px 45px;
	font-size: 16px;
}
#navigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 270px;
}
#navigation li{
	margin: 0px;
	padding: 0px 25px 0px 0px;
	display: inline;
	color: #B38F06;
}
#contactdetails {
	float: right;
	text-align: right;
	width: 385px;
	color: #9E285C;
	font-size: 12px;
	padding-top: 2px;
}
#contentcontainer {
	background: url(images/bouquet.jpg) bottom left no-repeat;
	position: relative;
}
#logocontainer {
	position: absolute;
	top: 23px;
	left: 30px;
}
#textregion {
	margin: 20px 45px 0px 358px;
	padding-bottom: 20px;
}
#footercontainer  {
	background-color: #B38F06;
	height: 16px;
	padding: 20px 0px 20px 0px;
	color: #fff;
	text-align: center;
	font-size: 15px;
}




/* general html */

p {
	margin: 0px;
	padding: 0px 0px 17px 0px;
	line-height: 18px;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}
h2 {
	font-weight: normal;
	color: #9E285C;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-size: 16px;
}
a {
	color: #4D4D4D;
	text-decoration: none;
}
a:hover {
	color: #9E285C;
	text-decoration: none;
}
.clear {
	clear: both;
}
.marginbottom {
	margin-bottom: 10px;
}
.gold {
	color: #B38F06;
}
.pink {
	color: #9E285C;
}
.small {
	font-size: 12px;
}
#contactdetails a {
	color: #9E285C;
	text-decoration: none;
}
#contactdetails a:hover {
	color: #B38F06;
	text-decoration: none;
}
#navigation li a {
	color: #4D4D4D;
	text-decoration: none;
} 
#navigation li a:hover {
	color: #B38F06;
	text-decoration: none;
}
.services p{
	font-size: 11px;
	line-height: 14px;
	padding: 0px 0px 15px 0px;
}

.servicesimg {
	 float: left; 
	 margin-right: 15px;
	 width: 112px;
}
.servicestxt {
	 float: left;
	 width: 220px;
	
}
.contact {
	color: #A3A2A1;
	font-size: 14px;
}
.formbox {
	border: 1px solid #A3A2A1;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
}
.longbox {
	margin-top: 5px;
	width: 330px;
}
.shortbox {
	width: 150px;
}
.submitbutton {
	background-color: #9E285C;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 15px 5px 15px;
}