@charset "utf-8";

/* css tags for designers kitchens.net --------------------------------------------------------------------------------------------------------*/

	body {
		margin-top: 0px;
		background-color:#000;
		color:#FFF;
		margin-left: 0px;
		margin-right: 0px;
	}

	#nav {
		width: 100%;
		height: 157px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#top {
		background-color:#591516;
		margin-top: 0px;
		padding: 10px;
	}
	
	#logo {
		
		height: 92px;
		width: 1007px;
		background-image:url(../images/logo.gif);
		background-position:left;
		background-repeat:no-repeat;
		margin-left:auto;
		margin-right:auto;
		/*position:absolute;
		z-index: 3;*/
	}
	
	/*#nav #top img{
		width:1007px;
		height:128px;
		position:absolute;
		z-index: 1;	
	}*/
	
	#buttons {
		width: 1007px;
		margin-left:auto;
		margin-right:auto;
		/*margin-top: 105px;
		position:absolute;
		z-index: 1px;*/
	}
	
	#buttons a{
		margin-right:10px;
	}
	
	/* images portion of the site --------------------------------------------------------------------------------------------------------*/
	
		#container {
			margin-top: 0px;
		}
	
		#image {
			/*position:absolute;
			z-index:2;*/
			width: 946px;
			height: 510px;
		}
	
		#images {
			width: 1007px;
			margin-left:auto;
			margin-right:auto;
		}
		
		#imagebg {
			width: 946px;
			height: 510px;
			background-position:center;
			background-repeat:no-repeat;
			margin-left:auto;
			margin-right:auto;
		}
		
		#local {
			margin-left: 40px;
			top: 600px;
			position:absolute;
		}
		
		#topnav{
			margin-top: -10px;
			margin-left: 40px;
			position:absolute;
			z-index: 1px;	
		}
		
		#topnav a{
			margin-right:0px;
		}

		#bottomnav {
			width:928px;
			margin-top: -15px;
			margin-left: 40px;
			position:absolute;
			z-index: 1px;		
		}
		
		#bottomnav #left{
			/*width: 200px;*/
			margin-top: 5px;
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			font-weight:bold;
			color:#FFF;
			background-color:#000; 
			padding-left: 5px; 
			padding-right: 5px;
			float:left;
		}

		#bottomnav #right{
			/*width: 200px;*/
			float:right;
		}
		
/* flash div for main home page -------------------------------------------*/

	
	#flash {
		width:100%;
		height:578px;
		text-align:center;
		vertical-align:middle;
		background-color:#000;
	}

/* old tags ------------------------------------------------------------ */
	
	p {
		font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
		font-size: 11px;
		color: #FFFFFF;
	}

/* -------------------------------------------------------------------- */



