@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #000;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}

#branding {
	background: #126AA9 url(../images/logo.gif) no-repeat top left;
	height: 100px;
}

#branding-maplink {
		width: 100px;
		color: #fff;
		margin-left: 20px;
		padding-top: 12px;
}

#branding-maplink a {
	color: #fff;
	text-decoration: none;
}

#branding-maplink a:hover {
	text-decoration: underline;
}

#branding-address {
	width: 300px;
	float: right;
	font-size: 0.9em;
	text-align: right;
	margin-right: 20px;
	margin-top: -54px;
}

#branding-address p {
	color: #fff;
}

#branding-address a {
	color: #fff;
	text-decoration: none;
}

#branding-address a:hover {
	text-decoration: underline;
}

#branding-picture {
	height: 150px;
}
#branding-picture p {
	margin: 0;
}

#content {
	padding-left: 30px;
	padding-right: 30px;
}

#content h1 {
	color: #126AA9;
	font-size: 2.3em;
}

#content h2 {
	color: #126AA9;
	font-size: 1.8em;
	clear: both;
}

#content p, #content ul {
		color: #126AA9;
		font-size: 1.4em;
		font-weight: normal;
}

#content p a, #content p a:visited, #content ul li a, #content ul li a:visited {
	color: #aaaaaa;
}

#content p a:hover, #content ul li a:hover {
	color: #777777;
}

#weddingdesigners {
	background-color: #126AA9;
	text-align: center;
	padding-top: 1px;
	margin-top: 10px;
}

#weddingdesigners h2 {
	font-size: 2.4em;
}

#weddingdesigners h2, #weddingdesigners h3, #weddingdesigners p {
	color: #ffffff;
}

#weddingdesigners h3 {
	font-size: 1.9em;
	width: 300px;
	margin-left: 50px;
	text-align: center;
}
.weddingdesignerbox {
	width: 440px;
	float: left;
	text-align: center;
}
.weddingdesignerbox img {
	margin-left: 10px;
}
#content .designerdescr {
	text-align: left;
	font-size: 1.25em;
}
#content #weddingdesigners .weddingdesignerbox p {
	width: 300px;
	margin-left: 50px;
}

.shop-online {
	float: right;
	width: 150px;
	margin-left: 20px;
}

.shop-online img {
		border: 0;
}

#right-content { 
	clear: right;
	float: right;
	width: 450px;
	margin-right: 20px;
	margin-top: 30px;
}

#left-content {
	float: left;
	width: 450px;
	margin-left: 20px;
}

#left-content p {
	width: 350px;
}

#left-content p.caption {
	font-size: 1.1em;
}

.clear {
	clear: both;
}

#left-content img {
	border: 2px solid #126AA9;
}

#home-blue-box {
	width: 380px;
	background-color: #126aa9;
	padding: 10px;
	text-align: center;
}

#home-blue-box p {
	color: #fff;
	text-align: left;
}

#home-blue-box sup {
		font-size: 0.6em;
}

#home-blue-box .interflora-logo {
		width: 100px;
		float: right;
}
	
#footer {
	text-align: center;
	color: #4A4A4A;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer a {
		text-decoration: none;
		color: #4A4A4A;
}

#footer a:hover {
		text-decoration: underline;
}

.shopitem {
	clear: both;
	width: 900px;
	background-color: #126AA9;
	margin-top: 15px;
	padding-top: 5px;
}

.shopphoto {
	width: 135px;
	float: left;
	padding: 10px;
}
.shopphoto p {
	text-align: center;
}
.shoptext {
	width: 720px;
	float: left;
}
#content .shoptext p, #content .shoptext h3 {
	color: #ffffff;
}
#content .shoptext h3 {
	font-size: 2em;
}
.submitbtn {
	float: left;
	margin-left: 25px;
}
.shopitem_right, .shopitem_left {
	margin-bottom: 10px;
	float: left;
}
.shopitem_left p, .shopitem_right p {
	line-height: 1.4em;
	margin: 0px 0px 0px 5px;
}
th {
	border-bottom: 1px solid #000;
	font-weight: bold;
	text-align: left;
}