/* CSS Document */

/* 
******************************************************************
Authoured by James Star	26/07/2005
Email: james@max-gen.com

WWW.MAX-GEN.COM

Designed for the Spraytanz web site // page set up
******************************************************************
*/

/* body, page style */
body {background : #000 url(../assets/bg.jpg) repeat;
	background-color: #fefefe;
	/*background-color: #dcd8cc;*/
	margin:0;
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

td {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

.lightBackground {
	background-color:#f2eee4;
}

.blackBorders {
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

.whiteBackground {
	background-color: #FFFFFF;
}

.space6 {
	font-size:6px;
}

.sideOptionPadding {
	padding:10px;
	font-size:12px;
}

#ulCategory {
	margin:0 0 10 20;
	list-style-image: url(../assets/bullet-category.gif);
}

/***********************************************/

/* top navigation */

.topNavPattern {
	background-image:url(../assets/top-nav-pattern.gif);
	background-repeat:repeat-x;
}

.blackBackground {
	background-color:#000000;
}

#dropmenudiv{
	border:1px solid #6D3916;
	position:absolute;
	border-bottom-width: 0;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:25px;
	z-index:100;
}

#dropmenudiv a{
	border:1px solid #6D3916;
	width: 100%;
	display: block;
	text-indent: 6px;
	padding: 1px 0;
	text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #83441B;
}

/***********************************************/

/* content styles */

.leftPagePattern {
	background-image:url(../assets/colour-background.gif);
	background-repeat:repeat-y;
}

.bottomPagePattern {
	background-image:url(../assets/bikini-graphic.gif);
	background-repeat:repeat-x;
}

.tanBackground {
	background-color:#f2eee4;
}
	
.yellowBackground {
	background-color:#9B6328;
}	

.contentPadding1 {
	padding:26 20 20 20;
}

.contentPadding2 {
	padding:26 10 10 10;
}

/***********************************************/

/* footer */

.footerDivider {
	border-top:1px solid #EDA222;
	border-bottom:1px solid #000000;
}

/***********************************************/

.style5 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.style6 {
	font-size: 9px;
	font-weight: bold;
	font-style: italic;
}.txtbox {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}

