﻿*
{
    margin: 0px;
    padding: 0px;
}
body
{
    background: url(../images/body_bg.jpg) repeat-x;    
    background-position: top center;
    font-family: Arial, Verdana;
    font-size: 16px;
    color: #555;
}
img
{
    border: none;
}
p
{
    margin: 10px 0px;
    text-align: justify;
}

h1
{
	color: #348ab7;
	font-size: 22px;
	font-weight: bold;
}
li
{
	margin-bottom: 10px;
}
#wrapper
{
    width: 1000px;
    margin: 0px auto;
}
#logo
{
	width: 360px;
	height: 80px;
	float: left;
}
#menu
{
width: 583px;
height: 44px;
	margin-top: 37px;
	margin-left: 30px;
	float: left;	
}
#menu ul
{
	list-style: none;
}
#menu li
{
	float: left;
	display:block;
}
#menu li a
{	
	display: block;
	width: 83px;
	height: 29px;
	font-size: 12px;
	background: url(../Images/menu.png) no-repeat;
	text-decoration: none;
	font-family: Arial;
	text-align: center;
	padding-top: 15px;
	color: #252525;

}
#menu li a:hover
{	
	color: #fe4940;
	font-weight: bold;
	background: url(../Images/menu_over.png) no-repeat;
}

#menu li a.CurrentPage
{
	color: #fe4940;
	font-weight: bold;
	background: url(../Images/menu_over.png) no-repeat;
}

#slideshow {
    position:relative;
    padding: 0px;
    margin: 0px;
    width: 1000px;
    height: 300px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
#bottom
{
	width: 100%;
	height: 180px;
	background: url(../images/footer_bg.jpg) repeat-x;
}
#quicklink
{
	width: 908px;
	margin: 0 auto;
	height: 120px;
}
#footer
{
	width: 1000px;
	text-align: center;
	margin: 0px auto;
	color: #333;
	font-size: 12px;
	padding-top: 20px;
}

#footer a
{
	color: #333;
	font-size: 12px;

	
}
#left
{
    width: 220px;
    
    background: url(../images/nav_bg.png) no-repeat right;
    float: left;
     margin-top:20px;
}

#right
{
    width: 640px;
    float: left;
	margin: 50px 10px 20px 30px;
}
#ads
{
	width:140px;
	margin-left: 20px;
	float: left;
}

.category ul
{
	margin-top: 40px;
	margin-right: 20px;
	list-style: none;
}

.category li
{
	margin-bottom: 15px;
}
.category li a, .category li a:link, .category li a:visited, .category li a.cateoff
{
	display: block;
text-align: right;
	padding-right: 30px;
	background: url(../Images/cat_off.png) no-repeat right;
	color: #000;
text-decoration: none;
	font-size: 14px;

}
.category li a:hover, .category li a.cateon
{
	display: block;
	padding-right: 30px;
	background: url(../Images/cat_on.png) no-repeat right;
	color: #1565bd;
}
#gallery
{
	text-align: center;
	float: left;
	margin-left: 10px;
	width: 150px;
}
#gallery img
{
	margin: 5px auto;
	padding: 3px;
	border: 3px solid #ccc;
	height: 70px;
	text-align: center;
}

.ProductShow
{
	width: 1000px;
	height: 300px;
	display: none;
}
.leftAds
{
	width: 100%;
	text-align: center;
	margin: 40px 20px 40px;
}