/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End global reset */





/* CSS fix for later Gecko image gaps */
img {
    display: block;
}

.inline {
    display: inline;
}

/* End CSS fix */




/* Local CSS rules */

body {
    background-color: #333; 
    color: #ddd;
    font-size: 62.5%;
    behavior: url(_css/csshover.htc);      /* WinIE behavior call for dropdown menus */
}

div#container {
    width: 756px;  /* 7 menu items x 108px each ... 283px + 473px */
    margin: 0 auto;
}


div#header {
    margin: 20px 0 0 0;
    padding: 10px 0;
    background-color: #3a3a3a;
    background-image: url(../_img/header_bg.gif);
    background-repeat: repeat-x;
}

div#footer {
    clear: both;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    width: 756px;
    background-color: #3a3a3a;
    background-image: url(../_img/footer_cards.gif);
    background-repeat: no-repeat;
    background-position: center 25px;
}

div#footer p.bar {
    width: 756px;
    font-size: 1.2em;
    line-height: 1.6em;
    background: #99002e;
    margin: 0;
    padding: 2px 0;
}

div#footer p {
    color: #aaa;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: center;
    margin: 10px 0 10px 0;
}

div#footer a {
    color: #aaa;
    text-decoration: underline;
    padding: 2px 8px 2px 8px;
}

div#footer a:link {
    color: #aaa;
    text-decoration: underline;
}

div#footer a:visited {
    color: #aaa;
    text-decoration: underline;
}

div#footer a:hover {
    color: #99002e;
    text-decoration: underline;
}

#footer #fl_link, #footer #fl_link a {
    color: #777;
}

#footer #fl_link a:hover {
    color: #99002e;
}



/* Navigation  (requires csshover.htc for use with WinIE) */

div#nav {
    float: left;
    margin: 0px 0 0 0;
    background: #99002e;
    /* background-image: url(../_img/nav_bg.gif); */
    background-repeat: repeat-x;

}

div#nav ul {
    margin: 0;
    padding: 0;
    background: #99002e;
}

div#nav li {
    position: relative;
    list-style: none;
    margin: 0;
    float: left;
    width: 108px;
    line-height: 1.6em;
    text-align: center;
    /* background-image: url(../_img/nav_bg.gif); */
    background-repeat: repeat-x;
    border-bottom: 1px solid #353535;
}

div#nav li:hover {
    color: #f00;        /* ? */
}

div#nav li.parent {
}

div#nav li.parent:hover {
}

div#nav li a {
    display: block;
    padding: 3px 0 3px 5px;
    text-decoration: none;
    width: 103px;
    color: #ededed;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}

div#nav li a:hover {
    color: #ddd;
    background: #a9103e;

}

div#nav>ul a {width: auto;}

div#nav ul ul {
    position: absolute; 
    width: 130px;
    display: none;
    margin-top: 8px;
}

div#nav ul ul.level2 li {
    border-bottom: 1px solid #353535;
    width: 130px;
    text-align: left;
}

div#nav ul ul.level2 li a {
    width: 125px;
}

div#nav li.parent li.parent {}

div#nav li.parent li.parent:hover {}

div#nav li.parent a:hover {
    color: #ddd;
    background: #a9103e;
}

div#nav ul.level1 li.parent:hover ul.level2, 
div#nav ul.level2 li.parent:hover ul.level3 {display:block;}

div#nav ul.level2 {top: 1.5em; left: -1px;}

div#nav ul.level3 {top: -1px; left: 7em;
  border-top: 1px solid #CCC;}

#nav li.current {
    background-color: #6cff6c;
}

div#wrapper {
    clear: left;
}
/* End Navigation */




/* Links */
a {
    color: #ededed;
}

a:link {
    color: #ededed;
}

a:visited {
    color: #ededed;
}

a:hover {
    color: #99002e;
}



/* Content */


div#content {
    font-size: 1.4em;
}

div#content h1 {
    font-size: 1.6em;
}

div#wrapper {
    clear: both;
    background-color: #000;
/*    float:right;
    width:100%;
    margin-left:-473px; */
}

div#product_list {
    margin-left: 473px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.3em;
    padding: 10px 10px;
}

div#product_list h1 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.4em;
    padding: 5px;
    text-align: center;
}

div#product_list p {
    margin-bottom: 10px;
    line-height: 1.15em;
}

table.product_desc td {
    padding: 4px 3px;
}

#product_image {
    float: left;
    width: 473px;
    border: 1px solid #ccc;
}

#product_image_narrow {
    float: left;
    width: 283px;
    border: 1px solid #ccc;
}


div#wide_content {
    margin-left: 290px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.3em;
    padding: 10px 10px;
}

div#wide_content h1 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.4em;
    padding: 5px;
    text-align: center;
}

div#wide_content p {
    margin-bottom: 10px;
    line-height: 1.15em;
}

table.wide_content td {
    padding: 4px 3px;
    line-height: 1.4em;
}


table.wide_content td.label {
    text-align: right;
    vertical-align: middle;
}

table.wide_content td.content {
    vertical-align: middle;
    
}