/* CSS Document */

/* Global */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
    }


body {
    font: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
    font-size: 100%;
    margin: auto auto;
    }
    
#page {
    background: url('../images/bg.png') no-repeat;
    width: 1024px;
    height: 768px;
    margin: 50px auto;
    }
    
/* Header */

#banner {
    background: none;
    width: 1024px;
    height: 60px;
    }

#logo {
    background: none;
    float: left;
    width: 250px;
    height: 58px;
	margin: 0 0 0 50px;
    }


/* Navigation */

#navbar {
    background: none;
    float: left;
    width: 425px;
    height: 40px;
	margin: 10px 0 0 50px;
    }

ul {
    float: left;
    list-style: none;
    margin: 0 0 0 0;
    }
    
li {
    float: left;
    display: inline;
    width: 400px;
    padding: 0;
    margin: 0;
    }
    
li a {
    text-decoration: none;
    background: none;
    width: 350px;
    height: 35px;
    color: #660033;
    padding: 0 10px;
    font-size: 20px;
	font-weight: bold;
    text-align: center;
    }
    
li a:hover {
    text-decoration: none;
    background: none;
    color: #003366;
    }

li a:active {
    text-decoration: none;
    background: none;
    color: #003366;
	}
    
    
/* Home Content */

#homecontent {
    background: none;
    width: 1024px;
    height: 600px;
    }
    
#rightcontent {
    background: none;
	float: left;
    width: 700px;
    height: 600px;
	margin: 0 0 0 25px;
    }
    
#rightcontent p {
	width: 700px;
    color: #000000;
	text-align: justify;
	font-size: 16px;
    }
    
#leftcontent {
    background: none;
	float: left;
    width: 200px;
    height: 600px;
    }

#leftcontent p {   
    font-size: 16px;
	color: #FFFFFF;
	margin: 250px 0 0 20px;
    }

/* Our Signs Content */

#signs table {
	width: 600px;
	height: 600px;
	margin: 0 0 0 100px;
	border: 2px solid #600;
	padding: 0 2px;
	text-decoration: none;
	}
    
#signs th {
	border-top: 1px;
	text-decoration: none;
	}
		
.title {
	background: #660033;
	}
	
.title th {
	width: 200px;
	height: 20px;
	color: #ffffff;
	text-align: center;
	font-family: Helvetica;
	font-size: 16px;
	border: 1px solid black; 
	}
	
.item {
	height: 15px;
	text-align: left;
	}
	
.item th {
	text-align: center;
	font-size: 12px;
	font-family: Helvetica;
	border: 1px solid black; 
	}
	
.item th a {
	font-size: 12px;
	font: Veranda;
	color: #600;
	}
	
#orderform table {
	width: 700px;
	height: 485px;
	margin: 20px 0 0 50px;
	background-color: #CCCCCC;
	border: 2px solid #600;
	padding: 1px;
	font-size: 12px;
	font-family: Helvetica;
	}
	
.formleft {
	width: 120px;
	}
	
.formright {
	width: 300px;
	}
	
.thumbnail{
	position: relative;
	z-index: 0;
	}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
		left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0;
	}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
	}
	
#map {
	height: 100px;
	width: 200px;
	}
	
#map p {
	margin: 100px 0 0 50px; 
	text-align: center;
	color: #000000;
	}
	
#map a {
	color: #600000;
	}
	
#address {
	width: 180px;
	height: 300px;
	}
 
 #address a {
	color: #0FF;
	}
	
.required {
	margin: 10px 0 0 100px;
}

/*Footer*/

#footer {
    background: none;
    width: 1024px;
    height: 50px;
    }
	
#copyright {
	float: left;
    width: 350px;
    height: 50px;
    }	
    
#copyright p {
    float: left;
    font-size: 14px;
    text-align: center;
    color: white;
    margin: 60px 0 0 20px;
    }
 
#impactgrafx {
    background: none;
	float: right;
    width: 200px;
    height: 50px;
    }
	   
#impactgrafx p {
	float: left;
    font-size: 12px;
    text-align: center;
    color: white;
    margin: 40px 0 0 20px;
    }

#impactgrafx img {
	float: left;
    font-size: 12px;
    text-align: center;
    color: white;
    margin: 40px 0 0 0;
    }
		
#images_icon {
    float: left;
    } 
    
#images_icon a {
    float: left;
    background-color: none;
	width: 6.25em;
	height: 6.25em;
    margin: 2em 0 0 0;
    padding: .5em;
    } 
    
#images_icon img {
    background-color: none;
    border: none;
	margin: 1em;
    }

    
