/*********** structure ***********/

* {
padding: 0;
margin: 0;
}

body {
margin-top: 15px;
background-image: url(../images/chilli_master_background.jpg);
background-repeat: repeat;
font: 10pt verdana, arial, sans-serif;
text-align: center;
}

div#mainContainer {
margin: 0 auto;
width: 760px;
background: #ffffff url(../images/chilli_background.jpg) repeat-y right top;
border: 1px solid #000000;
text-align: left;
margin-bottom: 10px;
}

div#topBannerFade {
height: 15px;
background: #ba1319;
color: #ffffff;
text-align: right;
font-size: 10px;
padding-right: 5px;
}

div#bottomBannerFade {
height: 15px;
background: #ad2e2e;
color: #ffffff;
text-align: right;
font-size: 10px;
padding-right: 5px;
}

div#topBanner {
height: 90px;
background: #ffffff url(../images/courses4cooks.jpg) no-repeat top center;
border-bottom: 1px solid #000000;
}

div#leftContent {
width: 144px;
float: left;
}

.clearer { /* fix*/
clear: both;
height: 1px;
overflow: hidden;
margin-top: -1px;
}

/*********** LINKS ***********/

a:link, a:visited, a:active {
color: #ba1319;
text-decoration: none;
}

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


/*********** left content menu ***********/

div#leftContent ul {
list-style: none;
margin: 0;
}

div#leftContent a:link, div#leftContent a:visited, div#leftContent a:active {
color: #ffffff;
text-decoration: none;
}

div#leftContent a {
width: 100%;
display: block;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
background: #ba1319;
padding: 3px 0 3px 3px;
font-size: 10px;
font-weight: bold;
}

div#leftContent a.current {
background: #ffc20e;
}

div#leftContent a:hover {
text-decoration: underline;
background: #ad2e2e;
color: #000000;
}


/* sub menu's */

div#leftContent ul ul {
padding-left: 9px;
background: #ba1319;
}

div#leftContent ul ul a {
background: #333333;
}

div#leftContent ul ul a:hover {
}

div#leftContent ul ul li.current a {
background: #ffc20e;
}

/* end sub menu's */

div#rightContent a:link, div#rightContent a:visited, div#rightContent a:active {
font-weight: bold;
}

/*********** right content ***********/

div#rightContent {
width: 604px;
float: right;
padding: 4px;
}

.lhalf {
width: 48%;
float: left;
padding-left: 5px;
}

.rhalf {
width: 48%;
float: right;
padding-left: 5px;
}

div#bottomFooter {
background: #ba1319;
color: #ffffff;
padding: 5px 5px 5px 5px;
text-align: center;
border-top: 1px solid #000000;
}

div#footer {
margin: 0 auto;
width: 760px;
}

div#bottomFooter p {
display: none;
}

div#bottomnew {
height: 20px;
background-color: #CCCCCC;
border-top: 1px solid #000000;
padding: 0 3px 0 3px;
text-align: right;
}

/*********** toolbox - fonts, h1, h2 etc... ***********/

h1 {
text-align: right;
font: 20px arial, verdana, sans-serif;
color: #000000;
border-bottom: 2px solid #000000;
font-weight: bold;
clear: both;
}

h1.invisible {
display: none;
}

h1.easier {
font: 20px arial, verdana, sans-serif;
color: #000000;
font-weight: bold;
text-align: left;
border: none;
}

h2 {
font: 16px arial, verdana, sans-serif;
color: #000000;
font-weight: bold;
margin: 10px 0 5px 0;
clear: both;
}

h2.right {
text-align: right;
}

h2.invisible {
display: none;
}

h2.center {
text-align: center;
}

p {
margin: 15px 0 15px 0;
font: 12px arial, verdana, sans-serif;
}

p.bottomBar {
margin: 0px;
color: #ffffff;
padding: 3px 0 0 3px;
text-align: center;
}

p.subMenu {
margin: 0;
padding-top: 3px;
font: bold 12px Verdana, sans-serif;
color: #000000;
}

h3.footer {
display: inline;
border: none;
color: #000000;
font-size: 11px;
padding: 0;
margin: 5px 0 5px 0;
clear: none;
}

h3.footer a:visited, h3.footer a:link, h3.footer a:visited {
color: #0000ff;
text-decoration: underline;
}

h3.footer a:hover {
color: #000000;
}

span.italic {
font-style: italic;
}

img.right {
border: 1px solid #000000;
float: right;
margin: 5px 0 5px 5px;
}

img.left {
border: 1px solid #000000;
float: left;
margin: 5px 5px 5px 0;
}

img.center {
display: block;
margin-left: auto;
margin-right: auto;
border: 1px solid #000000;
margin-top: 5px;
}

table {
width: 100%;
}

td {
padding: 5px 0 0 5px;
}

td.menuPrice {
text-align: right;
vertical-align: bottom;
}

td.right {
text-align: right;
}

td.center {
text-align: center;
}

td.left {
text-align: left;
}

td.enquiryRight {
text-align: left;
width: 50%
}

td.enquiryLeft {
text-align: right;
width: 50%;
}

span.bold {
font-weight: bold;
}

p.noBr {
padding: 0px;
margin: 0px;
}

p.center {
text-align: center;
}

p.right {
text-align: center;
}


input, textarea {
width: 250px;
border: 1px solid #000000;
padding: 2px;
}

div#rightContent ul {
position: relative;
list-style-type: decimal;
margin-left: 30px;
margin-bottom: 5px;
font: 12px arial, verdana, sans-serif;
}

.clearLeft {
clear: left;
}

.clearRight {
clear: right;
}

table.withborders {border-collapse: collapse;}
table.withborders td {border: 1px solid #000000; padding: 2px; text-align: left;}
table.withborders th {border: 1px solid #000000; padding: 5px; font-weight: 600; text-align: center;}
table.withborders tr.center td {text-align: center;}
table.withborders tr.right td {text-align: right;}
table.withborders tr td.center {text-align: center;}
table.withborders tr td.right {text-align: right;}
table.withborders tr td.left {text-align: left;}

table.withoutborders {border-collapse: collapse;}
table.withoutborders td {border: none; padding: 2px; text-align: left;}
table.withoutborders th {border: none; padding: 5px; font-weight: 600; text-align: center;}
table.withoutborders tr.center td {text-align: center;}
table.withoutborders tr.right td {text-align: right;}
table.withoutborders tr td.center {text-align: center;}
table.withoutborders tr td.right {text-align: right;}
table.withoutborders tr td.left {text-align: left;}

