
/* ~~~~~~~~~~~~~~~~~ GENERAL ~~~~~~~~~~~~~~~~~*/

html,body
{
margin:0;
padding:0
}

body
{
background: #fff;
color: #000;
font: 100% trebuchet ms,arial,helvetica,sans-serif;
}

img
{
border: 0;
}

/* ~~~~~~~~~~~~~~~~~ HEADER~~~~~~~~~~~~~~~~~*/

div#header
{
position:relative;
height:135px;
margin:0;
background: #fff;
}

div#header .logo
{
margin-right: 400px;
}

div#header .contact
{
float: right;
width: 400px;
}

div#header .contact .hold
{
margin: 33px 30px 8px;
font-size: 0.85em;
color: #8c7877;
text-align: center;
line-height: 1.3em;
}

div#header .contact .hold .links
{
visibility: hidden;
width: 0;
height: 0;
}


/* ~~~~~~~~~~~~~~~~~ BAR~~~~~~~~~~~~~~~~~*/

div#bar
{
position: relative;
height: 47px;
background: #756363 url("../images/bg_bar.jpg") 0 0 no-repeat;
margin-bottom: 4px;
}

div#bar .flags
{
position: absolute;
top: 12px;
right: 23px;
}

div#bar .flags img
{
margin-left: 3px;
}

div#barempty
{
position: relative;
height: 47px;
background: #756363;
margin-bottom: 4px;
}

/* ~~~~~~~~~~~~~~~~~ TABLE STRUCTURES & LINKS ~~~~~~~~~~~~~~~~~*/

table
{
border: 0;
border-collapse:collapse;
}

tr.brandhead
{
display: none;
}

tr.brands
{
display: none;
}


td.rest
{
display: none;
}

table.nav
{
display: none;
}

td.main
{
margin: 0;
}

td.main .cont
{
margin: 0;
}

.category
{
font-weight: bold;
text-align: center;
}

table.pres
{
border: 2px solid #ded4d2;
}

table.pres tr.pic
{
border-bottom: 1px solid #ded4d2;
text-align: center;
}

table.pres td.logo
{
width: 117px;
border-right: 1px solid #ded4d2;
text-align: center;
}

table.pres td.text
{
font-size: 0.8em;
padding-top: 0.5em;
}

table.products td
{
text-align: center;
font-size: 0.75em;
line-height: 1.2em;
color: #8c7877;
padding-bottom: 30px;
}

table.products td.left
{
text-align: left;
}

table.products td.section
{
font-size: 0.8em;
line-height: 1.2em;
text-align: left;
border: 1px solid #ded4d2;
}

table.products td.section h2
{
font-size: 1.1em;
color: #8c7877;
background: #e8e0d6;
padding: 5px;
margin: 0;
}

table.products td.section p
{
padding: 0 10px;
color: #c5b4b1;
}

/* ~~~~~~~~~~~~~~~~~ HOME CONTENT~~~~~~~~~~~~~~~~~*/

table.home tr.head td
{
text-align: left;
background: #b4b4b4;
color: #fff;
font-size: 1.1em;
padding: 5px;
}

table.home
{
border: 1px solid #b4b4b4;
}

table.home td
{
border-top: 1px solid #b4b4b4;
text-align: center;
font-size: 0.75em;
line-height: 1.2em;
color: #8c7877;
padding-top: 5px;
padding-bottom: 8px;

}

table.home td.line
{
border-right: 1px solid #b4b4b4;
}

/*

table.homeold td
{
text-align: center;
font-weight: bold;
}

table.homeold a
{
color:#806a69;
}*/


/* ~~~~~~~~~~~~~~~~~ TYPOGRAPHY~~~~~~~~~~~~~~~~~*/


a:link,
a:visited
{
color: #e98214;
text-decoration: none;
}

a:hover,
a:active
{
color: #e98214;
text-decoration: underline;
}

td.main h1
{
padding-right: 5px;
color: #7e6766;
font-size: 1.4em;
font-weight: normal;
}

td.main h2
{
color: #756363;
font-size: 1.4em;
font-weight: bold;
margin-bottom: 0em;
}

td.main h2 a
{
color: #756363;
}

td.main ul.bullet
{
margin-top: 0em;
list-style-image: url('../images/bl_main.gif');
text-align: left;
}

td.main ul.bullet a
{
color: #756363;
}

.alignleft
{
text-align: left;
}

.qty
{
color: #ed1c24;
}

.pop
{
color: #c3262e;
font-weight: bold;
}

