/* cascading style sheet for screen

Copyright 2006 J6 design. All Rights Reserved.

web designer: Jane Fletcher j6 design
email : contact@j6design.com.au
internet: www.j6design.com.au
 
................................................................ */

body {
	color: #FFFFFF;
	PADDING: 0px;
	margin: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #000000;
}



/* GLOBAL TEXT PROPERTIES
................................................................ */

h1 {
	font-size: 1em;
	padding: 0px;
	margin: 20px 0px 10px;
	line-height: 1.25;
	font-weight: bold;
	color: #ffffff;
}
h2 {
	font-size: 0.85em;
	padding: 0px;
	margin: 20px 0px 10px;
	line-height: 1.25;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

h3 {
	padding: 0px;
	font-size: 0.85em;
	font-weight: normal;
	margin: 2px 0px 10px 0px;
	line-height: 1.25;
}

p {
	padding: 0px;
	font-size: 0.85em;
	margin: 2px 0px 10px 0px;
	line-height: 1.25;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #cccccc;
	text-decoration: underline;
}

/* print show/hide 
................................................................ */
.print { 
	display: none;
	}
.noprint { 
	display: block;
	}	

/* IMAGE PROPERTIES
................................................................ */

img {
	margin: 0px;
	padding: 0px;
}

/* if css disabled
................................................................ */
.css { 
	display: none;
	}
	

/* main content
................................................................ */
.main {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	text-align: left;
}

.header {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.mainbox {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 1000px;
	background: #000000 url(images/adultproducts.jpg) no-repeat top left;
}

.content {
	margin: 450px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 550px;
	text-align: left;
}

.sidebar {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 300px;
	text-align: left;
}

.box a:link, .box a:visited {
float: right;
Margin: 0px 0px 5px;
padding: 0px;
display: inline;
width: 300px;
height: 220px;
background: #ffffff url(images/forher.gif) no-repeat top left;
color: #000000;
text-decoration: none;
}

.box a:hover, .box a:active {
	text-decoration: none;
	background-color: #FFFF99;
	background-image: url(images/forher.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.padding {
	float: left;
	Margin: 30px 20px 20px 140px;
	padding: 0px;
	width: auto;
	display: inline;
	font-weight: bold;
}

.nav {	
MARGIN: 0px;
	WIDTH: 100%;
	padding: 0px;}
	
.nav LI {
	FLOAT: left;
	list-style: none;
	line-height: 1.5;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

.nav a:link, .nav a:visited {
	DISPLAY: block;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 10px 10px 0px;
}

.nav a:hover {
	color: #cccccc;
	text-decoration: none;
}

/* footer
................................................................ */
.footer {
	width:100%;
	margin: 50px 0px 10px;
	padding: 0px;
	float: left;
}

