/* SouthernMedia.org CSS v2.6 */

@import url(reset.css);
@import url(hacks.css);


/**********************
Basic Tags Definition
**********************/

p, ul, ol, table {margin: 0 0 1.33em 0;}

strong {font-weight: bold;}
em {font-style: italic;}


/**********************
Headings
**********************/

h1, h2, h3, h4, h5, h6 {line-height: 117%; font-weight: normal;}
h2 {
	font-size: 30px;
	margin: 24px 0 8px 0;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}

h1.top, h2.top, h3.top, h4.top, h5.top, h6.top {margin-top: 0 !important;}


/**********************
Anchors
**********************/

a, a:link, a:active, a:visited {color: #ff66cc; text-decoration: none;}
a:hover {text-decoration: none;}


/**********************
Main Structure
**********************/

body {
	color: #000;
	font: 75% Arial, Helvetica, sans-serif;
	line-height: 1.33em;
	min-height: 100.1%;
	text-align: center;
}

#wrap {
	margin: auto;
	text-align: left;
	width: 764px;
	position: relative;
}

#logo {
	background: url(../../../clients/jennyburkeflorist/img/bg_header.jpg) no-repeat 0 0;
	height: 130px; width: 764px;
	margin: 27px 0 17px 0;
}
	#logo a {
		background: url(../img/logo.gif) no-repeat 0 0;
		height: 57px; width: 377px;
		position: absolute;
		top: 58px; left: 259px;
	}

#body {
	width: 764px;
}
	#col-l {
		float: left;
		padding: 0 9px;
		width: 230px;
	}
	#col-r {
		float: right; display: inline;
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 0 11px;
		padding: 0 10px;
		width: 485px;
	}

#footer {
	background: url(../../../clients/jennyburkeflorist/img/bg_footer.gif) no-repeat 0 0;
	height: 54px; width: 505px;
	margin: 0 -10px;
	text-indent: -10000px;
}


/**********************
General Elements
**********************/

#col-l p {margin: 0 0 12px 0; padding: 0 9px;}

p.p0 {
	color: #666;
	font-size: 12px;
	line-height: 13px;
}
p.p1 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.5pt;
	line-height: 24px;
}
p.p1, .botline {
	border-bottom: 1px solid #999;
	padding-bottom: 12px !important;
}

ul.flower-types {
	margin-left: -20px;
	width: 505px;
}
ul.flower-types li {
	float: left; display: inline;
	font-weight: bold;
	margin-left: 20px;
	text-align: center;
	width: 148px;
}
ul.flower-types img {
	display: block;
	margin-bottom: 4px;
}


/**********************
Navigation
**********************/

/* Main Nav */
ul#nav {
	height: auto; width: 230px;
	margin: 0 0 12px 0;
}
ul#nav li a {
	border-bottom: 1px solid #999;
	color: #ff66cc;
	display: block;
	font-size: 16px;
	line-height: 36px;
	padding: 0 9px;
	text-decoration: none;
}
* html ul#nav li a { height: 1%; }


/**********************
Common Classes / Misc.
**********************/

.l {text-align: left;}
.c {text-align: center;}
.r {text-align: right;}

.wrap, .col {float: left; display: inline; position: relative;}
.wrap {clear: both;}
.fl {float: left;}
.fr {float: right;}
.clear {clear: both;}

.hidden {display: none;}
.replace {display: block; font-size: 1%; text-align: left; text-indent: -10000px; line-height: 0;}
.nomargin {margin-bottom: 0 !important;}
.noborder {border: 0 !important;}