html,body{
	margin:0px;
	padding:0px;
	background:#EFEFEF;
	color:#fff;
	/*font-family: "proxima-nova-1","proxima-nova-2",sans-serif;*/

	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 13px;
	width: 100%;
}


ul, li, p, img, div {
	margin: 0;
	padding:0;
}

#body {
	width: 100%;
	text-align: center;
}

#container {
	width: 960px;
	text-align: left;
	margin:0 auto;
	position: relative;
}

#top {
	height: 89px;
}

#top .logo{
	float: left;
	margin-top: 10px;
}

.logo img {
	border: 0px;
}

#topmenu {
	float: right;
	display:none;
	width: 286;
}

#topmenu img {
	cursor: pointer;
	vertical-align:middle;
}

#topmenu, #topmenu a{
	color: #6F6F6F;
	font-size: 8pt;
	text-decoration: none;
}

#menu {
	width: 100%;
	height: 39px;
}

#menu li {
	list-style-type: none;
	float: left;
}

#menu a {
	color: transparent;
}

#menu .events {
	height: 42px;
	width: 126px;
	background: transparent url(/images/buttons/events.png) no-repeat;
}

#menu .events:hover {
	background: transparent url(/images/buttons/events_hover.png) no-repeat;
}

#menu .events.selected {
	background: transparent url(/images/buttons/events_hover.png) no-repeat !important;
}

#menu .training {
	height: 42px;
	width: 120px;
	background: transparent url(/images/buttons/training.png) no-repeat;
}

#menu .training:hover {
	background: transparent url(/images/buttons/training_hover.png) no-repeat;
}

.training.selected {
	background: transparent url(/images/buttons/training_hover.png) no-repeat !important;
}

#menu .store {
	height: 42px;
	width: 118px;
	background: transparent url(/images/buttons/store.png) no-repeat;
}

#menu .store:hover {
	background: transparent url(/images/buttons/store_hover.png) no-repeat;
}

.store.selected {
	background: transparent url(/images/buttons/store_hover.png) no-repeat !important;
}

.selectedStoreTopMenu{
	background: transparent url(/images/buttons/store_hover.png) no-repeat !important;
}

.selectedBlogTopMenu{
	background: transparent url(/images/buttons/blog_hover.png) no-repeat !important;
}



#menu .mentoring {
	height: 42px;
	width: 118px;
	background: transparent url(/images/buttons/mentoring.png) no-repeat;
}

#menu .mentoring:hover {
	background: transparent url(/images/buttons/mentoring_hover.png) no-repeat;
}

.mentoring.selected{
	background: transparent url(/images/buttons/mentoring_hover.png) no-repeat !important;
}

#menu .consulting {
	height: 42px;
	width: 120px;
	background: transparent url(/images/buttons/consulting.png) no-repeat;
}

#menu .consulting:hover {
	background: transparent url(/images/buttons/consulting_hover.png) no-repeat;
}

.consulting.selected {
	background: transparent url(/images/buttons/consulting_hover.png) no-repeat !important;
}


#menu .blog {
	height: 42px;
	width: 120px;
	background: transparent url(/images/buttons/blog.png) no-repeat;
}

#menu .blog:hover {
	background: transparent url(/images/buttons/blog_hover.png) no-repeat;
}

.blog.selected{
	background: transparent url(/images/buttons/blog_hover.png) no-repeat !important;
}


#menu .members {
	height: 42px;
	width: 119px;
	background: transparent url(/images/buttons/members.png) no-repeat;
}

#menu .members:hover {
	background: transparent url(/images/buttons/members_hover.png) no-repeat;
}

.members.selected {
	background: transparent url(/images/buttons/members_hover.png) no-repeat !important;
}

#menu .aboutus {
	height: 42px;
	width: 119px;
	background: transparent url(/images/buttons/aboutus.png) no-repeat;
}

#menu .aboutus:hover {
	background: transparent url(/images/buttons/aboutus_hover.png) no-repeat;
}

.aboutus.selected{
	background: transparent url(/images/buttons/aboutus_hover.png) no-repeat !important;
}
#submenu {
	width: 960px;
	height: 21px;
	background: transparent url(/images/submenubg.png) repeat-x;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 13px;
	display: block;
	overflow: hidden;
	position: absolute;
	left:0px;
	top: 128px;
}

.submenu {
	width: 960px;
	height: 21px;
	background: transparent url(/images/submenubg.png) repeat-x;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 13px;
	display: none;
	overflow: hidden;
	position: absolute;
}

.submenu a {
	margin-top: 3px;
	/**margin-left: 15px;**/
	float: left;
	color: #fff;
	text-decoration: none;
}

.submenu a:hover {
	text-decoration: underline;
}

#content {
	margin-top: 35px;
}

#slideshow {
	position: relative;
}

#intcontent {
	/*border: 1px solid #dcdcdc;
	margin-top: 30px;*/
	float: left;
	background: #b3b3b3;
}

.intnavigation {
	color: #9D9D9D;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top:15px;
}

.intnavigation a{
	color: #BFBFBF !important;
	font-size: 13px;
	float: left;
	font-weight: bold;
}

.intnavigation div.space{
	float: left;
}

.intnavigation a:hover{
	text-decoration: underline !important;
}

.intnavigation a.sel{
	color: #fff !important;
	font-size: 13px;
	text-decoration: none !important;
	background: #bfbfbf;
	font-weight: bold;
}

.intnavigation a.sel div{
	float: left;
}

.intnavigation a.sel span {
	font-weight: bold;
	height: 13px;
	padding-bottom: 4px;
}

.intnavigation .search {
	text-align: center;
}

.intnavigation .search img {
	float: left;
	cursor: pointer;
}

.intnavigation .search input {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-right: 0px;
	width: 154px;
	height: 19px;
	font-size: 13px;
	float:left;
}

#mainslide {
	float:left;
	width: 660px;
	height: 350px;
	
}

#mainslideimg {
	position:absolute;
	z-index:3;
	border: 0px;
	display:none;
}

#secondslideimg {
	position:absolute;
	z-index:2;
	opacity: 0;
	border: 0px;
}

#thumbs {
	float:left;
	width: 300px;
	height: 350px;
	overflow: hidden !important;
	display: none;
	position: relative;
}

#arrowdown {
	display: none;
	margin-left:142px;
	margin-top:-150px;
	position:absolute;
	cursor: pointer;
}

#arrowup {
	display: none;
	margin-left:270px;
	margin-top:10px;
	position:absolute;
	cursor: pointer;
	z-index:3;
	
}

#canvas {
	position: relative;
	top: 0px;
}

#thumbs .thumb {
	border-bottom: 1px solid #cecece;
	height:116px;
	width:300px;
}

#thumbs .last{
	border-bottom: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#ads {
	float: left;
	height: 252px;
	width: 320px;
	background: #fff;
	margin-top: 15px;
}

.ad {
	height: 123px;
	width: 157px;
	float: left;
}

.ad img {
	border: 0px;
}

.ad img {
	color: transparent;
}

#ads .top {
	margin-bottom:  6px;
}

#ads .left {
	margin-right: 6px;
}

#recent {
	float: left;
	background: #999999;
	width: 640px;
	height: 252px;
	margin-top: 15px;
	position: relative;
}

#recent .top {
	color: #fff;
	width: 320px;
	background: transparent url(/images/h3bg.png) repeat-x;
	height: 30px;
	position:relative;
	z-index: 2;
}

.top a {
	color: #fff;
	text-decoration: none;
}

.top a:hover{
	text-decoration: underline;
}

.top img {
	border: 0px;
}

#recent .column {
	float: left;
	color: #fff;
	width: 320px;
	height: 252px;
	border-right: 1px solid #666;
	overflow: hidden;
	position: relative;
}

.column .arrows {
	position:absolute;
	margin-top: -35px;
	width: 12px;
	margin-left: 300px;
	display: none;
}

.column .arrows img {
	clear:both;
	cursor: pointer;
}

#recent .sec{
	width: 319px;
	border-right: 0px;
}

#recent .left {
	float: left;
	margin-left: 7px;
}

#recent .right {
	float:right;
	margin-right: 7px;
}

#recent .tweetrecord {
	border-top: 1px solid #666;
	padding: 8px;
	padding-bottom: 3px;
	font-family: Arial;
}

.tweetrecord a.twitter-hashtag {
	color:#D21242;
	font-size:8pt;
	text-decoration:none;
}

#recent .blogrecord {
	border-top: 1px solid #666;
	padding: 8px;
	padding-bottom: 3px;
	height: 132px;
	font-family: Arial;
}

.tweetrecord .title,.blogrecord .title{
	font-size: 9pt;
	font-weight: bold;
}

.tweetrecord .body, .blogrecord .body {
	font-size: 9pt;
	margin-top: 7px;
	padding-bottom: 5px;
}

.tweetrecord .readmore, .blogrecord .readmore {
	color: #d21242;
	padding-right: 15px;
	background: none;
	text-decoration: none;
	clear: both;
	font-size: 8pt;
}

.tweetrecord .author,.blogrecord .author {
	margin-top: 15px;
	font-size: 8pt;
	color: #cccccc;
}

.tweetrecord .author {
	margin-top: 10px;
}

#footer {
	width: 100%;
	background: transparent url(/images/footerbg.png) repeat-x;
	height: 31px;
	float: left;
	margin-top: 24px;
	padding-top: 5px;
}

#footer div {
	margin-right: 10px;
}

#footer a, #footer span{ 
	padding-left: 5px;
	color: #999999;
	font-size: 9pt;
	font-family:Arial;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}
#footer img{ 
	border: 0px;
}

#toprollover {
	position: absolute;
	width: 100%;
	background: transparent url(/images/black.png) repeat;
	height: 220px;
	*height: 250px;
	border-bottom: 0px solid #8c8c8c;
	color: #cccccc;
	text-align: left;
	padding-top: 15px;
	z-index:101;
	display: none;
	font-family: Arial,Sans-Serif;
	left: 0px;
}

#toprollover a{
	color: #cccccc;
	text-decoration: none;
}

#firstcolumn {
	float: left;
	width: 49%;
}

#secondcolumn {
	float: left;
	width: 49%;
}

#toprollover #separator {
	width:2%;
	text-align: center;
	float: left;
}

#loginform {
	float: right;
	width: 265px;
	margin-right:50px;
}

#logintext {
	margin-left: 50px;
	float: left;
	width: 415px;
}

#loginclose {
	margin-top: -2px;
}

#logintext img{
	cursor: pointer;
}

.underline {
	text-decoration: underline !important;
}

#loginform p {
	text-transform: uppercase;
	padding-left: 3px;
	font-size: 12px;
}

#loginform ul, li
{
	padding: 0;
	margin:0;
	list-style-type:none;
	padding: 1px 0px;
}

#logintext ul li img
{
	vertical-align: middle;
	margin-right: 8px;
}

#loginform input {
	height: 25px;
	width: 200px;
	margin-bottom: 10px;
	font-size:18px;
}

#loginform .forgot {
	/*margin-top: -10px;
	clear:both;
	margin-left: 57px;*/
}

#loginform .forgot a{
	color: #cccccc;
	margin-left: 105px;
	font-size: 10px;
	position: relative;
	top: -6px;
}

.submitbuttons {
	/*margin-top: -3px;*/
	margin-top: 0px;
	top: 190px;
	margin-left: 15px;
	position: absolute;
}

#users_register_link {
	margin-top: 0px;
	top: 190px;
	position: absolute;
}

.submitbuttons img {
	margin-right: 6px;
	cursor:pointer;
}

.red{
	color: #ff0000 !important;
}

#contact {
	position: absolute;
	width:320px;
	height: 190px;
	color: #cccccc;
	font-weight: bold;
	z-index:5;
	display: none;
	font-family: Arial;
	font-size: 11pt;
	top: 25px;
	margin-left: -35px;
	margin-left /*\**/: -195px;
	*margin-left: -315px;
}

#contact .close {
	margin-right: 24px;
	margin-top: -10px;
}

#contact .top {
	float:right;
	background: transparent url(/images/top_contact.png) no-repeat scroll 278px 0px;
}

#contact .container {
	background: transparent url(/images/black.png) repeat scroll;
	width: 320px;
	height: 190px;
	margin-top:18px;
}

#contact .body {
	width: 300px;
	height: 160px;
	margin-top: 10px;
	/*padding-left: 24px;*/
	padding-top: 5px;
	text-align: left;
	float: left;
}

#contact .small {
	font-size: 13px;
	font-weight: normal;
}

.col1 {
	padding-right: 10px;
}

.col2 {
	padding-left: 10px;
	line-height: 1.5;
}

.viewmore {
	clear: both;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}

.viewmore img {
	border:0px;
}

.viewmore a {
	font-weight: normal;
	font-size: 10pt;
}

#container .sep {
	float: left; 
	width: 20px;
}

#blogs {
	height:223px;
	position: relative;
	top: 0px;
}

#tweets {
	height:223px;
	position: relative;
	top: 0px;
}

#blogtoparrow {
	visibility: hidden;
}

#blogbottomarrow {
	visibility: hidden;
}

#leftmenu {
	float: left;
	width: 200px;
	height: 100%;
	background: #b3b3b3;
}

#intcontainer {
	float: left;
	width: 705px;
	background: #fff;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
}

#intcontainer p{
	/*padding: auto;
	margin:auto;*/
}

#intcontainer table{
	/*padding: auto;
	margin:auto;*/
	width:100%;
	clear: both;
}

#intcontainer hr {
	width: 100%;
	height: 1px; 
	border:0px;
	border-bottom:1px solid #E2E2E2;
}

#intcontainer img{
	border: 0px;
}

#intcontainer a {
	color: #F23D2F;
	text-decoration: none;
}

#intcontainer a:hover {
	color: #F23D2F;
	text-decoration: underline;
}

#leftmenu .search {
	margin-top: 20px;
	text-align: center;
	margin-left: 8px;
}

#leftmenu .search img {
	float: left;
	cursor: pointer;
}

#leftmenu .search input {
	background: #c9c9c9;
	border: 1px solid #909090;
	border-right: 0px;
	width: 154px;
	height: 24px;
	font-size: 15px;
	float:left;
}

#leftmenu .newsletter img {
	cursor: pointer;
}

.newsletter {
	/*margin-top: 20px;*/
	width: 247px;
	font-family: Arial,Sans-Serif;
	position:absolute;
	top:360px;
	left:-208px;
	z-index: 106;
}

#newsletter {
	background: transparent url(/images/nl_bg.png);
	height: 263px;
	width: 214px;
	display: block;
	float: left;
	overflow: hidden;
	position: absolute;
	z-index: 18;
}

#newsletterform {
	padding: 12px;
	color: #666666;
	font-size: 11px;
	padding-left: 28px;
}

#newsletterform a{
	color: #666666;
}

#newsletterform .row{
	overflow:hidden;
	width:160px;
}

#newsletterform input {
	width: 130px;
	height: 18px;
	border: 1px solid #a6a6a6;
	background: #E3E3E3;
	color: #666666;
	padding-top: 2px;
	padding-left: 5px;
	float: left;
}

#newsletterform select {
	width: 137px;
	height: 25px;
	border: 1px solid #a6a6a6;
	background: #E3E3E3;
	color: #666666;
	padding-left: 5px;
	float: left;
}

#newsletterform .row img {
	float: left;
	margin-left: 5px;
	vertical-align: middle;
	margin-top: 5px;
}

#newsletterform .row.submit {
	text-align: center;
}

#newsletterform .row.submit img{
	margin: 0px; 
}

#newsletterform .row.submit img.submit{
	margin-left: 7px; 
	cursor:pointer;
}

#newslettertrigger {
	border: 0px solid #a7a7a7;
	border-left: 0px;
	float: left;
	margin-top:1px;
	margin-left: 79px;
	position: absolute;
	z-index:19;
	cursor:pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
     #newslettertrigger {
		border: 0px solid #a7a7a7;
		border-left: 0px;
		float: left;
		margin-top:1px;
		margin-left: 203px;
		position: absolute;
		z-index:19;
		cursor:pointer;
	}
}

#leftmenu .ads {
	margin-top: 20px;
	text-align: center;
	position: relative;
}

#leftmenu .ads img {
	border: 0px solid #A9A9A9;
	position: absolute;
	left: 9px;
}

#mainad {
	z-index: 5;
}

#secondad {
	z-index: 4;
}

.clear {
	clear: both;
}

#loggedin {
	padding-top: 6px;
}

.h5 {
	height: 5px;
	clear: both;
}

.article_top {
	text-align: right;
}

.article_top img {
	margin-left: 5px;
}

#cover {
	display: block;
	width: 960px;
	height: 365px;
	*height: 390px;
	text-align: center;
	position:absolute;
	z-index: 100;
	background: #efefef;
	left: 0px;
}

#progress-bar {
	width: 220px;
	margin:0 auto;
	margin-top: 165px;
}

#register {
	padding-top:20px;
	color: #333;
	background: #F5F5F5;
	/*border: 1px solid #cbcbcb;*/
	width: 440px;
}

#register h3 {
	margin:0 auto;
	padding:0px;
	font-family: Arial;
	font-size: 12px;
	width: 96%;
	border-bottom: 1px solid #cbcbcb;
	color: #666;
}

#register table td {
	color: #666;
	font-size: 11px;
	font-family: Arial;
}

#register table td input[type='text'] {
	height: 25px;
	border: 1px solid #d3d3d3;
	width: 250px;
}

#register table td input[type='password'] {
	height: 25px;
	border: 1px solid #d3d3d3;
	width: 250px;
}

.h15 {
	height: 15px;
	clear: both
}

.dotted {
	border-bottom: 1px dotted #b9b9b9;
	width: 100%;
}

#register table td input.checkbox {
	height: auto;
	width: auto;
}

#register span.newsl {
	font-family: Arial;
	font-size: 11px;
	color: #636363;
}

span.news2 {
	font-family: Arial;
	font-size: 10px;
	color: #636363;
}

.required {
	color: #ff1d25 !important;
}

#success h3 {
	border-bottom:1px solid #CBCBCB;
	color:#666666;
	font-family:Arial;
	font-size:12px;
	margin:0 auto;
	padding:0;
	width:96%;
}

#success p {
	/*color:#666666;*/
	font-family: Arial;
	color: #666666;
	line-height: 2.3;
	margin-left: 2%;
}

#success p a {
	color: #666666;
}

.error {
	color: #434343;
	height: 25px;
	background: #FFE7E7 url(/images/att.png) no-repeat 10px 10px;
	padding-left: 25px;
	padding-top: 7px;
}

.bold {
	font-weight: bold !important;
}

#search .title {
	font-family: Arial; font-size: 20px; color: #666;font-weight: bold;
}

#search {

}

#search .sep {
	height: 1px;
	font-size: 1px;
	border-top: 1px dotted #d8d8d8;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#search a {
	font-family: Arial;
	font-size: 16px;
	color: #666;font-weight: bold;
}

#search a:hover {
	font-family: Arial;
	font-size: 16px;
	color: #666;font-weight: bold;
}

#search .desc {
	margin-top: 15px;
}

#search .hl {
	background-color: #ED4436;
	color: #fff;
}


span.page{
	font-size: 11px !important;
	font-family:Arial !important;
	font-weight:bold;
}

span.page.sel{
	text-decoration:underline;
}

a.page{
	font-size: 11px !important;
	font-family:Arial !important;
}

a.page:hover {
	font-size: 11px !important;
	font-family:Arial !important;
	color: #ed4436 !important;
	text-decoration: none !important;
}

.author a{
	color:#D21242;
	font-size:8pt;
	text-decoration:none;
}


.signuptoday, .signuptoday:hover{
	color: #4D4D4D !important;
	text-decoration: none !important;
}

#rform textarea {
	width: 381px;
}