
/* MEYER CSS RESET http://meyerweb.com/eric/tools/css/reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
background:transparent;
border:0;
font-size:100%;
margin:0;
padding:0;	
outline:0;	
vertical-align:baseline;	
}

body {
background:#fff url(http://americaswebmall.com/mall_smarty/awm_webmall_images/body-bg.png) repeat-x;
font:62.5%/1 "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ol, ul {
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

:focus {
outline:0;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* GENERAL CLASSES */
.left {
float:left;
}

.right {
float:right;
}

.round {
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

/* GENERAL ELEMENTS */
h1, h2, h3, h4, h5, h6 {
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:400;
}

p {
line-height:1.5;
text-align:left;
}

a {
color:#335577;
text-decoration:underline;
}

a:hover {
color:#bb0000;
text-decoration:none;
}


/********* HEADER ELEMENTS ********
 items appear below in the order they appear in the code */

#container {
overflow:hidden;
width:980px;
margin:0 auto 20px;
}

#header {
height:100px;
position:relative;
}

.logo {
height:80px;
padding:10px 0;
position:absolute;
top:0;
right:0;
}

h1 {
padding:20px 0 0 0;
color:#003399;
font-size:3em;
font-weight:700;
}

h1 strong {
color:#911919;
}

h1 span {
display:block;
margin:3px 0 0 0;
color:#000;
font-size:0.4em;
text-transform:uppercase;
}

#sidebar {
float:left;
margin:0 10px 0 0;
width:230px;
}

.nav-heading {
background:url(http://americaswebmall.com/mall_smarty/awm_webmall_images/nav-heading.png) no-repeat;
border:solid #e8e8e8;
border-width:0 0 1px 0;
color:#003399;
font-size:1.3em;
line-height:40px;
text-indent:35px;
}

#nav {
background:url(http://americaswebmall.com/mall_smarty/awm_webmall_images/sidebar-bottom.png) bottom left no-repeat;
padding:0 0 10px 0;
}

#nav li {
background:#fff;
border:solid #ececec;
border-width:0 0 1px 0;
padding:10px 20px;
}

#nav li.last {
border:0;
padding:10px 20px 0 20px;
}

#nav a {
font-size:1.2em;
text-decoration:none;
}


/********* CONTENT ELEMENTS *********/
/* items appear below in the order they appear in the code */

#content {
float:right;
width:740px;
}

.box-heading, .store-heading {
height:50px;
color:#003399;
font-size:2.4em;
line-height:50px;
text-align:left;
text-indent:35px;
}

.box-heading {
background:url(http://americaswebmall.com/mall_smarty/awm_webmall_images/box-heading.png) no-repeat;
}

.store-heading {
background:url(http://americaswebmall.com/mall_smarty/awm_webmall_images/store-heading.png) no-repeat;
}

.box-content {
background:url(http://americaswebmall.com/mall_smarty/awm_webmall_images/box-bottom.png) bottom left no-repeat;
padding:0 0 20px 0;
}

.box-content p, .stores {
background:#f3f3f3 url(http://americaswebmall.com/mall_smarty/awm_webmall_images/box-content.png) repeat-y;
overflow:hidden;
padding:10px 20px 0 20px;
font-size:1.3em;
}

.box-content p {
color:#000;
}

.category {
float:left;
margin:15px;
width:202px;
height:242px;
}

.package-banner {
float:left;
margin:15px;
width:320px;
height:240px;
}

.banner {
float:right;
padding:15px 0 0 0;
}

.affiliate {
border:solid #e5e5e9;
border-width:0 0 1px 0;
overflow:hidden;
padding:15px 0;
width:468px;
}

.affiliate.last {
border:none;
padding:15px 0 0 0;
}


/********* SITEMAP ELEMENTS *********/
/* items appear below in the order they appear in the code */

h4 {
font-size:1.5em;
margin:0 0 0 20px;
}

h4.first {
padding:15px 0 0 0;
}

.sitemap {
margin:0 0 20px 0;
padding:5px 0 0 30px;
}

.sitemap.last {
margin:0;
}

.sitemap li {
margin:5px 0;
}

.sitemap a {
font-size:13px;
}


/********* FOOTER ELEMENTS *********/
/* items appear below in the order they appear in the code */

#footer {
background:url(http://americaswebmall.com/mall_smarty/awm_webmall_images/footer-bg.png) no-repeat;
height:40px;
padding:10px 0;
text-align:center;
}

#footer p {
margin:0 0 10px 0;
color:#8f8f90;
font-size:1.1em;
text-align:center;
}

#footer li {
display:inline;
margin:0 10px;
text-transform:uppercase;
}