@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

body {
	background: #f5eded;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.clearAll {
	clear: both;
}

.red {
  color: #b11101;
}

.dark-red {
	color: #540000;
	font-weight: bold;
}

.small {
	text-align: right;
	font: 10px Arial, Helvetica, sans-serif;
}

.wrapper20 {
	padding-top: 20px;
}

.wrapper40 {
	padding-top: 40px;
}

/* HEADING STYLING */
#header {
	background: url(//images.tmcnet.com/expo/m2m/images/heading-miami.jpg) no-repeat;
	height: 177px;
}

#logo {
	float: left;
	width: 230px;
}

#logo a {
	display: block;
	height: 150px;
}

/* NAV STYLING */
#nav {
	padding: 70px 60px 0px 0px;
	list-style-type: none;
	z-index: 100;
	margin: 0; 
	list-style-type: none; 
	text-align: left; 
	float: right;
}

#nav li {
	display: inline; 
	width: 970px;
	float: left;
	position:relative;
	width: auto;
}

#nav li a {
	float: left;
	display: block;
	padding: 20px 6px 0 6px;
	color: #FFF;
	text-decoration: none;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 15px;
	opacity:0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
}

#nav a:hover {
	opacity:1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
}	

#nav li ul a {
	background: none;
}

.nav-0 a {
	background: url(//images.tmcnet.com/expo/m2m/images/home.png) 45% 0px no-repeat;
}

.nav-1 a {
	background: url(//images.tmcnet.com/expo/m2m/images/register.png) 50% 0px no-repeat;
}

.nav-2 a {
	background: url(//images.tmcnet.com/expo/m2m/images/dates-times.png) 48% 0px no-repeat;
}

.nav-3 a {
	background: url(//images.tmcnet.com/expo/m2m/images/agenda.png) 55% 0px no-repeat;
}

.nav-4 a {
	background: url(//images.tmcnet.com/expo/m2m/images/speaker-list.png) 52% 0px no-repeat;
}

.nav-5 a {
	background: url(//images.tmcnet.com/expo/m2m/images/newsroom.png) 55% 0px no-repeat;
}

.nav-6 a {
	background: url(//images.tmcnet.com/expo/m2m/images/sponsorship.png) 50% 0px no-repeat;
}

.nav-7 a {
	background: url(//images.tmcnet.com/expo/m2m/images/exhibit-now.png) 55% 0px no-repeat;
}

#nav li ul {
	display: none;
	background-image:none;
	z-index: 100;
}

#nav li:hover ul {
	display: block;
	position: absolute;
	margin-top: 35px;
	width: 200px;
}

#nav li:hover ul li a {
	display:block;
	background: #950400;
	color:#fff;
	width: 120px;
	text-align: left;
	border: solid 1px #ffdd96;
}

#nav li:hover ul li a:hover {
	background-color: #ff9919;
	color: #000;
}

#buttons {
	position: relative;
	height: 44px;
	float: right;
	top: 4px;
}

#buttons img {
	padding-right: 50px;
}
/* END NAV & HEADING STYLING */

/* MAIN STRUCTURE */
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #e0dddd;
}

#col-wrap {
	padding-bottom: 20px;
}

#col-wrap ul {
	list-style-type: none;
	margin-left: 25px;
}

#col-wrap ul li {
	background: url(//images.tmcnet.com/expo/m2m/images/red-bullet.jpg) 0px 3px no-repeat;
	padding: 0px 10px 5px 20px;
	color: #333;
}

#left-col {
	width: 573px;
	float: left;
	padding: 0px 12px 0px 25px;
	min-height: 1320px;
}

#left-col a {
	color: #b11101;
	text-decoration: none;
}

#left-col a:hover {
	color: #540000;
}

#right-col {
	width: 340px;
	float: right;
	padding: 15px 17px 0px;
	border-left: 1px solid #c7c7c7;
}

#footer {
	margin-top: 16px;
	background: url(//images.tmcnet.com/expo/m2m/images/footer-bg.jpg) repeat-x;
	height: 155px;
}

#footer-text {
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	color: #D82E1C;
}

#footer a:hover {
	color: #FFF;
	font-weight: bold;
}

/* END MAIN STRUCTURE */

/* LEFT STYLING */
#slider-shadow {
	background: url(//images.tmcnet.com/expo/m2m/images/slider-shadow.jpg) no-repeat;
	height: 20px;
	width: 566px;
}

#left-col h1 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
}

#statistic {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #eee;
	margin: 1.5em 10px;
	padding: 5px;
	-moz-border-radius:0px 0px 40px;
	-webkit-border-radius:0px 0px 40px 0px;/*This is the correct shorthand for webkit*/
	border-radius:0px 0px 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}

#statistic p, #statistic2 p {
	padding: 5px 10px 5px 10px!important;
}

#statistic2 {
  	background: #f9f9f9;
	border-left: 1px solid #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 5px;
	-moz-border-radius:0px 0px 0px 40px;
	-webkit-border-radius:0px 0px 0px 40px;
	border-radius:0px 0px 0px 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}

#left-col h2 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 15px 35px;
	text-align: left!important;
}

#right-col h2 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 15px 35px;
}

#important h2 {
	background: url(//images.tmcnet.com/expo/m2m/images/important-links.jpg) no-repeat;
}

#benefits h2 {
	background: url(//images.tmcnet.com/expo/m2m/images/benefits.jpg) no-repeat;
}

#cmnt h2 {
	background:none; padding: 0px 0px 15px 0px;
}

#attend h2 {
	background: url(//images.tmcnet.com/expo/m2m/images/why-attend.jpg) no-repeat;
}

#collocate h2 {
	background: url(//images.tmcnet.com/expo/m2m/images/collocated-with.jpg) no-repeat;
}

#left-col p {
	line-height: 18px;
	padding: 10px 10px 10px 10px;
	color: #333333;
}

#important a {
	font: bold small-caps 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #444444;
	display: block;
	float: left;
	width: 124px;
	height: 95px;	
	margin-left: 50px;
}

#important a:hover {
	text-decoration: underline;
	color: #540000;
	opacity:0.75;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=62);
	filter: alpha(opacity=62);
}

#important a span {
	display: block;
	padding-top: 10px;
	text-align: center;
}

.important-1 {
	background: url(//images.tmcnet.com/expo/m2m/images/agenda-button.jpg) no-repeat;
}

.important-2 {
	background: url(//images.tmcnet.com/expo/m2m/images/hotel.jpg) no-repeat;
}

.important-3 {
	background: url(//images.tmcnet.com/expo/m2m/images/sponsor.jpg) no-repeat;	
}

.important-4 {
	background: url(//images.tmcnet.com/expo/m2m/images/videos.jpg) no-repeat;
}

.important-5 {
	background: url(//images.tmcnet.com/expo/m2m/images/photos.jpg) no-repeat;
}

.important-6 {
	background: url(//images.tmcnet.com/expo/m2m/images/prospectus.jpg) no-repeat;
}

.benefit-block {
	line-height: 18px;
	color: #333333;
	background: #efefef;
	border: 1px solid #d2d2d2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: left;
	padding: 10px;
	margin-left: 10px;
	width: 43%;
	min-height: 145px;
}



#attend #quote {
	padding: 10px;
	margin-left: 10px;
	color: #333333;
	background: #efefef;
	border: 1px solid #d2d2d2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 91.5%;
}

#quote blockquote {
	font: 14px/20px italic Times, serif;
	padding: 8px;
	margin: 5px;
	background-image: url(//images.tmcnet.com/expo/m2m/images/open-quote.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 15px;
}

#quote blockquote span {
    display: block;
    background-image: url(//images.tmcnet.com/expo/m2m/images/close-quote.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
	width: 17px;
	height: 14px;
	float: right;
}

#quote p {
	font-size: 10px;
	float: left;
	width: 50%;
	padding-top: 20px;
	margin-left: 5px;
}

#collocate h6{
	text-align: center;
	display: block;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}

#collocate img {
	padding: 0px 0px 10px 40px;
}

#collocate a:hover img {
	opacity:0.75;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	filter: alpha(opacity=75);
}

/* END LEFT COLUMN STYLING */

/* START RIGHT COLUMN STYLING */
#imp {
	background: #efefef;
	border: 1px solid #d2d2d2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 15px;
	color: #b11101;}
	
#imp a:hover img {
	opacity:0.75;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	filter: alpha(opacity=75);
}

#imp h4 {
	padding: 5px 0 5px 5px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	
}

#imp h4 span {
	display: block;
	color: #444;
	font-size: 12px;
}
#social {
	background: #efefef;
	border: 1px solid #d2d2d2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 15px;
	color: #b11101;
}

#social div {
	float: right;
    padding: 5px 10px 0 0;
}

#social div img {
	
}

#social a:hover img {
	opacity:0.75;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	filter: alpha(opacity=75);
}

#social h4 {
	padding: 5px 0 5px 5px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	width: 43%; 
}

#social h4 span {
	display: block;
	color: #444;
	font-size: 12px;
}

#ctas {
	margin-bottom: 15px;
}

#ctas a:hover img {
	opacity:0.75;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	filter: alpha(opacity=75);
}

#who {
	background: #efefef;
	border: 1px solid #d2d2d2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
}

#who h2 {
	background: url(//images.tmcnet.com/expo/m2m/images/who-should-attend.jpg) no-repeat;
	margin-left: 10px;
}

#sponsors-wrap {
	padding-left: 10px;
}

#sponsors-wrap img {
	border: 1px solid #CCC;
	margin: 1px;
}

#sponsors {
	background: #efefef;
	border: 1px solid #d2d2d2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

#sponsors a:hover img {
	opacity:0.75;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	filter: alpha(opacity=75);
}

#sponsors h3 {
	margin-bottom: 5px;
}

#host-sponsor h3 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #2d2d2d;
	padding: 8px 8px 8px 30px;
	background: url(//images.tmcnet.com/expo/m2m/images/hosted.jpg) no-repeat;
	margin-left: -21px;
}

#platinum-sponsor h3 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #2d2d2d;
	padding: 8px 8px 8px 30px;
	background: url(//images.tmcnet.com/expo/m2m/images/platinum.jpg) no-repeat;
	margin-left: -21px;
}

#gold-sponsor h3 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #2d2d2d;
	padding: 8px 8px 8px 30px;
	background: url(//images.tmcnet.com/expo/m2m/images/gold.jpg) no-repeat;
	margin-left: -21px;
}

#silver-sponsor h3 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #2d2d2d;
	padding: 8px 8px 8px 30px;
	background: url(//images.tmcnet.com/expo/m2m/images/silver.jpg) no-repeat;
	margin-left: -21px;
}

#news {
	background: #efefef;
	border: 1px solid #d2d2d2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
}

#news h2 {
	padding: 0px 0px 10px 0px;
	font-size: 20px;
	text-decoration: underline;
}

#news h4 {
	padding: 0px 10px 10px 10px;
	font-weight: normal;
}

#news h4 a {
	color: #4f4f4f;
	text-decoration: none;
	font-size: 12px;
}

#news h4 a:hover {
	text-decoration: underline;
	color: #540000;
}

#more-news {
	float: right;
}

#more-news a {
	color: #540000;
	font-size: 12px;
}

#more-news a:hover {
	color: #333;
}

.agenda-head-date {
	color: #540000;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	margin: 40px 0px 30px 0px;
	border-bottom: 1px solid #e0dddd;
	padding-bottom: 10px;
}

.agenda-main-container {
	background: #efefef;
	border: 1px solid #d2d2d2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
	text-align: left;
}

.agenda-container {
	float: left;
}

.agenda-main-container .wrapperlft-rt20 {
	float: right;
	width: 70%;
}

.agendatime {
	font-weight: bold;
}

.agendatitle {
	color: #b11101;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #e0dddd;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#tblNews a {
	color: #b11101;
}

#tblNews a:hover {
	color: #540000;
}

#video-cont {
	margin-top: 20px;
}

.vid-img {
	float: left;
	border: 1px solid #540000;
}

.vid-desc {
	float: left;
	margin: 70px 0px 0px 15px;
}

.vid-desc a {
	color: #b11101;
	text-decoration: none;
}

.vid-desc a:hover {
	color: #540000;
}

#photo-holder {
	margin-top: 20px;
}

#photo-row {
	margin-top: 45px;
}

#photo-row img {
	padding-left: 45px;
	border: 0;
}

#photo-row a:hover img {
	opacity:0.75;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	filter: alpha(opacity=75);
}

#exhibitors table td {
	border-bottom: 1px solid #E2E2E2;
}

.speakerfullname {
	font-weight: bold;
	font-size: 14px;
}

.company {
	color: #B11101;
	font-style: italic;
}

.speaker-border {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0px 0px 0px;
	margin-bottom: 5px;
}

div.cta {
	background: url(//images.tmcnet.com/expo/m2m/images/cta-bkg.png) no-repeat;
	width: 340px;
	height: 90px;
	margin-bottom: 5px;
}

.img {
	float: left;
	width: 84px;
}

#presents {
	padding: 5px;
}

#calling {
	padding: 20px 0 0 15px;
}

#enews {
  	height: 80px;
	padding: 5px;
}

.txt {
	float: left;
	width: 240px;
	padding: 10px 5px 0 10px;
}

.txt strong {
	font-size: 16px;
	color: #B11101;
}

#ctas a {
	color: #000000;
	text-decoration: none;
}

#ctas a:hover {
	text-decoration: underline;
}

.cta-more {
	float: right;
	color: #B11101;
	padding: 2px 10px 0 0;
}
#cmnt h3 { font-size:24px;}