* {
    margin: 0;
    padding: 0;
}

a {
	text-decoration: none;
	color:#000;
}

a:hover {
	text-decoration: underline;
	color:#F16809;
}

body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background-color: #fff;
}

#global-wrap {
    width: 900px;
    margin: 0 auto;
}

#header {
    background: url('../images/banner_bg.jpg') no-repeat 50% top;
    height: 166px;
    position: relative;
    width: 900px;
    margin: 0 auto;
}

#feature {
    background: url('../images/feature_shadow.jpg') no-repeat 50% center;
}

#feature #slider1-container {
    width: 826px;
    height: 290px;
    margin: 0 auto;
    border: 4px solid #f16809;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    position: relative;
}

#feature .feature-slider .feature-nav {
    position: absolute;
    top: 140px;
}

.feature-slider .feature-nav.left {
    left: 10px;
}

.feature-slider .feature-nav.right {
    right: 10px;
}

.feature-slider .feature-nav a img {
    border: none;
}

#header .micro-nav {
    bottom: 89px;
    position: absolute;
    right: 54px;
}
#header .micro-nav li {
    display: block;
    list-style-type: none;
}
#header .micro-nav a {
    color: #999999;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 10px;
    text-decoration: none;
}
#header .micro-nav .cart {
    background: url("/images/icons/silk/cart.png") no-repeat scroll 50% 50% transparent;
    margin-right: 5px;
}
#header .micro-nav a:hover {
    color: #CA4709;
}


#content {
    width: 852px;
    margin: 0 auto;
}

.column {
    float: left;
    margin: 20px 0;
    width: 284px;
    height: 520px;
    position: relative;
}

.column.right {
    height: 426px;
}

.column .wrapper {
    background: url('../images/column_wrap_bg.jpg') repeat-x top left;
    margin: 0 10px;
    padding: 3px 0 0;
}

.column .column-content {
    background:  #fff url('../images/column_content_bg.jpg') repeat-x top left;
    margin: 0 3px 0;
    min-height: 240px;
}

.column .column-footer {
    height: 54px;
    background: url('../images/column_footer_shadow.jpg') no-repeat 50% bottom;
    position: absolute;
    width: 284px;
    bottom: 0;
}

.column .footer-nav {
    height: 24px;
    margin: 0 16px;
    padding-top: 14px;
}

.column .footer-nav a {
    display: block;
    height: 24px;
    width: 24px;
    text-decoration: none;
}

.column .footer-nav a.prev {
    float: left;
    background: url('../images/button.arrow.left.png') no-repeat top left;
}

.column .footer-nav a.next {
    float: right;
    background: url('../images/button.arrow.right.png') no-repeat top left;
}

.column h1.header {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #f16809;
    margin: 0;
    padding: 4px 10px 0;
}

.column-content p {
    color: #444;
    font-size: 11px;
    line-height: 1.4em;
    margin: 10px;
}

/* SEARCH */
.tabbed-search, .basic-search {
    float: left;
    padding: 20px 10px 0;
}

.basic-search .form {
	background: #fd8f01;
	padding: 5px 0 2px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
}

.basic-search .form .field {
	background: #fff;
	padding: 5px;
	margin: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.basic-search .form .field .submit {
	float: right;
	padding: 1px 2px 0 5px;
	border-left: 1px solid #aaa;
}

.basic-search .form .field .submit a {
    display: block;
}

.basic-search .form .field .submit a img {
    border: none;
}

.basic-search .form .wrapper {
	float: left;
}

.basic-search .form .field input {
    border: none;
    font-size: 14px;
    width: 215px;
    color: #000;
}

.basic-search .form .field input.empty {
    color: #aaa;
}

.tabbed-search .tab {
    float: left;
    background: url('../images/search/tab_bg.jpg') repeat-x top left #b97012;
    margin: 0 2px 0 0;
    padding: 0 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabbed-search .tab.current {
    background: #fd8f01;
}

.tabbed-search .tab a {
    text-decoration: none;
    color: #fff;
    font-size: 9px;
}

.tabbed-search .form {
    background: #fd8f01;
    padding: 5px 0 2px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.tabbed-search .form .field {
    background: #fff;
    padding: 5px;
    margin-right: 5px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.tabbed-search .form .field .submit {
    float: right;
    padding: 1px 2px 0 5px;
    border-left: 1px solid #aaa;
}

.tabbed-search .form .field .submit a {
    display: block;
}

.tabbed-search .form .field .submit a img {
    border: none;
}

.tabbed-search .form .field input {
    border: none;
    font-size: 14px;
    width: 220px;
    color: #000;
}

.tabbed-search .form .field input.empty {
    color: #aaa;
}

.tabbed-search .advanced .label {
    text-align: right;
    padding: 0 5px;
}

.tabbed-search .advanced .label a {
    text-decoration: none;
    color: #fff;
    font-size: 9px;
    line-height: 1em;
}

/* TOPICS */
.topic-wrap {
    float: left;
/*    border: 2px solid #000; */
    margin: 5px 10px;
}

.topic {
/*    border: 2px solid #fff; */
}

.topic a {
    display: block;
    text-decoration: none;
    width: 230px;
	color: #000;
	size:  16px;
/*    height: 74px;
    background-color: #fff; */
}

.topic a img {
    border: none;
    opacity: 0.75;
    -moz-opacity: 0.75;
}

.topic a:hover img {
    opacity: 1;
    -moz-opacity: 1;
}

/* SPEAKERS */
.speaker-wrap {
    float: left;
    margin: 5px 10px;
	border-bottom: thin solid #666;
	max-height: 63px;
	overflow:hidden;
	height: 63px;
	width: 237px;
}

.speaker .portrait {
    float: left;
    border: 2px solid #fff;
	margin-right: 10px
}

.speaker .details {
    float: left;
    width: 180px;
    padding: 0 0 0 0;
}

.speaker .details .message {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
/*    padding-bottom: 4px; */
    color: #333;
}

.speaker .details .name a {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
/*     float: left;
    padding: 1px 6px 1px 0; */
}

.speaker .details .passage {
    float: left;
    border-left: 1px solid #333;
    padding: 1px 0 1px 6px;
}

.speaker .details span {
    font-size: 14px;
    color: #666;
}

/* CONFERENCES */
.conference-wrap {
    margin: 5px 9px;
}

.conference a {
    display: block;
    text-decoration: none;
	margin-bottom: 3px;
	border-bottom: 1px solid;
	color: black;
/*    background-color: #fff; */
}

.conference a img {
    border: none;
/*    opacity: 0.75;
    -moz-opacity: 0.75; */
}

.conference a:hover img {
    opacity: 1;
    -moz-opacity: 1;
}

/* HELPERS */
.clearing {
    clear: both;
}
.basic-search .form .field .submit .button {
	height: 17px;
	width: 17px;
}

.set {
	margin: 19px auto auto;
	width: 812px;
    background-image: linear-gradient(to right, #fcb215 , #fed66c);
    padding: 10px;
    /*Important:*/
    position:relative;
}
.set img {
    float: left;
    height: 79px;
    object-fit: scale-down;
    object-position: 0 0;
    margin: -10px 10px -10px -10px;
}
.set h3, .set h6 {
    text-align: center;
}
.set h6 {
    font-weight: normal;
}
.set .price {
    float: right;
    text-shadow:1px 1px 15px #f9f7c4, 1px 1px 15px #f9f7c4;
}
.set .dollar {
    font-size: 45px;
    font-weight: bolder;
}
.set .cents {
    vertical-align: top;
    font-size: 20px;
    font-weight: bolder;
}
.set a span {
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;

  z-index: 1;

  /* fixes overlap error in IE7/8, 
     make sure you have an empty gif */
  background-image: url('images/empty.gif');
}
