/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
 
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, 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,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
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 highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}







/*shorter clearfix http://nicolasgallagher.com/micro-clearfix-hack/*/
header:before,
header:after {
   content:"";
   display:table;
}

header:after {
   clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
header {
   zoom:1;
   padding: 5px 5px;
}

.header_above_right {
    float:right;
    margin:4px 2px;
    }

.header_right {
    float:right;
    margin:20px 2px;
    }



b {
    font-weight: bold;
}


h1 {
   color: red;
}

h2 {
    font-family: 'Verdana', sans-serif;
    font-size: 18px;
    line-height: 1.4em;
    margin: 0 .4em 0 .4em;
    font-weight: bold;
    color: #ff0000;
}
 
/* class logo used in xxx_main.php*/
/*
h1.logo a {
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    float: left;
    letter-spacing: 0.2em;
}
*/

body {
   background-color: #eeeeee;
   font-family: Verdana, Arial, sans-serif;
   font-weight: normal;
   font-size: medium;
}

.offset {
   height: 360px;
}

h2_inline {
	font-size: 30px;
	font-weight: normal;
	color: #ff2222;
	font-family: ALittlePot, Arial, sans-serif;
   float: left;
}

.clear-float {
   clear: both;
}


/*
  wrapper for wide has width defined
*/ 

.wrapper {
  position: relative;
  width: 1124px;
  margin: auto;
}


/* 
   class top_nav for navigation 
   button menu on the right side of the screen is invisible
*/ 
a.top_nav {
  display: none;
}

.upper_address {
   position: absolute;
   top: 0px;
   right: 10px;
   background: none;
   color: #ff2222;
}

/*navigation*/ 
 
#primary_nav ul {
    list-style: none;

    background-image: url(images/menu_back.png);
    padding: 6px 10px;
    -webkit-border-radius: 3px 9px;
    -moz-border-radius: 3px 9px;
    border-radius: 3px 9px;


}
 
#primary_nav li a:hover,
#primary_nav li a:focus {
    color: #1b1b1b;
}

/* right offset is set to add place for flag, cart and currency */ 
#primary_nav {
  position: absolute;
  top: 24px;
  /*right: 79px;*/
  right: 4px;
  background: none;
  

}

#primary_nav li {
  display: inline;
}

#primary_nav li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    height: 1em;
    font-size: small;

    float: none;
    padding: 0px 5px;

   -khtml-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; 
   -ms-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; 
   -o-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; 
   -moz-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; 
   -webkit-box-shadow:rgba(0,0,0,0.3) 0 1px 2px; 
   box-shadow:rgba(0,0,0,0.3) 0 1px 2px; 

}

/*
   li class top
   used to hide top menu selection in wide mode
*/
#primary_nav li.top {
    display: none;
}

/*footer*/
 
footer {
   font-family: Verdana, Arial, sans-serif;
   font-weight: normal;
   font-size: small;
   width:1124px;
   margin: auto;
   background-color: #dddddd;
   height:60px;
   max-height:60px;
   
}

.simple_page {
   margin: 10px 32px 10px 32px;
   text-align: left;
}

#above_nav {
  position: absolute;
  top: 2px;
  right: 2px;
  background: none;
}

#above_nav li {
  display: inline;
  font-size: 17px;
  font-weight: normal;
  color: #808080;
  font-family: Times, Times, serif;
}

#above_nav li + li::before {
    content: " | ";
}

/* color for above nav menu */
#above_nav li a {
    color: #63BA65;
}

#above_nav li a:hover,
#above_nav li a:focus {
    color: #808080;
}
