@charset "utf-8";

/* Layout
-------------------------------------------------*/
.oneColFixCtr #container {
width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background: #FFFFFF;
margin: 0 auto;
text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}

.footer, .push {
height: 8em;
text-align:center;
}

/* Shala
-------------------------------------------------*/
.imageRight {
float: right;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 12px;
margin-left: 12px;
}
.firstCaptial {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.55em;
font-style: normal;
font-weight: bold;
letter-spacing: -0.1;
line-height: 1.8em;
color: #FDA751;
}
.copyright {
padding: 0 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.6em;
font-weight: bolder;
}
.imageMiddle {
text-align: center;
}

/* Typography
-------------------------------------------------*/
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: 0.2px;
	line-height: 1.5em;
	color: #282828;
}
h1 {
font-family: Helvetica, Arial, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.2em;
color: #FDA751;
}
h2 {
font-family: Helvetica, Arial, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: -0.1;
line-height: 1.4em;
color: #FDA751;
}
h3{
font-family: Helvetica, Arial, sans-serif;
font-size: 18px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
color: #FDA751;
}
h6 {font-family: Helvetica, Arial, sans-serif;
font-size: 0.7em;
font-weight: bolder;
}



h4 {
font-family: Helvetica, Arial, sans-serif;
font-size: 0.9em;
font-style: normal;
font-weight: bold;
text-align: justify;
text-transform: normal;
letter-spacing: normal;
line-height: 1.45em;
color: #333;
}

a {color: #FD912F;
text-decoration: none;
}

a:visited {
color: #CC6600;
text-decoration: none;
}

blockquote {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
}

.table1{
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
}

/* Start Menu
-------------------------------------------------*/

.bubplastic.horizontal {
	width: 98%;
	height: 27px;
	padding: 0;
	background-color: #FFF;
	background-image: url(../images/menu/bg-bubplastic.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.bubplastic.horizontal ul {
list-style: none;
margin: 0;
padding: 0;
padding-left:100px;
}
.bubplastic.horizontal ul li {
	float: left;
	padding: 0;
	background: transparent url(../images/menu/bg-bubplastic-button.gif) top left no-repeat;
	margin: 0;
}

.bubplastic.horizontal ul li a {
display: block;
height: 27px;
padding-left: 10px;
color: #FFBE73;
text-decoration: none;

font-family: Cambria, Times New Roman, Garamond, Georgia, serif;
font-size: 0.9em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.45em;
}

.bubplastic.horizontal ul li a span.menu_ar {
display: block;
float: left;
height: 22px;
padding-top: 5px;
padding-right: 15px;
background: transparent url(../images/menu/bg-bubplastic-button.gif) top right no-repeat;
cursor: pointer;
}

.bubplastic.lime ul li a:hover,
.bubplastic.lime ul li.highlight a {
background: transparent url(../images/menu/bg-bubplastic-h-lime.gif) top left no-repeat;
color:  #FA732F;
}
.bubplastic.lime ul li a:hover span.menu_ar,
.bubplastic.lime ul li.highlight a span.menu_ar {
background: transparent url(../images/menu/bg-bubplastic-h-lime.gif) top right no-repeat;
}

.clearit {
margin: 0;
padding: 0;
height: 0;
clear: both;
}

.highlight {
display: block;
float: left;
height: 22px;
font-family: Cambria, Times New Roman, Garamond, Georgia, serif;
font-size: 0.9em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.45em;
padding-top: 5px;
padding-right: 15px;
padding-left: 10px;
background: transparent url(../images/menu/bg-bubplastic-button.gif) top right no-repeat;
color:  #FA732F;
}
/* End Menu
-------------------------------------------------*/


/* CSS Table
-------------------------------------------------*/
th {
color: #222;
font-weight: bold;
font-size:12px;
border-right: 1px solid #CCCDA6;
border-bottom: 1px solid #CCCDA6;
border-top: 1px solid #CCCDA6;
letter-spacing: 1px;
text-transform: uppercase;
text-align: left;
padding: 6px 6px 6px 12px;
background-color: #F38630;
}

th.nobg {
border-top: 0;
border-left: 0;
border-right: 1px solid #C1DAD7;
background: none;
}

th.spec {	
border-left: 1px solid #CCCDA6;
border-top: 0;
background: #fff url(../images/bullet1.gif) no-repeat;
font-weight: bold;

}

th.specalt {
border-left: 1px solid #CCCDA6;
border-top: 0;
background: #f5fafa url(../images/bullet2.gif) no-repeat;
color: #B4AA9D;
}

td {
padding: 6px 6px 6px 12px;
color: #333333;
}

td.yoga {
border-right: 1px solid #CCCDA6;
border-bottom: 1px solid #CCCDA6;
}
/* Coloured cells */
td.alt {
color: #666666;
font-weight: normal;
font-size:12px;
background-color: #F4CD44;
border-right: 1px solid #CCCDA6;
border-bottom: 1px solid #CCCDA6;
}
