﻿body
{
	height: 100%;
	background-color: #72CBE0;
	font-family: Verdana, Helvetica, Arial;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}

#divContainer
{
    margin: 0px auto;
	width: 900px;
}

a
{
    color: #FF3300;
}

img
{
    border: 0px solid #000000;
}

a:hover
{
    color: #993366;
	text-decoration: none;   
}

#divHeader
{
    padding-top: 68px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: URL("images/header_bg.png");
	height: 112px;
	clear: both;   
}

#divContent
{
    background-image: URL("images/content_bg.png");
	padding-top: 15px;
}

.divMainMenu
{
    text-align: center;
	display: block;
	float: left;
	width: 203px;
	margin-left: 15px;
	padding: 0 0 0 0;
	background-image: URL("images/bubbles.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
}

.divMainMenuTop
{
    background-image: URL("images/mainmenu_top.png");
	height: 5px;
}

.divMainMenuContent
{
    margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 340px;
}

.divMainMenuBottom
{
    background-image: URL("images/mainmenu_bottom.png");
	height: 5px;
	padding: 0 0 0 0;
}

.divMainMenu h2
{
    display: block;
	font-size: 14pt;
	vertical-align: middle;
}

.divMainMenu ul
{
    padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.divMainMenu ul li
{
    line-height: 20px;
	font-weight: bold;
	list-style: none;
	font-size: 10pt;
}

#divContentLeft
{
    float: left;
	width: 660px;
	height: 100%;
	padding: 15px;
	display: inline;
	font-size: 9pt;
}

#divContentLeft table
{
    border: 1px solid #000000;
    background-color: #FFFFFF;
    border-collapse: collapse;
}

#divContentLeft table td
{
    border: inherit;
}

#divContentRight
{
    float: right;
	width: 178px;
	height: 100%;
	padding: 15px;
	border-left: 1px solid #787878;
}

#divContentRight ul
{
	list-style: none;
	padding: 0px;
}

#divContentRight ul li
{
	line-height: 15px;
	font-weight: bold;
}

#divFooterLine
{
    background-image: URL("images/footerline_bg.png");
	height: 15px;
	clear: both;   
}

#divFooter
{
	padding: 15px;
	text-align: center;
}

h2, h1
{
    color: #000099;
}

.categoryProduct
{
	border: 1px solid #999999;
	background-color: #FFFFFF;
	width: 100%;
	border-collapse: collapse;
}

.productThumbnail
{
	width: 102px;
	height: 102px;
	padding: 5px;
	border-right: 1px solid #999999;
	text-align: center;
}

.productThumbnail img
{
	border: 1px solid #999999;
	margin: 0 auto;
}

.productDescription
{
	font-size: 10pt;
	padding-left: 15px;
}

.productImage
{
	border: 1px solid black;
	display: block;
	float: right;
	margin: 15px;
}

#dlsProducts
{
    width: 100%;
    background-color: Transparent;
}