/* CSS Document */
/*

Title:			main.css
Browser(s):		All

Author:			Dean Hageman
Created:		05.15.2010
*/


/* Backgrond Color */

	#body {
	background-color:#003333;
	}

/* Content format */

	#content {
		position: relative;
		z-index: 1;
		width: 1000px;
		height: 650px;
		margin:0px auto;
		top: 50px;
		}
		
/* Global  Content */
		
	#main_page_image {
		position: absolute;
		height: 650px;
		width: 1000px;
		top: 0px;
		left: 0px;
		}
		
	#button_gallery {
		z-index: 250;
		position: absolute;
		height: 31px;
		width: 103px;
		top: 598px;
		left: 454px;
		}
		
	#button_aboutus {
		z-index: 250;
		position: absolute;
		height: 31px;
		width: 133px;
		top: 598px;
		left: 185px;
		}
		
	#button_contact {
		z-index: 250;
		position: absolute;
		height: 31px;
		width: 112px;
		top: 598px;
		left: 697px;
		}
		
	a:link {text-decoration:none;}
	a:visited {text-decoration:none;}
	a:hover {text-decoration:underline;}
	
	a:link {color:#FFFFFF;}      /* unvisited link */
	a:visited {color:#FFFFFF;}  /* visited link */
	a:hover {color:#6633CC;}  /* mouse over link */
		
		
		
/* Home  Logo */
		
	#home_logo {
		position: absolute;
		height: 223;
		width:	480px;
		top: 40px;
		left: 510px;
		border-style: none;
		}
		
	#home_page_image {
		position: absolute;
		height: 650px;
		width: 1000px;
		top: 0px;
		left: 0px;
		}
		
/* Logo for Other */
		
	#about_contact_logo {
		position: absolute;
		height: 223;
		width:	480px;
		top: 40px;
		left: 430px;
		border-style: none;
		}
		
	#gallery_logo {
		z-index: 250;
		position: absolute;
		height: 223;
		width:	480px;
		top: 40px;
		left: 260px;
		border-style: none;
		}
		
/* about text */
	p {
		text-align: left;
		color: #FFFFFF;
		}
		
	#about_text {
		font-family:verdana, helvetica, arial, sans-serif;
		width: 540px;
		height: 300px;
		z-index: 2;
		position: absolute;
		left: 420px;
		top: 286px;
		}
		
/* contact text */
	
	#contact_text {
		font-family:verdana, helvetica, arial, sans-serif;
		width: 540px;
		height: 200px;
		z-index: 2;
		position: absolute;
		left: 490px;
		top: 387px;
		}
		
/* contact map */
	
	#contact_map {
		width: 150px;
		height: 150px;
		z-index: 10;
		position: absolute;
		left: 815px;
		top: 407px;
		}
		
/* gallery button pages */
		
	#button_trees {
		z-index: 250;
		position: absolute;
		height: 30px;
		width: 250px;
		top: 265px;
		left: 0px;
		}
		
	#button_plants {
		z-index: 250;
		position: absolute;
		height: 30px;
		width: 250px;
		top: 265px;
		left: 250px;
		}
		
	#button_arrangements {
		z-index: 250;
		position: absolute;
		height: 30px;
		width: 250px;
		top: 265px;
		left: 500px;
		}
		
	#button_christmas {
		z-index: 250;
		position: absolute;
		height: 30px;
		width: 250px;
		top: 265px;
		left: 750px;
		}	
		
/*thumbnails format*/

	#gallery {position: absolute;
				 top: 300px;
				 left: 38px;
				 width: 1000px;
				}

	#thumbs {list-style-type: none;
			 width: 1000px;
			padding-left: 0;
			margin-left: 0;		
			}

	#thumbs li {float: left;
				margin-right: 35px;
				margin-bottom: 20px;
				width: 85px;
				}
			
	#thumbs img {display: block;
				}	

