﻿/* Main Shared CSS Code */

html, body 
{   
    margin: 0px;
    padding: 0px;
    border: 0px; 
    font-family:  Tahoma, Sans-Serif; 
    color: #ffff00;    
}

img
{
    border: none;
}

ul
{    
    text-align: left;
    list-style-image:url(images/bullet.gif);
}

h1, h2, #footer
{
    color: #ffffff;
}

a:link, a:visited, a:active
{
    color: #808080; 
    text-decoration: none;
} 

a:hover 
{
    text-decoration: underline;
}

.backgroundimg
{
    width: 100%;
    height: 100%;
}

.dropmenu a:link, .dropmenu a:visited, .dropmenu a:active
{    
	opacity: 0.85;     
	display: block;      
	width: 242px;        
	padding: 1px;    
	margin: 1px;       
	font-weight: bold;    
	text-align: center;    
	text-decoration: none;    
	color: #ffffff;    
	background-color: #000000;
}

.dropmenu a:hover 
{      
	opacity: 0.85;     
	padding: 1px;
    margin: 1px;
    background-color: #505050; 
}

.slidenav 
{  
    z-index: 2;
    position: relative;
    float: right;
    margin-right: 0px;
    margin-top: 3px;
}

.copyright
{
    float: right;
    margin-right: 60px;
    color: #FF0000;
}

.redfont
{
    color: #FF0000;
}

#background
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#trans
{
    opacity: 0.6;
    background-color: #000000;     
    position: absolute;    
    width: 1000px;     
    margin-top: 201px;       
}

#container 
{
    position: relative;  
    width: 1000px;
    margin: 0 auto;
    margin-top: 2%;      
}

#header 
{
    padding-left: 10px;
    width: 100%;
    height: 150px;
    float: left;   
}

#gameimage
{
    height: 120px;
    float: right;
    margin-right: 30px;
    margin-top: 30px;
}

#navigationbar 
{    
    width: 100%;
    height: 50px;
    float: left;      
}

#home, #about, #services, #tips, #faq, #quote, #contact, #clockbg
{
    float: left;
}

#submenu
{
    height: 133px;
    width: 246px;
    position: absolute;   
    margin-top: 40px;
    margin-left: 182px;
    z-index: 2;   
    background-color: #bfbfbf;
    border: 1px Solid Black;    
    opacity: 0.85;
    visibility: hidden;
}

#clockbg
{    
    position: absolute;    
}

#clock
{
    margin-top: 14px;
    width: 175px;
    height: 30px;    
    float: right;   
    position: relative;    
    text-align: center;     
    font: 1.2em  "Verdana"; 
    color: #ffffff;    
}

#spacer
{   
    position: relative;
    width: 100%;
    height: 1px;
    float: left;   
    background-color: #747474;  
    border-bottom: solid #000000 1px;  
}

#mainbodyouter
{
    position: relative;
    width: 670px;
    float: left;    
}

#specials
{
    width: 620px;
    height: 230px;  
    padding: 25px;     
}

#ad
{    
    position: absolute;
}

#mask
{
    z-index: 1;
    position: absolute;
    top: 25px;
    left: 30px;
}
#mainbody
{
    width: 630px;
    padding: 20px;
    padding-top: 0px; 
    font-weight: bold;
    text-align: center;      
}

#column
{
    position: relative;
    width: 330px; 
    float: right;  
}

#column h2
{
    border-bottom: solid;
}

#logo
{   
    margin: 15px;
    margin-top: 20px;
}

#gallery, #suppliers
{          
    margin: 15px;
    margin-top: 20px;
}

#footer 
{   
    position: relative; 
    padding-left:30px;
    float: left;  
    width: 100%;       
}

iframe
{
    width: 650px;
    height: 350px;   
}