html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: 500;
	font-style: inherit;
	font-family: verdana, Arial, helvetica, sans-serif;
	vertical-align: baseline;
	
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}


.error{
	color:#B78B3C;
}

/*******************************************************************/
/*                      GENERAL TAG STYLES                         */
/*******************************************************************/


/*******************************************************************/
/*                       FONT SIZES   							   */
/*******************************************************************/
/*	
	22px = 1.833em
	21px =  1.75em
	20px = 1.67em
	18px = 1.5em
	16px = 1.333em
	15px = 1.25em
	14px = 1.167em
	12px = 1em
	11px = 0.92em
	8px  = 0.67em
	
*/  	
/********************************************************************/																	
/********************************************************************/

html {
	font-size: 100%;
}


body {
   font-family: verdana, Arial, helvetica, sans-serif;
   font-size: 75%; /* the default value of modern browsers is 16px, when text set to medium, hence 75% of 16px = 12px */
   line-height: 1.6em; /* 16?1.125=18 */
   color: #666;
   text-align: center;
   background: #e7e7e7 url(../images/main_bg2.jpg) repeat-x;
   height: 100%;
}

h1 {
	font-size: 1.833em;
}

h2 {
	font-size: 1.75em;
	color: #478adf;
	font-family: helvetica, arial, verdana, sans-serif;
	padding-bottom: 12px;
}

.welcome .cleft h2 {
	width: 378px;
	height: 27px;
	background: url(../images/welcome_hdr.gif) no-repeat;
	text-indent: -5000em;
}

.welcome .cright h2 {
	width: 112px;
	height: 27px;
	background: url(../images/details_hdr.gif) no-repeat;
	text-indent: -5000em;
}

.speaker h2 {
	width: 265px;
	height: 27px;
	background: url(../images/keynote_hdr.gif) no-repeat;
	text-indent: -5000em;
}

.presentations h2 {
	width: 228px;
	height: 27px;
	background: url(../images/presentations_hdr.gif) no-repeat;
	text-indent: -5000em;
}

.itinerary h2 {
	width: 144px;
	height: 26px;
	background: url(../images/itinerary_hdr.gif) no-repeat;
	text-indent: -5000em;
}




h3 {
	font-size: 1.167em;
	margin-bottom: 10px;
	color: #999;
}

.presentations h3 {
	color: #000;
}

p, li, li li, td, td p, td li, td li li, a {
	font-size: 1em;
}



b, strong {
   font-weight: bold;
}

i, em {
   font-style: italic;
}

u {
   text-decoration: underline;
}

a {
	color: #000;
	text-decoration: underline;
}

p {
	padding-bottom: 14px;
}


/*******************************************************************/
/*                      GENERAL HELPER STYLES                      */
/*******************************************************************/

div.clear {
   clear: both;
   height: 0;
   line-height: 0;
   overflow: hidden;
   background-color: #fff;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/*******************************************************************/
/*                         LAYOUT STYLES                           */
/*******************************************************************/


#wrapper {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	min-height: 900px;
	height: auto !important;
	height: 900px;
	background-color: transparent;
	padding-bottom: 42px;
}

#header {
	background-color: transparent;
	position: relative;
	height: 83px;
}

#banner {
	background-color: transparent;
	height: 450px;
}

.section {
	min-height: 150px;
	height: auto !important;
	height: 150px;
	padding: 28px 0px 20px 0px;
	background-color: transparent;
	border-bottom: 1px solid #999;
}

.speaker, .presentations {
	padding-top: 20px;
}



/**** sections *****/

.section .panel {
	float: left;
	width: 391px;
	background-color: transparent;
}

.section span {
	font-weight: bold;
}

.section .cleft {
	margin-right: 30px;
}

.speaker .cleft {
	width: 162px;
	margin-right: 12px;
}

.speaker .cright {
	width: 545px;
}

.welcome .cright {
	width: 379px;
}

.presentations .cleft, .itinerary .cleft {
	width: 391px;
}

.presentations .cright, .itinerary .cright {
	width: 379px;
}



/**********  HEADER SECTION ****************/
/*******************************************/

#header h1 {
	width: 169px;
	height: 30px;
	display: block;
	background: url(../images/cello_logo.png) no-repeat;
	text-indent: -5000em;
	position: absolute;
	left: 10px;
	top: 22px;
}

/****  MAIN MENU  *******/

#nav {
	background: none;
	position: absolute;
	right: 0px;
	top: 30px;
}


#nav ul {
	position: relative;
	background: red;
	margin: 0;
	padding: 0;
}


#nav ul li {
	float: left;
	list-style-type: none;
	margin-left: 15px;
}

#nav ul li a {
	height: 14px;
	background: none;
	font-size: 1.25em;
	text-transform: uppercase;
	text-decoration: none;
}

#nav ul li a:hover {
	text-decoration: underline;
}


/****  END OF MAIN MENU   *********/



/*** Details section *****/

.details-holder {
	background: #559ca2 url(../images/dates_bg.jpg) top left no-repeat;;
	padding: 10px;
	color: #999;
}

.details-holder h3 {
	color: #fff;
	text-transform: uppercase;
}

.details-holder h4 {
	color: #000;
}

.details-holder h4 span {
	color: #fff;
}

.details-holder p.last {
	padding-bottom: 0px;
}

.details-holder p {
	color: #fff;
}

.details-holder p a {
	color: #fff;
}


.details-left {
	float: left;
	width: 179px;
}

.details-right {
	float: left;
	width: 179px;
}







