@import url(color.css);
@import url(type.css);

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* CSS Layout Document */

html {
text-align:center; }

body {
width:903px;
margin:0 auto;
text-align:left; }

div#content {
position:relative;
width:100%; }

div#nav_sub {
float:left;
width:20%;
padding:1em 0;
padding-left:1em; 
height:300px; }

div#content_main_home {
float:left;
margin-left:5%;
width:50%;
padding:1em 0;}

div#content_main {
float:left;
margin-left:5%;
width:60%;
padding:1em 0;}

div#popular {
float:right;
width:20%;
padding:1em 0;
padding-left:1em;
height:333px; }

/* Alternative layout using absolute positioning
div#nav_sub {
position:absolute;
top:0;
left:0;
width:20%; }

div#content_main {
position:absolute;
top:0;
right:0;
width:80%; } */

div#branding, div#nav_main, div#site_info div#innerdiv {
width:100%; }

div#site_info {
clear:both;
top:5px; }

div#innerdiv {
z-index:30;
margin:0;
bottom:4px;
height:250px;
text-align:center;
background-image:url(../images/logofoot.png);
background-repeat:no-repeat; }

div#site_info ul {
position:relative;
top:170px; }

div#site_info li {
position:absolute; }

li#terms {
left:25px; }

li#dist {
left:100px; }

li#copy {
left:250px; }

table {
width:600px; }

img {
padding-top:10px;
padding-bottom:5px;
padding-right:10px; }

div#images {
padding-top:10px;
padding-bottom:5px; }

div#images img {
padding-right:30px; }

div#addcart {
position:absolute;
left:440px;
top:40px; }

td {padding-bottom:10px; }