﻿body
{
	font-size: 10pt;
	color: white;
	font-family: verdana;
	background-color: Black;
}

h1
{
	font-family: Trebuchet MS;
	font-size: larger;
	color: White;
	}
	
	h2
{
	font-family: Trebuchet MS;
	font-size: medium;
	color: White;
	}

h3
{
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #01BEE6;
	text-align: left;
}

h4
{
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	color: #01BEE6;
}

hr
{
	color: #707070;
	margin-right: 10px;
	}

p
{
	padding-bottom: 1em;
	}

a:link { color: #01BEE6; text-decoration: none; }

a:visited { color: #01BEE6; text-decoration: none; }

a:hover { color: #01BEE6; text-decoration: underline; }

a:active { color: #01BEE6; text-decoration: underline; }

.selected a:link { color: white; text-decoration: none; }

.selected a:visited { color: white; text-decoration: none; }

.selected a:hover { color: white; text-decoration: underline; }

.selected a:active { color: white; text-decoration: underline; }


.menu
{
	z-index: 1000;
	margin: 0px 70px 0px 70px;
	font-size: medium;
	background-color: Black;
	height: 25px;
	border: solid 2px #3C3C3C;
	vertical-align: bottom;
	padding-top: 7px;
	padding-bottom: 0px;
}
	
	.MiniCart
	{
	position:absolute;
 top:0;
 right:0;
 width:350px
		
		}
	
	
	.gallerylist li
{
    display: inline;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
    padding:10px;
    text-align: center;
}

.socialmedia
	{
	position:absolute;
 bottom:20px;
 right:250px;
 left: 250px;
		}