@charset "utf-8";
/* CSS Document */

/*********************************************
----------------------------------------------
Client		Shop Wise Enterprises, LLC
Site:  		shopwisemall.com
Author: 	Paul Noia | Paul Noia Design, Inc.
Version: 	1.0
----------------------------------------------
*********************************************/

/* Imported Style Sheets */

@import url("layout.css");
@import url("style.css");
@import url("nav.css");

/* Reset all margins and paddings for browsers */
* {padding: 0; margin: 0;}

/* General Rules */

body,html {
margin: 0 auto;
height: 100%;
width: 100%;
background-color: #990000;
}

a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #990000;
}

a:hover {
text-decoration: none;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 28px;
	color: #504c6a;	
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 21px;
	color: #504c6a;
	padding-bottom: 24px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #504c6a;
	font-size: 16px;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #504c6a;
	font-size: 29px;
	text-align: left;
}

h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #504c6a;
	font-size: 20px;
	text-align: left;
	padding-bottom: 20px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 8px 0 16px 0;
	font-size: 13px;
	color: #444;
	line-height: 20px;
}

blockquote {
	padding-left: 20px;
}