body {
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#555;
	background:#f0f0f0 url(../images/bg-body.gif) repeat-x;
	min-width:1001px;
}
img { border-style:none;}
a {
	color:#0076a3;
	text-decoration:none;
}
a:hover { text-decoration:underline;}
input, textarea, select {
	font:100% Arial, Helvetica, sans-serif;
	/*color:#959595;*/
	vertical-align:middle;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper {
	width:100%;
	position:relative;
	padding:161px 0 0;
}
#header {
	width:100%;
	position:absolute;
	left:0;
	top:0;
	height:140px;
}
#header .header-holder { border-bottom:1px solid #363636;}
#header .header-area {
	width:968px;
	margin:0 auto;
	overflow:hidden;
	padding:11px 33px 26px 0;
}
#header .logo {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/logo.gif) no-repeat;
	width:169px;
	height:42px;
}
#header .logo a {
	height:100%;
	display:block;
}
#nav {
	margin:0;
	padding:5px 0 0;
	list-style:none;
	float:right;
	font-size:11px;
}
#nav li {
	float:left;
	padding-right:15px;
}
#nav li.sign-out,
#nav li.sign-in {
	background: url(../images/separator-header.gif) repeat-y;
	padding:0 0 0 16px;
}
#nav li.sign-out {margin:0 -27px 0 0;}
#nav li a {
	display:block;
	background: url(../images/bg-nav.gif) no-repeat;
	padding-left:11px;
	color:#fff;
	position:relative;
	line-height:14px;
}
#nav li span {
	display:block;
	padding:5px 19px 5px 7px;
	background: url(../images/bg-nav.gif) no-repeat 100% 0;
}
#nav li a:hover,
#nav li.active a {
	background: url(../images/bg-nav.gif) no-repeat 0 -24px;
	text-decoration:none;
}
#nav li a:hover span,
#nav li.active a span {background: url(../images/bg-nav.gif) no-repeat 100% -24px;}
#nav li.sign-out span {
	background:url(../images/bg-sign-out.gif) no-repeat 100% 0;
	padding-right:37px;
}
#nav li.sign-out a:hover span {background:url(../images/bg-sign-out-hover.gif) no-repeat 100% 0;}
#nav li.user-name {
	background:url(../images/separator-header.gif) repeat-y 100% 0;
	margin:0 20px 0 0;
	padding:5px 20px 5px 0;
}
#nav li.user-name a {
	background:none;
	padding:0;
}
#nav li.user-name a:hover {
	text-decoration:underline;
	background:none;
}
#header .nav-area {
	width:957px;
	margin:0 auto;
	overflow:hidden;
	font-weight:bold;
	font-size:14px;
	padding:14px 44px 14px 0;
}
.nav-area ul {
	margin:0 0 0 -20px;
	padding:0;
	list-style:none;
	float:left;
}
.nav-area ul li {
	float:left;
	padding:5px 16px 5px 20px;
	background: url(../images/separator-header.gif) repeat-y;
}
.nav-area ul li a { color:#898989;}
.nav-area ul .active a {color:#fff;}
.nav-area .sign {
	float:right;
	padding:5px 0 5px 19px;
	background: url(../images/separator-header.gif) repeat-y;
}
.nav-area .sign a {color:#959595;}
.nav-area .sign a.active, .nav-area ul li a.active {color:#00bff3;}
.nav-area .update {
	float:right;
	padding:5px 0 4px 40px;
	background:url(../images/bg-star.gif) no-repeat 0 50%;
}
.nav-area .update span {
	padding:0 4px 0 0;
	color:#898989;
}
.nav-area .update a {
	color:#fff;
	font-weight:normal;
}
#main {
	width:1001px;
	margin:0 auto;
}
#main:after {	content:"";	clear:both;	display:block;}
#twocolumns {
	float:left;
	width:745px;
}
#content {
	width:575px;
	float:right;
	border-top:4px solid #fff;
	padding-top:11px;
	min-height:250px;
}
#onecolumn #content {width:831px;}
#content h1 {
	font-size:24px;
	margin:0 0 18px;
}
#content p { margin:0 0 16px;}
#content h2 {
	margin:0 0 22px;
	font-size:18px;
	line-height:24px;
}
#content .post {
	border-top:1px solid #fff;
	overflow:hidden;
	height:1%;
	line-height:16px;
	padding:12px 0 13px;
}
#content .account-box .post {padding:0 0 13px;}
#content .content {
	float:left;
	width:406px;
}
#content .meta {
	float:right;
	width:150px;
	font-size:10px;
	padding-top:4px;
}
#content .meta ul {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
}
#content .meta li {
	background: url(../images/separator-meta.gif) repeat-x;
	padding:4px 0;
	margin:-1px 0 1px;
}
#content .meta em.date { display:block;}
#content img {
	display:block;
	margin:-2px 0 14px;
}
#sidebar {
	width:150px;
	float:left;
	border-top:4px solid #fff;
	padding-top:59px;
}
#sidebar h2 {
	font-size:12px;
	line-height:16px;
	margin:0;
	padding:3px 0 4px;
	border:solid #fff;
	border-width:1px 0;
}
#sidebar ul,
.aside ul {
	margin:0;
	padding:0;
	list-style:none;
	font-weight:bold;
}
#sidebar ul li,
.aside ul li {
	padding:4px 0;
	border-bottom:1px solid #fff;
	line-height:15px;
}
.aside ul.ul_list {
	list-style:disc;
	padding:0 13px;
}
.aside ul.ul_list li {
	padding:3px 0;
	margin:0;
}
.aside {
	width:235px;
	float:right;
	border-top:4px solid #fff;
	padding-top:59px;
}
.aside h2 {
	margin:0;
	font-size:12px;
	line-height:23px;
	color:#636363;
	border:solid #fff;
	border-width:1px 0;
}
.aside .widget { margin-bottom:13px;}
.aside .widget_search { margin-bottom:29px;}
.aside h3 {
	margin:0 0 13px;
	font-size:18px;
}
.aside .search fieldset {
	overflow:hidden;
	width:237px;
	margin-right:-2px;
	position:relative;
}
.search .text {
	float:left;
	width:194px;
	padding:4px 8px 5px;
	background: url(../images/bg-input-l.gif) no-repeat;
}
.search .text input {
	border:0;
	background:none;
	float:left;
	width:194px;
	margin:0;
	padding:0;
}
.search input.submit {
	float:left;
	background: url(../images/btn-submit.gif) no-repeat;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	width:27px;
	height:26px;
	border:0;
	cursor:pointer;
	padding:0;
	margin:0;
}
.aside .widget_text {
	border-top:1px solid #fff;
	padding:5px 0 0;
}
.aside .widget_text ul {
	font-weight:normal;
	border-top:1px solid #fff;
	line-height:16px;
}
.aside p { margin:0;}
.aside .widget_text li { padding:10px 0 12px;}
.carousel {
	margin:-24px 0 0;
	width:100%;
	overflow:hidden;
	position:relative;
	background:#212121;
}
.carousel .holder {
	width:1060px;
	position:relative;
	float:left;
	left:50%;
}
.carousel .frame {
	width:1060px;
	position:relative;
	float:left;
	left:-50%;
	border-bottom:1px solid #555;
}
.carousel .area {
	overflow:hidden;
	width:1060px;
	position:relative;
}
.carousel .slides {
	width:99999px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.carousel .slides li {
	float:left;
	width:1060px;
	position:relative;
}
.carousel .slides li img {display:block;}
.carousel .slides .text {
	position:absolute;
	left:28px;
	top:31px;
	font-size:24px;
	color:#feffff;
	padding:0 0 0 84px;
	line-height:32px;
	height:330px;
}
.slide1 .text {width:650px;}
.slide2 .text {width:370px;}
.slide3 .text {width:470px;}
.carousel .slides .slide-num {
	position:absolute;
	left:0;
	top:0;
}
.carousel .slides .text strong {
	display:block;
	margin:0 0 2px;
	line-height:30px;
}
.carousel .slides p {margin:0;}
.slides .more {
	position:absolute;
	left:86px;
	bottom:0;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	overflow:hidden;
}
.slides .more span {
	float:left;
	cursor:pointer;
}
.slides .more .l {
	background:url(../images/bg-more-l.png) no-repeat;
	padding:3px 13px 7px 18px;
}
.slides .more .r {
	float:left;
	width:5px;
	height:42px;
	background:url(../images/bg-more-r.png) no-repeat;
	text-indent:-9999px;
}
.swicher {
	position:absolute;
	right:30px;
	bottom:22px;
	margin:0;
	padding:0;
	list-style:none;
}
.swicher li {
	float:left;
	margin:0 0 0 4px;
}
.swicher a {
	float:left;
	width:11px;
	height:11px;
	background:url(../images/bg-dot.png) no-repeat;
	text-indent:-9999px;
	cursor:pointer;
	overflow:hidden;
}
.swicher a:hover,
.swicher .active a {background:url(../images/bg-dot-active.png) no-repeat;}
.columns {
	overflow:hidden;
	width:1001px;
}
.columns .holder {
	overflow:hidden;
	width:1020px;
	margin:0 -20px 0 0;
	padding:21px 0 27px;
	line-height:16px;
}
.columns .column {
	float:left;
	width:320px;
	margin:0 20px 0 0;
}
.columns h2 {
	margin:0 0 15px;
	font-size:18px;
	line-height:22px;
}
.columns p {margin:0 0 16px;}
.columns .more {
	font-size:13px;
	font-weight:bold;
}
.columns h3 {
	margin:0;
	font-size:12px;
}
.section {
	overflow:hidden;
	width:100%;
	padding:0 0 80px;
}
.hfeed {
	float:left;
	width:660px;
}
.section .heading {
	overflow:hidden;
	width:100%;
	border:solid #fff;
	border-width:5px 0 1px;
	padding:11px 0 6px;
}
.section h2 {
	margin:0;
	font-size:18px;
	line-height:18px;
}
.section h2 span {color:#0076a3;}
.section .ico {float:right;}
.section .ico img {display:block;}
.hfeed .post {
	overflow:hidden;
	width:100%;
	padding:14px 0 16px;
	border-bottom:1px solid #fff;
}
.hfeed .post .visual {
	float:left;
	margin:0 22px 0 0;
}
* html .hfeed .post .visual {margin-right:19px;}
.hfeed .post .visual img {display:block;}
.hfeed .post-content {
	overflow:hidden;
	height:1%;
}
.hfeed .post h3 {
	margin:0 0 2px;
	font-size:12px;
	line-height:15px;
	background:url(../images/bg-dotted-line.gif) repeat-x 0 100%;
	padding:0 0 6px;
}
.hfeed .post-entry {
	overflow:hidden;
	height:1%;
	line-height:16px;
}
.hfeed .post p {margin:0;}
.hfeed .post-meta {
	float:right;
	width:150px;
	margin:0 0 0 20px;
	font-size:10px;
}
* html .hfeed .post-meta {margin-left:17px;}
.hfeed .comments-num {
	background:url(../images/bg-dotted-line.gif) repeat-x 0 100%;
	line-height:10px;
	padding:0 0 8px;
	margin:0 0 5px;
}
.hfeed .post .author {
	display:block;
	margin:0 0 4px;
}
.hfeed .post .date {display:block;}
.twitter-hfeed {
	float:right;
	width:320px;
}
.twitter-hfeed ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:16px;
}
.twitter-hfeed li {
	border-bottom:1px solid #fff;
	padding:10px 0 11px;
}
.twitter-hfeed p {margin:0;}
.twitter-hfeed .date {
	display:block;
	font-size:11px;
	line-height:18px;
}
.twitter-hfeed .date span {
	color:#acacac;
	padding:0 0 0 7px;
}
.add-nav {border-top:1px solid #fff;}
.add-nav li {padding:0 !important;}
.add-nav a {
	display:block;
	height:1%;
	color:#636363;
	padding:4px 6px 4px 11px;
}
.add-nav .active a,
.add-nav a:hover {
	text-decoration:none;
	background:#0076a3;
	color:#fff;
}
#content .post-entry, #content P {
	margin:0;
	padding:0 0 12px;
	font-size:14px;
	line-height:20px;
}
#content .post-entry .visual {margin:0 0 50px;}
#content .post-entry .visual img {display:block;}
.btn {
	overflow:hidden;
	width:100%;
	margin:-8px 0 78px;
}
.btn a {
	float:left;
	margin:0 0 0 2px;
	background:url(../images/bg-btn-l.gif) no-repeat;
	font-weight:bold;
	color:#fff;
}
.btn a span {
	float:left;
	background:url(../images/bg-btn-r.gif) no-repeat 100% 0;
	padding:4px 24px 7px 15px;
	cursor:pointer;
}
.aside-holder {margin:-48px 0 0;}
.aside-holder .widget_text {border:none;}
.aside-holder h3 {margin-bottom:21px;}
.aside-holder .widget_text li {line-height:16px;}
#footer {
	background:#121212 url(../images/bg-footer.gif) repeat-x;
	color:#fff;
}
#footer .footer-holder { background: url(../images/bg-footer-holder.gif) repeat-x 0 100%;}
#footer .footer-area {
	width:851px;
	margin:0 auto;
	padding:15px 150px 15px 0;
}
#footer .info-holder {
	overflow:hidden;
	height:1%;
	font-size:14px;
	margin-bottom:5px;
}
#footer .info-box {
	float:left;
	width:150px;
	margin-right:20px;
}
#footer .sub-info {
	float:right;
	font-size:12px;
	display:inline;
}
#footer .info-box ul {
	margin:0;
	padding:0;
	list-style:none;
	background: url(../images/separator-footer.gif) repeat-x;
}
#footer .info-box ul li {
	background: url(../images/separator-footer.gif) repeat-x 0 100%;
	padding:4px 0;
}
#footer .info-box ul a { color:#fff;}
#footer .info-box ul a.twitter,
#footer .info-box ul a.linkedin,
#footer .info-box ul a.facebook {
	background: url(../images/ico-twitter.gif) no-repeat;
	padding:0 0 1px 30px;
	display:inline-block;
}
#footer .info-box ul a.linkedin { background: url(../images/ico-linkedin.gif) no-repeat;}
#footer .info-box ul a.facebook { background: url(../images/ico-facebook.gif) no-repeat;}
#footer .info-box ul a.email { color:#0076A3;}
#footer .info-box address {
	font-style:normal;
	margin:2px 0 10px;
}
#footer .copyright { font-size:11px;}
.outtaHere {
	position:absolute;
	left:-3000px;
}
.selectArea {
	position:relative;
	height:26px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:23px;
}
.selectArea .left {
	position:absolute;
	top:0;
	left:0;
	width:0;
}
.selectArea a.selectButton {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:30px;
	background:url(../images/bg-select-button.gif) no-repeat 100% 0;
}
.selectArea .center{
	height:26px;
	line-height:25px;
	display:block;
	padding:0 26px 0 14px;
	background: url(../images/bg-input-l.gif) no-repeat;
	font-weight:bold;
	font-size:12px;
}
.optionsDivInvisible,
.optionsDivVisible {
	position:absolute;
	z-index:30;
	font-size:11px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:-2px 0 0;
	padding:2px;
	overflow:hidden;
	list-style:none;
	background-color:#fff;
	border:1px solid #ccc;
	position:relative;
}
.optionsDivVisible ul li {
	height: 1%;
	overflow: hidden;
	vertical-align: top;
}
.optionsDivVisible a {
	color:#555;
	overflow:hidden;
	text-decoration:none;
	display:block;
	height:1%;
	padding:2px 4px;
}
/* Added by Aymeric 08-12-2010 */
.optionsDivVisible a:hover {text-decoration:underline;}
.content P {margin:0 0 15px 0;}
A:active, A:focus {outline:0;}
.column H4 {
	margin:0 0 3px 0;
	font-size:14px;
}
.bullet-lists{list-style-image:url(../images/bullet.png);}
.bullet-lists li{
	font-weight:bold; 
	font-size:14px;
	padding-bottom:8px;
}
.bigger-text{font-size:13px;}
.left {float:left;}
.right {float:right;}
.centered {text-align:center;}
/* Begin Clear Class */
.overflow:after {
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
.overflow {display:inline-block;}
/* Hides from IE5/Mac \*/
.overflow {display:block;}
/* End hide from IE5/Mac */
/* End Clear Class */
/* Overlay */
.overlay {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
    -moz-opacity: 0.7;
    opacity:.70;
    filter:alpha(opacity=70);
    z-index:1000;
}
.popup {
	position:absolute;
	width:470px;
	background:#FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	top:180px;
	left:50%;
	margin-left:-235px;
	z-index:1001;
}
.popup .heading {
	height:50px;
	background:url(../images/bg-overlay.png) repeat-x;
	position:relative;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
}
.popup .heading H2 {
	padding:15px 0 0 20px;
	margin:0;
	color:#FFF;
	font-size:18px;
}
.popup .heading .close {
	display:block;
	position:absolute;
	background:url(../images/bg-close.png);
	top:12px;
	right:15px;
	width:24px;
	height:24px;
}
.popup .content {
	padding:20px;
}
/* Sign-In Form */
.sign-in-form .row, .sign-in-form .row-submit {
	overflow:hidden;
	width:100%;
}
.sign-in-form .row {
	margin:0 0 20px 0;
}
.sign-in-form .cell {
	float:left;
	margin:0 20px 0 0;
	display:inline;
}
.sign-in-form label {
	display:block;
	padding:0 0 14px;
}
.sign-in-form .text {
	overflow:hidden;
	height:24px;
}
.sign-in-form .text span {
	float:left;
	background:url(../images/bg-input-l.gif) no-repeat;
}
.sign-in-form .text span span {
	background:url(../images/bg-input-r.gif) no-repeat 100% 0;
	padding:0 10px;
}
.sign-in-form .text input {
	float:left;
	width:170px;
	background:none;
	border:none;
	margin:0;
	padding:4px 0 5px;
	font-size:12px;
	line-height:16px;
	color:#959595;
}
.sign-in-form .reset, .sign-in-form .submit {
	float:left;
	height:26px;
	margin:0 13px 0 2px;
	padding:0 0 4px;
	vertical-align:middle;
	border:none;
	font-size:12px;
	line-height:25px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}
.sign-in-form .submit {
	width:117px;
	background:url(../images/btn-submit-account.gif) no-repeat;
}
.sign-in-form .reset {
	width:70px;
	background:url(../images/btn-reset-account.gif) no-repeat;
}
/* Carousel Arrows */
#swicher-holder {
	position:absolute;
	top:0;
	left:0;
	width:1060px;
	z-index:10;
}
.control_left, .control_right {
	position:absolute;
	width:41px;
	height:67px;
	display:block;
	top:170px;
	text-indent:-9999px;
}
.control_left {
	background:url(../images/btn-arrow-left.png);
	left:0;
}
.control_right {
	background:url(../images/btn-arrow-right.png);
	right:0;
}
/* Form Box */
.box {
	width:592px;
	background:url(../images/bg-box.gif) repeat-y;
	margin:0 0 45px -4px;
	float:left;
	position:relative;
	z-index:10;
}
.box-holder {
	background:url(../images/bg-box.gif) no-repeat 100% 100%;
	width:587px;
	padding:0 0 20px 5px;
}
.box .title {
	background:url(../images/bg-title.gif) no-repeat 100% 100%;
	margin:0 0 0 -5px;
	padding:0 0 2px;
}
.box .title-holder {
	background:url(../images/bg-title.gif) no-repeat;
	width:499px;
	padding:14px 68px 12px 22px;
	position:relative;
}
.box .title-holder h2 {
	margin:0 !important;
	color:#fff;
	font:bold 18px/22px Arial, Helvetica, sans-serif;
}
.account-box {padding:10px 20px;}
.account-box H2 {
	border-bottom:4px solid #F0F0F0;
	padding:10px 0 5px;
	margin:0 0 10px;
	color:#555;
}
/* Account Settings / Forms */
.account-form {
	padding:10px 30px 10px 20px;
	font-size:14px;
}
.account-form P {
	padding:0 0 10px;
	line-height:20px;
	text-align:justify;
}
.account-form .rows {
	border-bottom:4px solid #F0F0F0;
	margin:0 0 20px;
}
.account-form .row {margin:0 0 10px;}
.account-form .row-last {margin:0 0 20px;}
.account-form H2 {
	border-bottom:4px solid #F0F0F0;
	padding:10px 0 5px;
	margin:0 0 20px;
	color:#555;
}
.account-form LABEL {
	display:inline-block;
	padding:7px 7px 0 0;
	width:140px;
	text-align:right;
	font-size:14px;
	vertical-align:top;
}
.account-form INPUT, .account-form TEXTAREA {
	width:250px;
	border:1px solid #CCC;
	font-size:18px;
	padding:4px 5px;
	color:#959595;
}
.account-form .country {width:200px;}
.account-form .phone1 {width:35px;}
.account-form .phone2 {margin:12px 7px 0;}
.account-form .phone3 {width:176px;}
.account-form .email-updates {
	width:100%;
	overflow:hidden;
	padding:10px 0 0;
}
.account-form .email-updates LABEL {
	width:400px;
	text-align:left;
	float:left;
}
.account-form .email-updates INPUT {
	float:left;
	margin:0 10px 0 0;
}
.account-form .reset, .account-form .submit {
	float:left;
	height:26px;
	margin:0 13px 0 2px;
	padding:0 0 4px;
	vertical-align:middle;
	border:none;
	font-size:12px;
	line-height:25px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}
.account-form .submit {
	width:117px;
	background:url(../images/btn-submit-account.gif) no-repeat;
}
.account-form .reset {
	width:70px;
	background:url(../images/btn-reset-account.gif) no-repeat;
}
/* Messages */
.success, .error {
	padding:10px 0;
	border-top:4px solid #F0F0F0;
	border-bottom:4px solid #F0F0F0;
	font-weight:bold;
	margin:0 0 10px 0;
}
.success {
	color:#0076A3;
}
.error {
	color:#d3222a;
}
/* Publisher Tour */
#content H2.tour-h2 {
	font-size:20px;
	margin:0 0 15px;
}
#content H3.tour-h3 {
	font-size:16px;
	font-weight:normal;
	margin:0 0 10px;
}
.tour {
	padding:10px;
	margin:0 0 15px;
}
#content .tour IMG {
	border:1px solid #B5B5B5;
	padding:7px;
	margin:0;
	display:inline;
}
.tour DIV {
	margin:20px 0 0;
	width:250px;
}
#content .tour DIV P {
	line-height:15px;
	margin:0 0 10px;
	font-size:13px;
}
.tour-sign-up {
	width:105px;
	margin:0 auto 40px;
}
/* Buttons */
.button {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	overflow:hidden;
	line-height:32px;
}
.button span {
	float:left;
	cursor:pointer;
}
.button .l {
	background:url(../images/bg-more-l.png) no-repeat;
	padding:3px 13px 7px 18px;
}
.button .r {
	float:left;
	width:5px;
	height:42px;
	background:url(../images/bg-more-r.png) no-repeat;
	text-indent:-9999px;
}

