body
{
	margin: 0px;
	background: #fbfbfd url(http://www.viralex.co.nz/themes/viralex/images/main_bg.jpg) fixed repeat-x left bottom;
	
}

#header
{
	height: 80px;
	background-color: white;
}


#menu_content
{
	width: 800px;
	margin: 0 auto;
	height: 85px;

}

#competition_buttons {
	display: inline;
	position: absolute;
	margin-left: 250px;
	top: 440px;
}

#bottomcontent {
	background-color: white;
	height: 70px;
	margin-top: 30px;
}

#bottomcontent .ccm-image-block {
 padding-top: 10px;
 padding-left: 6px;

}

#nav {
	float: left;
	padding-left: 0px;
	padding-top: 45px;
}

 
#nav ul.nav
{
	list-style: none;
	font-size: 11px;
}

#nav ul.nav li { 
	float: left;
}

#nav ul.nav a
{
	text-decoration: none;
	color: #4a4a4a;
	margin-right: 30px;
}

#nav ul.nav a.nav-selected, #nav ul.nav li.nav-selected a { color: #451863;}
#nav ul.nav a:hover { color: #451863; text-decoration: none; }


#logo {
	float: right;
	margin-right: 0px;
	margin-top: 20px;
}


#container
{
	width: 800px;
	margin: 0 auto;
	background-image: url(http://www.viralex.co.nz/themes/viralex/images/swirl.png);
	background-repeat: no-repeat;
	background-position: 0px 60px;
}

#container2
{
	width: 800px;
	margin: 0 auto;
}

#home_swirl
{	
	width: 800px;
	margin: 0 auto;
	background-image: url(http://www.viralex.co.nz/themes/viralex/images/swirl_small.png);
	background-repeat: no-repeat;
	background-position: right 340px;
}


#popup
{
	margin: 0 auto;
}
#popup_content
{
	margin: 30px;
}


#content
{
	min-height: 400px;
	padding: 30px 0px 30px 0px;
}

#panelleft
{
	width: 350px;
	float:left;
}

#panelright
{
	width: 450px;
	float:left;
}

#contentleft
{
	float: right;
	padding-top: 65px;
}

#contentright
{
	padding-left: 40px;
}

#home_banner {
margin-bottom: 15px;

}
#home_col1
{
	width: 225px;
	float:left;
	padding-right: 40px;
}

#home_col2
{
	width: 260px;
	float:left;
	padding-right: 25px;
}


#home_col3
{
	width: 250px;
	float:left;
	padding-top: 30px;
}


#footer
{
	margin: 0 auto;
	float: right;
}

.footer-nav {
	margin-left: 30px;
	margin-top: 32px;
}

.footer-nav ul {margin-left:0px; }
.footer-nav ul li { font-size:11px;  padding:0 15px; font-size:11px; list-style-type: none; float: left; display: block;}
.footer-nav ul li a {color:#8c8c8c; text-decoration: none;}
.footer-nav ul li a:hover {color:#8c8c8c; text-decoration: underline;}
.footer-nav ul li.nav-selected a {color:#8c8c8c;}


hr {
	border: 0px;
	color: #c1c1c1;
	background-color: #c1c1c1;
	height: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
}



img { border: 0px; }
.image { padding-right: 10px; }

.clear {
	clear: both;
}

.ccm-image-block {
	
	display: block;
	float: left;
	
}

.ingredients table {
	font-size: 11px;
    border-top: 1px solid #451863;
    border-bottom: 0px solid #451863;
    border-left: 1px solid #451863;
    border-right: 1px solid #451863;
    width: 300px;
    padding: 1px;
    padding-top: 0px;
    background-color: white;
}

.ingredients table td {
    border-bottom: 1px solid #451863;
    padding: 3px;
}

.ingredients table tr.tableHeader td {
    border-bottom: 1px solid #451863;
    padding: 2px;
    font-weight: normal;
}

.ingredients td p {
	margin-top: 0px;
    margin-bottom: 0px;
}

#breadcrumbs .breadcrumbs {
    color: #4c4c4c;
    font-size: 10px;
    margin-bottom: 10px;
}

#breadcrumbs .breadcrumbs a {
    text-decoration: none;
    color: #4c4c4c;
}

#bottom_text {
	width: 799px;
	height: 31px;
	background-color: #4b4b4d;
 }

#left_text {
	width: 400px;
	height: 30px;
	margin-left: 8px;
	height: 30px;
	float: left;
 }
 
  #left_text img {
	 
	padding-top: 5px;
 	padding-left: 6px;
}
#right_text {
	background-color: #451863;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 22px 2px 12px;
	float: right;
	vertical-align: text-middle;
	text-align: center;
	margin: 5px;
 }

 /* buttons*/

clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url(http://www.viralex.co.nz/themes/viralex/images/bg_button_a.gif) no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(http://www.viralex.co.nz/themes/viralex/images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 20px;
}

a.button:active {
    background-position: bottom right;
    color: #FFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span  {
background-position: bottom left;
}

a.button:hover {
    background-position: bottom right;
    color: #FFF;
	font: normal 12px arial, sans-serif;
    /* outline: none; hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    /*padding: 6px 0 4px 30px;  push text down 1px */
}
a.button:visited {
	color: #FFF;
}

sup { line-height: 4px; }
