body
{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #aebdad;
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 1000px;
	min-height:100px;
	background-color: #dcdcdc;
}

#header
{
	background-color: #dcdfdf;
	overflow: auto;
}

#header img
{
	float: left;
        border: none;
}

#header h1, #header h2
{
	float: right;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#header h1
{
	margin-top: 20px;
	margin-right: 170px;
	font-size: 22px;
}

#header h2
{
	margin-right: 220px;
	font-size: 22px;
	font-weight: bolder;
}

#menu
{
	height: 28px;
	background-color: #aab9aa;
}

#menu ul
{
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#menu ul li
{
	margin: 0px 16px;
	padding: 0px 5px;
	float: left;
	list-style: none;
	font-size: 11px;
	text-align: center;
}

#menu ul li a, #menu ul li a:visited, #menu ul li a:link
{
	color: #000;
	text-decoration: none;
}

#slideShow
{
	height: 400px;
	background-color: #000;
}

#indexHeaderBar
{
	height: 446px;
	background-color: #fff;
}

#indexHeaderBar img
{
    margin-left: 80px;
    margin-top: 5px;
}

#content
{
	overflow: auto;
}

.indexContent
{
    background-color: #aebdad;
}

.fullContent
{
    padding: 15px;
}

#content .left
{
	float: left;
	width: 580px;
	padding: 10px;
}

#content .left .indexLeftHeader
{
    color: #fff;
}

#content .left p
{
	display: block;
}

.doubleColumns
{
	overflow: auto;
}

.doubleColumns ul
{
	float: left;
	width: 250px;
}

#content .right
{
	float: right;
	width: 380px;
	padding: 10px;
	text-align: center;
}

.indexCatalog
{
    margin-top: 55px;
    border: none;
    height: 150px;
}

.indexCatalog2
{
    margin-top: 55px;
    border: none;
    height: 100px;
    margin-bottom: 10px;
}

#links
{
    width: 100%;
    border-collapse:collapse;
}

#links td
{
    padding: 5px;
    border: solid 1px #000;
}

#footer
{
	text-align: center;
}

.shop a, .shop a:link, .shop a:visited
{
    color: #000;
    text-decoration: none;
}
