/* CSS Document */

body
	{
	margin: 0px;
	padding: 0px;
	background-color: #E3DEC3;
	text-align: center;
	}

#container
	{
	width: 900px;
	text-align: left;
	background-color: #E3DEC3;
	padding: 10px;
	border-left: solid 2px #C7113B;
	border-right: solid 2px #C7113B;
	}

#logo
	{
	width: 155px;
	height: 100px;
	padding: 5px;
	float: left;
	}

#bannerad
	{
	width: 478px;
	height: 100px;
	padding: 5px;
	float: right;
	background-color: #CCCCCC;
	}
H1
	{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: lighter;
	}
	
H2
	{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C7113B;
	text-decoration: none;
	cursor: hand;
	}
	
H3
	{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	}

#tagline
	{
	margin: 0px;
	padding: 10px;
	}
	
#navcontainer
	{
	margin: 0px;
	padding: 0px;
	height: 22px;
	font: 12px Verdana, sans-serif;
	width: 100%;
	border-bottom: 1px solid #C7113B;
	list-style-type: none;
	background: #E3DEC3;
	}

#navlist li
	{
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
	display: block;
	border-left: solid 5px #E3DEC3;
	border-right: solid 5px #E3DEC3;
	}

#navlist li a, #navlist li a:link
	{
	background: #E3DEC3;
	color: #555555;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: block;
	}

#navlist li a:hover
	{
	color: #E3DEC3;
	border-bottom: 3px solid #BBBBBB;
	cursor: pointer;
	background: #C7113B;
	}

#navlist li a#current, #navlist li a#current:link
	{
	color: #000000;
	cursor: default;
	font-weight: bold;
	border-bottom: 3px solid #C7113B;
	}

#navlist li a#current:hover
	{
	border-bottom: 3px solid #C7113B;
	background: #EEEEEE;
	}
	
#content
	{
	margin: 0px;
	padding: 10px;
	}
	
#bwwproductbox
	{
	margin: 0px 30px 30px 0px;
	padding: 5px;
	width: 290px;
	height: 190px;
	float: left;
	background-image: url(images/bwwproductbox.jpg);
	text-align: center;
	}
	
#bwwnewsbox
	{
	margin: 0px 0px 30px 0px;
	padding: 5px;
	width: 210px;
	height: 430px;
	float: right;
	background-image: url(images/bwwnewsbox.jpg);
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
	}

#navicontainer
	{
	margin-right: 30px;
	width: 100px;
	text-align: left;
	float: left;
	}

#navilist
	{
	color: white;
	background: #E3DEC3;
	border-bottom: 3px solid #E3DEC3;
	border-right: 3px solid #E3DEC3;
	padding: 0px;
	margin: 0px;
	width: 100px;
	font-family: verdana, arial, helvetica, san-serif;
	}

#navilist li
	{
	list-style: none;
	margin: 0px;
	font-size: 10px;
	}

#navilist a
	{
	display: block;
	text-decoration: none;
	margin-bottom: 8px;
	margin-top: 0px;
	color: #555555;
	background: #E3DEC3;
	border-width: 1px;
	border-style: solid;
	border-color: #C7113B;
	padding-right: 6px;
	padding-bottom: 6px;
	text-align:right;
	}

#navilist a#current
	{
	background: #E3DEC3;
	color: #000000;
	border-color: #C7113B;
	border-left: 16px solid #C7113B;
	font-weight: bold;
	}

#navilist a:hover, #navilist a#current:hover
	{
	background: #C7113B;
	color: #FFFFFF;
	border-color: #C7113B;
	border-left: 16px solid #CCCCCC;
	}

#navilist a:active, #navilist a#current:active
	{
	background: #000000;
	color: #ffffff;
	border-color: #C7113B;
	}

#infobox
	{
	float: left;
	width: 750px;
	height: auto;
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 12px;
	text-align: justify;
	}
	
#infopicture
	{
	margin: 0px 0px 10px 20px;
	float: right;
	width: 400px;
	height: 300px;
	border: solid 1px #000000;
	}

#mainbox
	{
	width: 800px;
	float: left;
	margin: 0px 0px 0px 40px;
	height: auto;
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 12px;
	text-align: justify;
	}

#rafflesample a
	{
	width: 210px;
	height: 73px;
	margin: 0px 0px 30px 30px;
	border: solid 1px #C7113B;
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-decoration: none;
	cursor: hand;
	float: left;
	}

#rafflesample a:hover
	{
	opacity: 1;
	filter: alpha(opacity=100);
	}

#footer
	{
	margin: 0px;
	padding: 10px;
	text-align: center;
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 9px;
	color: #C7113B;
	background-image: url(images/footer.jpg);
	}

#footer a
	{
	color: #C7113B;
	text-decoration: none;
	cursor: hand;
	}
	
#footer a:hover
	{
	color: #000000;
	text-decoration: none;
	cursor: hand;
	}

#backwards
	{
	unicode-bidi:bidi-override;
	direction: rtl;
	}
	
hr
	{
	width: 140px;
	height: 1px;
	color: #C7113B;
	}
#frontpagebottombox
	{
	width: 800px;
	float: left;
	margin: 0px 0px 0px 40px;
	height: auto;
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 1px;
	text-align: justify;
	visibility: hidden;
}
span.codedirection { unicode-bidi:bidi-override; direction: rtl; }  
