@charset "utf-8";
/* CSS Document */

html, body{
	height:100%;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
}

/** html #container {
	height: 100%;
}*/

#wrapper{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:100%;
	min-height:100%;
	background-image: url(../img/wrapper_bg.jpg);
	background-repeat:repeat-x;
	background-color:#000;

}

#container{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:1000px;
	min-height:100%;
}

#header{
	position:relative;
	float:left;
	width:1000px;
	height:80px;
	/*border:thin #0066FF solid;*/
	background-image: url(../img/logo_header.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #000;
}

#nav{
	position:relative;
	float:left;
	width:100px;
	height:100px;
	border:thin #0066FF solid;
}

#main{
	position:relative;
	float:left;
	width:1000px;
	height:340px;
}

#locations{
	position:absolute;
	top:0;
	left:0;
	float:left;
	width:540px;
	height:330px;
}

#slideshow{
	position:absolute; 
	top:0;
	right:0;
	float:right;
	width:440px;
	height:330px;
}

#news{
	position:relative;
	float:left;
	width:1000px;
	height:300px;
	/*border:thin #0066FF solid;*/
	/*background-image: url(../img/news_bg.gif);
	background-repeat: repeat-x;*/	
}

.delivery{
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
}

#nleft{
	position:absolute;
	top:0;
	left:0;
	float:left;
	width:320px;
	height:280px;
	padding:10px 5px 10px 10px;
}

#nmiddle{
	position:relative;
	top:0;
	margin-left:auto;
	margin-right:auto;
	width:340px;
	height:280px;
	padding:10px 5px 10px 50px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}

#nright{
	position:absolute; 
	top:0;
	right:0;
	float:right;
	width:250px;
	height:110px;
	padding:10px 10px 10px 5px;
	
}

#nrightbot{
	position:absolute;
	top:136px;
	right:1px;
	float:right;
	width:250px;
	height:110px;
	padding:10px 10px 10px 5px;	
}

/*.body nrightbot a{
	text-decoration:none;
}

.body nrightbot a:link{
	text-decoration:none;
}

.body nrightbot a:active{
	text-decoration:none;
}

.body nrightbot a:hover{
	text-decoration:none;
}*/

#footer{
	position:relative;
	float:left;
	width:1000px;
	height:48px;
	/*border:thin #0066FF solid;
	background:#000;*/
}
