﻿body
{
	background-color: #008EAF;
	color: #333;
	font-size: 13px;
	font-family: Tahoma;
	
	padding:0;
}

strong
{
	color: #8CC63F;
	display: block;
	font-weight: bold;
	padding: 5px 0 5px 0;
	border-bottom: dashed 3px #008EAF;
	margin-bottom: 5px;
}

p
{	
	padding: 10px 10px 5px 10px;
}
.copyright
{
	font-size: smaller;
	text-align: center;
	margin-top:5px;
}

.menu
{
	margin-top:10px;
	text-align:center;
	font-size: large;
	padding: 5px 0;
	border-top: solid #5B57A6 2px;
	border-bottom: solid #5B57A6 2px;
}
.menu a
{	
	color: #008EAF;
	text-decoration: none;
}

.content
{
	border-left: solid 5px #006699;
	border-right: solid 5px #006699;
	border-top: solid #5B57A6 5px;
	border-bottom: solid #5B57A6 5px;
	background-color: White;
	padding: 10px 5px;
}

.thumb
{
    float: left;
    text-align: center;
    width: 330px;
    margin: 5px 5px 15px 5px;
    padding-top:5px;
}

.gallery .thumb
{	
    /*border-top: solid 3px #ccc;*/
}

.thumb img
{
    border: 0;
    margin-bottom: 2px;
}

.thumb .caption
{
    font-weight:bold;
}
.thumb h3
{
	margin-bottom: 0;
	padding-bottom: 0;
}
.desc
{
    text-align: left;
}

.title
{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.price
{
	font-weight: bold;
	font-size: larger;
	margin: 5px 0;
}