/*
----------------------------------------------
HTML tags
----------------------------------------------
*/

body {
margin: 0;
padding: 0;
background-color: #ffffff;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
}

img {
margin:0;
padding:0;
border:0;
}

p {
/* all p tags should be inside content divs, they therefore already have font and size formatting */
font-family: Arial, Verdana, Helvetica, sans-serif;
}

form {
margin: 0;
padding: 0;
display: inline;
}


a {
text-decoration: underline;
color: #333366;
}

a:visited {text-decoration: underline; color: #333366;}

a:hover {text-decoration: underline; color: #333366;}

a:visited:hover {text-decoration: underline; color: #333366;}


/*
----------------
anchor links
--------------
*/


.b:link {
text-decoration: none;
color: #000000;
font-weight: bold;
font-size: 120%;
}

.b:visited {text-decoration: none; color: #000000; font-weight: bold, font-size: 120%;}

.b:hover {text-decoration: none; color: #000000; font-weight: bold, font-size: 120%;}

.b:visited:hover {text-decoration: none; color: #000000; font-weight: bold, font-size: 120%;}




/*
-----------------------
Page Div Structure    -top right bottom left
-----------------------
*/

.layout_table {
padding: 0px;
margin: 0px;
border: 0px;
}

.menu {
width: 613px;
height: 30px;
text-align: right;
padding: 0px 5px 0px 0px;
background: url(images/risse_04.gif);
font-weight: normal;
font-size: 16px;
}

#news_box {
height: 250px;
width: 488px;
border-width: 1px;
border-style: solid;
border-color: #000000;
padding: 4px;
overflow: scroll;
}

.news {
padding: 15px 0px 0px 3px;
}

.products {
padding: 10px 0px 0px 0px;
text-align: right;
vertical-align: top;
}

.store_boxes {
padding: 10px 0px 0px 0px;
text-align: right;
vertical-align: top;
width:200px;
}

.new_products {
text-align: left;
vertical-align: top;
}

.copyright {
text-align: right;
}

.maincontent {
text-align: left;
vertical-align: top;
padding: 15px;
}

#photo_right {
text-align: right;
float: right;
border: 0px;
}


.distro_table {
width: 75%;
background-color: #ffffff;
}

.table_header {
background-color: #333366;
color: #cccccc;
font-weight: bold;
}

.table_cell_country_1 {
margin: 5px;
vertical-align: top;
text-align: left;
font-weight: bold;
background-color: #cccccc;
}

.table_cell_country_2 {
margin: 5px;
vertical-align: top;
text-align: left;
font-weight: bold;
background-color: #ffffff;
}

#section_title {
font-weight: bold;
font-size: 120%;
}

#quote {
font-weight: bold;
font-size: 90%;
font-style: italic;
}


.product_table {
width: 100%;
border-width: 0px 0px 1px 0px;
border-color: #000000;
border-style: solid;
padding: 23px 0px 15px 0px;
margin: 0px 0px 23px 0px;
}

.product_text {
text-align: left;
vertical-align: top;
padding: 5px;
border: 0px;
}

.product_photo {
vertical-align: top;
text-align: right;
border: opx;
}

.product_photo_border {
vertical-align: top;
text-align: right;
border: opx;
border: 1px;
broder-color: #000000;
border-style: solid;
}


