/* @override 
	http://phccglaa.tdcake.com/css/default.css
	http://phccglaa.tdcake.com/tradeshow/css/default.css
	http://phccglaa.tdcake.com/tradeshow/css/entry.css
	http://phccglaa.tdcake.com/entry.css
*/

/******************************************************************************
STYLESHEET
Created: 2009 by Ariane Salvador for Tyler Digital

*****************************************************************************/

/* @group Global */
body {
	background: #e27326 url(img/page-bg.png) repeat-x top center;
	font-family: 'Trebuchet MS', Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
}
:-moz-any-link:focus {
	outline: none;
}
:focus { outline: 0; }
#container {
	margin: 0 auto;
	text-align: left;
	width: 900px;
} 
#wrapper {
	background: #fff url(/tradeshow/img/structural/wrapper-bg2.jpg) repeat-x;
	background: #fff url(/tradeshow/img/structural/wrapper-bg.jpg) repeat-x;
	margin-top: 60px;
	padding-bottom: 30px;
	width: 905px;
	border: solid #CF1520 3px;
	z-index: 1;
	padding-top: 180px;
}

/* @end */

/* @group Common Tools */
.clear {
	width: 100%;
	clear: both;
}
a img {
	border: 0 none;
}
.img-shadow {
  float: left;
  background-image: url(/tradeshow/img/structural/shadowAlpha-dancer.png) !important;
	background-image: url(/tradeshow/img/structural/shadow-full.gif); 
  background-repeat: no-repeat;
  background-position: bottom right;
margin-right: 30px;
  margin-bottom: 10px;
 padding-bottom: 15px;
  padding-right: 15px;
}
.float-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.float-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
div.header-image.ui-corner-all, #wrapper.ui-corner-all {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
}
#navigation .ui-corner-bottom, #navigation .ui-corner-top, #navigation .ui-corner-all {
	-moz-border-radius: 0;
	-webkit-border-radius: 0px;
}
.imgreplacement {
	height: 0;
	overflow: hidden;
	display: block;
}

/* @end */

/* @group Header */
#header{
	position: relative;
	height: 0px;
	z-index: 5;
}
#header img {
	position: absolute;
	left: -33px;
	top: -5px;
	z-index: 10;
}
#header p {
	background-image: url(/tradeshow/img/titles/may-01.png);
	color: #000;
	float: right;
	font-weight: bold;
	padding-top: 103px;
	margin-top: 2px;
	margin-right: 15px;
	width: 200px;
}

#header img.logo {
	background-color: #FF0000;
	height: 55px;
	float: left;
	margin: 15px 15px auto 25px;
	width: 100px;
}


#navigation {
	display: inline;
	float: left;
	margin: auto 30px 30px 30px;
	position: relative;
	width: 300px;
}
#navigation h3 {
	text-align: right;
	font-size: 19px;
	line-height: 1.8;
	font-style: italic;
	width: 275px;
	margin-bottom: 35px;
}
/* @end */

/* @group Content */
#content p {
	font-size: 12px;
	line-height: 1.7;
	margin-left: 75px;
	width: 385px;
}
dd a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
dd a:hover {
	text-decoration: underline;
}
/* @group Full Layout */
body.clean .header-image {
	display: none;
}
body.clean #header {
	height: 115px;
}
body.clean #wrapper {
	background-image: none;
}
body.clean #navigation {
	display: none;
}
body.clean #content {
	width: 810px;
	height: auto;
	clear: both;
}
dl {
	font-size: 12px;
	margin: 0;
	line-height: 1.7;
	margin-top: 50px;
}
dl img {
	float: right
}
dd {
	margin-left: 0;
}
h4 {
	font-size: 18px;
}

/* @end */
dl.booth-detail dt {
	margin-top: 25px;
	text-transform: uppercase;
}
dl.booth-detail dd {
	font-size: 14px;
}

#content {
	float: right;
	height:auto !important;/*all browsers except ie6 will respect the !important flag*/  
	min-height:700px;  
	height:700px;/*Should have the same value as the min height above*/  
}
.page {
	display: inline;
	margin-right: 45px;
	width: 490px;
}

div#main-menu {
	text-align: center;
	width: 550px;
	margin: 0 auto;
}
.sidebar {
	background-color:#F16739;
	float: right;
	height:300px;
	margin-left: 20px;
	padding: 25px auto auto 10px;
	width: 155px;
}

/* @group Page Specific */

/* @end */
/* @end */

/* @group Footer */

#footer {
	clear: both;
	color: #fff;
	margin-bottom: 300px;
	padding-top: 20px;
	text-align: center
}
#footer p {
	color: #fff;
	font-size: 14px;
}
#footer p strong {
	font-size: 17px;
	margin: 0 auto;
}
/* @end */

/* @group Forms */
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error-message {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4; padding:.8em;margin-bottom:1em;border:2px solid #ddd;
}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
/* @end */