/* CSS Document */


body {
	background-color: #000;
	color: #333;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}


.copyrights {
	color: #fff;
	float: left;
	font-size: 10px;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

#main-wrapper {
	float: left;
	margin: 0 auto;
	position: relative;
	width: 900px;
}

#header {
	background-image: url(../images/css-images/header1024.jpg);
	background-repeat: no-repeat;
	height: 95px;
	position: relative;
	width: 900px;
}

#subheader-container {
	background-color: #fff;
	height: 170px;
	width: 900px;
}

#subheader-L {
	background-image: url(../images/css-images/subheader-L1024.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 170px;
	width: 307px;
}

#subheader-M {
	background-image: url(../images/css-images/subheader-M1024.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 170px;
	width: 290px;
}

#subheader-R {
	background-image: url(../images/css-images/subheader-R1024.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 170px;
	width: 303px;
}

#content-container {
	background-image: url(../images/css-images/content-bg1024.jpg);
	background-repeat: repeat-y;
	float: left;
	/*height: 500px;
	min-height: 500px;*/
	padding-bottom: 30px;
	position: relative;
	width: 900px;
}

#maltese {
	background-image: url(../images/css-images/maltesecross.gif);
	background-repeat: no-repeat;
	height: 152px;
	position: absolute;
	right: 120px;
	top: 10px;
	width: 146px;
	z-index: 1;
}

#content {
	background-image: url(../images/css-images/maltesecross.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 20px 150px 0 150px;
}

#content a {
	color: #2784af;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#logo-text {
	background-image:url('../images/css-images/logo-text.png');
	/*background-image: url(../images/css-images/logo-text.png);*/
	background-repeat: no-repeat;
	height: 35px;
	left: 250px;
	position: absolute;
	top: 10px;
	width: 417px;
	z-index: 3;
}

#helmet-L {
	background-image:url('../images/css-images/helmet-L.png');
	/*background-image: url(../images/css-images/helmet-L.png);*/
	background-repeat: no-repeat;
	height: 107px;
	left: -37px;
	position: absolute;
	top: 20px;
	width: 136px;
	z-index: 2;
}

#helmet-R {
	background-image:url('../images/css-images/helmet-R.png');
	/*background-image: url(../images/css-images/helmet-R.png);*/
	background-repeat: no-repeat;
	height: 107px;
	position: absolute;
	right: -37px;
	top: 20px;
	width: 136px;
	z-index: 2;
}
	
#footer {
	background-color: #CA1D30;
	clear: both;
	color: #fff;
	font-size: 10px;
	height: 10px;
	margin:0 auto;
	padding: 10px;
	text-align: right;
	width: 880px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#yellowbox-container {
	margin: 30px 0 0 170px;
	position: relative;
	width: 650px;
}

.yellowbox {
		background-image: url(../images/css-images/yellowbox1024.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 146px;
	margin: 0 50px 0 0;
	width: 244px;
}

.yellowbox-content1 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 20px 15px 10px 85px;
}

.yellowbox-content2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 20px 45px 10px 20px;
}

#kitchenbox {
	background-image:url('../images/css-images/kitchenbox.png');
	background-repeat: no-repeat;
	height: 105px;
	left: -40px;
	position: absolute;
	top: -20px;
	width: 119px;
	z-index: 4;
}

#manandbox {
	background-image:url('../images/css-images/manandbox.png');
	background-repeat: no-repeat;
	height: 123px;
	right: 80px;
	position: absolute;
	top: 30px;
	width: 75px;
	z-index: 4;
}


/* NAVIGATION */

#sitemap {
	/*border: 1px solid #fff;*/
	height: 21px;
	left: 104px;
	position: absolute;
	top: 73px;
	width: 690px;
	z-index: 10;
}

#sitemap ul {
	float: left;
	height: 21px;
	margin: 0 0 0 160px;	padding: 0;
}

#sitemap li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	list-style-type: none;
	padding-right: 40px;
	padding-top: 3px;
	text-align: center;
}

#sitemap li a {
	color: #ffcc00;
	height: 17px;
	padding-top: 2px;
	text-decoration: none;
}

#sitemap li a:hover {
	background-color: #ffcc00;
	color: #000;
	height: 21px;
	text-decoration: none;
}

#ins-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#00007D;
	margin:0 auto;
	padding:5px;
}

.ins-text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#00007D;
	margin:0 auto;
	padding:5px;
	text-transform:uppercase;
	text-decoration:underline;
}

#baker {
	background-image:url(../images/css-images/baker.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	height:60px;
	width:149px;
}