@font-face {
	font-family: 'ccsansbold';
	src: url('../fonts/stonesansitcstd-semibold-webfont.eot');
	src: local('?'), url('../fonts/stonesansitcstd-semibold-webfont.woff') format('woff'), url('../fonts/stonesansitcstd-semibold-webfont.ttf') format('truetype'), url('../fonts/stonesansitcstd-semibold-webfont.svgz#webfontnshOmoTn') format('svg'), url('../fonts/stonesansitcstd-semibold-webfont.svg#webfontnshOmoTn') format('svg');
	font-weight: bold;
	font-style: normal;
}


body {
	width:100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #2a2a2a;
	font-size:12px;
	line-height:17px;
	min-width:990px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
}

.wrapper {
	width:100%;
	float:left;
}
.shadow {
	background: url(../images/structure/footer-shadow.png) 0 0 repeat-x;
	border-top-width: 0px !important;
}
.header, .breadcrumb, .content, .social, .footer, .copyright, .addfooter, .next, .subNav {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
.header-area, .content-area {
	background-color: #ffffff;
}
.header-area, .feature-area, .content-area, .social-area, .footer-area, .copyright-area, .next-area, .addfooter-area {
	float: left;
	width: 100%;
}
.header-area, .content-area, .social-area, .footer-area, .copyright-area, .addfooter-area {
	padding: 25px 0px;
}
/*.content { min-height: 400px; }*/
.ftleft { float: left; }
.ftright { float: right; }
.two_col { width: 370px; }
.two_col.first { margin-right: 25px }
.section { padding-bottom: 25px; }
.clear { clear: both; }



/* HEADER AREA */

.header {
	height: 80px;
	position: relative;
}
.header span.logo  {
	text-indent: -600px;
	overflow: hidden;
	position: absolute;
	display: block;
	text-align: right;
	height: 80px;
	width: 145px;
}
span.logo  {
	text-indent: -600px;
	overflow: hidden;
	display: block;
	text-align: right;
	height: 80px;
	width: 145px;
}
.header span.logo  {
	left: 0px;
}
.header .twitter-feed {
	position: absolute;
	top: 3px;
	height: 55px;
	right: 0px;
	z-index: 50;
}
.twitter-bird {
	height: 45px;
	width: 38px;
	position: absolute;
	right: 15px;
	bottom:0px;
}
#twittertext ul li {
	font-size: 10px;
	position: absolute;
	top:-5px;
	right: 40px;
	text-align: right;
	height: 40px;
}
#twittertext ul li p {
	color: #262626;
	background-image: url(../images/structure/tweet-back-li.png);
	height: 40px;
	background-repeat: no-repeat;
	right: 40px;
	line-height: 35px;
	padding-left: 15px;
	white-space: nowrap;
	position: absolute;
	top: 0px;
}
#twittertext ul li span {
	height: 40px;
	background-image: url(../images/structure/tweet-back.png);
	background-repeat: no-repeat;
	width: 56px;
	position: absolute;
	top: 0px;
	right:0px;
}
#twittertext ul li a {
	color: #8920f1;
}
.header .menu {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.header .menu li {
	float: left;
}
.header .menu li a {
	width: 85px;
	float: left;
	line-height: 33px;
	height:30px;
	background-image: url(../images/structure/menu_background.png);
	background-position: center top;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #494949;
	border-left-color: #262626;
	font-family: ccsansbold, Helvetica Neue Bold, Helvetica, Arial, sans-serif;
	font-size:13px;
	padding-right: 30px;
	padding-left: 30px;
}
.header .menu li a:hover {
	background-position: center bottom;
}
.header .menu li a.first {
	background-position: left top;
	border-left-width: 0px;
}
.header .menu li a.first:hover {
	background-position: left bottom;
}
.header .menu li a.last {
	background-position: right top;
	border-right-width: 0px;
}
.header .menu li a.last:hover {
	background-position: right bottom;
}
/* FEATURE AREA */

.feature-area {
	background-color: #8920f1;
}
.index .feature-area {
	background-color: #861EEE;
}
.feature-area #feature-flash {
	height: 320px;
}
.feature-area .feature-bar {
	background-color: #2d2d2d;
	text-align: center;
	float: left;
	width: 100%;
}
#flashpage {
	height:150px;
}

/* SUBNAV */

.subNav ul {
	width: 100%;
	float:left;
}
.subNav ul li {
	float: left;
	margin-right: 15px;
	padding-top: 15px;
}
.subNav ul li a {
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	width: 100px;
	background-color: #424242;
	background-image: url(../images/structure/subnav-bk.gif);
	background-position: right top;
	color:#999;
	font-weight:normal;
	text-shadow:0 1px 0 #000;
}
.subNav ul li a.selected, .subNav ul li a:hover {
	background-color: #fff;
	background-position: left top;
	text-shadow:0 1px 0 #fff;
}

/* NEXT STEPS */

.next-area {
	font-size:11px;
	background-color: #fff;
	background-image: url(../images/structure/next-bk.gif);
	background-repeat: repeat-x;
	padding-bottom: 25px;
	height:55px;
}
.next ul {
	width: 770px;
	float: right;
	padding-top: 13px;
}
.next ul li {
	line-height: 30px;
	height: 30px;
	color:#999;
	font-family:Georgia,Times,serif;
	font-size:13px;
	font-style:oblique;
	font-weight:normal;
	text-shadow:0 1px 0 #fff;
}
.next ul li br { display: none; }
.next ul li.prevsec {
	float: left;
}
.next ul li.nextsec {
	float: right;
}

.next ul li.prevsec a, .next ul li.nextsec a {
	height: 30px;
	width: 81px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	white-space: nowrap;
}
.next ul li.prevsec a {
	background-image: url(../images/structure/btn_next.png);
	margin-right: 15px;
	float: left;
	background-position: left bottom;
}
.next ul li.nextsec a {
	background-image: url(../images/structure/btn_next.png);
	margin-left: 15px;
	float: right;
	background-position: left top;
}
.next ul li.prevsec a:hover {
	background-position: right bottom;
}
.next ul li.nextsec a:hover {
	background-position: right top;
}

/* SOCIAL MEDIA AREA */

.social-area {
	font-size:11px;
	border-bottom: 1px solid #0B0B0B;
}
.social ul {
	width: 100%;
	float: left;
}
.social ul li {
	float: left;
	margin: 0 15px 0 0;
}
.social ul li.last {
	float: right;
	margin-right: 0px;
}
.social ul li span {
	font-style: italic;
	line-height: 20px;
	color: #fff;
	text-shadow:0 -1px 0 #000;
}

/* FOOTER AREA */

.footer-area {
	font-size:11px;
	line-height:15px;
	border-bottom: 1px solid #0B0B0B;
	border-top: 1px solid #3b3b3b;
}
.footer {
	position: relative;
}
.footer-area .footer ul {
	float: left;
	padding-right: 50px;
}
.footer-area .footer ul li {
	padding: 0 0 5px 0;
}
.footer-area .footer ul li.first {
	padding: 0 0 10px 0;
}
.footer-area .footer ul li.last {
	padding: 0 0 0 0;
}
.footer-area .footer ul li a, .copyright a {
	color: #5f5f5f;
	text-decoration: none;
	text-shadow:0 -1px 0 #000;
}
.footer-area .footer ul li a strong {
	color: #fff;
	font-weight:bold;
}
.footer-area .footer ul li a:hover, .copyright a:hover, .addfooter a:hover {
	color: #fff;
}

/* COPYRIGHT AREA */

.copyright-area {
	background-color: #2a2a2a;
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #0B0B0B;
}
.copyright span, .copyright a, .addfooter span, .addfooter a {
	font-size: 10px;
	color: #5f5f5f;
	text-shadow:0 -1px 0 #000;
}
.copyright ul li, .addfooter ul li {
	float: left;
	margin-right: 25px;
	line-height: 26px;
}
.copyright ul li img, .addfooter ul li img {
	padding-right: 10px;
	float: left;
}
.copyright span.logo  {
	margin-left: 50px;
}

.addfooter-area {
	background-color: #1e1e1e;
	border-top: 1px solid #2d2d2d;
	border-bottom: 1px solid #0B0B0B;
}

/* TYPE */

h1,h2,h3,h4,h5,h6 {
	font-family: ccsansbold, Helvetica Neue Bold, Helvetica, Arial, sans-serif;
	padding:0px;
	margin:0px;
}

h1, h3 {
	color:#999;
	font-family:Georgia,Times,serif;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:oblique;
	font-variant:normal;
	font-weight:normal;
	line-height:24px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
}
h1 span, h3 span {
	color:#999;
	font-family:Georgia,Times,serif;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:oblique;
	font-variant:normal;
	font-weight:normal;
	line-height:24px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
h4 {
	color:#999;
	font-family: ccsansbold, Helvetica Neue Bold, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:oblique;
	font-variant:normal;
	font-weight:normal;
	line-height:20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
}
.index h1, .index h1 span, .index h3, .index h3 span {
	border-bottom-width: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size:14px;
	line-height:22px;
}
.index h3, .index h3 span {
	line-height:20px;
	margin-bottom:10px;
}
.index h1 span{
	display: block;
	padding-top: 15px;
}
h2 {
	color:#8920f1;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0px;
	line-height:24px;
	margin-bottom:0px;
	text-transform: uppercase;
}
h2 span{
	color:#262626;
}
.index h2 {
	margin-bottom:15px;
}

p {
	line-height: 16px;
	color:#5f5f5f;
	margin-bottom: 15px;
}
.strike {
	text-decoration: line-through;
	font-weight: normal;
}

/* LINKS */
a { text-decoration: none; color: #8920f1;}
a.feature-button-rounded {
	line-height: 25px;
	color: #FFF;
	background-image: url(../images/structure/btn_feature.png);
	background-position: center top;
	height: 25px;
	display: block;
	background-repeat: no-repeat;
	font-weight: bold;
	text-shadow:0 -1px 0 #000;
	padding-top: 15px;
	padding-bottom: 15px;
}
a.feature-button-rounded:hover {
	background-position: center bottom;
}
.social a {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
.social a:hover {
	background-position: left bottom;
}
a.twitter {
	background-image: url(../images/social/twitter.png);
	height: 20px;
	width: 35px;
}
a.facebook {
	background-image: url(../images/social/facebook.png);
	height: 20px;
	width: 20px;
}
a.linkedin {
	background-image: url(../images/social/linkedin.png);
	height: 20px;
	width: 20px;
}
.article a {
	color: #8920f1;
}
.article h3 span, .article span a {
	color: #999;
	font-size: 12px;
}
.article a:hover {
	text-decoration: underline;
}
.article a:visited {
}
.article {
	display: block;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/* HOMEPAGE */

/* #coffee-animation {
	width: 490px;
	height: 400px;
	background-image: url(../images/cc-cup-static.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 230px;
} */

#coffee-animation {
	width: 415px;
	position: absolute;
	left: -40px;
	background-image: url(../images/structure/cup.jpg);
	background-repeat: no-repeat;
	height: 160px;
	background-position: left top;
	padding-top: 15px;
}

/* BREADCRUMB */

.breadcrumb {
	text-align: left;
}
.breadcrumb a {
	float: left;
	color:#ffffff;
	line-height: 30px;
	padding-right: 25px;
	background-image: url(../images/breadcrumb.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 10px;
}
.breadcrumb a br { display: none; }
.breadcrumb a:hover {
	background-position: right bottom;
	color:#fff;
}
.breadcrumb a.first {
	padding-left: 0px;
}

/* SIDE BAR */

.sideNav {
	width:175px;
	background-image: url(../images/structure/side-bar-top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.sideNav ul {
	float:left;
	width:100%;
	background-image: url(../images/structure/side-bar-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sideNav ul li a {
	color:#999;
	font-family:Georgia,Times,serif;
	font-size:13px;
	font-style:oblique;
	font-weight:normal;
	text-shadow:0 1px 0 #fff;
	display:block;
	line-height:30px;
	text-transform:capitalize;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/structure/side-bar-selected.png);
	background-position: left top;
}
.sideNav ul li a:hover, .sideNav ul li a.selected {
	color: white;
	text-shadow:0 1px 0 #ae6def;
	background-image: url(../images/structure/side-bar-selected.png);
	background-color: #8920f1;
	background-position: left bottom;
}
.sideNav ul li ul {
	padding-top: 5px;
	padding-bottom: 0px;
	background-image: none;
}
.sideNav ul li ul li a {
	font-size:11px;
	padding-top: 0px;
	line-height:25px;
	padding-right: 25px;
	padding-left: 25px;
}

/* CONTENT AREA */

.content {
	width:970px;
	padding-bottom: 0px;
	position: relative;
}
.index .content {
	min-height: 400px;
}
.column-narrow {
	width: 175px;
}
.index .column-narrow {
	position:relative;
	width: 375px;
}
.column-large {
	width: 770px;
}
.contact-page .column-large {
	width: 660px;
}
.contact-page .column-narrow {
	width: 285px;
}
.titleArea {
	float: left;
	width: 100%;
}
.article {
	display: block;
}
.article h3 {
	padding-bottom:0px;
}
.list li {
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dddddd;
}
.list li.first {
	padding-bottom: 15px;
}
.list li.last {
	border-bottom-width: 0px;
}
.list li.address {
	background-repeat: no-repeat;
	background-position: 15px top;
}
.list li.telephone, .list li.email, .list li.fax, .list li.skype, .list li.ichat {
	background-repeat: no-repeat;
	background-position: 15px center;
	line-height:50px;
}
.list li.telephone {
	background-image: url(../images/icon/sm-phone.gif);
}
.list li.email {
	background-image: url(../images/icon/sm-email.gif);
}
.list li.fax {
	background-image: url(../images/icon/sm-fax.gif);
}
.list li.skype {
	background-image: url(../images/icon/sm-skype.gif);
}
.list li.ichat {
	background-image: url(../images/icon/sm-ichat.gif);
}
.list li.address {
	background-image: url(../images/icon/sm-home.gif);
}

/* Client LIST */

ul.logos {
width:770px;
}
ul.logos li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
text-align:center;
}
ul.logos li span {
	background-color:#F0F0F0;
	border:1px solid #E7E7E7;
	float:left;
	height:150px;
	padding:4px;
	width:166px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
}
ul.logos li span:hover {
	background-color:#8920f1;
	border:1px solid #E7E7E7;
}
ul.logos li span:hover h5, ul.logos li span:hover p {
	color:#fff;
}
ul.logos li span.last {
	margin-right: 0px;
}
ul.logos li span img {
border:1px solid #E7E7E7;
margin:0 0 5px;
}

/*CTA BOX*/
.cta-box .top {
	background: url(../images/structure/cta-header.gif) 0 0 repeat-x;
	height: 35px;
}
.cta-box .top h3 {
	line-height: 35px;
	text-shadow: 0 1px 0 white;
	color: #040404;
}
.cta-box .bottom {
	background: url(../images/structure/cta-footer.gif) repeat-x 0 0;
	height: 25px;
	padding: 5px 10px;
}
.cta-box .btn {
	background: url(../images/structure/cta-button.gif) 0 0 no-repeat;
	width: 133px;
	height: 26px;
	display: block;
	text-align: center;
	line-height: 25px;
	text-shadow: 0 1px 0 white;
	color: #040404;
}
.cta-box .btn:hover {
	background: url(../images/structure/cta-button.gif) bottom left no-repeat;
}
.cta-box { background: #efefef; border: 1px solid #ddd;}


/* Team Page */

.teamdescription {
	float: left;
	position: relative;
}
.teamdescription p {
	float: left;
	width: 600px;
}
#communicate {
	float: left;
}
#communicate img {
	padding-top: 15px;
	padding-right: 15px;
}
#teamList   {
height:197px;
padding-top:15px;
}

ul#nav li {
background-position:0 0;
height:222px;
line-height:50px;
width:125px;
}

ul#nav li {
	display:inline;
	float:left;
	text-indent:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

ul#nav img {
border:0 none;
display:block;
height:100%;
width:100%;
}

/* TOOL TIP */

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #eee;
	padding: 5px;
	background-image: url(../images/structure/next-bk.gif);
	border: 1px solid #dedede;
	color:#999;
	font-family:Georgia,Times,serif;
	font-size:13px;
	font-style:oblique;
	font-weight:normal;
	text-shadow:0 1px 0 #fff;
	background-position: center -1px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

.paralist {
	padding-left: 30px;
	padding-right:15px;
}
.paralist li {
	line-height: 16px;
	color:#8920f1;
	margin-bottom: 15px;
	list-style-position: outside;
	list-style-type: square;
}

/* FORM ELEMENTS */

.contact p {
	float:left;
	width:100%;
}
.messagebox {
	background-image: url(../images/contact-messagebox.gif);
	padding: 10px;
	float: left;
	height: 200px;
	width: 640px;
	background-repeat: no-repeat;
}
.webinar .messagebox {
	margin-top: 20px;
}
.messagebox textarea {
	height: 200px;
	width: 640px;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 18px;
	line-height: 24px;
	color: #FFF;
	resize: none; 
	font-family:Georgia,Times,serif;
	font-style:oblique;
	font-weight:normal;
	text-shadow:0 -1px 0 #6015AA;
}
.webinar .contactbox {
	background-image: none;
	background-position: 27px 334px;
}
.contactbox {
	background-image: url(../images/contact-messagebox-tick.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 660px;
}
.form-field {
	width:100%;
	float:left;
	padding-top: 20px;
}
.form-field label {
	width:120px;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	display: table-cell;
	line-height: 30px;
	color:#999;
	font-family:Georgia,Times,serif;
	font-size:13px;
	font-style:oblique;
	font-weight:normal;
	text-shadow:0 1px 0 #fff;
}
.contactbox .form-field input {
	width: 456px;
}
.fullname, .emailaddress, .contactnumber, .company {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #E8E8E8;
	color:#fff;
	text-shadow:0 -1px 0 #6015AA;
	font-family:Georgia,Times,serif;
	font-size:13px;
	font-style:oblique;
	font-weight:normal;
	display:block;
	float:left;
	font-style:italic;
	height:18px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.fullname {
	background-image: url(../images/form/form-input-required.png);
}
.company {
	background-image: url(../images/form/form-input-optional.png);
}
.emailaddress {
	background-image: url(../images/form/form-input-required.png);
}
.contactnumber {
	background-image: url(../images/form/form-input-optional.png);
}



.button .next ul {
	float: left;
	padding-top: 25px;
	width:660px;
}
.button .next ul li {
	line-height: 30px;
	height: 30px;
	color:#999;
	font-family:Georgia,Times,serif;
	font-size:13px;
	font-style:oblique;
	font-weight:normal;
	text-shadow:0 1px 0 #fff;
}
.button .next ul li.resetsec {
	float: left;
}
.button .next ul li.submitsec {
	float: right;
}
.button .next ul li.resetsec a, .button .next ul li.submitsec a {
	height: 30px;
	width: 81px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
.button .next ul li.submitsec a {
	background-image: url(../images/structure/btn_form.png);
	float: right;
	background-position: left top;
}
.button .next ul li.resetsec a {
	background-image: url(../images/structure/btn_form.png);
	float: left;
	background-position: left bottom;
}
.button .next ul li.submitsec a:hover {
	background-position: right top;
}
.button .next ul li.resetsec a:hover {
	background-position: right bottom;
}

.recent-posts li a:hover {
	background-image: url(../images/structure/side-bar-selected-lrg.png)!important;
}
.recent-posts li a {
	background-image: none !important;
	line-height: 25px !important;
	font-size:12px !important;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
	line-height: 17px!important;
	font-size: 12px!important;
}
.recent-posts li a.last { border-bottom: none; }
.recent-posts h2 { margin: 10px 10px 0 10px!important; }


.dates {
	width: 165px;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom:10px;
}

.dates li {
	line-height: 16px;
	color:#5f5f5f;
	margin-bottom: 5px;
}




/* CONTACT PAGE */

div#short_slider_wrapper{width:221px;height:44px;background-image:url(../images/slider.gif);}
div#handle1{position:absolute;width:13px;height:27px;background-image:url(../images/cursor.png);background-repeat:no-repeat;margin-top:-8px;margin-left:-4px;cursor:col-resize;}
div#dectector_wrapper {
height:70px;
}
div#track1 {
height:20px;
position:absolute;
width:202px;
}

div#new_here label {
padding-left:0;
}
div.signup_form label {
clear:both;
display:block;
font-size:14px;
line-height:16px;
margin-bottom:3px;
margin-top:13px;
padding:0 8px;
}
div#span1 {
	float:left;
	height:11px;
	margin-top:6px;
	width:202px;
	background-image: url(../images/slider-span.gif);
	background-repeat: no-repeat;
	background-position: left top;
}




#map_canvas {
	width: 455px;
	height: 340px;
	margin: 0;
}
#map_container {
	position: relative;
	width: 320px;
	overflow: hidden;
	z-index: 1000;
}

#map {
	overflow: hidden;
	float: right;
	width: 315px;
	height: 330px;
	border: 5px solid #f5f5f5!important;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	margin-bottom: 15px;
}

#map_directions {
	float: right;
	width: 0px;
	height: 200px;
	overflow: hidden;
	background: #f5f5f5;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

#map_directions_container {
	width: 329px;
	padding: 15px;
	height: 589px;
	overflow: auto;
	border: 1px solid #f5f5f5;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

#map_directions_container a.close,
#map_directions_container a.print {
  clear: right;
	float: right;
	padding: 5px 7px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #cc0000;
}

#map_directions_container h2 {
	padding: 0;
}

#map_directions_error {
	display: none;
}

#map_directions_error p {
	background: #ff6600 none repeat scroll 0 0;
	color: #ffffff;
	font-weight: bold;
	padding: 6px;
}




/* CAMPAIGN AREA */

.campaign-area {
	background-color: #f49200;
	height: 265px;
	width: 100%;
	position: relative;
	background-image: url(../images/campaign/top-shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.campaign-textarea {
	background-color: #d4d4d4;
	background-image: url(../images/campaign/cafecreate-campaign-footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	height: 75px;
	width: 100%;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2A2A2A;
}

.campaign-text {
	width: 960px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.campaign-text .cBay-icon {
	position: absolute;
	left: 0px;
	top: -15px;
}
/*------HOMEPAGE CAROUSEL------*/
.campaign-feature {
float:left; /* important for inline positioning */
width: 100%; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
}

#team {
position:relative;
left:-210px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
margin-left: 240px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
display: none;
}

#team li{
float: left; /* important for inline positioning of the list items */                                    
width:200px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:165px;
margin:25px 5px 0;
}

#team li p {
	text-align: center;
	color: white;
	margin: 0px;
	padding: 0px;
	font-family: ccsansbold, "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#team li p span { display: block;font-size: 12px; }
.campaign-feature { overflow-x: hidden; width: 100%; }