@charset "UTF-8";
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	overflow-y: scroll;
	overflow-x: hidden;
}

hr {
	height: 1px;
	width: 100%;
	background-color: #FFF;
	border: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

a {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #F00;
}

.nounderline {
	text-decoration: none;
}
.nounderline a{
	text-decoration: none;
}

/* LAYOUT BACKGROUNDS */
#bck_sky {
	position: absolute;
	height: 483px;
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url(images/bck_sky.jpg);
	z-index: 20;
}
#bck_grass {
	position: absolute;
	position: fixed;
	height: 100%;
	width: 100%;
	background-image: url(images/bck_grass.jpg);
	left: 0px;
	top: 0px;
	z-index: 10;
}
#clouds {
	position: absolute;
	top: 0px;
	left: 0px;
	background:url(images/bg_clouds.png) repeat-x 0 bottom; 
	width:100%; 
	height:100%;
}

#page {
	position: relative;
	width: 984px;
	top: 0px;
	left: -492px;
	margin-left: 50%;
	z-index: 100;
}

#logo {
	position: absolute;
	width: 255px;
	height: 102px;
	top: 80px;
	left: 10px;
	background-image: url(images/logo.png);
	z-index: 60;
}

/* MENU */
#menu_container {
	position: absolute;
	width: 984px;
	height: 53px;
	left: 0px;
	top: 0px;
	z-index: 100;
}
	#menu_box {
		float: left;
		display: block;
		height: 53px;
		width: 123px;
	}
	.menu_active {
		background-image: url(images/menu_selected.png);
	}
	#menu_item {
		position: relative;
		width: 123px;
		height: 53px;
		top: 0px;
		left: 0px;
	}
	#menu_titlebox {
		position: absolute;
		width: 100%;
		height: 14px;
		top: 19px;
		text-align: center;
	}
	.menu_title {
		height: 14px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		color: #FFF;
	}
	.menu_title:hover {
		background-image: url(images/menu_pan.png);
		background-repeat: no-repeat;
		padding-left: 12px;
		padding-right: 12px;
	}
	.menu_title a {
		text-decoration: none;
		color: #FFF;
	}	
	.menu_title a:visited {
		color: #FFF;
	}
	.menu_title a:hover {
		color: #FFF;
	}

/* CONTENT */
#content_top {
	position: relative;
	height: 130px;
	width: 100%;
	top: 0px;
	z-index: 50;
}

#content_container {
	position: relative;
	min-height: 540px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 50;
}
	#content_text_top {
		position: relative;
		left: 0px;
		top: 0px;
		height: 80px;
	}
	#content_text {
		position: relative;
		left: 0px;
		top: 0px;
		width: 460px;
		min-height: 430px;
	}
	#news_img {
		position: relative;
		left: 0px;
		top: 0px;
		width: 90px;
		height: 90px;
		border: #FFF 3px solid;
		overflow: hidden;
	}
	#grill_img {
		position: absolute;
		top: 0px;
		right: 0px;
		height: 485px;
		width: 515px;
		z-index: 60;
	}
	#buttons {
		position: absolute;
		bottom: 10px;
		right: 0px;
		z-index: 70;
	}
		#button_item {
			float: right;
			display: block;
			width: 143px;
			height: 66px;
		}

#content_bottom {
	position: relative;
	height: 35px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 50;
}
#bottom_line {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: #FFF;
}
#bottom_text {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 100%;
	height: 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
}

/* DROPDOWN MENU */
.anylinkcss{
	position: absolute;
	position: fixed;
	left: -10px;
	top: 0px;
	display: none;
	font: normal 12px Arial;
	color: #FFF;
	line-height: 18px;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	min-width: 150px; /* default width for menu */
	text-transform: uppercase;
}

.anylinkcss ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.anylinkcss ul li a{
	width: 100%;
	display: block;
	padding: 1px 0px;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

.anylinkcss a:hover{ /*hover background color*/
	color: #F00;
}

#submenu_pan {
	position: relative;
	left: -12px;
	top: 0px;
	min-width: 10px;
	height: 16px;
	padding-top: 4px;
	padding-left: 12px;
}
#submenu_pan:hover {
	background-image: url(images/menu_pan.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}


/* PRODUCTS */
#product_thumb_box {
	float: left;
	display: block;
	height: 80px;
	width: 80px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
#product_thumb {
	position: relative;
	height: 74px;
	width: 74px;
	left: 0px;
	top: 0px;
	border: 3px solid #FFF;
	overflow: hidden;
}
