
body 
{
    background-color: #FFFFFF;
    background-image: url(../pics/tenthg15hell.bmp);
    color: #000000;
    font-weight: normal; 
    font-family: Arial, Helvetica;
    font-size: 16px;
	margin: 0;
}

h1
 {
    color: #000000;
    font-weight: bold;
    font-size: 26px;
}

h2
{
    color: #000000;
    font-weight: bold;
    font-size: 22px;
}

h3
{
    color:#000000;
    font-weight:bold;
    font-size: 20px;
}

h4
{
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}

h5
{
    color: #000000;
    font-weight: normal;
    font-size: 16px;
}

h6
{
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

hr
{
    color: #cc0000;
}

#header
{
}

#header h1
{
    margin: 0px 10px;
    padding: 24px 10px;
    font-size: 32px;
    font-weight: 1200;
    color: #cc0000;
    text-shadow: 2px 2px 2px #999;
}

#header .logo
{
    width: 200px;
    height: 80px;
    float: right;
    margin-right: 50px;
}

#intro
{
    width: 100%;
    text-align: center;
}

#intro p
{
    margin: 32px 0;
    font-size: 28px;
    font-weight: bold;
    color: #cc0000;
}

#intro ul
{
    text-align: left;
    width: 200px;
    margin: 20px auto;
    list-style-type: circle;
    font-size: 28px;
    font-weight: bold;
    color: #999999;
}

#contact
{
	background-color: #fff;
    width: 100%;
	padding: 20px 30px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #999999;
}

#contact h1
{
    color: #999999;
    font-size: 32px;
}

#contact h2
{
    color: #999999;
    font-size: 18px;
}

#content
{
	background-color: #fff;
	padding: 20px 30px;
}

#products
{
	display: table;
	width: 1024px;
}

#products .imgcontainer
{
	float: left;
	width: 50%;
}

#products figure
{
	margin: 10px;
	padding: 0px;
}

#products img
{
	width: 480px;
}

#products figcaption
{
    color: #000000;
    font-weight: bold;
    font-size: 16px;
	text-align: center;
}

@media only screen and (max-width: 1023px) {
	#products
	{
		display: block;
		width: 100%;
	}

	#products .imgcontainer
	{
		width: 100%;
	}

	#products img
	{
		width: 100%;
	}
}

#footer
{
    text-align: center;
    color: #c0c0c0;
    font-size: 14px;
}

#footer a, #footer a:visited 
{ 
    color: #c0c0c0; 
    text-decoration: none;
    margin-right: 64px;
}

#footer a:hover 
{ 
    color: #c00; 
    text-decoration: underline; 
}

a, a:visited 
{ 
    color: blue; 
    text-decoration: none;
}

a:hover 
{ 
    color: #c00; 
    text-decoration: underline; 
}

.mailto
{
    font-size: 18px;
    padding: 5px 20px 5px 36px;
    border: 1px solid #777;
    background-color: #eee;
    background-image: url(../pics/mailto.svg);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    background-size: 20px 20px;
    width: 240px;
    display: inline-block;
}

.googlemaps
{
    font-size: 18px;
    padding: 5px 20px 5px 36px;
    border: 1px solid #777;
    background-color: #eee;
    background-image: url(../pics/googlemapslink.svg);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    background-size: 20px 20px;
    width: 240px;
    display: inline-block;
}

.mailto:hover,
.googlemaps:hover
{
    background-color: #777;
}
