/* CSS Document for beerdeluxe.com.au */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	font-size:11px;
	margin-top:7px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	color:#434343;
    background:	url(../images/bg.jpg) repeat-x;
    line-height:23px;

}

a {
	color:#cc0000;
	text-decoration:none;
}

a:hover {
	color:#cc0000;
	text-decoration:underline;
}

#topHeading {
	background:	url(../images/top-bg.jpg) repeat-x;
	height:28px;
	padding-left:460px;
}

#mainBodyWrapper {
	margin-left:50px;
	width:520px;
	margin-top:25px;
	margin-bottom:25px;
}

#mainBodyWrapper img {
	padding:4px;
	border:1px solid #ccc;
	margin:5px;
}

.HeadingTitle {
	background:url(../images/star.gif) no-repeat;
	color:#000;
	font-size:16px;
	letter-spacing:1px;
	font-weight:bold;
	padding-left:25px;
	border:0px solid #fff;
	line-height:26px;
}

.redTitle {
	color:#cc0000;
	font-size:12px;
	font-weight:bold;
}

/*form*/
.InputBox {
	border:1px solid #ccc;
}

.InputBoxFocus {
	border:1px solid #cc0000;
}

.submitJobApplication {
	background-color:#cc0000;
	color:#fff;
	letter-spacing:1px;
	font-size:11px;
	font-weight:bold;
	border:1px solid #ededed;
	padding:2px;
	width:200px;
}

#copyright{
   color:#9E9E9E;
	font-size:10px;
	line-height:16px;
	letter-spacing:0px;
}

#copyright a {
	color:#9E9E9E;
	margin:6px;
}

#copyright a:hover {
	color:#cc0000;
	text-decoration:none;
}

/* css for editor */
.redtext {
	color:#cc0000;
	font-size:12px;
	font-weight:bold;
}

.greyLine {
	border-bottom:1px solid #DEDEDE;
}

#contactUs a {
	color:#666;
	text-decoration:none;
}

#contactUs a:hover {
	color:#666;
	text-decoration:underline;
}