@charset "UTF-8";
/* CSS Document */

body{
	background-color:#b01f37;
	margin:0;
	background-image:url(images/bgPlant.gif);
	background-position:bottom left;
	background-repeat:no-repeat;}
h1, h2, h3, h4{
	font-style:italic;
	color:#b01f37;
	margin:4px;}
h4 a{
	margin-bottom:-12px;
	text-decoration:none;
	color:#b01f37;}
img{
	padding-right:12px;}
a{
	color:#b01f37;}

/* Structure */
#bodyWrap{
	margin:auto;
	width:850px;
	background:url(images/bgRed.gif) repeat-y;}
#bodyWrapInner{
	width:820px;
	margin:auto;}


/* Menu */
#menu{
	width:820px;
	height:35px;
	background-color:#97a0b1;
	border-top:#b01f37 2px solid;
	border-bottom:#b01f37 2px solid;}
#menu ul{
	list-style:none;
	margin:0 0 0 15px;
	padding:0;}
#menu ul li{
	float:left;
	margin-top:8px;}
#menu ul li a{
	color:#ffffff;
	font-size:12pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-decoration:none;
	padding:8px;
	border-left:#97a0b1 1px solid;
	border-right:#97a0b1 1px solid;}
#menu ul li a:hover{
	background:url(images/bgMenu.gif) repeat-x;
	border-left:#b01f37 1px solid;
	border-right:#b01f37 1px solid;
	color:#b01f37;}
	
/* Content */
#contentWrap{
	width:795px;
	margin:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;}
#twitter_div{
	background:url(images/bgTweet.gif) no-repeat;
	width:650px;
	height:50px;
	margin-top:10px;
	padding:10px 70px;
	color:#9c353a;
	font-size:10pt;}
#twitter-link{
	padding-left:15px; 
	font-size:9pt;}
/* Classes */
.box{
	margin:8px;
	border:#f8aeba 3px solid;
	padding:8px;}
.boxHalf{
	width:43%;
	margin:8px;
	border:#f8aeba 3px solid;
	padding:10px;}
.boxHalf img{
	padding-bottom:15px;}
.left{
	float:left;}
.right{
	float:right;}
.clear{
	clear:both;}
.testimonial{
	clear:both;
	width:95%;
	border-top:#b01f37 1px solid;
	border-bottom:#b01f37 1px solid;
	background-color:#fee;
	padding:6px 20px;
	font-size:9pt;
	color:#b01f37}
.testimonial span{
	font-size:10pt;
	text-align:right;}
.alt{
	color:#333333;}
.priceTable{
	}
.priceHead{
	font-weight:bold;
	background-color:#e1a1ac;
	padding:5px;}
.priceCol{
	background:url(images/bgTD.png) no-repeat;}


/* footer */
#footer{
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
	text-align:center;
	background-color:#b01f37;
	padding-bottom:20px;}