/* Custom Decals website CSS - Copyright 2007 */

body {
	background: #000 url(../images/bg_fire.jpg) bottom center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.3;
	color: #929292;
	margin: 0;
	padding: 0;
}

/* Main Links */

a:link, a:visited {
	color: #d2d2d2;
	text-decoration: none;
}

a:hover, a:active {
	color: #d2d2d2;
	text-decoration: underline;
}

#menu a:link, #menu a:visited {
	color: #d2d2d2;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #d2d2d2;
	text-decoration: none;
}


/* END Main links */


	#content {
		padding: 20px 20px 10px 20px;
	}
	
/* Content Headings*/

h1,h2,h3,h4,h5,h6{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

	h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: bold;
		color: #d2d2d2;
		text-transform: uppercase;
	}
	
	h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: bold;
		color: #FFCC00;
	}
	
	h3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: bold;
		color: #d2d2d2;
	}
	

/*	20px top and bottom margins for table cells */

.marginFix {
	padding: 15px 20px 10px 20px;
}

	
	
	hr {
		width: 90%;
		margin: 0 20px 0 20px;
		color: #9D7758;
	}
	
	.imgFloatLeft {
		float: left;
		margin: 3px 10px 3px 0;
	}
	
	.imgFloatRight {
		float: right;
		margin: 0 0 0 10px;
	}
	
	/* correct IE 5.5 font size in tables */
	
	table { 
		font-size: 100%; 
	}
	
	.required {
		color: #760000;
		font-size: 1em;
		font-weight: bold;
	}
	
	.normal {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		color: #333333;
	}

	.smlTxt {
		font-size: 90%;
	}

/* Footer Links */
		#footer {
		}

		#footer a:hover, #footer a:active {
			color: #000;
			text-decoration: underline;
		}
/* end footer links */

