@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-image:url(Images/BG.jpg);
	font-family: "Times New Roman", Times, serif;
	color:#333;
}

a:link {
	color: #300;
}
a:visited {
	color: #333;
}

#global {
	position:absolute;
	left: 50%;
	top: 50%;
			
	width: 900px;
	height: 624px;
			
	margin-left: -451px;
	margin-top: -312px;
}

#main {
	margin:0;
	padding:0;
	background-color:#FFF;
			
}

#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
	margin: 0px;
}

#logo {
	margin:0;
	padding:15px 0px 0px 17px;
	height:65px;
}
		
#globalLink{
	position: absolute;
	top: 43px;
	height: 57px;
	min-width: 550px;
	padding: 0px;
	margin: 0px;
	width: 550px;
	font-size: 13px;
	left: 330px;
		}
		
#navlink{
	position: absolute;
	top: 73px;
	height: 10px;
	min-width: 550px;
	padding-left: 15px;
	margin: 0px;
	width: 550px;
	font-size: 13px;
	left: 330px;
	font-size:16px;
		}
		
#navlink a:link {  		color: #333; text-decoration: none; }
#navlink a:visited {  	color: #333; text-decoration: none; }
#navlink a:active {  	color: #333; text-decoration: none; }
#navlink a:hover {  	color: #FFF; text-decoration: none; }	
		
#text {
	margin: 15px;
	height: 320px;
	overflow: auto;
}

.specialtext {
	color: #C33;
	font-weight:bold;
}

.specialtext1 {
	color: #06F;
	font-weight:bold;
	margin-top:0;
}

#Gallery {
	margin-top:0px;
	padding:0;
	position: relative;
	min-width: 900px;
	max-width: 900px;
	width:900px;
	height:351px;
	overflow:scroll;
	background-color:#FFF;
}
		
#products {
	margin-top:10px;
	position: relative;
	min-width: 900px;
	max-width: 900px;
	width:900px;
	height:85px;
	overflow:auto;
	background-color:#FFF;
}

a.glink, a.glink:visited{
  	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
}

a.glink:hover{
	text-decoration: none;
	color:#330000
}
.skipLinks {display: none;}
	
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
	width: 100%;
}

.indexFooter {
	font-size: 13px;
	color: #333;
	margin-top:9px;
}	
		
.indexFooter a:link {  		color: #333; text-decoration: none; }
.indexFooter a:visited {  	color: #333; text-decoration: none; }
.indexFooter a:active {  	color: #333; text-decoration: none; }
.indexFooter a:hover {  	color: #FFF; text-decoration: none; }
