@charset "UTF-8";
/* CSS Document */
/*Belgian beer cafe torenhof,
Designed by Immanuel
/*background image*/
body {
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	height:370px;
}
/*positions the whole page DONT TOUCH*/
#wrapper {
	width: 905px !important;
 	width /**/: 905px;
 	margin: 0 auto;
 	text-align: left;
 	position: relative;
	
}
/* the bricks background image */
#wall {
	background-image:url(../images/wall.png);
	background-repeat:no-repeat;
	width:1024px;
	height:768px;
	margin-top:-378px;
}


#flash{
	text-align:left;
	position:relative;
	width:700px;
	height:250px;
	margin-left:104px;
	margin-top:128px;
}
/*//////NAVIGATION\\\\\\*/
#nav {
	height: 30px;
	width: 704px;
	margin-top:-383px;
	margin-left:102px;
	background-image:url(../images/navigation.png);
	background-repeat:no-repeat;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#CCCCCC;
	line-height: 30px;
	}

#nav li {
	list-style-type: none;
	display: inline;
	}

#nav li a {
	text-decoration: none;
	padding: 7px 17px;
	color:#CCCCCC;
	}

#nav li a:link {
    color:#CCCCCC;
	}

#nav li a:visited {
    color:#CCCCCC;
	}
	
#nav li a:hover {
    font-weight:lighter;
    color:#FFFFCC;
	background-image:url(../images/nav_bg.png);
	background-repeat:repeat-x;
	height:30px;
	width:100%;
	}
/*||||||||||||||END OF NAVIGATION STYLING|||||||||||||||*/
/* just the div contaning the background image*/
#content {
	background-image:url(../images/container.png);
	background-repeat:no-repeat;
	height:382px;
	width:792px;
	margin-left:58px;
	margin-top:1px;
	}
/* styling the content inside the content div this is where all the ariticles get styled */	
#type {
	width:674px;
	height:301px;
	margin-top:-340px;
	margin-left:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	}
/*///////CONTACT FORM\\\\\\\\*/	
#contact {
  display: block;
  width: 480px;
  margin: 70px auto;/*center the page*/
  padding: 30px;
  border:none;
  background-color: transparent;
  margin-top:-370px;
  font-size:11px;
  font-family:Arial, Helvetica, sans-serif;
  color:#999999;
}

/* form formatting  */
label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}
/* styling the input area */
input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   
/* styling the area when its in focus */
input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}
/* the submit button */
input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(../images/submit.png) no-repeat left top;
  width: 70px;
  height: 18px;
  margin-left: 150px;
}
/* for when you hover over the submit button */
input.button:hover {
background-image:url(../images/active_submit.png);
background-repeat:no-repeat;
width:70px;
height:18px;
margin-left:150px;
}

span.required{
  font-size: 10px !important;
  color:#CC6666 !important;
}
/*styling the error message */
.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color:#333333;
  font-weight: lighter;
  background: #FFCCCC url(../images/stop.png) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 5px 0;
  border-top: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
}
/* thank you message positioning */
.msgSent {
  font-size: 20px;
  text-align: center;
}
/*||||||||||END OF CONTACT FORM STYLING||||||||||||*/







/*//////////ACCORDION STYLING\\\\\\\\\\*/

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	color:#999999;
	font-weight:200;
	}
#scrollbox {
	height:298px;
	width:675px;
	overflow:scroll;
	margin:0 0 0 0em;
	
}
h3.toggler {
	cursor: pointer;
	border: 1px solid #CCCCCC;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url(../images/wall_bg.png);
	
	background-repeat:repeat-x;
	color:#999999;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
	padding-right:10px;
	margin-right:5px;
	font-weight:100;
}

.element {
color:#666666;
	}
a {
	color:#FF9933;
	}
a:hover {
	color:#B0474F;
	}
/*|||||||||||||END OF ACCORDION|||||||||||||||*/

#newsletter {
	margin-left:168px;
	margin-top:-3px;
	}
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	background-position:center;
	margin-left:172px;
	margin-top:10px;
	}
input.submit:hover {
	color:#A95864;
	cursor:pointer;
	}
#footer_links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	background-position:center;
	margin-left:275px;
	margin-top:15px;
	}