@charset "UTF-8";
/* CSS Document */

.sidenav 
{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.5s; 
}

.sidenav a 
{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus
{
    color: #f1f1f1;
}

.sidenav .closebtn 
{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) 
{
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

#main
{
	height: auto;
	width: 400px;
	border: solid;
	border-color: #000;
	margin: auto;
}

#header
{
	height: 70px;
	width: 380px;
	padding: 10px;
	background-color: #6D6E71;
	border-bottom: solid;
	border-bottom-color: #000;
	color: #63C;
}

#maincontent
{
	height: 485px;
	width: 380px;
	padding: 10px;
	background-color: #CCC;
}

#maincontenthome
{
	height: auto;
	width: 380px;
	padding: 10px;
	background-color: #CCC;
}

#maincontentmaterials
{
	height: auto;
	width: 380px;
	padding: 10px;
	background-color: #CCC;
}

#maincontentspecialties
{
	height: auto;
	width: 380px;
	padding: 10px;
	background-color: #CCC;
}

#maincontentteam
{
	height: auto;
	width: 380px;
	padding: 10px;
	background-color: #CCC;
}

#maincontentshop
{
	height: auto;
	width: 380px;
	padding: 10px;
	background-color: #CCC;
}

#maincontenttemplate
{
	height: auto;
	width: 380px;
	padding: 10px;
	background-color: #CCC;
}

#maincontentfaq
{
	height: auto;
	width: 380px;
	padding: 10px;
	background-color: #CCC;
}

#maincontentordered
{
	height: auto;
	width: 380px;
	padding: 10px;
	background-color: #CCC;
}

#maincontentcontact
{
	height: 375px;
	width: 380px;
	padding: 10px;
	background-color: #CCC;
}

#footer
{
	width: 380px;
	padding: 10px;
	height: 120px;
	background-color: #999;
	border-top: solid;
	border-top-color: #000;
}

#footerlogoright
{
	margin: 2px;
	float: right;
	display: block;
}

#footerlogoleft
{
	margin: 2px;
	float: left;
	display: block;
}

body
{
	background-image: url(../../Images/background3.png);
}

.footertext
{
	font-size: 12px;
}

#copyrightbox
{
	width: 380px;
	height: 5px;
}

.contacttext
{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
}

.emailul
{
	list-style-type: none;
}

a
{
	color: #91348D;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

.maintext
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	padding: 10px;
	color: #000;
	line-height: 2.0;
}

.materialtext
{
	font-family: "Lucida Console", Monaco, monospace;
	color: #CE4B5C;
}

#teampictures
{
	border-style: solid;
	width: 147px; 
	height: 185px;
}

.titles
{
	font-family: "Arial Black", Gadget, sans-serif;
}




