html{
	overflow-y: scroll;
	height: 100%;
	min-height:100%;
}

body{
	background-color: #1e110b;
	background-image: url("/images/public/bg_v30.jpg");
	height: 100%;
	min-height:100%;
}

#frame{
	width: 100%;
	min-height:100%;
	background-image: url("/images/public/page_bg.gif");
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;	
}

#page{
  	width: 840px;
  	border-left: 5px solid #2d1f18;
  	border-right: 5px solid #2d1f18;  
  	background: #2d1f18;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*for ie 6*/
 * #frame, #page{
	height: 100%
}

/*for everyone other than ie6 */
html>body #frame{
	overflow: hidden;
	height: auto;
}

html>body #page{
	padding-bottom: 1000px;
	margin-bottom: -1000px;
	height: auto;
}

#logo{
	position:absolute;
	top:55px;
	left:25px;
}

#header{
	height: 75px;
	background-image: url("/images/public/header_bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom: 5px solid #2d1e17;	
	text-align: left;
	padding: 60px 0px 20px 0px;
	position: relative;
}

#footer{
	height: 70px;
	background-image: url("/images/public/footer_bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	padding: 25px;
	border-top: 5px solid #2d1e17;
	clear: both;

	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer div{
	padding-bottom: 10px;
}

#footer-section-1{
	float: left;
	text-align: left;
	width: 550px;
}

#footer-section-2{
	float: right;
	text-align: right;
	width: 225px;	
}

#primary-nav{	
	position:absolute;
	right:10px;
	bottom:17px;
}

#primary-nav a{
	padding: 0 10px 0 0;
}


div.frame-module{
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 840px;
}

/* search */

#search-container {
	position:absolute;
	right:11px;
	bottom:55px;
	width:285px;
	height:55px;
	background:url('/images/public/bg_search_container.png') no-repeat;
}

#search-container .gsc-control-cse {
	background:none;
	border:none;
}

#search-container .gsc-control-cse .gsc-input input {
	height:23px;
	
	border:none;
	background:#FFF;
	top:-11px;
	left:3px;
	width:170px;
	position:relative;
	z-index:11;
	

}

#search-container .gsc-control-cse .gsc-search-button input {
	cursor:pointer;
	background: transparent;
    border:none;
    color: #CCCCCC;
    font-size: 0.1em;
    height: 35px;
    position: relative;
    right: 10px;
    top: -5px;
    width: 74px;
    z-index: 12;
}


#search-container .gsc-control-cse .gsc-clear-button {
	position: absolute;
    right: 44px;
    top: 10px;
    z-index: 13;
}

#search-container .gsc-resultsbox-visible {
	background:#4E4235;
	height: 500px;
    position: absolute;
    right: -11px;
     top: 60px;
    width: 360px;
    z-index: 10;
   box-shadow:0px 0px 20px #111; 
   
}

#search-container .gsc-resultsbox-visible .gsc-resultsRoot {
	overflow-y:auto;
	overflow-x:hidden;
    padding:15px;
    height: 400px;
    margin-top:35px;
    background:#FFFFFF;
    border:1px solid #CCC;
   
}

#search-container .gsc-resultsbox-visible .gsc-cursor-box {
	position:absolute;
	top:-6px;
	left:0px;
	right:0px;
	padding: 16px 10px 5px 10px;
	border-top:none;
	overflow:hidden;
	background:#none;
	
}

#search-container .gsc-results .gsc-cursor-box .gsc-cursor-page {
	color: #715B41;
	text-decoration:none;
	padding:5px 10px;
}

#search-container .gsc-results .gsc-cursor-page.gsc-cursor-current-page, 
#search-container .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {

	border-bottom:none;
	text-shadow:none;
	background:none;
	color:#FFF;	
}

/* pop-up iframe */

iframe.popup_visible{
	
	width:5px;
	height:5px;
	
	display: inline;
	position:absolute;
	z-index:500;
	
	
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

iframe.popup_hidden{
	
	display: inline;
	position:absolute;
	display: none;
	z-index:500;
}

/* end pop-up iframe */

/* start alert */

#alert{
	background-color: #695b4a;
	padding: 10px 25px 10px 25px;
	border-bottom: 5px solid #2d1e17;
}

#alert-header{
	height: 35px;
}

#alert-header img{
	float: left;
	display: block;
	padding: 10px 5px 10px 0px;
}

#alert-header h1{
	float: left;
	display: block;
	padding: 10px 0 10px 0;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
	height: 15px;
	color: #ffffff;
	text-transform: none;
	font-weight: bold;
}

div.alert-message{
	background: url("/images/public/dotted_line_horizontal.gif") repeat-x top;
	padding: 10px 0 10px 0;
	text-align: left;
}

a.facebook{
	background: url("/images/public/facebook.gif") no-repeat top left;
	padding: 1px 0 5px 20px;	
}

