body {
    margin: 0;
    font: .8em Trebuchet MS;
}

a {
    color: #000;
}

a img {
    border: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p, h1, h2, h3, h4 {
    margin: 15px 0;
}

table {
    border-collapse: collapse;
}

th, td {
    padding: 5px;
    text-align: left;
}

.spacer {
    clear: both;
    height: 0;
    font-size: 0;
}

/*************************************************************************************************
* 
* Wrapper style 
* 
*************************************************************************************************/

#wrapper {
    width: 980px;
    margin: 0 auto;
    
}

/*************************************************************************************************
* 
* Header style 
* 
*************************************************************************************************/

#header {              

}     


/*************************************************************************************************
* 
* Content style 
* 
*************************************************************************************************/

#content {

}

/*************************************************************************************************
* 
* Form style 
* 
*************************************************************************************************/

input, textarea {
    border: 1px solid #aaa;
    padding: 2px;
    font: 1em Arial;         
}

/*************************************************************************************************
* 
* Footer style 
* 
*************************************************************************************************/

#footer {

}
body {
    margin: 0 0 40px;
    font: .8em Arial;
    background: url(images/background.jpg) repeat-y fixed;
}

a {
    color: #000;
}

a img {
    border: 0;
}

table {
    border-collapse: collapse;
}

#wrapper {
    width: 800px;
    margin-left: 190px;
}

/*******************************************************************************************
*
* Language menu styles
*
*******************************************************************************************/

#language_menu {
    position: absolute;
    top: 20px;
    left: 10px;
    list-style: none;
    padding: 5px;
    margin: 0;
    background-color: #C7E0C3;
}

#language_menu li {
    display: inline;
}

#language_menu a img {
    border: 1px solid #000;
}

/*******************************************************************************************
*
* Menu styles
*
*******************************************************************************************/


#menu {
    position: absolute;
    top: 145px;
    left: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu h2 {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#menu a {
    padding: 5px 0;
    display: block;
    width: 120px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: url(images/menu_arrow.gif) no-repeat 0 10px;
    padding-left: 10px;
}

#menu a:hover {
    background-image: url(images/menu_arrow_over.gif);
}

#menu li.open ul {
    position: absolute;
    top: -10px;
    left: 110px;
    display: block;
    margin: 0;
    padding: 10px;
    list-style: none;
    background-color: #E1EFE0;
    border: 1px solid #000;
}

#menu ul a {
    
    color: #FFF;
    font-weight: bold;
    width: 150px;
}
#menu li
{
    
}

#menu ul a:hover {
    
    text-decoration: underline;
}

#menu ul li ul li
{
    margin-left: 15px;    
}

/*******************************************************************************************
*
* Menu2 styles
*
*******************************************************************************************/

#menu2 {
    position: absolute;
    top: 20px;
    right: 20px;
    border: 1px solid #000;
    padding: 10px;
    background-color: #E1EFE0;
}

#menu2 p {
    margin: 0 0 5px;
}

#menu2 ul {
    padding: 0 0 0 15px;
    margin: 0;
}

#menu2 li {
    padding: 2px 0;
}

#menu2 a {
    text-decoration: none;
}

#menu2 a:hover {
    color: #888;
}

.current
{
    color:red;
    text-decoration: underline;
}

/*******************************************************************************************
*
* Header styles
*
*******************************************************************************************/

#header {
    background: url(images/logo.gif) no-repeat 10px 30px;
    height: 110px;
}

#header h1 {
    display: none;
}

#header a {
    display: block;
    height: 100px;
    margin: 0 0 0 190px;
    width: 160px;
    text-decoration: none;
}

/*******************************************************************************************
*
* Home styles
*
*******************************************************************************************/

#home {
    height: 90px;
    padding-top: 40px;
}

#home div.button {
    float: left;
    margin-left: 120px;
    width: 200px;
    border: 1px solid #000;
    padding: 10px 10px 8px;
    background-color: #E0EFE1;
}

#home div.button2 {
    float: left;
    margin-left: 60px;
    width: 262px;
    border: 1px solid #000;
    padding: 10px 10px 8px;
    background-color: #E0EFE1;
    text-align: center;
}

#home div.button2 a {
    padding: 0;
}

#home div.button2 a img {
    border: 1px solid #000;
}

#home div.button2 a.large {
    padding-left: 11px;
}

#home div.button_over {
    background-color: #fff;
    cursor: pointer;
}

#home a {
    text-decoration: none;
    padding-left: 11px;
    line-height: 23px;
}

#home a.large {
    font-size: 1.4em;
    font-weight: bold;
    background: url(images/arrow.gif) no-repeat 0 6px;
}

#home_images {
    clear: both;
    margin-top: 20px;
    height: 250px;
}

#home_images img.home {
    float: left;
    margin-left: 10px;
    border: 1px solid #000;
    width: 75px;
}

#home_images img.big {
    width: 240px;
}

/*******************************************************************************************
*
* Content styles
*
*******************************************************************************************/

#content h2 {
    margin: 30px 10px 0;
    color: #E00024;
    font: 3.5em Georgia;
}

#content p {
    line-height: 1.8em;
}

#content div.images {
    float: right;
    display: inline;
    width: 200px;
    margin-left: 10px;
    margin-top: 18px;
}

#content div.images img {
    margin-bottom: 5px;
    border: 1px solid #000;
}

/*******************************************************************************************
*
* Products styles
*
*******************************************************************************************/

div.product {
    width: 150px;
    float: left;
    display: inline;
    margin-right: 8px;
    border: 1px solid #4b584a;
    margin-top: 10px;
}

div.product h3 {
    font-size: 1em;
    height: 32px;
    margin: 0;
    padding: 4px;
    background-color: #fff;
}

div.product h3 a {
    text-decoration: none;
    color: #000;
}

div.product img {
    width: 150px;
    height: 220px;
    vertical-align:bottom;
}

img.product_image {
    float: left;
    margin: 20px;
}

#product_details {
    margin: 30px 20px;
}

#product_details td {
    vertical-align: top;
    padding: 10px 5px;
}

#product_details td.label {
    text-align: right;
    font-weight: bold;
    width: 140px;
}

/*******************************************************************************************
*
* Pager styles
*
*******************************************************************************************/

#pager {
    letter-spacing: 1px;
}

#pager a {
    text-decoration: none;
}

/*******************************************************************************************
*
* Footer styles
*
*******************************************************************************************/

.spacer {
    clear: both;
    font-size: 0;
    height: 0;
}
#productimage
{
    float:left;    
    width: 320px;
}
#productdetails
{
    float:left;
    width: 480px;
}

.sectionchoice
{
    font-size: 20px;
    text-decoration: none;
    padding-right: 40px;
}
