/*------------------------------------------------------------------
Project:		Alt Web Design UK
Version:		1.1
Date Created:	03/19/09 
Date Created:	03/22/09
-------------------------------------------------------------------*/


* {
    padding:0;
    margin:0;
}
h1, h3, h4, h5, h6, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:0; }
h2 {font-size:16px;}
p {margin:20px 0 0 0; font-size:12px;}
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }


body {
	background: #fff;
	background-image: url(http://www.adultwebdesignuk.com/images/scroller_bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	color: #000000;
	font-size: 1em;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	line-height: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}



#nav_wrap {
	width:906px;
	margin: 0 auto;
	height:58px;
}
#logo {
	width:160px;
	float:left;
	padding: 12px 0 0 0;
}

/*------------------------------------------------------------------
[ M A I N    N A V ]
-------------------------------------------------------------------*/
#main_nav {
	width:586px;
	float:left;
	padding: 19px 0 0 4px;
	margin: 0;
}
#main_nav li {
  width: auto;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
#main_nav li ul {
  position: absolute;
  visibility: hidden;
  font-size: 10px;
  font-variant:small-caps;
  width: 400px;
}
#main_nav li ul li a {
  padding: 0 5px 0 5px;
}
#main_nav > li > a {
  display: block;
  text-indent: -5000px;
  height: 58px;
}
#main_nav .home > a {
  width: 118px;
  background: transparent url(http://www.adultwebdesignuk.com/images/home_off.jpg) no-repeat left top;
}
#main_nav .home > a:hover,
#main_nav .home > a.current {
  background: transparent url(http://www.adultwebdesignuk.com/images/home_on.jpg) no-repeat left top;
}
#main_nav .about > a {
  width: 101px;
  background: transparent url(http://www.adultwebdesignuk.com/images/about_off.jpg) no-repeat left top;
}
#main_nav .about > a:hover,
#main_nav .about > a.current {
  background: transparent url(http://www.adultwebdesignuk.com/images/about_on.jpg) no-repeat left top;
}
#main_nav .services > a {
  width: 105px;
  background: transparent url(http://www.adultwebdesignuk.com/images/services_off.jpg) no-repeat left top;
}
#main_nav .services > a:hover,
#main_nav .services > a.current {
  background: transparent url(http://www.adultwebdesignuk.com/images/services_on.jpg) no-repeat left top;
}
#main_nav .portfolio > a {
  width: 117px;
  background: transparent url(http://www.adultwebdesignuk.com/images/portfolio_off.jpg) no-repeat left top;
}
#main_nav .portfolio > a:hover,
#main_nav .portfolio > a.current {
  background: transparent url(http://www.adultwebdesignuk.com/images/portfolio_on.jpg) no-repeat left top;
}
#main_nav .contact > a {
  width: 145px;
  background: transparent url(http://www.adultwebdesignuk.com/images/contact_off.jpg) no-repeat left top;
}
#main_nav .contact > a:hover,
#main_nav .contact > a.current {
  background: transparent url(http://www.adultwebdesignuk.com/images/contact_on.jpg) no-repeat left top;
}

/* Submenus */
#main_nav .about:hover ul,
#main_nav .services:hover ul {
	visibility: visible;
}

/*------------------------------------------------------------------
[ R I G H T    N A V ]
-------------------------------------------------------------------*/
#right_nav {
	width:140px;
	float:left;
	font-size:10px;
	font-variant:small-caps;
	padding: 18px 0 0 0;
	}


	#right_nav a {
	color: #858585;
	text-decoration: none;
	}

	#right_nav a:visited {
	color: #000;}
	
	#right_nav a:hover {
	color: #9B9B9B;
	text-decoration: none;
	}

	#right_nav ul {
	margin: 0; text-align:center;}

	#right_nav li {
	list-style-type: none;
	display: list-item;
	color:#fff;
	}

/*------------------------------------------------------------------
[ S C R O L L E R ]
-------------------------------------------------------------------*/
#scroller_wrap {
	width:852px;
	margin:0 auto;
	height:301px;
	padding:58px 0 0 0;
	}
#left_wing {
	  width: 143px;
    height:359px;
    background: transparent url(http://www.adultwebdesignuk.com/images/blue_wing_left.jpg) no-repeat left top;
    float:left;
    position: relative;
}
#big_box {
	  width: 565px;
	  height:359px;
	  float:left;
}
.viewport {
  overflow: hidden;
  position: relative;
}
.slider {
  position: absolute;
  width: auto;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.overlay {
  position: absolute;
  z-index: 100;
}
#right_wing {
  width: 144px;
  height: 359px;
  background: transparent url(http://www.adultwebdesignuk.com/images/blue_wing_right.jpg) no-repeat left top;
  float: left;
  position: relative;
}
#right_wing a, #left_wing a {
  display: block;
  position: absolute;
  width: 55px;
  height: 140px;
  right: 0px;
  top: 100px;
  background: transparent url(http://www.adultwebdesignuk.com/images/left_wing_button.png) no-repeat right top;
} 
#right_wing a {
  left: 0px;
  background: transparent url(http://www.adultwebdesignuk.com/images/right_wing_button.png) no-repeat left top;
}




/*------------------------------------------------------------------
[ B O D Y ]
-------------------------------------------------------------------*/

#body_wrapper {
	width:909px;
	margin: 0 auto;
	clear:both;
	padding:100px 0 0 0;
	}
	
#left_column {
	width:660px;
	float:left;
	}



#right_column {
	width:215px;
	float:left;
	padding:30px 0 0 20px;
	}

#contact_top {
	width:215px;
	height:20px;
	background-image:url(http://www.adultwebdesignuk.com/images/conact_menu_top.jpg);
	background-repeat:no-repeat;
	padding:0 0 0 0;
	font-size:28px;
	font-weight:600;
	font-variant:small-caps;
	color:#FFFFFF;
	}
			
	#contact_bg {
	width:215px;
	background-image:url(http://www.adultwebdesignuk.com/images/contact_menu_bg.jpg);
	background-repeat:repeat-y;
	}

	#contact_bg ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size:10px;
	font-variant:small-caps;
	color:#999999;
	}

	#contact_bg li {
	display: block;
	padding: 3px;
	width: 178px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	}

	#contact_bottom {
	width:215px;
	height:24px;
	background-image:url(http://www.adultwebdesignuk.com/images/contact_menu_bottom.jpg);
	background-repeat:no-repeat;
	}

/*------------------------------------------------------------------
[ F E A T U R E D ]
-------------------------------------------------------------------*/

#feature_wrapper {
	width:950px;
	margin:0 auto;
	clear:both;
	}
	#highend_paysite {
	width:304px;
	height:100px;
	background-image:url(http://www.adultwebdesignuk.com/images/highend_paysite.jpg);
	background-repeat:no-repeat;
	float:left;
	padding:200px 0 0 20px;
	font-size:10px;
	}
	#standard_paysite {
	width:290px;
	height:100px;
	background-image:url(http://www.adultwebdesignuk.com/images/standard_paysite.jpg);
	background-repeat:no-repeat;
	float:left;
	padding:200px 0 0 10px;
	font-size:10px;
	}
	#standard_tube {
	width:306px;
	height:100px;
	background-image:url(http://www.adultwebdesignuk.com/images/standard_tube.jpg);
	background-repeat:no-repeat;
	float:left;
	padding:200px 0 0 10px;
	font-size:10px;
	}
	
	.price {
	font-size: 16px;
	color: #666666;
}


/*------------------------------------------------------------------
[ F O O T E R ]
-------------------------------------------------------------------*/

#footer {
	width:956px;
	height:43px;
	margin: 0 auto;
	background-image:url(http://www.adultwebdesignuk.com/images/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	clear:both;
	padding:100px 0 0 0;
	font-size:10px;
	font-variant:small-caps;
	}
	
	#footer ul {
	width:600px;
	padding:0;
	float:left;
	color:#CCCCCC
	}
	
	#footer ul a {
	color:#999999;
	}	
	
	#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 2px;
	float:left;
	color:#CCCCCC;
	}
	
	

	
	#info_wrap {
	width:400px;
	padding:0 0 0 160px;
	}
	
	
	#navlist {
	list-style: none;
	padding: 0;
	margin: 0;
	}

	#navlist li {
	display: inline;
	padding: 0 10px 0 0;
	margin: 0;
	}
	

