.menu div, .menu { behavior: url(includes/css/iepngfix.htc) }

body {
	margin:0;
	padding:0;
	margin-bottom:20px;
	text-align:center;
	background-color:#000;
	background-image:url(../../img/bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	line-height:15px;
	font-size:12px;
	color:#333;
}
.bgMain {
	background-image:url(../../img/bgMain.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
form, input {
	margin:0;
	padding:0;
}
img {
	border:none;
}
a {
	outline:none;
}
.hide {
	display:none;
}
.clear {
	clear:both;
}

/* colors */

.midBlue {
	color:#4f90de;
}
.darkBlue {
	color:#1f4d84;
}
.yellow {
	color:#f7c21e;
}

/* container */

.container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* header */

.header {
	height:313px;
}
#flash {
	position:absolute;
	z-index:5;
}

/* menu */

.menu {
	position:absolute;
	z-index:10;
	width:926px;
	margin-left:17px;
	margin-top:253px;
	background-image: url(../../img/menu.png);
}
.menu div {
	height:60px;
	background-repeat:no-repeat;
}
.menu div a {
	height:60px;
	display:block;
	text-decoration:none;
}
.menuOne, .menuOneHover, .menuOne a, .menuOneHover a, .oneWidth {
	width:122px;
}
.menuTwo, .menuTwoHover, .menuTwo a, .menuTwoHover a, .twoWidth {
	width:126px;
}
.menuThree, .menuThreeHover, .menuThree a, .menuThreeHover a, .threeWidth {
	width:127px;
}
.menuFour, .menuFourHover, .menuFour a, .menuFourHover a, .fourWidth {
	width:131px;
}
.menuFive, .menuFiveHover, .menuFive a, .menuFiveHover a, .fiveWidth {
	width:143px;
}
.menuSix, .menuSixHover, .menuSix a, .menuSixHover a, .sixWidth {
	width:139px;
}
.menuSeven, .menuSevenHover, .menuSeven a, .menuSevenHover a, .sevenWidth {
	width:138px;
}
.menuOne {
   background-position: 0px 0px;
   background-image: url(../../img/menu.png);
}
.menuOneHover, .menu {
   background-position: 0px -60px;
   background-image: url(../../img/menu.png);
}
.menuTwo {
   background-position: -122px 0px;
   background-image: url(../../img/menu.png);
}
.menuTwoHover {
   background-position: -122px -60px;
   background-image: url(../../img/menu.png);
}
.menuThree {
   background-position: -248px 0px;
   background-image: url(../../img/menu.png);
}
.menuThreeHover {
   background-position: -248px -60px;
   background-image: url(../../img/menu.png);
}
.menuFour {
   background-position: -375px 0px;
   background-image: url(../../img/menu.png);
}
.menuFourHover {
   background-position: -375px -60px;
   background-image: url(../../img/menu.png);
}
.menuFive {
   background-position: -506px 0px;
   background-image: url(../../img/menu.png);
}
.menuFiveHover {
   background-position: -506px -60px;
   background-image: url(../../img/menu.png);
}
.menuSix {
   background-position: -649px 0px;
   background-image: url(../../img/menu.png);
}
.menuSixHover {
   background-position: -649px -60px;
   background-image: url(../../img/menu.png);
}
.menuSeven {
   background-position: -788px 0px;
   background-image: url(../../img/menu.png);
}
.menuSevenHover {
   background-position: -788px -60px;
   background-image: url(../../img/menu.png);
}

.menu img:hover, .menu a:hover {
	cursor:pointer;
}

/* content --------------- */

.content {
	background-image:url(../../img/bgContent.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#2d2d2d;
	padding:9px 25px 24px 25px;
}
.contentTable {
	background-image:url(../../img/bgPage.png);
	background-repeat:repeat-x;
	background-position:top right;
	background-color:#FFF;
	margin-bottom:19px;
	font-size:12px;
	width:100%;
}
.contentTable .left {
	background-image:url(../../img/bgContent.png);
	background-color:#2d2d2d;
	background-repeat:repeat-x;
	background-position:0 -9px;
	vertical-align:top;
}
.contentTable .middle {
	width:100%;
}
.contentTable .right {
	padding-top:70px;
	vertical-align:top;
}
.contentTable .right img {
	margin-right:24px;
	border: solid 1px #ccc;
}
.contentTable .left ul {
	margin:0;
	padding:0;
	list-style-type:none;
	margin-top:51px;
}
.contentTable .left ul li {
	margin:0;
	padding:0;
	padding-right:20px;
}
.contentTable .left ul li a {
	display:block;
	width:182px;
	color:#00a382;
	font-size:11px;
	text-decoration:none;
	border-top:solid 1px #474745;
	background-image:url(../../img/bgSubNav.gif);
	background-repeat:no-repeat;
	background-position:0 center;
	padding:3px 0px 4px 0px;
}
.contentTable .left ul li a:hover {
	color:#FF0000;
	background-image:url(../../img/bgSubNav.gif);
	background-repeat:no-repeat;
	background-position:-182px center;
}
.contentTable .left ul .last a {
	border-bottom:solid 1px #474745;
}

.promotionList {
	border-bottom:solid 1px #474745;
	margin-right:20px !important;
}
.contentTable .left .promotionList li {
	margin:0;
	padding:0;
	padding-right:0px !important;
}

.contentTable .middle {
	padding:18px 35px 20px 24px;
	vertical-align:top;
}
.contentTable .middle a {
	color:#ff0000;
}
.contentTable .middle a:hover {
	color:#000;
}




.content p {
	margin-top:0px;
	margin-bottom:15px;
}
.contentHome ul, .content .rightPanel ul {
	margin-bottom:15px;
}


.xxxx img {
	border:Solid 1px #dcd9d5;
}
img.right {
	float:right;
	margin-left:12px;
	margin-bottom:12px;
}
img.left {
	float:left;
	margin-right:12px;
	margin-bottom:12px;
}
img.block {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:12px;
	display:block;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
h1 {
	font-size:18px;
	line-height:21px;
	margin-bottom:18px;
	color:#00a382;
	margin-top:0px;
	font-weight:bold;
	background-image:url(../../img/bgHeading.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-bottom:15px;
}
h2 {
	font-size:12px;
	line-height:15px;
	margin-bottom:10px;
	color:#c51e10;
}
h3 {
	font-size:12px;
	line-height:15px;
	margin-bottom:2px;
}
.backTop {
	display:block;
	height:16px;
	background-image:url(../../img/bgBackTop.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
	clear:both;
}
.backTop:hover {
	background-position:right -16px;
}

/* promotion panels */

.promotionPanels {
	width:910px;
}
.promotionPanels .tableSpace {
	width:15px;
}
.promotionPanels .one {
	width:379px;
	vertical-align:top;
	background-image:url(../../img/promotions/01bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#515151;
}
.promotionPanels .two {
	width:218px;
	vertical-align:top;
	background-image:url(../../img/promotions/02bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#515151;
}
.promotionPanels .three {
	width:283px;
	vertical-align:top;
	background-image:url(../../img/promotions/03bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#515151;
}
.promotionPanels .one .bgTop {
	background-image:url(../../img/promotions/01top.png);
	background-repeat:no-repeat;
	background-position:top;
}
.promotionPanels .two .bgTop {
	background-image:url(../../img/promotions/02top.png);
	background-repeat:no-repeat;
	background-position:top;
}
.promotionPanels .three .bgTop {
	background-image:url(../../img/promotions/03top.png);
	background-repeat:no-repeat;
	background-position:top;
}
.promotionPanels h3 {
	margin:0;
	padding:0;
	font-size:14px;
	color:#FF0000;
	line-height:35px;
	padding-left:14px;
}

.glenelg {
	padding-top:18px;
}

/* panel one */

.promotionPanels .one .space {
	padding:11px 10px 15px 13px;
}
.promotionPanels .one .space .image {
	width:192px;
	height:98px;
	vertical-align:top;
}
.slideshow img {
	border:solid 1px #616161;
	position:absolute;
	z-index:10;
}
.promotionPanels .one .space .text ul {
	margin:0;
	padding:0;
}
.promotionPanels .one .space .text ul li {
	background-image:url(../../img/dotPoint.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	list-style-type:none;
	line-height:15px;
	margin-bottom:2px;
	padding-left:11px;
	font-size:12px;
}
.promotionPanels .one .space .text ul li a {
	color:#FFF;
	text-decoration:none;
	text-shadow: #000 1px 1px 2px;
}
.promotionPanels .one .space .text ul li a:hover {
	color:#FF0000;
	text-decoration:none;
	text-shadow: #000 1px 1px 2px;
}

/* panel two */

.promotionPanels .two .space {
	padding:11px 12px 15px 12px;
}
.promotionPanels .two .space .unley {
	border-bottom:solid 1px #424242;
	padding-bottom:8px;
	margin-bottom:9px;
}
.promotionPanels .two .space p {
	margin:0;
	padding:0;
	color:#FFF;
	font-size:14px;
	text-shadow: #000 1px 1px 2px;
	line-height:18px;
	padding-left:4px;
}
.promotionPanels .two .space p a {
	padding-left:9px;
	background-image:url(../../img/dotPoint.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	font-size:10px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
.promotionPanels .two .space p a:hover {
	color:#FF0000;
	text-decoration:none;
	text-transform:uppercase;
}

/* panel three - vip form --------------- */

.promotionPanels .three .space {
	padding:12px 0 0 15px;
}
.vipForm {
	font-size:12px;
	color:#FFF;
	text-shadow: #000 1px 1px 2px;
}
.vipForm td {
	padding-top:1px;
	padding-bottom:2px;
}
.vipForm .left {
	width:51px;
}
.vipForm .extraSpace {
	padding-top:5px;
}
.vipForm .vipField {
	border:solid 1px #767676;
	background-color:#313131;
	width:195px;
	font-size:12px;
	color:#FFF;
}
.vipForm .vipButton {
	width:93px;
	background-image:url(../../img/bgButton.gif);
	background-repeat:repeat-x;
	background-position:center center;
	font-size:12px;
	color:#FFF;
	line-height:10px !important;
	text-align:center;
	border:none;
	background-color:transparent;
	float:right;
}
.vipForm .vipButton:hover {
	color:#FFF;
	cursor:pointer;
}
.required {
	color:#febb31; /* orange */
	color:#095b7a;
	font-size:14px;
	font-weight:bold;
}
.vipForm input {
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	line-height:15px;
	font-size:12px;
	padding:2px;
	color:#FFF;
}
.vipForm a {
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	padding-left:12px;
	background-image:url(../../img/dotPoint.gif);
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
	line-height:20px;
}
.vipForm a:hover {
	color:#FF0000;
	text-decoration:none;
}


/* footer --------------- */

.footer {
	height:82px;
	font-size:11px;
}
.footerImage {
	
}
.footer .holder {
	position:absolute;
	z-index:10;
	width:773px;
	margin-left:95px;
	margin-top:30px;
}
.footer .left {
	color:#999999;
	position:absolute;
	z-index:10;
}
.footer .right {
	color:#999999;
	float:right;
}
.footer a, .footer a:hover {
	color:#999999;
	text-decoration:none;
}
.footer .right a span, .footer .right a span:hover {
	color:#FF0000;
}

/* contact form --------------- */

.contactForm {
	font-size:12px;
	color:#333;
}
.contactForm td {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:22px;
}
.contactForm .leftForm {
	border-right:solid 1px #dfdfde;
	text-align:left;
	padding:0px 20px 0px 40px;
	text-align:right;
}
.contactField {
	border:solid 1px #d8dbdc;
	background-color:#FFF;
	width:248px;
}
.contactTextArea {
	border:solid 1px #d8dbdc;
	background-color:#FFF;
	width:338px;
	height:103px;
}
.contactForm .align {
	vertical-align:top;
	padding-top:7px;
}
.contactForm .extraSpace {
	padding-top:10px;
}
.contactForm .extraSpaceLeft {
	padding-top:10px;
	padding-bottom:3px;
}
.contactForm .extraSpaceBottom {
	padding-bottom:10px;
}
.contactForm .extraSpaceBottomLeft {
	padding-bottom:10px;
	padding-top:4px;
}
.contactForm .contactButton {
	height:21px;
	width:79px;
	background-image:url(/img/buttonList.gif);
	background-repeat:no-repeat;
	background-position:center center;
	line-height:21px;
	font-size:10px;
	color:#000;
	line-height:normal;
	text-align:center;
	border:none;
	background-color:transparent;
	margin-top:2px;
	/* extra when backtop is close by */
	margin-bottom:10px;
}
.contactForm .contactButton:hover {
	color:#FF0000;
	cursor:pointer;
}
.required {
	color:#c51e10;
	font-size:14px;
	font-weight:bold;
}
.contactForm input, .contactForm textarea, .contactForm select {
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	line-height:15px;
	font-size:12px;
	padding:2px;
	color:#333;
}
.contactForm .sectionTitle {
	color:#c51e10;
	font-weight:bold;
}
.subscribeSpace {
	padding-top:7px;
	padding-bottom:9px;
}

/* contact details mamma carmela */

.contentTable .contactDetails {
	float:right;
	width:220px;
	padding-top:0px;
	margin-left:25px;
}
.contentTable .contactDetails h2 {
	margin-bottom:3px;
}
.contentTable .contactDetails p {
	margin-bottom:4px;
}

/* vip form page --------------- */

.vipFormPage {
	font-size:12px;
	color:#333;
}
.vipFormPage td {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:22px;
}
.vipFormPage .leftFormPage {
	border-right:solid 1px #dfdfde;
	text-align:left;
	padding:0px 20px 0px 10px;
	text-align:right;
}
.vipFormPage .vipField {
	border:solid 1px #d8dbdc;
	background-color:#FFF;
	width:248px;
}
.vipFormPage .extraSpaceBottom {
	padding-bottom:10px;
}
.vipFormPage .vipButton {
	height:21px;
	width:79px;
	background-image:url(/img/buttonList.gif);
	background-repeat:no-repeat;
	background-position:center center;
	line-height:21px;
	font-size:10px;
	color:#000;
	line-height:normal;
	text-align:center;
	border:none;
	background-color:transparent;
	margin-top:2px;
	/* extra when backtop is close by */
	margin-bottom:10px;
}
.vipFormPage .vipButton:hover {
	color:#FF0000;
	cursor:pointer;
}
.vipFormPage input {
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	line-height:15px;
	font-size:12px;
	padding:2px;
	color:#333;
}


/* contact details table 

.contactDetails {
	font-size:12px;
}
.contactDetails td {
	padding-right:20px;
	padding-bottom:20px;
}
.contactDetails td.nospace {
	padding-right:0px;
}
.contactDetails td a {
	font-size:11px;
}*/

/* promotions list */

.listHolder {
	/*border-top:solid 1px #dddad1;*/
	margin-bottom:22px;
}
.listHolder .item {
	border-bottom:solid 1px #dddad1;
	padding:15px 0 15px 0;
}
.listHolder h3 span {
	font-weight:normal;
	font-size:11px;
}
.listHolder h3 a {
	text-decoration:none;
	color:#00a382 !Important;
}
.listHolder h3 a:hover {
	color:#000 !Important;
}
.listHolder p {
	margin:0;
	margin-bottom:5px;
}
.listHolder .link {
	font-size:11px;
	text-decoration:none;
	width:79px;
	text-align:center;
	line-height:20px;
	background-image:url(/img/buttonList.gif);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	height:21px;
	color:#000 !important;
}
.listHolder .link:hover, .buttonBackPromotions:hover {
	color:#00a382 !important;
	text-decoration:none !important;
}
.buttonBackPromotions {
	font-size:11px;
	text-decoration:none;
	width:144px;
	text-align:center;
	line-height:20px;
	background-image:url(/img/buttonBackPromotions.gif);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	height:21px;
	margin-top:25px !important;
	color:#000 !important;
}
.pagination {
	position:absolute;
	padding-top:0px;
	z-index:10;
}
.pagination a {
	color:#00a382 !Important;
}
.listHolder .item table .image {
	padding-right:18px;
	vertical-align:top;
}
.listHolder .item table .image img {
	width:178px;
	height:96px;
}
.listHolder .item table .text {
	vertical-align:top;
}

