/*
Theme Name: Magic Taste
Theme URI: http://www.m-i.com.au/
Description: Theme for Magic Taste Foods by <a href="http://www.m-i.com.au">Milan Industries</a>.
Author: Milan Rajkovic
Author URI: http://www.m-i.com.au
Version: 1.0
Tags: responsive, white

License: Copyright 2013 (C) Milan Industries Pty Ltd
License URI: http://www.m-i.com.au

This template was built specifically for Magic Taste Foods.
*/

@import url('bootstrap/css/bootstrap.css'); 
@import url('bootstrap/css/bootstrap-responsive.css'); 

body {
	
	margin: 0;
	padding: 0;
    height: 100%;
}

#wrap , .container {

	min-width: 767px;

}


#header {
	
	background: url("../../../images/MagicTaste_V2_01_01.png") top center repeat-x;
	height: 153px;
	text-align: center;
}
#header span{
	
	display: inline-block;
}
#header .logo {
	
	background: url("../../../images/MagicTaste_V2_01_03.png");
	width: 872px;
	height: 152px;
}
#body {
	
	background: url("../../../images/MagicTaste_V2_01_08.png") top center repeat-x !important;
	
}
#body .container{
	width: 50%;
	margin:0 auto;
	padding-top: 26px;
	padding-bottom: 26px;
	
	min-height:300px;
    height:auto !important;
    height:300px; 
}
#footer {
	
	bottom: 0px;
	background: url("../../../images/MagicTaste_V2_01_11.png") top center repeat-x;
	text-align: center;
	height: 94px;
	
}
#footer span{
	
	display: inline-block;
}
#footer .footer_highlight{
	background: url("../../../images/MagicTaste_V2_01_12.png") center no-repeat;
	min-width: 815px;
	height: 94px;
	
	text-align: left;
	
}
#footer .footer_text{

	padding: 9px;
	color: white;
}

.footer_left, .footer_right {

	width: 49%;
	color: #fcfbfa;
}
.footer_right {
	text-align: right;
	font-size: 15px;
	font-style: italic;
}

#wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -94px;
      }
@media (max-width: 850px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
      }
	  
#menu {
	
	background: url("../../../images/MagicTaste_V2_01_04.png") top center repeat-x;
	
	height: 35px;
	text-align:center;
}

#menu .highlight {
	background: url("../../../images/MagicTaste_V2_01_06.png") top center no-repeat;

	text-align: center;
}
#menu span {

	display: inline-block;
}

.nav{
	text-align: center;
}
.nav a{
	width: * !important;
	text-align: center !important;
	color: b5963f;
	font-weight: bold;
}
.nav a:hover{
	width: * !important;
	text-align: center !important;
	color: black;
}