@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/bg.jpg);
	background-repeat: repeat-x;
}


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 {

}

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

.highlight {
	color: #ffbc1c;
}

.highlight_red {
	color: #cc0000;
}

#mid_menu {
	float:left;
	height:537px;
	width:875px;
	left:-20pt; 
	margin-top:-325px;
	position:relative;
	top:0pt;
}

#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;
	}
	
#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: 5px;
}

#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;
}


#main_image{
	background:transparent url(../images/yugar_home2.jpg) no-repeat scroll -7px 0;
	height:442px;
	margin:5px 0 0;
	
	
}

#main_image .visit_links{
	
}
#main_image .visit_links a{
	float:left;
	position:absolute;
}

.visit_ngs{
	color:#FFFFFF;
	font-size:14px;
	margin:344px 0 0 155px;
	position:absolute;
	
}

.visit_ruins{
	color:#FFFFFF;
	font-size:13px;
	margin:171px 0 0 251px;
	position:absolute;
	
}

.visit_damian{ 

	color:#FFFFFF;
	font-size:13px;
	margin:315px 0 0 437px;
	position:absolute;
	
}

.ngs1{
	font-size:10px;
	color:#7F7F7F;
	margin:365px 0 0 155px;

}
.ngs2{
	font-size:10px;
		color:#7F7F7F;
		margin:382px 0 0 155px;
}




hr {
	
}


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

#mid_menu a {
    color: #FFFFCC;
}

.prod_box {
	border:1px solid #505050;
	width: 240px;
	height: 85px;
	margin: 20px auto;
}

.prod_box a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}

.prod_box a:hover {
	border:1px solid #666666;
	width: 240px;
	height: 85px;
}


.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;
}

.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 */
	
}

.home #mainContent{
	padding:0;
}
#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;
}
.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 */
}

