/* Common */
body,table,input,select,textarea { 
  font-family: 'Lucida Sans', Arial, sans-serif; 
  font-size: 100%;
  line-height: 1.125em;
}

/* Remove padding and margin */
*
{
  margin: 0;
  padding: 0;
  border: 0;
}

body {   
  color: #474747;  
  background: #1a1a1a;
  background-repeat: repeat-x;
}

h1 {
  margin: 0 0 0.5em 0;
  font-size:2.5em;
}
h1 span.smaller {
	font-size: 0.75em;
}
h2 {
  margin: 1em 0;
  font-weight:bold;
  font-size: 1em;
}
h3 {
	font-size: 0.9em;
	font-weight:bold;
	margin: 10px 0 0 0;
}
#content p, #h-info p { 
  margin: 1em 0;
  font-size: 0.75em; 
  line-height: 2em;
}

#content ul, #content ol {
  margin: 1em 1.75em;
  font-size: 0.75em;
}

#content li {
  margin: 0 0 0.5em 0;
}


dl.col {
  font-size: 0.75em;
  line-height:1.5em;
}

dl.col dt { 
  float: left; 
  width: 6em;
  font-weight: bold;
  margin-bottom:8px;
}

dl.col dd { 
  margin-left: 7em;
  margin-bottom:8px;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.clr {
  clear: both;
}
.clear-left {
	clear:left;
	}
.right {
  float: right;
  width:auto;
}

.left {
  float: left;
  width:auto;
}
.center {
	text-align: center;
	}
	
a:active, a:focus {
outline: 0;
}


/* Layout */

#constrain {
  width: 995px;
  overflow:hidden;
  margin: 0 auto;
}
#logo {
	float:left;
	 width:auto;
	}
#banner {
	width:100%;
	height: 212px;
	margin-top: -2px;
	height:262px;
	background: transparent url('../images/i-header-5.jpg') no-repeat;
	}
.header-feature {
	background: transparent url('../images/i-hsection.png');
	float:right;
	margin-left: 1px;
	height:248px;
	width:260px;
	text-align:left;
	padding: 15px 0 0 10px;
	}
.header-feature img {
	margin: 10px 0 0 0;
	}
	
#middle {
	width: 990px;
	background:transparent url('../images/i-content-bg.png') repeat-y;
	margin-top: 2px;
	padding-bottom:20px;
	}
#lhs {
	float:left;
	width: 210px;
	padding-top: 30px;
	}
#content {
	margin-left:216px;
	background:transparent url('../images/i-bc-bg.jpg') no-repeat;
	padding: 0 25px 0 30px;
	}
	
/* Top Nav */
#top-nav {
	list-style-type: none;
	padding: 24px 0 0 0;
	margin: 0 0 0 227px;
	width:auto;
	}
#top-nav li {
	float:left;
	margin-left: 2px;
	text-indent: -10000px;
	width:auto;
	}
#top-nav li a {
	width: 126px;
	height:53px;
	display:block;
	margin-bottom: 3px;
	cursor:pointer;
	}
#top-nav li a.nav-y {	background: transparent url('../images/i-nav-aboutag.png') no-repeat; }
#top-nav li a.nav-o {	background: transparent url('../images/i-nav-ibusiness.png') no-repeat; }
#top-nav li a.nav-b {	background: transparent url('../images/i-nav-ilife.png') no-repeat; }
/*#top-nav li a.nav-g {	background: transparent url('../images/i-nav-oshop.png') no-repeat; }*/
#top-nav li a.nav-s {	background: transparent url('../images/i-nav-blog.png') no-repeat; }
#top-nav li a.nav-p {	background: transparent url('../images/i-nav-ipresent.png') no-repeat; }
#top-nav li a.nav-bo {	background: transparent url('../images/i-nav-ibooks.png') no-repeat; }

#top-nav li a:hover {
	background-position: 0 -57px;
	}

	
/* Testimonial */
#testimonial {
	background:transparent url('../images/i-testimonial-bg.png');
	border: 1px solid #1e5c71;
	padding:10px;
	width:380px;
	max-height:90px;
	color:#fff;
	position:relative;
	top: 30px;
	left:589px;
	text-align:right;
	}
#testimonial p {	
	margin: 0;
	font-size:11px;
	text-align:right;
	color:#3bb9e2;
	font-weight:bold;
	}
#testimonial p span {
	color:#fff;
	font-weight:normal;
	text-align:right;
	display:block;
	margin-bottom: -15px;
	}

/* Breadcrumbs */
#breadcrumbs {
	color:#6c6c6b;
	font-size: 0.875em;
	text-indent: 10px;
	padding:5px 0 30px 0;
	}
#breadcrumbs p {
	margin: 0;
	}
#content #breadcrumbs a {
	text-decoration:none;
	color:#484847;
	}

#breadcrumbs img {
	margin: 2px 12px 2px 0;
	float:left;
	}
.bcd {
	padding: 0 5px;
	}
	
/* Footer */
#footer {
	background: transparent url('../images/i-footer-2.png') repeat-x;
	width:100%;
	height:95px;
	margin-top: -20px;
	position:relative;
	z-index:10;
	}
#footer div {
	width:990px;
	margin: 0 auto;
	}
#footer p {
	text-align:right;
	color:#fff;
	font-size:0.675em;
	margin: 11px 0 7px 0;
	}
#footer p a {
	color:#fff;
	text-decoration:none;
	}
#footer p a:hover {
	text-decoration:underline;
	}
#footer p.lighter {
	color:#ccc;
	margin: 3px 0 7px;
}
/* Bottom Nav */
#btm-nav {
	list-style-type:none;
	padding: 18px 0 0 0;
	}
#btm-nav li {
	display:inline;
	}
#btm-nav li a {
	color:#fff;
	border-bottom: 2px solid;
	text-decoration:none;
	font-size:0.675em;
	margin-right:18px;
	}
#btm-nav li a.bnav-y { border-color:#efc414; }
#btm-nav li a.bnav-o { border-color:#f76414; }
#btm-nav li a.bnav-b { border-color:#3bb9e2; }
#btm-nav li a.bnav-g { border-color:#85df27; }
#btm-nav li a.bnav-p { border-color:#ea008a; }
#btm-nav li a.bnav-bo { border-color:#d53bff; }

#btm-nav li a.bnav-y:hover { color:#efc414; }
#btm-nav li a.bnav-o:hover { color:#f76414; }
#btm-nav li a.bnav-b:hover { color:#3bb9e2; }
#btm-nav li a.bnav-g:hover { color:#85df27; }
#btm-nav li a.bnav-p:hover { color:#ea008a; }
#btm-nav li a.bnav-bo:hover { color:#d53bff; }

/* LHS headings */
#lhs h2 {
	display:block;
	height:45px;
	width:195px;
	text-indent: -10000px;
	margin: 0;
	}
#lhs h2 a {
	display:block;
	height:45px;
	}
#lhs h2.h2-about { background:transparent url('../images/i-lhs-aboutag.png') no-repeat right; }
#lhs h2.h2-business { background:transparent url('../images/i-lhs-ibusiness.png') no-repeat right; }
#lhs h2.h2-life { background:transparent url('../images/i-lhs-ilife.png') no-repeat right; }
#lhs h2.h2-health { background:transparent url('../images/i-lhs-ihealth.png') no-repeat right; }
#lhs h2.h2-present { background:transparent url('../images/i-lhs-ipresent.png') no-repeat right; }
#lhs h2.h2-categories { background:transparent url('../images/i-lhs-categories.png') no-repeat right; }
#lhs h2.h2-archives { background:transparent url('../images/i-lhs-archives.png') no-repeat right; }
#lhs h2.h2-popular { background:transparent url('../images/i-lhs-popularblogs.png') no-repeat right; }
#lhs h2.h2-blogrecent { background:transparent url('../images/i-lhs-recentblogposts.png') no-repeat right; }
#lhs h2.h2-ibooks { background:transparent url('../images/i-lhs-ibooks.png') no-repeat right; }
#lhs h2.h2-store { background:transparent url('../images/i-lhs-store.png') no-repeat right; }

/* LHS Nav */
#lhs ul {
	list-style-type:none;
	margin: 0 15px 0 10px;
	}
#lhs ul li {
	background: transparent url('../images/i-dotted.png') repeat-x left bottom;
	text-align:right;
	line-height: 3em;
	margin-bottom:4px;
	font-size: 0.9em;
	padding-right:5px;
	}
#lhs ul li a {
	color:#fff;
	text-decoration:none;
	}
#lhs ul li {
	color:#ccc;
	}
	
/* LHS Nav that takes up two lines */
#lhs ul li.long-nav {
	line-height: 1.1em;
	padding:0.8em 0;
	}

/* Search Box */
#search {
	text-align:right;
	margin: 30px 0;
}
#search input {
	width:130px;
	height:14px;
	padding: 6px 30px 10px 5px;
	font-size: 0.875em;
	color:#777;
	}
#search .submit, #search #searchsubmit, #search-main .submit {
	cursor:pointer;
	width:74px;
	height:36px;
	text-indent: -1000px;
	}

/* LHS Buttons */
#buttons {
	padding: 0 0 0 50px;
	
	display:none /* Temporarily remove*/ 
	}
#buttons img{
	margin: 0 0 10px 0;
	}
	
/* RHS */
#rhs-wrap {
	width:232px;
	float:right;
}
#rhs-wrap .aub {
	margin: 10px 0 0 0;
	border: 1px solid #a4a39f;
	padding: 1px;
	float:right;
	width:auto;
	}
#rhs {
	float:right;
	background: #c0bfbb;
	border: 1px solid #a4a39f;
	width: 210px;
	padding: 0;
	text-align:center;
	margin-left: 10px;
	}
#rhs h3 {
	color:#fff;
	background:#7d7d7c;
	background-repeat:no-repeat;
	background-position: 180px;
	font-weight:normal;
	font-size:0.875em;
	padding:10px;
	margin: 0 0 1em 0;
	text-align:left;
	}
ul.news {
	list-style-type:none;
	}
ul.news li {
	background:transparent url('../images/g-dotted.gif') repeat-x bottom;
	padding: 5px 0;
	margin: 5px 0;
	text-align:left;
	}
#rhs ul.news li a {
	color:#1a1a1a;
	text-decoration:none;
	display:block;
	background:transparent;
	}
ul.news li a:after {
	margin-left: 10px;
	}
#rhs ul.news li a:hover {
	color:#1e5c71;
	}
#rhs p {
	text-align:left;
	margin: 1em;
	}	
#rhs img {
	margin: 1em 0;
	}
#rhs img.bookimg {
	margin: 5px 0 0 0;
	}
	
/* Book List */
#content ul.book-list {
  margin:0;
  padding: 0;
  height:260px;
}
#content ul.book-list-short {
	width:430px;
}
ul.book-list li {
  float: left;
  list-style: none;
  margin: 0px;
  background-image: none;
  padding:0;
  width:89px;
}

ul.book-list li span {
  display: none;
}

ul.book-list a {
  display: block;
  width: 85px;
  height: 124px;
  text-decoration: none;
}

ul.book-list a:hover {
  background-position: bottom left;
}

a.book-market              { background: transparent url('../images/books/g-b-market.jpg') no-repeat; }
a.book-boost               { background: transparent url('../images/books/g-b-boost.jpg') no-repeat; }
a.book-satisfy             { background: transparent url('../images/books/g-b-satisfy.jpg') no-repeat; }
a.book-advertise           { background: transparent url('../images/books/g-b-advertise.jpg') no-repeat; }
a.book-haveabusiness       { background: transparent url('../images/books/g-b-life.jpg') no-repeat; }
a.book-building            { background: transparent url('../images/books/g-b-winning.jpg') no-repeat; }
a.book-buildasuccessful 	{ background: transparent url('../images/books/g-b-network.jpg') no-repeat; }
a.book-sellmore 			{ background: transparent url('../images/books/g-b-sellmore.jpg') no-repeat; }
a.book-bulletproof 			{ background: transparent url('../images/books/g-b-bulletproof.jpg') no-repeat; }
a.book-bulletproof .image-hover { margin-left: -24px; }
a.h-book-market              { background: transparent url('../images/books/g-h-book-market.jpg') no-repeat; }
a.h-book-boost               { background: transparent url('../images/books/g-h-book-boost.jpg') no-repeat; }
a.h-book-satisfy             { background: transparent url('../images/books/g-h-book-satisfy.jpg') no-repeat; }
a.h-book-advertise           { background: transparent url('../images/books/g-h-book-advertise.jpg') no-repeat; }
a.h-book-haveabusiness       { background: transparent url('../images/books/g-h-book-life.jpg') no-repeat; }
a.h-book-building            { background: transparent url('../images/books/g-h-book-winning.jpg') no-repeat; }
a.h-book-buildasuccessful 	 { background: transparent url('../images/books/g-h-book-network.jpg') no-repeat; }
a.h-book-sellmore 	 		 { background: transparent url('../images/books/g-h-book-sellmore.jpg') no-repeat; }

ul.book-list a {
  position:relative; 
}

ul.book-list a:hover span.image-hover {
  display:block;  
  position:absolute;
  bottom:100px;
  left:-80px;
  z-index:100;
  background:transparent url('../images/i-bg-image-hover.png') repeat-y;  
  padding:10px;  
}

/* Downloads page */
#content ul.book-download {
	list-style-type: none;
	padding: 0; margin: 0;
	}
ul.book-download li {
	float:left;
	height:120px;
	width:230px;
	text-align:center;
	}
ul.book-download li img {
	border: 3px solid #C0BFBB;
	margin-right:3px;
	}
	
/* Content images */
#content img.left, #content img.right, .border {
	padding:2px;
	border:1px solid #7B6E71;
	margin:5px;
	}
#content img.left {
	margin-right: 15px;
	}
#content img.right {
	margin-left: 15px;
	}
#content img.noborder {
	border: 0;
	}
	
/* Button */
#content .button {
	background:transparent url('../images/g-button-rhs.gif') no-repeat;
	text-align:center;
	color:#fff;
	font-size:1em;
	text-decoration:none;
	display:block;
	width:147px;
	height:26px;
	line-height:26px;
	padding: 0;
	}
#rhs .button {
	margin: 0 0 0 20px;
	float:none;
/*	width:auto;*/
	}
#content .download-button {
	background:transparent url('../images/g-button-rhs-download.jpg') no-repeat;
	width:135px;
	text-align:left;
	padding-left: 25px;
	margin-left: 15px;
}

/* Extending button */
#content .button-l {
	background: transparent url('../images/g-button-r.gif') no-repeat right;
	color:#fff;
	text-decoration:none;
	float:left;
	height:26px;
	line-height:26px;
	display:block;
  	width:auto;
	}
#content .button-l span {	
	background:transparent url('../images/g-button-l.gif') no-repeat left;
	padding: 0 8px;
	height:26px;
	display:block;
	}
#content .events p {
	margin: 0;
	}
#content .button-arrow {
	background: transparent url('../images/g-button-r-arrow.gif') no-repeat right;
	padding-right: 25px;
}
#content .button-download {
	background: transparent url('../images/g-button-r-download.gif') no-repeat right;
	padding-right: 25px;
}	
/* Testimonials page */
.testimonial {
	border: 1px solid #e9e7e7;
	background:#dbdbdb url('../images/g-testimonial.gif') no-repeat right bottom;
	padding:10px;
	margin: 10px 0;
	width: 494px;
	}
.testimonial h2 {
	border-bottom: 1px solid #908f8f;
	padding-bottom: 3px;
	margin-top: 2px;
	}
.testimonial-img {
	background:#fff;
	text-align:center;
	padding: 0 10px;
	float:right;
	width:171px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* Two column ul */
.two-col li {
	float:left;
	width:50%;
	}
	
.download {
	width: 250px;
	}
	
/* Retailers */
.retailers {
	background:#dbdbdb;
	border: 1px solid #e9e7e7;
	padding: 0 20px;
	margin: 20px auto;
	width:450px;
	}
.retailers img {
	margin: 5px;
	}
.retailers h2 {
	font-size:0.875em;
	border-bottom: 1px solid #908f8f;
	padding-bottom: 3px;
	}

.highlight {
	background:#dbdbdb;
	border: 1px solid #e9e7e7;
	padding: 0 20px 10px 20px;
	margin: 20px auto;
	width:630px;
}

.highlight-half {
	float:left;
	margin: 10px 10px 20px 0;
	width:305px;
	padding-top: 5px;
}

.highlight-third {
	float:left;
	margin: 10px 10px 20px 0;
	width:210px;
	padding-top: 5px;
}

.highlight-two-thirds {
	float:left;
	margin: 10px 0 20px 0;
	width: 410px;
	padding-top: 5px;
}

.highlight-two-thirds img {
  margin: 0 5px 10px 0;
}

.noleftmargin {
	margin-left: 0;
	padding-bottom: 5px;
}
.highlight.noleftmargin {
	width: 660px;
}

.purchase-option {
  height: 520px;
}

.bestseller {
	background: transparent url('../images/g-bestseller.jpg') no-repeat right;
	height:64px;
	width: 96px;
	position:absolute;
	margin: -80px 0 0 640px;
	text-indent: -10000px;
	}
#lhs p {
	color:#eee;
	font-size:0.75em;
	margin: 1em 0;
	}
#lhs .sml li {
	background: none;
	line-height:2em;
	font-size:0.75em;
	color:#cdcdcd;
	}
	
.download {
	background:#ddd;
	border:1px solid #eee;
	padding:10px;
	margin: 0 15px 15px 0;
	float:left;
	text-align:center;
	width:180px;
	}
#content .download .button, #content .download .button-l {
	font-size:0.675em;
	margin-left: 20px;
	}
.download img.lscape {
	margin: 27px 0;
	}
#content .download p {
	margin: 0;
	}
.download-wrap {
	margin-left: 50px;
	}
#content .upcoming-books {
	background-image: none;
	}
.download-books .download img {
	float:left;
	margin-right: 10px;
	}
#content .download-books .download p {
	margin-left: 120px;
	}
#content .download-books .download p a {
	font-size:0.875em;
	}
.download-books .download {
	width:280px;
	text-align:left;
	}
#content .download-books .download .button {
	margin-left: 0;
	}
	
.download img {
		border:3px solid #fff;
}
.download-large .download {
	width: 260px;
	margin-right: 25px;
	}
#content .download-large .download .button{
	margin-left: 57px;
	}
#content .download-large .download .button-l {
	margin-left:35px;
	}
.microphones {
	margin-left: 60px;
	}
	
/* Clients Scrolly box */
.clients-box {
	background: transparent url('../images/g-clients-bg.jpg') no-repeat;
	width:721px;
	height:101px;
	padding: 24px 0 0 0;
	}
.retailers-box {
	background: transparent url('../images/g-retailers.gif') no-repeat;
	height:120px;
	padding: 32px 0 0 30px;
	width:689px;
	overflow:hidden;
	}
#content .clients-box img.left, #content .clients-box img.right {	
	border: 0;
	margin:0 5px;
	}
.clients-wrap {
	overflow: hidden;
	width: 665px;
	height: 75px;
	float:left;
	margin: 2px 0 0 0;
	}
.clients-show {
	width:1000px;
	}
.clients-wrap img {
	margin: 0 15px;
}

#rhs.rhs-beinspired {
	height:458px;
	padding-top: 5px;
	}
#rhs.rhs-beinspired img {
	margin: 10px 0;
	}
.red {
	color:#a70000;
	font-weight:bold;
	font-size:0.75em;
	}
.lhs-home {
	float:right;
	margin: 15px 15px 0 0;
  	width:auto;
	}
	
/* Search */
#middle.search-content #content {
	margin-left: 0;
	background:transparent url('../images/i-bc-bg-search.jpg') no-repeat;
	}	
#middle.search-content {
	background:#cdcece;
	background-image:none;
}
#search-main input {
	background:transparent url('../images/i-input-search-long.jpg') no-repeat;
	height:18px;
	width:221px;
	padding: 4px 30px 0 6px;
	font-size:0.675em;
	color:#474747;
}
#search-main .submit {
	background:transparent url('../images/i-search-main.jpg') no-repeat 0 6px;
	}
.long {
	width: auto;
	margin: 0;
	padding: 0 1px 0px 4px;
	}
.qhl {
	margin: 0;
	width:445px;
	}
/* New header video */
#header-video {
	background:transparent url('../images/i-vid-home.jpg') no-repeat;
	height:168px;
	width:253px;
	margin: 10px 0 0 10px;
	}
#header-video p a {
	color:#ccc;
	text-transform:uppercase;
	font-size:0.675em;
	text-decoration:none;
	}
#header-video p {
	margin: 120px 5px 0 5px;
	line-height:0.675em;
	}
#header-video p.left {
	text-align:left;
	}
#header-video p.right {
	text-align:right;
	}
#header-video p a:hover {
	color:#fff;
	}
p.button-clear {
	height: 30px;
	}
.imgs img {
	margin: 10px;
	border:1px solid #000;
}
.imgs {
	margin-left: -10px;
	}
	
.inspired-book {
		margin: 10px 0 15px 0;
		border-bottom: 2px solid #999;
		padding-bottom: 15px;
}
#content .inspired-book .button-l {
		float:right;
}
#content .inspired-book h2 {
		padding-top: 4px;
}
.no1-lhs {
		margin: 0 10px 0 80px;
}
dl.coll {
	margin: 1em 0;
	font-size:0.75em;
	line-height:2.5em;
}
dl.coll dt {
	width:150px;
	float:left;
}
dl.coll dd {
		margin-left: 150px;
}

.packages {
	font-size:0.75em;
	line-height:1.75em;
}
.packages dt {
	float:left;
	width:130px;
	background:#dbdbdb;
	padding: 3px;
	margin-bottom: 3px;
}
.packages dd {
	margin-left: 140px;
	padding: 3px;
	margin-bottom: 3px;
}
h2 a {
	text-decoration:none;
}

.event-rhs {
	font-size:0.75em;
	text-align:left;
	margin: 0 10px 10px 10px;
	height:145px;
}
.event-rhs dt {
	font-weight:bold;
	float:left;
	width:50px;
	background:#aeaeae;
	margin: 4px 0;
	padding: 3px 5px;
}
.event-rhs dd {
	margin: 4px 0 4px 0px;
	padding: 3px 5px;
	float:left;
	width:120px;
}
#rhs img {
	margin: 0;
}
#rhs {
	padding-bottom: 10px;
}

.eventhighlight {
	margin: 0;
	width:450px;
}

#lhs-home-links {
	margin: -10px 0 10px 0;
	height:30px;
}
#lhs-home-links img {
	margin-top:0;
}

#rhs img.rhsn {
	margin: 15px auto 0 auto;
}

.bcbf-price {
	color:#fff;
	padding:3px;
	display:block;
}
.bcbf-price-one {	background:#609FD0;}
.bcbf-price-two {	background:#F25D83;}
.bcbf-price-thr {	background:#B268B1;}

.txt-right {
	text-align:right;
}

/* Section Buttons */
#content .sectionlinks a {
	display:block;
	background:#e4e4e4 url('../images/g-arrow-10.gif') no-repeat 330px center;
	padding:5px;
	width:340px;
	height: 45px;
	line-height:45px;
	float:left;
	margin: 5px 8px 3px 0;
	text-decoration:none;
	color:#272727;
	font-size:14px;
}
#content .sectionlinks a img {
	float:left;
	margin-right: 10px;
}
#content .sectionlinks span.empty {
	display:block;
	padding:5px;
	width:340px;
	height: 45px;
	float:left;
	margin: 5px 8px 3px 0;
}
#content .sections div {
	margin-top: 20px;
}
#content .sections div {
	background:#1a1a1a;
	padding: 8px;
	width:194px;
	float:left;
}
#content .sections div p{
	color:#fff;
	margin: 0 0;
	text-align:center;
}
#content .sections div p.readmore {
	background: transparent url('../images/g-arrow-10b.gif') no-repeat right center;
	text-align:right;
	padding: 0 15px 0 0;
	margin-right: 10px;
}
#content .sections div p.readmore a {
	text-decoration:none;
	display:block;
}

.icon-button-pair  {
  width:320px;
}

.icon-button-pair td {
  width:160px;
  vertical-align:middle;
}

.testimonials-group-full-width  .testimonial {
  width:690px;
}

/* Seminar Highlights */
.seminar-highlight {
	padding: 0 10px;
	margin: 0 0 20px 0;
}
.seminar-highlight h2 {
	margin: 0;
	padding: 0;
}

.seminar-highlight-blue {
	background: transparent url('../images/g-dotted-blue.gif') repeat-y left top;
}
.seminar-highlight-orange {
	background: transparent url('../images/g-dotted-orange.gif') repeat-y left top;
}
.seminar-highlight-yellow {
	background: transparent url('../images/g-dotted-red.gif') repeat-y left top;
}

.seminar-highlight-blue h2 {
	color:#00aeef;
}
.seminar-highlight-orange h2 {
	color:#f17930;
}
.seminar-highlight-yellow h2 {
	color:#ef0000;
}
.soldout {
	background:#ae0000;	
	padding:15px 10px 5px 10px;
	text-align:center;
	width:400px;
	margin: 0 auto;
	color:#fff;
}
