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

body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #666;
}

body {
	background: url(../images/header_bg.jpg) top center no-repeat #FFF;
	margin: 0px;
}

a:link {
	color: #F00;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #F00;
}

a:hover {
	text-decoration: none;
	color: #F66;
}

a:active {
	text-decoration: none;
	color: #F00;
}

a.footer:link {
	color: #AAA;
	text-decoration: none;
}

a.footer:visited {
	text-decoration: none;
	color: #AAA;
}

a.footer:hover {
	text-decoration: none;
	color: #F00;
}

a.footer:active {
	text-decoration: none;
	color: #AAA;
}

li.red {
	list-style-image: url(../images/red_header_blt_mini.png);
	margin: 0 0 20px 0;
}

h1 {
	position: relative;
	height: 24px;
	width: 680px;
	padding: 8px 10px 0 10px;
	margin: 15px 0;
	background: url(../images/title_bar_highlight.png) top no-repeat #AAA;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	text-shadow: 0 -1px 1px #777;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #555;
	margin: 15px 0 0 0;
	text-shadow: 0 1px 2px #AAA;
}

.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 35px 0 0 0;
}

.style2 {
	font-size: 11px;
	font-style: italic;
	color: #999;
}

.style3 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#container {
	height: auto;
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

#header {
	position: relative;
	height: 92px;
	width: 1000px;
	top: 0;
	background: url(../images/header.png) no-repeat;
	z-index: 101;
}

#logo {
	position: relative;
	height: 45px;
	width: 180px;
	top: 26px;
	left: 24px;
}

#social_header_btns {
	position: relative;
	height: 29px;
	width: auto;
	right: 24px;
	display: block;
	float: right;
}

#contact {
	display: block;
	float: left;
	width: 83px;
	height: 29px;
	margin-right: 5px;
	background: url(../images/contact_btn.jpg) no-repeat 0 0;
}

#contact:hover { 
	background-position: 0 -29px;
	-moz-box-shadow: 0 0 3px #F00;
	-webkit-box-shadow: 0 0 3px #F00;
}

#contact span {
	display: none;
}
#clientlogin {
	display: block;
	float: left;
	width: 108px;
	height: 29px;
	margin-right: 5px;
	background: url(../images/clientlogin_btn.jpg) no-repeat 0 0;
}

#clientlogin:hover { 
	background-position: 0 -29px;
	-moz-box-shadow: 0 0 3px #F00;
	-webkit-box-shadow: 0 0 3px #F00;
}

#clientlogin span {
	display: none;
}

/*
#connect {
	display: block;
	float: left;
	width: 108px;
	height: 29px;
	background: url(../images/connect_btn.jpg) no-repeat 0 0;
}

#connect:hover { 
	background-position: 0 -29px;
}

#connect span {
	display: none;
}

.connect_dropdown {
	position: relative;
	height: 39px;
	width: 108px;
	top: 29px;
	right: 0;
	background: url(../images/connect_drop_bg.jpg) no-repeat;
	display: block;
	float: right;
}
*/

#FB {
	display: block;
	float: left;
	width: 27px;
	height: 28px;
	margin: 0 0 0 7px;
	background: url(../images/connect_FB_btn.png) no-repeat 0 0;
}

#FB:hover { 
	background-position: 0 -28px;
	-moz-box-shadow: 0 0 3px #36F;
	-webkit-box-shadow: 0 0 3px #36F;
}

#FB span {
	display: none;
}

#IN {
	display: block;
 	float: left;
	width: 28px;
	height: 28px;
	margin: 0 0 0 6px;
	background: url(../images/connect_IN_btn.png) no-repeat 0 0;
}

#IN:hover { 
	background-position: 0 -28px;
	-moz-box-shadow: 0 0 3px #069;
	-webkit-box-shadow: 0 0 3px #069;
}

#IN span {
	display: none;
}

#TW {
	display: block;
	float: left;
	width: 27px;
	height: 28px;
	margin: 0 0 0 6px;
	background: url(../images/connect_TW_btn.png) no-repeat 0 0;
}

#TW:hover { 
	background-position: 0 -28px;
	-moz-box-shadow: 0 0 3px #0CF;
	-webkit-box-shadow: 0 0 3px #0CF;
}

#TW span {
	display: none;
}

/*
#nav_container {
	position: relative;
	height: 45px;
	width: 410px;
	top: 0;
	left: 7px;
	margin: 0 0 10px 0;
	z-index: 9999;
}
*/

#content {
	position: relative;
	width: 1000px;
	min-height: 420px;
	top: 10px;
}

#feature {
	position: relative;
	height: 400px;
	width: 500px;
	display: block;
	float: left;
}

#feature_overlay {
	position: absolute;
	height: 26px;
	width: 485px;
	top: 0;
	left: 0;
	padding: 15px 0 0 15px;
	display: block;
	float: left;
	border-bottom: #F4F4F4 1px solid;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	z-index: 99;
}

#welcome {
	position: relative;
	height: auto;
	min-height: 400px;
	width: 204px;
	padding: 0 23px;
	display: block;
	float: left;
}

#news_stream {
	position: relative;
	height: auto;
	min-height: 400px;
	width: 203px;
	padding: 0 23px;
	border-left: #DDD 1px solid;
	display: block;
	float: right;
}

#morenews_btn {
	position: relative;
	display: block;
	float: left;
	width: 119px;
	height: 29px;
	background: url(../images/morenews_btn.jpg) no-repeat 0 0;
}

#morenews_btn:hover { 
    background-position: 0 -29px;
	-moz-box-shadow: 0 0 3px #F00;
	-webkit-box-shadow: 0 0 3px #F00;
}

#morenews_btn span {
    display: none;
}

#followus_btn {
	position: relative;
	display: block;
	float: left;
	width: 111px;
	height: 29px;
	background: url(../images/followus_btn.jpg) no-repeat 0 0;
}

#followus_btn:hover { 
    background-position: 0 -29px;
	-moz-box-shadow: 0 0 3px #F00;
	-webkit-box-shadow: 0 0 3px #F00;
}

#followus_btn span {
    display: none;
}

.header_dot {
	position: relative;
	height: 17px;
	width: 170px;
	padding: 3px 0 0 32px;
	margin: 0 0 15px 0;
	background: url(../images/red_header_blt.png) no-repeat;
}

#branding_feature_container {
	position: relative;
	height: 215px;
	width: 333px;
	top: 40px;
	display: block;
	float: left;
}

#branding_header_hm {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}

#marketing_feature_container {
	position: relative;
	height: 215px;
	width: 333px;
	top: 40px;
	left: 1px;
	display: block;
	float: left;
}

#marketing_header_hm {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}

#web_feature_container {
	position: relative;
	height: 215px;
	width: 333px;
	top: 40px;
	left: 2px;
	display: block;
	float: left;
}

#web_header_hm {
	margin: 0 0 12px 0;
	padding: 0 0 0 5px;
}

#sub_main {
	position: relative;
	height: auto;
	width: 700px;
	left: 22px;
	display: block;
	float: left;
}

.leadership_headshot {
	position: relative;
	height: 139px;
	width: 139px;
	margin: 0 1px 0 0;
	background-color: #CCC;
	display: block;
	float: left;
}

#footer {
	position: relative;
	height: 15px;
	width: 956px;
	top: 60px;
	padding: 15px 22px 40px 22px;
	margin: 0 0 20px 0;
	font-size: 10px;
	color: #AAA;
	display: block;
	float: left;
}

#copyright {
	width: 311px;
	display: block;
	float: left;
}

#phone {
	width: 332px;
	display: block;
	float: left;
	text-align: center;
}

#share {
	width: auto;
	display: block;
	float: right;
	text-align: right;
}

/*
.share_dropdown {
	position: relative;
	height: 37px;
	width: 144px;
	left: -98px;
	padding: 0 0 0 2px;
	background: url(../images/share_dropdown.jpg) no-repeat;
}

.share_icon {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 10px 0 0 10px;
}
*/

#digg_footer {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 0 0 7px;
	background: url(../images/footer_digg_btn.jpg) no-repeat 0 0;
}

#digg_footer:hover { 
	background-position: 0 -16px;
}

#digg_footer span {
	display: none;
}

#facebook_footer {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 0 0 7px;
	background: url(../images/footer_facebook_btn.jpg) no-repeat 0 0;
}

#facebook_footer:hover { 
	background-position: 0 -16px;
}

#facebook_footer span {
	display: none;
}

#linkedin_footer {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 0 0 7px;
	background: url(../images/footer_linkedin_btn.jpg) no-repeat 0 0;
}

#linkedin_footer:hover { 
	background-position: 0 -16px;
}

#linkedin_footer span {
	display: none;
}

#twitter_footer {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 0 0 7px;
	background: url(../images/footer_twitter_btn.jpg) no-repeat 0 0;
}

#twitter_footer:hover { 
	background-position: 0 -16px;
}

#twitter_footer span {
	display: none;
}

#stumble_footer {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 0 0 7px;
	background: url(../images/footer_stumble_btn.jpg) no-repeat 0 0;
}

#stumble_footer:hover { 
	background-position: 0 -16px;
}

#stumble_footer span {
	display: none;
}

/* LEADERSHIP */

.clear {
	clear: both;
}

#page-wrap {
	width: 700px;
	float: left;
}

.button {
	float: left;
	cursor: pointer;
}

#leadership_one {
	display: block;
	float: left;
}

#leadership_one-button {
	opacity: 1;
	margin: 0 0 0 1px;
}

#leadership_two {
	display: none;
	float: left;
}

#leadership_two-button {
	opacity: 1;
	margin: 0 0 0 1px;
}

#leadership_three {
	display: none;
	float: left;
}

#leadership_three-button {
	opacity: 1;
	margin: 0 0 0 1px;
}

#leadership_four {
	display: none;
	float: left;
}

#leadership_four-button {
	opacity: 1;
	margin: 0 0 0 1px;
}

#leadership_five {
	display: none;
	float: left;
}

#leadership_five-button {
	opacity: 1;
	margin: 0 0 0 1px;
}

.entry {
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	border-bottom: #DDD 1px solid;
}

#tt_header {
	margin: 0 0 40px 0;
}

.tt_entry {
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	border-bottom: #DDD 1px solid;
}

.img_float_right {
	position: relative;
	height: auto;
	width: auto;
	margin: 0 0 15px 15px;
	float: right;
	display: block;
	text-align: center;
}

#client_key_bg {
	position: absolute;
	z-index: 10;
	left: 208px;
}

#key {
	position: absolute;
	height: 14px;
	width: 438px;
	top: 0;
    margin-top: 20px;
	padding: 10px;
	background: url(../images/client_key_bg.png) no-repeat;
}

#key.fixed {
	position: fixed;
	top: 0;
	padding: 10px;
	margin: 0 0 0 22px;
}

.client_srvc_key {
	position: relative;
	height: 10px;
	width: 80px;
	font-size: 10px;
	display: block;
	float: left;
}

.srvc_client {
	position: relative;
	height: 24px;
	width: 218px;
	display: block;
	float: left
}

.srvc_analysis {
	position: relative;
	height: 8px;
	width: 8px;
	margin: 4px 72px 0 0;
	background: url(../images/clients_srvc_analysis.png) no-repeat;
	display: block;
	float: left;
}

.srvc_analysis_off {
	position: relative;
	height: 8px;
	width: 8px;
	margin: 4px 72px 0 0;
	display: block;
	float: left;
}

.srvc_strategy {
	position: relative;
	height: 8px;
	width: 8px;
	margin: 4px 72px 0 0;
	background: url(../images/clients_srvc_strategy.png) no-repeat;
	display: block;
	float: left;
}

.srvc_strategy_off {
	position: relative;
	height: 8px;
	width: 8px;
	margin: 4px 72px 0 0;
	display: block;
	float: left;
}

.srvc_naming {
	position: relative;
	height: 8px;
	width: 8px;
	margin: 4px 72px 0 0;
	background: url(../images/clients_srvc_naming.png) no-repeat;
	display: block;
	float: left;
}

.srvc_naming_off {
	position: relative;
	height: 8px;
	width: 8px;
	margin: 4px 72px 0 0;
	display: block;
	float: left;
}

.srvc_branding {
	position: relative;
	height: 8px;
	width: 8px;
	margin: 4px 72px 0 0;
	background: url(../images/clients_srvc_branding.png) no-repeat;
	display: block;
	float: left;
}

.srvc_branding_off {
	position: relative;
	height: 8px;
	width: 8px;
	margin: 4px 72px 0 0;
	display: block;
	float: left;
}

.srvc_marketing {
	position: relative;
	height: 8px;
	width: 8px;
	margin: 4px 72px 0 0;
	background: url(../images/clients_srvc_marketing.png) no-repeat;
	display: block;
	float: left;
}

.srvc_marketing_off {
	position: relative;
	height: 8px;
	width: 8px;
	margin: 4px 72px 0 0;
	display: block;
	float: left;
}

.srvc_web {
	position: relative;
	height: 8px;
	width: 8px;
	margin: 4px 72px 0 0;
	background: url(../images/clients_srvc_web.png) no-repeat;
	display: block;
	float: left;
}

.srvc_web_off {
	position: relative;
	height: 8px;
	width: 8px;
	margin: 4px 72px 0 0;
	display: block;
	float: left;
}

.client_list {
	position: relative;
	height: 24px;
	width: 700px;
	margin: 0 0 10px 0;
	border-bottom: #DDD 1px solid;
}

.map_col {
	position: relative;
	height: auto;
	width: 420px;
	margin: 0 20px 20px 0;
	float: left;
	display: block;
}

.address_phone {
	position: relative;
	height: auto;
	width: 260px;
	float: right;
	display: block;
}

.half_col {
	position: relative;
	min-height: 175px;
	height: auto;
	width: 340px;
	margin: 0 20px 30px 0;
	float: left;
	display: block;
}

.cs_thumb {
	position: relative;
	height: 107px;
	width: 125px;
	float: left;
	display: block;
}

.cs_desc {
	position: relative;
	height: auto;
	width: 200px;
	float: right;
	display: block;
}

#charlotte_chamber_btn {
	display: block;
	float: left;
	width: 102px;
	height: 34px;
	margin: 10px 40px 0 0;
	background: url(../images/charlotte_chamber_btn.jpg) no-repeat 0 0;
}

#charlotte_chamber_btn:hover { 
	background-position: 0 -34px;
}

#charlotte_chamber_btn span {
	display: none;
}

#aiga_btn {
	display: block;
	float: left;
	width: 120px;
	height: 33px;
	margin: 10px 40px 0 0;
	background: url(../images/aiga_btn.jpg) no-repeat 0 0;
}

#aiga_btn:hover { 
	background-position: 0 -33px;
}

#aiga_btn span {
	display: none;
}

#aaf_btn {
	display: block;
	float: left;
	width: 66px;
	height: 40px;
	margin: 10px 40px 0 0;
	background: url(../images/aaf_btn.jpg) no-repeat 0 0;
}

#aaf_btn:hover { 
	background-position: 0 -40px;
}

#aaf_btn span {
	display: none;
}

#mbc_btn {
	display: block;
	float: left;
	width: 98px;
	height: 35px;
	margin: 10px 40px 0 0;
	background: url(../images/mbc_btn.jpg) no-repeat 0 0;
}

#mbc_btn:hover { 
	background-position: 0 -35px;
}

#mbc_btn span {
	display: none;
}

#bln_btn {
	display: block;
	float: left;
	width: 88px;
	height: 38px;
	margin: 10px 40px 0 0;
	background: url(../images/bln_btn.jpg) no-repeat 0 0;
}

#bln_btn:hover { 
	background-position: 0 -38px;
}

#bln_btn span {
	display: none;
}

#benefits_container {
	position: relative;
	height: auto;
	width: 620px;
	margin: 10px 0 0 0;
	padding: 30px 50px 30px 30px;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #EEE), color-stop(1, #F5F5F5) );
	background-image: -moz-linear-gradient( center bottom, #EEE 0%, #F5F5F5 100% );
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

.ss_about_img {
	-moz-box-shadow: 0 0 3px #CCC;
	-webkit-box-shadow: 0 0 3px #CCC;	
}

.get_started {
	height: auto;
	width: 330px;
	margin: 30px auto;
	clear: both;
	font-size: 32px;
	font-weight: bold;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
}

.get_started a {
	padding: 10px 60px;
	clear: both;
	color: #333;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #DDDDDD), color-stop(1, #EEEEEE) );
	background-image: -moz-linear-gradient( center bottom, #DDDDDD 0%, #EEEEEE 100% );
	-moz-box-shadow: inset 0 0 5px #CCC;
	-webkit-box-shadow: inset 0 0 8px #CCC;
	box-shadow: inner 0 0 8px #CCC;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
	text-align: center;
	text-shadow: 0 -1px 1px #FFF;
}

.get_started a:hover {
	padding: 10px 60px;
	clear: both;
	color: #FFF;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #A30000), color-stop(1, #FF0000) );
	background-image: -moz-linear-gradient( center bottom, #A30000 0%, #FF0000 100% );
	-moz-box-shadow: 0 0 5px #F00;
	-webkit-box-shadow: 0 0 5px #F00;
	box-shadow: inner 0 0 5px #600;
	text-shadow: 0 1px 2px #333;
}

h3.trigger {
	padding: 0;
	background: url(../images/dropdown_arrow.png) left top no-repeat;
	height: 14px;
	margin: 0 0 10px 0;
	width: 100%;
	float: left;
	font-size: 12px;
}
h3.trigger a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
}
h3.trigger a:hover {
	color: #F00;
}
h3.active {
	background-position: left bottom;
}
.toggle_container {
	margin: 0 0 10px 0;
	padding: 0 20px;
	overflow: hidden;
	width: auto;
	clear: both;
	color: #333;
	background: #F5F5F5;
	border: #EEE 1px solid;
	-moz-box-shadow: inset 0 0 5px #FFF;
	-webkit-box-shadow: inset 0 0 5px #FFF;
	box-shadow: inner 0 0 5px #FFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
.toggle_container .block {
	margin: 0;
}

#price_central {
	position: relative;
	height: auto;
	width: 640px;
	margin: 10px 0 0 0;
	padding: 30px;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #DDDDDD), color-stop(1, #F5F5F5) );
	background-image: -moz-linear-gradient( center bottom, #DDDDDD 0%, #F5F5F5 100% );
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

.price_left {
	position: relative;
	width: 280px;
	height: auto;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-shadow: 0 -1px 1px #FFF;
}

.price_right {
	position: relative;
	width: 290px;
	height: auto;
	float: right;
	margin: 0;
	margin: 0 0 0 30px;
	padding: 20px;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #666), color-stop(1, #CCC) );
	background-image: -moz-linear-gradient( center bottom, #666 0%, #CCC 100% );
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: inset 0 0 5px #666;
	-webkit-box-shadow: inset 0 0 5px #666;
}

#setup_fee {
	position: relative;
	width: 135px;
	font-size: 36px;
	font-weight: bold;
	float: left;
	color: #FFF;
	text-shadow: 0 -1px 1px #333;
}

#plus {
	position: relative;
	width: 20px;
	margin: 5px 0 0 0;
	font-size: 24px;
	font-weight: bold;
	float: left;
	color: #FFF;
	text-shadow: 0 -1px 1px #333;
}

#monthly_fee {
	position: relative;
	width: 135px;
	font-size: 36px;
	font-weight: bold;
	float: left;
	color: #FFF;
	text-align: right;
	text-shadow: 0 -1px 1px #333;
}

#setup_price_fine {
	position: relative;
	width: 140px;
	float: left;
	padding: 0 0 0 5px;
	color: #CCC;
	font-size: 9px;
}

#monthly_price_fine {
	position: relative;
	width: 145px;
	float: right;
	padding: 0;
	color: #CCC;
	font-size: 9px;
	text-align: right;
}

#price_benefits_left {
	position:relative;
	width:190px;
	height:auto;
	float:left;
	margin: 10px 0 0 0;
	padding: 0 30px 30px 0;
	text-align: right;
	color: #add7da;
	font-size: 28px;
	text-shadow: 0 2px 2px #366;
}

#price_benefits_right {
	position:relative;
	width:419px;
	height:auto;
	float:right;
	margin: 10px 0 0 0;
	padding: 30px 30px 20px 30px;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #86B1B8), color-stop(1, #add7da) );
	background-image: -moz-linear-gradient( center bottom, #86B1B8 0%, #add7da 100% );
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	text-align: left;
	color: #FFF;
	font-size: 14px;
	text-shadow: 0 -1px 1px #366;
}

#price_pages_left {
	position:relative;
	width:190px;
	height:auto;
	float:left;
	margin: 10px 0 0 0;
	padding: 0 30px 30px 0;
	text-align: right;
	color: #d2e6af;
	font-size: 28px;
	text-shadow: 0 2px 2px #586842;
}

#price_pages_right {
	position:relative;
	width:419px;
	height:auto;
	float:right;
	margin: 10px 0 0 0;
	padding: 30px 30px 20px 30px;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #A5B886), color-stop(1, #D2E6AF) );
	background-image: -moz-linear-gradient( center bottom, #A5B886 0%, #D2E6AF 100% );
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	text-align: left;
	color: #FFF;
	font-size: 14px;
	text-shadow: 0 -1px 1px #586842;
}

#price_events_left {
	position:relative;
	width:190px;
	height:auto;
	float:left;
	margin: 10px 0 0 0;
	padding: 0 30px 30px 0;
	text-align: right;
	color: #f0dea8;
	font-size: 28px;
	text-shadow: 0 2px 2px #7b6f40;
}

#price_events_right {
	position:relative;
	width:419px;
	height:auto;
	float:right;
	margin: 10px 0 0 0;
	padding: 30px 30px 20px 30px;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #B3A56B), color-stop(1, #F0DFA8) );
	background-image: -moz-linear-gradient( center bottom, #B3A56B 0%, #F0DFA8 100% );
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	text-align: left;
	color: #FFF;
	font-size: 14px;
	text-shadow: 0 -1px 1px #7b6f40;
}

#price_blogging_left {
	position:relative;
	width:190px;
	height:auto;
	float:left;
	margin: 10px 0 0 0;
	padding: 0 30px 30px 0;
	text-align: right;
	color: #ffc391;
	font-size: 28px;
	text-shadow: 0 2px 2px #996a43;
}

#price_blogging_right {
	position:relative;
	width:419px;
	height:auto;
	float:right;
	margin: 10px 0 0 0;
	padding: 30px 30px 20px 30px;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #C7894C), color-stop(1, #FFC391) );
	background-image: -moz-linear-gradient( center bottom, #C7894C 0%, #FFC391 100% );
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	text-align: left;
	color: #FFF;
	font-size: 14px;
	text-shadow: 0 -1px 1px #996a43;
}

#price_seo_left {
	position:relative;
	width:190px;
	height:auto;
	float:left;
	margin: 10px 0 0 0;
	padding: 0 30px 30px 0;
	text-align: right;
	color: #f58e8e;
	font-size: 28px;
	text-shadow: 0 2px 2px #8e3c3c;
}

#price_seo_right {
	position:relative;
	width:419px;
	height:auto;
	float:right;
	margin: 10px 0 0 0;
	padding: 30px 30px 20px 30px;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #C74042), color-stop(1, #C78F8E) );
	background-image: -moz-linear-gradient( center bottom, #C74042 0%, #C78F8E 100% );
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	text-align: left;
	color: #FFF;
	font-size: 14px;
	text-shadow: 0 -1px 1px #8e3c3c;
}

.price_optional_left {
	position:relative;
	width:210px;
	height:124px;
	float:left;
	margin: 10px 0 0 0;
	-moz-box-shadow: 0 0 3px #CCC;
	-webkit-box-shadow: 0 0 3px #CCC;
}

.price_optional_right {
	position:relative;
	width:455px;
	height:110px;
	float:right;
	margin: 10px 0 0 0;
	padding: 8px 10px 8px 15px;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #F3F3F3), color-stop(1, #FAFAFA) );
	background-image: -moz-linear-gradient( center bottom, #F3F3F3 0%, #FAFAFA 100% );
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	text-align: left;
	text-shadow: 0 -1px 1px #FFF;
}

li.white {
	margin: 0 0 10px 0;
	list-style: none;
	font-weight: bold;
}

ul.gallery {
	width: 700px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.gallery li {
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
	text-align: left;
	-moz-box-shadow: 0 0 3px #AAA;
	-webkit-box-shadow: 0 0 3px #AAA;	
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}

ul.gallery li a.thumb {
	width: 330px; /*--Width of image--*/
	height: 291px; /*--Height of image--*/
	cursor: pointer;
	margin: 0 0 5px 0;
}

ul.gallery li span { /*--Used to crop image--*/
	width: 330px;
	height: 291px;
	overflow: hidden;
	display: block;
}

ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

ul.gallery li h2 {
	font-weight: bold;
	margin: 0;
	padding: 10px;
	text-shadow: 0 -1px 1px #666;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #999), color-stop(1, #DDD) );
	background-image: -moz-linear-gradient( center bottom, #999 0%, #DDD 100% );
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	border-top: none; /*--Subtle bevel effect--*/
}

ul.gallery li a {
	text-decoration: none;
	color: #FFF;
	display: block;
}

