body {
	background-image:url('images/gemLogo.jpg');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center 55px;
	font: 0.8em arial, helvetica, sans-serif;
}

#main_header {
        clear: both;
        padding: 1em;
        width: 600px;
        margin-right: auto;
        margin-left: auto;
	overflow: auto;
}


.header_item {
	float: left;
	width: 300px;
	/*
	padding-left: 70px;
	padding-right: 70px;
	*/
}


#title {
	font-size: 3.0em;
	font-weight: bold;
}

#phone {
        font-size: 1.5em;
}

#cell {
        font-size: 1.5em;
}

#fax {
        font-size: 1.5em;
}


#email {
        font-size: 1.5em;
}


#tag {
        font-size: 1.5em;
}



#navigation ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0px;
	margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
	height: 43px;
	border-bottom:solid 1px #cccccc;
        width: 985px;
}

#navigation li {
	float: left;
	background: url(images/tabright.gif) top right no-repeat;
	margin: 0;
	height: 43px;
}

#navigation a {
	display: block;
	background: url(images/tableft.gif) top left no-repeat;
	color: #ffc;
	text-decoration: none;
	padding: 0.6em 1em 0.25em;
}

#navigation a:hover {
	color: #000000;
}

#navigation #active {
	font-weight: bold;
	background-image: url(images/tabrightactive.gif);
	height: 44px;
}

#navigation #active a {
	background-image: url(images/tableftactive.gif);
	color: #000000;
	height: 33px;
}

#content {
	clear: both;
	color: #333333;
	background-color: #f0f0f0;
	padding: 1em;
	border-width: 1px;
        border-right-style: solid;
        border-left-style: solid;
        border-bottom-style: solid;
        border-color: #cccccc;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}

p {
	margin: 0 0 1em 0;
}

h1 {
	color: #c60;
	font: small-caps italic bold 1.2em arial, helvetica, sans-seif;
	letter-spacing: 3em;
	padding: 0 0 1em 0;
	margin: 0;
}

.booth_row {
	clear: both;
        padding: 1em;
        width: 800px;
        margin-right: auto;
        margin-left: auto;
}


.booth_item {
       float: left;
       padding-left: 35px;
	padding-right: 35px;
}

.manu_row {
        clear: both;
        padding: 1em;
        width: 800px;
        margin-right: auto;
        margin-left: auto;
}


.manu_item {
	float: left;
	padding-left: 82px;
        padding-right: 82px;
}

.manu_item_wide {
	float: left;
	padding-left: 35px;
        padding-right: 35px;
	padding-bottom: 20px;
}



.curtain_item {
       float: left;
       padding: 60px;
}

.tool_item {
       float: left;
       padding: 50px;
}

.diagram {
	/*
   background-color: #00ff00;
	*/
	overflow: auto;
}

.prep2000_text {
   padding-top: 20px;
   padding-left: 30px;
   padding-bottom: 200px;
   float: left;
   font-size: 1.0em;
}

.prep2000_image {
   padding-top: 0px;
   float: right;
}

.diagram_text {
   /*background-color: #0000ff;*/
   padding-top: 20px;
   float: left;
   width: 260px;
   font-size: 1.0em;
}

.diagram_info {
	padding-top: 8px;
	padding-bottom: 28px;
}

.diagram_info2 {
        padding-top: 5px;
        padding-bottom: 16px;
}


hr {
   margin-top: 5px;
   margin-bottom: 5px;
}

.diagram_image {
   /* background-color: #ff0000; */
   float: right;
}

.left_image {
   float: left;
   margin: 5px;
}

.lighting_row {
        clear: both;
        padding: 1em;
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
}

.lighting_item {
        float: left;
        padding-left: 30px;
        padding-right: 30px;
}

.subheading {
   color: #c60;
   font: small-caps italic bold 1.2em arial, helvetica, sans-seif;
   padding: 1em 0 0 0;
   margin: 0;
}

#overview {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 75%;
    border-collapse: collapse;
}

#overview td, #overview th {
    font-size: 1em;
    border: 1px solid #00388c;
    padding: 3px 7px 2px 7px;
    text-align: center;
}

#overview th {
    font-size: 1.1em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #00388c;
    color: #ffffff;
    text-align: center;
}

#overview tr.alt td {
    color: #000000;
    background-color: #EEF2F7;
}

.videoWrapper {
	margin: 0 auto;	
	display: block;
	padding-bottom: 50px;
}

#footer
{
	clear: both;
	font-size: 10px;	
	font-weight: bold;
	margin-right: auto;
        margin-left: auto;
        width: 200px;
}

