@charset "utf-8";
/* CSS Document */

html, body {
	padding:0;
	margin:0; margin-top:0px; margin-bottom:0px;
	background:url(http://http//www.crispmalt.co/images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
img{
	border:0px;	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#container {
	width: 1000px;
	margin: 0 auto;
	background:#FFFFFF;
	overflow: hidden;
	position:relative;
}

#nav {
	padding:0px;
	margin:0px;	
	background: #8a0700; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhhMDcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2I2MWEyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2JmMWYyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjFlMmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #8a0700 0%, #b61a27 49%, #bf1f2f 51%, #bf1e2e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a0700), color-stop(49%,#b61a27), color-stop(51%,#bf1f2f), color-stop(100%,#bf1e2e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8a0700 0%,#b61a27 49%,#bf1f2f 51%,#bf1e2e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8a0700 0%,#b61a27 49%,#bf1f2f 51%,#bf1e2e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8a0700 0%,#b61a27 49%,#bf1f2f 51%,#bf1e2e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8a0700 0%,#b61a27 49%,#bf1f2f 51%,#bf1e2e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a0700', endColorstr='#bf1e2e',GradientType=0 ); /* IE6-8 */
	/*text-align: center;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 1000px;
	overflow:visible;
	z-index: 99;
}
.webkit #nav{
	font-size: 1px;
}
#nav_links {
		margin: 0 auto;

}

.anythingWindow {
	position:absolute;
	top: 1;
	left: 1;
}

#nav > ul {
	padding:0px;
	margin:0px;
	padding-left:50px;
	z-index: 99;
	list-style:none; 
	margin:0px;
    position: relative;
    margin-left: 0px;
    display: block;

}
#nav > ul > li {
	
	z-index: 99;
  	display:inline;
    border-right: #fff 1px solid;
    padding: 2px 10px;
	position:relative;
}
#nav > ul > li.last {
    border-right: #fff 0px solid;
}
#nav > ul > li.first {
	padding-left:0px;
}
#nav > ul > li:hover .normalsubNav {
	background-color:#bf1e2e;
	margin:0px;
	padding:0px 0px 0px 15px;
	display:block;
	left:0px;
	padding-top:10px;

}
#nav > ul > li:hover .lastsubNav {   
	background-color:#bf1e2e;	
	text-align:right;
	margin:0px;
	float: right;
	margin-right: -100px;
	padding-right: 105px;
	display:block;
	right:0px;
	padding-top:10px;
}


.subNav  {
	position:absolute;
	display:none;
	background-color: #bf1e2e !important;
	margin:0px;
	padding-left:4px;
	width:200px;
    float: left;
	top:18px;
	
	z-index:99;
}

.subNav ul{
	padding-left:0px;
		margin-left:0px;
}
.subNav ul li {
	padding-left:0px;
	margin-left:0px;
    background-color: #bf1e2e !important;
	padding:4px;
	margin:0px;
	list-style-type:none;	
	border-right: #fff 0px solid;
}


#nav > ul > li a {
    padding: 5px 5px 5px 5px;
	color:#ffffff;
}
#nav > ul > li a:link, .topNav a:visited, .topNav a:active {
	color:#ffffff;
	text-decoration:none;
	padding-left: 0px;
}
#nav > ul > li a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.subNav a {
    padding: 5px 5px 5px 0px;
	color:#ffffff;
}
.subNav a:link, .subNav a:visited, .subNav a:active {
	color:#ffffff;
	text-decoration:none;
}
.subNav a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.lastsubNav{
	  width: 160px;

}


.bannerslider {
	position:absolute;
	top: 1px;
	left: 1px;
	
}

#banner {
	width: 1000px;
	height: 280px;
	float: left;
	position: relative;

}



#logo {
	width: 294px;
	float: left;
}

#banner_image {
	width: 680px;
	float: left;
}

#nav_map {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #4c4c4c;
	height: 27px;
	padding-top: 15px;
	z-index: 1;
}

#body_left {
	padding-top: 33px;
	padding-left: 63px;
	padding-right: 51px;
	width: 569px;
	float: left;
	background-image: url(http://http//www.crispmalt.co/images/map.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#body_right {
	width: 291px;
	float: right;
	padding-top: 33px;
	padding-right: 26px;
}

#breaker {
	width: 1000px;
	height: 15px;
	margin: 0 auto;
	overflow: hidden;
}

#footer {
	width: 1000px;
	min-height:110px;
	margin: 0 auto;
	position:relative;
	color: white;
	font-size: 10px;
}

#footer a:link {color:#ffffff; text-decoration:none}
#footer a:active {color:#ffffff; text-decoration:none}
#footer a:visited {color:#ffffff; text-decoration:none}
#footer a:hover {color:#ffffff; text-decoration:none}


#footer_inner {
	width: 1000px;
height: 110px;
margin: 0 auto;
background-color: black;
filter: alpha(opacity=34);
opacity: 0.34;
position: absolute;
top: 0px;
left: 0px;
}

#address {
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	width: 180px;
	float: left; 
	position:relative;
	z-index:10;
}

#call {
	width: 300px;
	padding-top: 10px;
	float: left;
	position:relative;
	z-index:10;
}

#edme {
	width: 106px;
	float: right;
	position:relative;
	z-index:10;
}

#footer_links2 {
	width: 100px;
	padding-top: 10px;
	float: left;
	position:relative;
	z-index:10;
}

#footer_links1 {
	width: 100px;
	padding-top: 10px;
	padding-left: 179px;
	float: left;
	position:relative;
	z-index:10;
}

#copyw {
	width: 980px;
	text-align: right;
	position:absolute;
	right:20px; bottom:10px;
	z-index:10;
}

#body_left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a71227;
	font-size: 21px;
	font-weight: normal;
}

#body_left h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17.6px;
	color: #a71227;
	font-weight: normal;
}

#body_left h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #a71227;
}

#body_left p, #body_left li, #body_left td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4c4c4c;
	line-height: 18px;
}

#body_left a:link, 
#body_left a:active,
#body_left a:visited {
	color:#a71227;
	text-decoration:underline;
}

#body_left a:hover {
	color:#a71227;
	text-decoration:none;
}

click_here {
	color: #999999;
}

news_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #a71227;
	line-height: 18px;
}

footer_text {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
	text-align: left;
}.clear{
	clear:both;
}