@charset "UTF-8";

body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	margin: 0; 
    padding: 0; 
    border: 0;
	text-align: center;
    background-color: black;
	color: #b2b2b2;
    
    background-position:center;
    background-attachment: fixed;
    background-repeat;
}

.bodyback-otherplain
{   
    background-image: url('../images/otherback.jpg');
}

.bodyback-shineybackplain
{
    background-image: url('../images/shineybackplain.jpg');
}

.bodyback-shineybackimages
{
    background-image: url('../images/shineyback.jpg');
}

.bodyback-black
{
    background-color: black;
}

/*
background-attachment: fixed;
	background-size: cover;
*/


a:link.textlinks2 {text-decoration: none;}
/*a:visited.textlinks2 {text-decoration: underline; color: YELLOW;}*/
/*a:hover.textlinks2 {text-decoration: underline; color: aqua;}*/
a:hover.textlinks2 {color: aqua;}
a:active.textlinks2 {text-decoration: underline; color: aqua;}

.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
    /*
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
    */
    background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   background: -o-linear-gradient(top, #65a9d7, #3e779d);
    
   padding: 7.5px 15px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   /*font-family: Georgia, serif;*/
   text-decoration: none;
   vertical-align: middle;
    overflow: hidden;
   }
.button:hover {
    /*
   border-top-color: #28597a;
   background: #28597a;
    color: #ccc;
    */
    background: #65a9d7;
    color: #000;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

/* 
----------
Top Nav - Begin 
----------
*/
.topnav {
  overflow: hidden;
  background-color: #000;
  float: right;
}

.topnav a {
    float: left;
    display: block;
    color: #a2a2a2;
    text-align: center;
    
    padding: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 44px;
    text-decoration: none;
    font-size: 16px;
}

.topnav a:hover {
  background-color: #000;
  color: aqua;
}

.topnav a.active {
    background-color: #000;
    color: white;
}

/* 
----------
Top Nav - Emd
----------
*/

.settext
{
	position: relative;
	
	left: 7px;
	width: 985px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 28px;
	vertical-align:middle;
	color: #000000;
	
}

.pad_hdr_body_new{
	float: none;
	border: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-style:solid;
	border-color: black;
	box-shadow: 0px 4px 8px #222222;
    
    display:block;
    margin:auto;
    
    height: 100px;
	
	-webkit-border-top-right-radius: 9px;
	border-radius-top-right: 9px;
	-webkit-border-top-left-radius: 9px;
	border-radius-top-left: 9px;
    
    background-color: black;
}



.hdr_graphic {
    position: relative;
    margin-left: 8px;
    margin-top: 3px;
}



.padcenter{
	position: relative;
    display:block;
    margin:auto;
    
    min-height: 200px;
	background-image: none;
	background-color: black;
	border: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style:solid;
	border-color: black;
    
	box-shadow: 0px 4px 8px #222222;
    
	-webkit-border-bottom-right-radius: 9px;
	border-radius-bottom-right: 9px;
	-webkit-border-bottom-left-radius: 9px;
	border-radius-bottom-left: 9px;
    
    padding-bottom: 16px;
}




.padclear{
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}

/*
#mobile_body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #484848;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #303a60;
	background-image: url(../images/ftv/bg_1400x3200.jpg);
	background-repeat: repeat;
}

h1 { 
	font-family: 'Alex Brush', cursive; 
	font-style: normal; 
	font-weight: 400; 
	color: #cacaca;  
	text-align: center; 
	display: block; 
	height: 78px; 
	padding-top: 140px; 
	font-size: 40px; 
	-moz-text-shadow: 2px 3px 3px #000; 
	-webkit-text-shadow: 2px 3px 3px #000; 
	text-shadow: 2px 3px 3px #000; 
	}
*/

.hdr_graphic{
	position: absolute;
	
}

.pad{
	width: 999px;
    /*
    Uncomment to drop pad down vertically into page
    padding-top: 40px;
    */
    display:block;
    margin:auto;
    padding-bottom: 16px;
}

.pad_hdr_top{
	width: 999px;
	height: 17px;
}


/*
.thumb2
{
	float: left;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	margin-left: 6px;
	
}

.thumb_area2
{
	top: 0px;
	border: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	left: 7px;
	position: relative;
	width: 985px;
	border-top: 1px;
	border-bottom: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #414141;
}
*/

/*
.pad_hdr_left{
	float: left;
	width: 7px;
	height: 178px;
	background: url(../images/upd-1004/hdr_left.png) left top;
}

.pad_hdr_right{
	float: left;
	width: 7px;
	height: 178px;
	background: url(../images/upd-1004/hdr_right.png) left top;
}

.pad_hdr_body{
	float: left;
	width: 985px;
	height: 178px;
}

.padcenter{
	width: 999px;
	background: url(../images/upd-1004/padbody.png) left top;
	min-height: 400px;
	
}

.padcenter2{
	width: 999px;
	background: url(../images/1209/padbody.png) left top;
	min-height: 400px;
	
}
.padbot2{
	width: 999px;
	height: 29px;
	background: url(../images/1209/padbottom.png) left top;
}

.padbot{
	width: 999px;
	height: 29px;
	background: url(../images/upd-1004/padbottom.png) left top;
}

.padclear{
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}

.gallery_divider{
	background-color: #000000;
	position: relative;
	left:7px;
	top: 0px;
	width: 985px;
	height: 1px;
}

.gallery_inner{
	position: relative;
	
	left: 12px;
	top: 4px;
	width: 967px;
	padding: 4px;
}

.gallery_sample{
	position: relative;
	border: 0px;
	padding: 0px;
}

.textlink
{
	position: relative;
	
	left: 7px;
	width: 985px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 28px;
	vertical-align:middle;
	color: #000000;
	
}

a:link.textlinks {text-decoration: none; color: #dddddd;}
a:visited.textlinks {text-decoration: underline; color: #dddddd;}
a:hover.textlinks {text-decoration: underline; color: #ffffff;}
a:active.textlinks {text-decoration: underline; color: #dddddd;}

a:link.textlinks2 {text-decoration: none; color: #d6d6d6;}
a:visited.textlinks2 {text-decoration: underline; color: #d6d6d6;}
a:hover.textlinks2 {text-decoration: underline; color: #ffffff;}
a:active.textlinks2 {text-decoration: underline; color: #d6d6d6;}

.thumb
{
	float: left;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	margin-left: 10px;
	
}

.thumb2
{
	float: left;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	margin-left: 6px;
	
}




.thumb_area
{
	left: 11px;
	padding-left: 1px;
	position: relative;
	width: 957px;
	
}

.thumb_area2
{
	top: 0px;
	border: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	left: 7px;
	position: relative;
	width: 985px;
	border-top: 1px;
	border-bottom: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #414141;
}

.spacer
{
	top: 0px;
	left: 0x;
	background-color: #414141;
	width: 980px;
	height: 6px;
}

.update_thumb
{
	float: left;
}

.update_thumb_area
{
	left: 17px;
	padding-left: 1px;
	position: relative;
	width: 957px;
}

.bottom_girls_area
{
	position: relative;
	left: 3px;
}


.bottom_girls_area2
{
	position: relative;
	left: 6px;
	top: 0px;
	width: 972px;
	height: 258px;
	background-color: #000000;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	
}

.girlsblock
{
	float: left;
}


.clickanim_area
{
	position: relative;
	top: 4px;
	left: 27px;
}

.clickanim_area2
{
	position: relative;
	left: 27px;
	top: 3px;
}



.picarea_top
{
	left: 7px;
	position: relative;
	width: 985px;
	height: 21px;
	background-image: url('../images/fhg/back_top.gif');
}

.picarea_mid
{
	left: 7px;
	position: relative;
	width: 985px;
	
	background-image: url('../images/fhg/back_mid.gif');
}

.picarea_bot
{
	left: 7px;
	position: relative;
	width: 985px;
	height: 13px;
	background-image: url('../images/fhg/back_bot.gif');
}

.bottomlinkarea
{
	padding-top: 8px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	line-height: 14px;
	vertical-align: middle;
	padding-bottom: 32px;
}
a:link.bottomlinks {text-decoration: underline; color: #000000;}
a:visited.bottomlinks {text-decoration: underline; color: #000000;}
a:hover.bottomlinks {text-decoration: underline; color: #ffffff;}
a:active.bottomlinks {text-decoration: underline; color: #000000;}

.recipbanner
{
	margin: 0px auto;
	padding: 0px;
}
*/
