/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

html, body {
     height: 100%;
     margin-bottom:10px;
     padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

body {
    background-attachment:fixed;
	background-position: top center; 
	background-image:url(Images/bg.jpg); 
	background-repeat:no-repeat; 
	margin: 0; 
	padding: 0;
	margin: 0;
	background: #333;
}

html { 
    height: 100%;
    margin-bottom: 1px;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


#contmain
{
width: 100%;
}

h1, h2, h3 {
	color: #666;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #4BC02F;
}


h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0px;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 2em;
}

a {
	text-decoration: underline;
	color: #4BC02F;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #4BC02F;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #4BC02F;
}

/* Content */

#content{
	background-color:#FFF; background-image:url(Sourcefiles/backelement.png);
	margin: 0 auto;
	width: 950px;
	border-left: 8px solid #ffffff;
	border-right: 8px solid #ffffff;
}



/* Header */

#header {
	margin: 0 auto;
	background-image:url(Sourcefiles/header.jpg);
	width: 950px;
	height: 212px;
	border-left: 8px solid #ffffff;
	border-right: 8px solid #ffffff;
	border-top: 8px solid #fff;
	
}

#menu {
	margin: 0 auto;
	width: 950px;
	height: 29px;
	background-color:#ccc;
	border-left: 8px solid #ffffff;
	border-right: 8px solid #ffffff;
}

#topnav {
	background-image: url(Sourcefiles/top_navbar.jpg);
	width: 950px;
	border-left: 8px solid #ffffff;
	border-right: 8px solid #ffffff;
}


/* Page */

#page {
	margin: 0 auto;
	width: 772px;
	height:256px;
	background-image:url(Sourcefiles/mainimg_bg.jpg);
	background-repeat: no-repeat;
}

#products {
	margin: 0 auto;
	height:132px;
	background-color:#fff;
	border-left: 8px solid #ffffff;
	border-right: 8px solid #ffffff;
}

#spacer {
	margin: 0 auto;
	width: 950px;
	height: 30px ;
	background-color: #ccc;
	border-left: 8px solid #ffffff;
	border-right: 8px solid #ffffff;
}
	



/* Footer */
#footer {
	margin: 0 auto;
	width: 950px;
	background-color: #fff;
    height: 80px;
	border-left: 8px solid #FFF;
	border-right: 8px solid #ffffff;
	border-bottom: 8px solid #fff;
}

#footer p {
	text-align: left;
	font-size: 9px;
	color: #ffffff;
	padding: 15px;
}
#footer a
{
	color: #FFFFFF
}