
/* Global
================================================*/
* {
	margin:0;
	padding:0;
}
body, html {background: #5B5F56 url(images/bg.png) 50% 0 no-repeat;}
body {
	color: #545850;
	line-height: 125%;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align:center;
	height: 100%; 
	padding: 0;
	margin-top: 0px;
	margin-bottom: 1px;
}


/* Main layout
================================================*/
#wrap {
   position: relative;
	margin:0 auto;
	padding:0px;
	width: 782px;
}

#header {
  background: url(images/header.png);
  width: 782px;
  height: 103px;
  overflow: hidden;
  }

#main {
	float:left;
	width:782px;
	margin:0px;
	overflow:hidden;
	text-align: left;
	background-color: #FFFFFF;
}

#content-primary {
   	clear:both;
	width:782px;
	margin:0px;
	font-size: 73%;
	text-align: center;
	text-indent: 10px;
	padding: 5px 5px 5px;
	overflow: hidden;
}


#footer {
	clear:both;
   padding: 5px;
	height: 20px;
   text-align: center;
	color: #8591A1;
	background-color: #2A3F5B;
	font-size: 70%;
}

#content-primary .notice {
	clear:both;	
	margin-bottom:15px;
	font-size: 100%;
	text-align: center;
	color: #000000;
	padding: 5px 5px 5px;
	border: 1px solid #000000;
	width:758px;
	

}

a.enter,
a:hover.enter {
	font-size: 250%;
	text-decoration:none;
	margin-right:150px;
}

a.exit,
a:hover.exit {
	font-size: 250%;
	text-decoration:none;
}

/* Headings
================================================*/
#header h1,
#header h2,
#header h3 {
	text-indent: -9000px;
  }


/* Content-Primary
===============================================*/


/* Boxes
================================================*/
.box-rec-ver {
   float: left;
	margin: 0 5px 5px 0;
	padding: 5px 5px 5px;
	width: 180px;
	height: 250px;
	background:#F9F8F4;
	border: 1px solid #71756D;
}

.box-rec-hor {
   display: block;
	margin: 0 5px 5px 0;
	padding: 5px 5px 5px 5px;
	width: 100%;
	height: 175px;
	background:#F9F8F4;
	border: 1px solid #71756D;
	overflow: auto;
	text-align: left;
	line-height: 125%;
}

.box-rec-hor h4 {
	font-size: 100%;
}
.WrapPreview {
	margin: 3px;
	padding: 5px;
	width:355px;
	height:330px;
	background-color: #FFFFF0;
	border: 1px solid #DAA520;
}



/* Footer
===============================================*/

#footer a:link,
#footer a:visited {
  color: #8591A1;
}

a {
	color: #DA6903;
}

a:hover {
	color: #C64F00;
}
  
#vtop {
  background: url(images/vtop_divider.png) repeat-x;
  width: 782px;
  height: 5px;
}


/*- Menu Tabs--------------------------- */
    #tabs10 h1 {
      font-size:125%;
		font-weight: bold;
		color: #CEEAF0;
		text-align: center;
      }

    #tabs10 {
      float:left;
      width:782px;
      font-size:80%;
      line-height:normal;
		font-weight: bold;
		background-color: #25374E;
		background-image: url(images/tbar_bg.png);
      }
    #tabs10 ul {
          margin:0;
          padding: 0px 0px 0px 0px;
          list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("images/tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

      #tabs10 #current a {
              background-position:0% -42px;
      }
      #tabs10 #current a span {
              background-position:100% -42px;
      }