@charset "utf-8";
/* -----------------------------------------------------

* Filename: styles.css
* Description: external style sheet
* Version: 1
* Website: Z-Best Car Wax
* Author: John Curtis

== STRUCTURE =========================================

* Page width: 766px

-------------------------------------------------------*/

/* Reset
-------------------------------------------------------*/
body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset {
	margin: 0em; 
	padding: 0em;
}

html {overflow-y: scroll;}

h1, h2, h3, h4, h5, h6 {font-size: 100%;}

img {border: 0px;}

body {
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#e29d7b;
}

h3 {
	font-size:13px;
	color:#ffa800;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.shift {
	padding-top: 15px;
}


h4 {
	font-size:13px;
	color:#ffa800;
	margin:2px 0px 6px 0px;
	padding:2px 0px 6px 0px;
}

p {	
	margin:0px 0px 6px 0px;
	padding:0px 0px 6px 0px;
}

ul {	
	margin:0em 0em 0em 1.6em;
	padding:0em 0em 0em 1.6em;
}

.h4style {
	font-size:13px;
	color:#ffa800;
}

.regularText {	
	font-weight:normal;	
}

.content {
	padding-top:60px;
	padding-left:16px;
	padding-right:18px;
}

.MMcontent {
	padding-top:18px;
	padding-left:16px;
	padding-right:18px;
}

#welcome { 
	padding-top:60px;
	padding-left:144px;
}

#allProducts {
	list-style-image:url(images/yellow_arrow.jpg);
	margin:0em 1.2em 0em 0.9em;
	padding:0em 1.2em 0em 0.9em;
}

#store td {
	color:#e29d7b;
}

/* ------------------ */
/* DEFAULT LINK STYLES */
/* ------------------ */

a:link {
	color:#fcd66c;
	text-decoration:underline;
	font-size:12px;
}

a:visited {
	color:#fcd66c;
	text-decoration:underline;
	font-size:12px;
}

a:hover {
	color:#fcd66c;
	text-decoration:none;
	font-size:12px;
}

/* ----------------------------------- */
/* STYLES FOR FOOTER */
/* ----------------------------------- */

#footer {	
	font-weight:normal;
	text-align:center;
	color:#e0730d;
	font-size:11px;
}

#footer a:link {
	color:#e0730d;
	font-size:11px;
	text-decoration:underline;
}

#footer a:visited {
	color:#e0730d;
	font-size:11px;
	text-decoration:underline;
}

#footer a:hover {
	color:#ffa800;
	font-size:11px;
	text-decoration:none;
}
