/* CSS Document */

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

WWW.MAX-GEN.COM

Designed for the Spraytanz web site // links
******************************************************************
*/

/* general font styles */

#button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#cb7e2e;
	padding-bottom:10px;
	padding-top:10px;
	border-top:1px solid #683b1a;
	border-bottom:1px solid #683b1a;
	font-weight:bold;
	}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;

}
		
#button li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#button li a {
	background-color: #cb7e2e;
	color: #000000;
	text-decoration: none;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	border-right: solid 1px #683b1a;
	border-left: solid 1px #eda255;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	background-color: #eda222;
	color: #683b1a;
}

ul {
	list-style-image: url(../../assets/bullet-point.gif);

}

h1 {
	margin:0px;
	color:#febbla;
	font-size:21px;
	font-weight:normal;
}

h2 {
	margin:0px;
	color:#febbla;
	font-size:19px;
	font-weight:normal;
}

A:link {
	color:#000000;
	text-decoration: none;
	font-size:12px;
}

A:visited {
	color:#000000;
	text-decoration: none;
	font-size:12px;
}

A:hover {
	color:#000000;
	text-decoration: underline;
	font-size:12px;
}

A:active {
	color:#000000;
	text-decoration: underline;
	font-size:12px;
}

#searchLink {
	color:#000000;
	text-decoration: none;
	font-size:12px;
}

.space5 {
	font-size:5px;
}

hr {
	color:#000000;
}

.sideHeader {
	color:#683b1a;
	font-size:14px;
	font-weight:bold;
	padding-left:8px;
}

/* Yellow font styles */

.tagHeader {
	font-size: 13px;
	color: #febb1a;
}

.tagHeader2 {
	font-size: 14px;
	color: #febb1a;
}

.callSpraytanz {
	font-size: 14px;
	font-weight: bold;
	color: #febb1a;
}

.foraLocation {
	color: #febb1a;
}

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

/* Product page styles */

.productHeader {
	font-size:14px;
}

.bulletPoint {
	font-size:10px;
}

.productBtmBorder {
	border-bottom:1px solid #e2981b;
}

.smallFont {
	font-size:10px;
}

.clearance {
	color:#febb1a;
	font-size:16px;
}

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

/* legal links */
#copyright {
	padding-left:18px;
	font-size:10px;
	color:#000000;
	float:left;
	font-weight:bold;
	text-decoration: none;
}

.poweredByMGPadding {
	padding-right:18px;
}

#poweredByMG {
	font-size:10px;
	color:#000000;
	font-weight:bold;
	text-decoration: none;
}

#poweredByMG A:link {
	text-decoration: none;
}

#poweredByMG A:hover{
	text-decoration: underline;
}

/***********************************************/
.txtbox-right {
	font-family: "Verdana" "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	text-align: right;
}
.txtbox1 {
	font-family: "Verdana" "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	border: 1px solid #999999;

}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
