@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
	text-align: center; 
	background: #000 url(images/pageBG2.png) 0 0 repeat-x;
	color: #000000;
}
body.home {
	background: #000 url(images/pageBG1.png) 0 0 repeat-x;
}
#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#header {
	margin: 8px 0px 0px 0px;
	float: left;
	background-color: #000;
	text-align: center;
}
#menu {
	float: left;
	height: 54px;
	width: 760px;
	background-color: #000;
}
#mainContent {
	padding: 30px 40px 40px 40px;
	width: 680px;
	background: #FFF url(images/bg.png) 0 0 repeat-y;
	float:left;
}
#footer {
	width: 720px;
	padding: 0px 20px;
	height: 24px;
	background: #FFF url(images/bottom.png) 0 0 repeat-x;
	float:left;
	margin-bottom: 20px;
}

/*Header style /////////////////////////////////// */
img {
	border: none;
}

/*Menu style /////////////////////////////////// */
#menu div {float:left;}

#about {width: 133px;}
#schedule {width: 161px;}
#speakers {width: 161px;}
#history {width: 143px;}
#order {width: 130px;}

#menu a {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 54px;
	width: 100%;
	background: url(images/mItem.png) 50% 0 no-repeat;
	text-align:center;
}
#menu a:hover {
	background-position: 50% -54px;
}
#menu a.here {
	background-position: 50% -108px;
}

#start {
width: 12px;
height: 54px;
float: left;
background: url(images/mStart.png) 0 0 no-repeat;
}
#menu div.div {
width: 2px;
height: 54px;
float: left;
background: url(images/mDiv.png) 0 0 no-repeat;
}
#end {
width: 12px;
height: 54px;
float: left;
background: url(images/mEnd.png) 0 0 no-repeat;
}

/*Text & Content Style /////////////////////////////////// */

#mainContent h1 {
	font-size: 18px;
	font-weight:bold;
	line-height: 18px;
	margin: 0px;
}
#mainContent h2 {
	color:#B81818;
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	margin: 36px 0px 10px 0px;
}
span.addon {
	color: #000;
	font-size: 14px;
}
span.title {
	color: #000;
	font-style: italic;
	font-weight: normal;
}
#mainContent p, #mainContent ul {
	font-size: 14px;
	line-height: 20px;
}
#mainContent p.second {
	margin-top: 12px;
}
#mainContent a {
	text-decoration: none;
	color:#B81818;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent img {
	border: #000 solid 2px;
	margin: 4px 10px 0px 0px;
	float: left;
}
#mainContent img.noborder {
	border: none;
	margin: 0px 14px 0px 0px;
}
#mainContent img.arrow {
	border: none;
	margin: 0px 0px 0px -12px;
	float: left;
}
#mainContent ul {
	list-style: none;
	margin-top: 12px;
	margin-left: 12px;
}
/* Table Style /////////////////////////////////// */
#mainContent table {
	margin: 40px 0px 0px 0px;
	width: 680px;
	}
#mainContent tr  {
	background-color: #dedede;
	font-size: 12px;
	line-height: 18px;
}
#mainContent td  {
	border: #fff solid 1px;
	padding: 2px 12px 2px 12px;
}
#mainContent td a {
	color: #B81818;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 18px;
}
#mainContent td a:hover {
	text-decoration: none;
}
#mainContent table.cell td:hover, #mainContent table.cell td:hover a, #mainContent table.row tr:hover, #mainContent table.row tr:hover a {
	background-color: #383838;
	color: #fff;
}
#mainContent table.cell td.empty:hover, #mainContent td.empty:hover {
	background-color: #dedede;
	color: #000;
}
#mainContent td.section {
	background-color: #B81818;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
/* table styles for the Oders page //////////////////////////////////// */
#mainContent td.header {
	background-color: #383838;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
#mainContent td.display {
	background-color: #fff;
	vertical-align: top;
	padding: 0;
}
#mainContent td.description {
	background-color: #dedede;
	padding: 10px 12px 0px 12px;
}
#mainContent td.description p {
	color: #000;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
#mainContent td.purchase {
	background-color: #dedede;
}
#mainContent td.purchase:hover {
	background-color: #383838;
}
#mainContent td.purchase a {
	color: #B81818;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 20px;
}
#mainContent td.purchase:hover a, #mainContent td.purchase a:hover {
	color: #fff;
}
#mainContent div.button{
	float:left;
	background-color:#dedede;
	margin-top: 4px;
}
#mainContent  div.button a {
	display:block;
	padding: 4px 8px;
	color:#B81818;
	font-weight:bold;
	text-decoration:none;
	font-size: 14px;
}
#mainContent div.button:hover{
background-color: #383838;
}
#mainContent  div.button a:hover {
	color:#fff;
}
/*Footer Content Style /////////////////////////////////// */
#footer a {
	text-decoration:none;
	font-size: 10px;
	line-height: 20px;
	color: #fff;
}
#address {
	float: right;
	line-height: 20px;
	margin: 4px 0px 0px 0px;
}
#footer img {
	border: 0;
	vertical-align:bottom;
}