@charset "utf-8";

/*
General
*/
var {font-style: normal;}
form {display: block;}
* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #000 url(../images/bg.png) repeat-x 0 0;
    color:#FF470A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.wrapper {
	position: relative;
    margin: 0 auto;
    width: 960px;
    /*
    border: 1px solid white;
    */
}

/* 
Font 
*/

a:link, a:visited, a:active {
    color: #FF9900;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

a:hover {
    color: #FF9900;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

a{
	text-decoration: none;
	}

img {
    border: 0px solid #000;
}

.yellow {
    color: #FF9900;
}

.underline {
	text-decoration: underline;
}

/*
Header
*/

.header {
    position: relative;
    margin: 0 auto;
    width: 955px;
    height: 145px;
}

#logo {
	float: left;
    background: transparent url(../images/ph_logo.png) no-repeat 0 0;
}
#logo a {
	display: block;
	width: 210px;
	height: 95px;
	text-indent: -900em;
}
#slogan {
	width: 1px;
	height: 1px;
	float: left;
	overflow: hidden;
	visibility: hidden;
}

#corner_box {
	position: absolute;
	top: -150px;
	right: 0;
	height: 150px;
	width: 300px;
}

.header_right_menu{
	position: absolute;
	right: 0px;
	top: 5px;
	width: 100px;
	height: 50px;
	border: 0px solid #666666;
	color:#FFFFFF;
	}
	
.header_right_menu a{
	color:#cccccc;
	padding-left:7px;
	padding-right:7px;
	text-decoration:none;
}

.header_right_menu a:hover{
	color:#FF9900;
	text-decoration:none;
}


/*
search
*/


.search form{
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	float:right;
	height:39px;
	width:219px;
	right:10px;
	margin-top:-1px;
	overflow:hidden;
	position:relative;
	top:-39px;
}

.search fieldset{
	border: 0px;
}

.search-field{
	position:relative;
	top:12px;
	left:16px;
	width:188px;
	float:left;
	height:15px;
	overflow:hidden;
	}

.search_input {
	background-color:transparent;
	border:medium none;
	color:#414141;
	font-size:12px;
	height:15px;
	padding:0;
	text-align:left;
	width:170px;
}
	
.search-submit a {
	float:left;
	height:18px;
	overflow:hidden;
	padding-right:0px;
	position:relative;
	text-indent:900px;
	top:10px;
	width:20px;
}

.search-submit input {
	background-color:transparent;
	border:medium none;
	cursor:pointer;
}
/*
main menu
*/

.main_menu{
	position:absolute;
	clear: both;
	top:100px;
	left:0px;
	width:955px;
	height:39px;
	background-image: url(../images/bg_mainnav_center_off.png);
	background-repeat:repeat-x;
}

.nav_top_lc { /* not really used */
	position:absolute;
	top:0px;
	left:-5px;
	width:5px;
	height:39px;
/*	background-image: url(../images/bg_mainnav_left_off.png);*/
	background-repeat:no-repeat;
	float:left;
}

.main_menu_rc {
	position:absolute;
	top:0px;
	right:-5px;
	width:5px;
	height:39px;
	background-image: url(../images/bg_mainnav_right_off.png);
	background-repeat:no-repeat;
	float:left;
}

* html .main_menu_rc {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.pornhubgold.com/images/bg_mainnav_right_off.png', sizingMethod='crop');
}

#main-nav-tabs {
	width: 945px;
	height:39px;
	list-style-type: none;
}

#main-nav-tabs li {
	float: left;
	position: relative;
	left: -5px;
	width:99px;
	height:39px;
	border-right:1px solid #333333;
	text-align:center;
}

#main-nav-tabs li a {
	display: block;
	position: relative;
	background-position: 0 0;
	background-repeat: repeat-x;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	letter-spacing: 0px;
	line-height:39px;
	text-transform: uppercase;
	cursor:pointer;
}
#main-nav-tabs a:hover{
	background-image:url(../images/bg_mainnav_on.png);
	text-decoration:none;
}
#main-nav-tabs li#main_menu1 a {
	background-image:url(../images/bg_mainnav_left_off.png);
	background-repeat: no-repeat;
}
* html .main_menu_rc {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.pornhubgold.com/images/bg_mainnav_left_off.png', sizingMethod='crop');
}
#main-nav-tabs li#main_menu1 a:hover,
#main-nav-tabs li#main_menu1.active a {
	background-image:url(../images/main_nav1_on.png);
}
#main-nav-tabs .active a {
	background-image:url(../images/main_nav1_on.png);
}
#main-nav-tabs .active a * {cursor: pointer;}

#main-nav-tabs li var {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 39px;
	color: #fff;
}
#main-nav-tabs li .shadow {
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 39px;
	color: #000;
}

/*
Container
*/


.container {
    position: relative;
    width: 955px;
}

#welcome{
    position: relative;
    width: 955px;
	top:15px;
	height:30px;
	font-size:14px;
	text-align:center;
	line-height:14px;
	clear:both;
}

.section_wrapper{
    position: relative;
	margin-top: 15px;
    width: 955px;
    height: auto;
}

.section-bar{
	position: relative;
	clear: both;
	width: 100%;
	height: 30px;
	background-image: url(../images/bg_section-title.png);
	color: #CCCCCC;
	font-weight: bold;
	line-height: 30px;
}

.section_title_lc{
	position: absolute;
	top: 0px;
	left: -5px;
	width: 5px;
	height: 30px;
	background-image: url(../images/bg_section-title_cl.png);
	background-repeat: no-repeat;
	float: left;
}
.section_title {
	display: block;
	padding: 0 10px;
	white-space: nowrap;
	}

.section_title_rc{
	position: absolute;
	float: right;
	top: 0px;
	right: -5px;
	width: 5px;
	height: 30px;
	background:transparent  url(../images/bg_section-title_cr.png) no-repeat;
}

.btn{
	position: relative; 
	height:20px;
	top: 5px;
	float: right; 
	background: #333; 
	background: url(../images/bg_btn-more.png) repeat-x 0 0;
	padding-left:5px;
	padding-right:20px;
	border: 1px solid #555; 
	white-space: nowrap;
	font-weight: normal;
	line-height: 20px;
	}
	
div.section-bar .btn var{
	color: #eee;
}
div.section-bar .btn var:hover{
	color: #FF9900;
}

div.section-bar .btn .plus:hover{
	text-decoration: none;
	color: #eeeeee;
}

.plus{
	display: block; 
	position: absolute; 
	top: 50%; 
	right: 2px; 
	margin-top: -8px; 
	width: 14px; 
	height: 14px; 
	line-height: 14px;
	font-size: 15px;
	font-weight: bold;
	text-align:center;
	border:1px solid #666666;
	
}

/*
video-sub_menu
*/

#video-sub_menu{
	position:absolute;
	bottom:0px;
	left:280px;
	width:auto;
	height:30px;
}

#video-subnav-tabs {
	width: auto;
	height:30px;
	list-style-type: none;
}

#video-subnav-tabs li {
	float: left;
	position: relative;
	left: 0px;
	width:99px;
	height:30px;
	border-right:1px solid #333333;
	text-align:center;
}

#video-subnav-tabs li a {
	display: block;
	position: relative;
	color:#eee;
	font-weight:bold;
	letter-spacing: 0px;
	line-height:30px;
	text-transform: uppercase;
	overflow:visible;
}
#video-subnav-tabs a:hover{
	background-image:url(../images/bg_section-tab_on.png);
	text-decoration:none;
}
#video-subnav-tabs li#main_menu1 a {
	background-image:url(../images/bg_mainnav_left_off.png);
	background-repeat: no-repeat;
}

#video-subnav-tabs .active a {
	background-image:url(../images/bg_section-tab_on.png);
}
#video-subnav-tabs .active a * {cursor: pointer;}

#video-subnav-tabs li var {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 30px;
	color: #ccc;
}
#video-subnav-tabs li .shadow {
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 30px;
	color: #000;
}

/*
videos
*/
div.block li{
	width: auto;
	list-style-type: none;
}

ul.videos .title{
	display:block;
	font-size:13px;
	height:30px;
	line-height:14px;
	overflow:hidden;
	padding:0.1em 0;
	width:162px;
}

.pagination #pages li{
	display: block;
	width: auto;
	}
    
/*
Footer
*/

.footer {
	position: relative;
	top: 50px;
	margin: 0 auto;
	width: 900px;
	color: #666666;
    text-align: center;
}


.clear {clear: both;}

/* remember to put root path /iepngfix.htc */
* html .png {behavior: url(iepngfix.htc);}