/* CSS Document */

img, div, #features, .benefits { behavior: url(../iepngfix.htc) }

body {
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight: normal;
	text-decoration: none;
	line-height: 150%;
	font-size:12px;
	background-image:url(../images/backgrounds/background.jpg);
	background-repeat: repeat-x;
	background-color:#242425;
	}
	
	
* {
margin:0;
padding:0;
}
	
	h1, h2, h3, h4, h5, h6, {
	margin:0;
	padding:0;
	font-weight:normal;
	}
	
	
#wrapper {
width: 849px;
position: relative;
left: 50%;
margin-left: -424px;
}

#branding {
height:320px;
background-image:url(../images/backgrounds/header_bg.jpg);
background-repeat:no-repeat;
padding:119px 0 0 0;
}

.video {
float:left;
width:457px;
}
.strap {
float:left;
width:392px;
}
.video-frame {
width: 406px;
height: 280px;
background: url(../images/backgrounds/video_bg.jpg);
margin: 33px 0 0 0;
padding: 7px 0 0 7px;
}

.flowers {
position: absolute;
background-image: url(../images/sitewide/flowers.jpg);
background-repeat: no-repeat;
height: 107px;
width: 174px;
top: 393px;
left: 676px;
}

#content {
width: 458px;
float: left;
background-image: url(../images/backgrounds/radial.jpg);
background-repeat: no-repeat;
background-position: top left;
}

#sidebar {
width: 391px;
float: right;
background-image: url(../images/backgrounds/radial.jpg);
background-repeat: no-repeat;
background-position: top right;
}

#footer {
clear: both;
border-top: 1px solid #313132;
padding: 10px 0 50px 0;
font-size: 11px;
color: #3d3d3d;
height: 50px;
}
.footerleft {
float: left;
}