/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; background: #500095 url('../images/bg.jpg') no-repeat top center; color: #fff; }
#bodyWrapper { width: 753px; margin: auto; margin-top: 55px; }

/* specific link colours for this site */
a:link 	  { color: #c0afe4; }
a:visited { color: #c0afe4; }
a:hover   { color: #9173d3; }
a:active  { color: #9173d3; }


/*******************/
/* header elements */
/*******************/
#topHeader { margin-bottom: 7px; }

#topHeader #logoContainer { float: left; }

#topHeader #topNav {
	float: right;
	margin-top: 20px;
	width: 143px;
	height: 18px;
}

#topHeader #topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topHeader #topNav ul li { display: inline; margin-left: 25px; padding-left: 14px; background: url('../images/topnav_bullet.gif') no-repeat center left; }
#topHeader #topNav ul li a { text-decoration: none; color: #fff; }


#midHeader { margin-bottom: 6px; }

#midHeader #nav { float: left; width: 161px; height: 210px; background: #480085 url('../images/nav_bg.jpg') no-repeat; }
#midHeader #headerFlash  { float: right; width: 578px; height: 204px; border: 1px solid #5d129d; }

#midHeader ul		{
	list-style: none;
	margin: 0;
	padding: 0;
}
#midHeader ul li	{ padding-left: 14px; background: url('../images/midnav_bullet.gif') no-repeat center left; margin: 10px 0px; }
#midHeader ul li a	{ text-decoration: none; color: #fff; }



/********************/
/* content elements */
/********************/
#mainContainer {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.container { background: #480085; border: 1px solid #5d129d; padding: 10px; }

#fullContainer {  }
#leftContainer { float: left; width: 459px; }
#rightContainer { float: right; width: 234px; }
#rightContainer form { padding: 0 10px; margin: 0; }
#rightContainer form input {
	width: 206px;
	height: 17px;
	padding: 4px 4px 1px;
	margin-bottom: 6px;
	border: 0;
	color: #7345b8;
}
#rightContainer form input#submitButton {
	display: block;
	background-color: #5d129d;
	color: #fff;
	margin-left: auto;
	width: 68px;
	height: 18px;
	padding: 0;
	padding-bottom: 2px;
	margin-bottom: 0;
	margin-top: 2px;
}

#pdfList { }

	#pdfList li { 
		list-style: none;
		padding-left: 21px;
		background-image:url(../images/pdf_icon.gif);
		background-position:left;
		background-repeat:no-repeat;
		margin-bottom:5px;}

#techspec_plasmawall { margin-bottom:15px;}

#techspecLeft { float:left; width:300px; margin-left:10px;}

	#techspecLeft li { margin-bottom:5px;}

#techspecRight { float:right; width:330px; margin-right:30px; border:1px solid #702da9; padding:10px;}

	#techspecRight table tr.odd { background-color:#510096;}

.caseStudy,
.upcomingShow { margin-left: 15px; margin-bottom: 15px; line-height: 180%; }

.floatleft { float: left; }

hr {
	border-bottom: dashed #000 1px;
	height: 1px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.picBorder { border:1px solid #995bce; }

/*****************/
/* photo gallery */
/*****************/
div.galleryItem { /* one gallery item */
	width: 100px;
	height: 100px;
	float: left;
	margin: 5px;
}

/*******************/
/* footer elements */
/*******************/
#footer { padding-left: 25px; margin-bottom:15px; }
#footer a { text-decoration: none; color: #fff; } /* for the clevercherry.com link */


/***********************/
/* general form styles */
/***********************/
#contactform	{ float: left; }  /* the contact form itself */
#contact		{ float: right; } /* contact info or whatever on right */

/* all form elements are contained within a formrow div, with a label and
 *  then the element, this is the best way (but still not good) to emulate
 *  a table */
div.formrow {
	clear: both;
	text-align: left;
	margin-bottom: 10px;
}

div.formrow label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 80px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 90px; } /* label width + label margin-right, override as above */

/* message and error boxes, not just useful in contact form */
div.box { border: 1px solid #080; color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
div.box.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
div.box.error { border-color: #f00; color: #f00; } /* error box in red */