@charset "utf-8";
/*Manchurian Club*/
/*Main CSS Stylesheet*/


/***************************** FONTS ******************************************/
/*Source Sans Pro*/
@font-face {
    font-family: 'SourceSansProLight';
    src: url('../font/SourceSansPro-Light-webfont.eot');
    src: url('../font/SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/SourceSansPro-Light-webfont.woff') format('woff'),
         url('../font/SourceSansPro-Light-webfont.ttf') format('truetype'),
         url('../font/SourceSansPro-Light-webfont.svg#SourceSansProLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansProRegular';
    src: url('../font/SourceSansPro-Regular-webfont.eot');
    src: url('../font/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/SourceSansPro-Regular-webfont.woff') format('woff'),
         url('../font/SourceSansPro-Regular-webfont.ttf') format('truetype'),
         url('../font/SourceSansPro-Regular-webfont.svg#SourceSansProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansProSemibold';
    src: url('../font/SourceSansPro-Semibold-webfont.eot');
    src: url('../font/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/SourceSansPro-Semibold-webfont.woff') format('woff'),
         url('../font/SourceSansPro-Semibold-webfont.ttf') format('truetype'),
         url('../font/SourceSansPro-Semibold-webfont.svg#SourceSansProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansProBold';
    src: url('../font/SourceSansPro-Bold-webfont.eot');
    src: url('../font/SourceSansPro-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/SourceSansPro-Bold-webfont.woff') format('woff'),
         url('../font/SourceSansPro-Bold-webfont.ttf') format('truetype'),
         url('../font/SourceSansPro-Bold-webfont.svg#SourceSansProBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/****************************** GENERAL ***************************************/
body{
	background:url(../images/gray-bg.jpg);
	background-repeat:repeat;	
	text-align: center; /*for ie5*/
}

a{
	text-decoration:none;	
	outline:none;
	cursor:pointer;
}

img{
	border-style:none;
}

p{
	font-family:SourceSansProRegular, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	text-align:justify;
}

#main-container{
	width:1200px;
	height:auto;
	margin-top:-15px;
	margin-left:auto;
	margin-right:auto;
	padding-top:150px;	
	text-align:left; /*for ie5*/
    overflow:hidden;
	position:relative;
}

/*contact*/
#main-container2{
	width:1200px;
	height:auto;
	margin-top:-15px;
	margin-left:auto;
	margin-right:auto;
	padding-top:150px;	
	text-align:left; /*for ie5*/
	overflow:hidden;
	position:relative;
}

/****************************** MAIN NAVIGATION ************************************/
#main-nav{
	width:910px;
	margin:auto;
	z-index:1000;
}

#nav {
	font-family:SourceSansProSemibold, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;	
}

#nav li{
	display:inline;
	padding-right:14px;
}

#nav a {
	color:#92B833;
}

#nav a:active, #nav a:focus, #nav a:hover {
	color:#EF3E42; 
}

#nav a.highlite {
	color:#EF3E42;
}

/****************************** FOOTER ***************************************/
#footer{
	width:100%;
}

#footer p.footer{
	text-align:center;
	font-family:SourceSansProLight, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/****************************** COMMON FLOATING IMAGES ***************************************/
/*** Main Container (position:relative) ****/
img.garlic{
	width:130px;
	position:absolute;
	top:45px;
	left:525px;
	z-index:1000;
}

img.garlic-whole{	
	position:absolute;
	top:175px;
	left:35px;
	z-index:1000;
}

img.chilli-cup{
	position:absolute;
	top:6px;
	left:0px;
	z-index:1000;
}



