@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/inside_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: large;
}

p {
	font-size: x-small;
	line-height: 1.5em;
}

h1 {
    font-size: large;
	color: #CC0000;
	letter-spacing: -.05em;
}

#top_nav {
	float: none;
	font-size: x-small;
	font-weight: bold;
        position: relative;
        top: 70px;
        left: 20px;
	}
	
	
h2 {

}


.contact_info_right {
    font-size: medium;
	line-height: 1.5em;
}

h3 {
	font-size: x-small;
	font-weight: bold;
	color: #ffbc1c;
	padding: 0px;
	margin: 0px;
}

.highlight {
	color: #ffbc1c;
}

.highlight_red {
	color: #cc0000;
}

.imagePad {
     padding-right: 15px;
}

.imageBorder {
     border: 3px #CCCCCC solid;
	 margin: 10px 0px 10px 0px;
}

#mid_menu {
	height:537px;
	margin-top:37px;
}


.product_title  {
	font-size: 26px;
}

#products {
	height: 75px;
	width: 290px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CC0000;
}

#reality {
	height: 75px;
	width: 290px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CC0000;
		float: right;
	}
	
#inner_menu {
	position:relative;
	top:-7px;
	left:-10px;
}	

.bubbles {
	margin-top: 0px;
}
		
		
#contact_area {
    background: url(../images/shout_bg.gif) 100% 100% no-repeat;
	height: 800px;
}		
	
#live {
	height: 75px;
	width: 290px;
	}

#top_nav a {
	color: #ffbc1c;
	text-decoration: none;
}

#top_nav a:hover {
	color: #ffff00;
}


#newsletter {
	float: right;
	width: 250px;
	padding: 3px;
    margin-top: 25px;
}

#main_graphic {
	position: relative;
	left: -110px;
	top: 35px;
}

#home_right {
	float: right;
	width: 275px;
	position: relative;
	top: -350px;
	clear: right;
}


#home_right ul {
	margin:0px;
	padding:0px;
	font-size:small;
}
#home_right li {
	margin-left:20px;
	margin-bottom:5px;
}







hr {
	
}


#mid_menu p {
	color: white;
	font-size: x-small;
	padding-top: 0px;
	line-height: 2em;
}

#mid_menu a {
    color: #FFFFCC;
}

.footnote {
	border-top:1px solid #CCCCCC;
	margin-top: 0px;
	margin-bottom: 50px;
}

.footnote h3 {
    color: #990000;
}

.product_box {
	width: 800px;
	height: 85px;
	margin: 20px auto;
}

.product_box a {
	text-decoration: none;
	color: #000000;
	display: block;
	background-color:#F5F5F5;
	height: 85px;
	width: 800px;
}

.product_box a:hover {
	background-color:#CCCCCC;
	
	
}


.prod_thumb {
	border:1px solid #505050;
	margin: 6px 15px 6px 6px;
}

.prod_window {
	border-left:1px solid #323232;
	border-right:1px solid #323232;
	height:400px;
	width:270px;
	padding:10px;
	color: #FFFFFF;
	display: block;
}

.reality_window {
	border-right:1px solid #323232;
	height:400px;
	width:270px;
	padding:10px;
}

.live_window {
	border-right:1px solid #323232;
	height:400px;
	width:290px;
	padding:0px;
}

.top_logo {
   padding-top: 10px;
}

.header_section {
	background-color: #333333;
	color: #FFCC33;
	font-weight:bold;
	height: 20px;
	padding: 5px 0px 5px 10px;
}

.oneColFixCtrHdr #container {
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 115px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 3px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 20px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear:both;
	font-size: x-small;
	text-align:center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.name {
	font-family: "Courier New", Courier, monospace;
	font-size: 45px;
 	margin-top: 25px;
}

.film_info {
	padding: 3px 0px 10px 0px;
}

.location {
	padding-top:8px;
	font-weight:bold;
	display:block;
	font-size:large;
}