@charset "UTF-8";

/* 

SALICE WEBSITE AW 2011-2012 - 

SIDE PULLOUT STYLES

AUTHER: ROBERT CURRAN

CREATED: 10TH SEPTEMBER 2011

LAST UPDATED: 10TH SEPTEMBER 2011

*/

#manbi-pullout{
	display: block;
	height: 220px;
	width: 645px;
	background: url(../site/manbi_pullout.png) center no-repeat;
	position: fixed;
	left: -605px;
	top: 2%;
	z-index: 1000000;
	text-decoration: none;
}
#manbi-pullout p{
	height: 20px;
	margin: 190px 220px 0 0;
	float: right;
	color: white;
	font-family: Helvetica;
	font-size: 15px;
	text-decoration: none;
}
#olang-pullout{
	display: block;
	height: 220px;
	width: 645px;
	background: url(../site/olang_pullout.png) center no-repeat;
	position: fixed;
	left: -605px;
	top: 32%;
	z-index: 1000000;
	text-decoration: none;
}
#olang-pullout p{
	height: 20px;
	margin: 190px 100px 0 0;
	float: right;
	color: white;
	font-family: Helvetica;
	font-size: 15px;
	text-decoration: none;
}
#coolcasc-pullout{
	display: block;
	height: 220px;
	width: 645px;
	background: url(../site/coolcasc_pullout.png) center no-repeat;
	position: fixed;
	left: -605px;
	top: 62%;
	z-index: 1000000;
	text-decoration: none;
}
#coolcasc-pullout p{
	height: 20px;
	margin: 190px 90px 0 0;
	float: right;
	color: white;
	font-family: Helvetica;
	font-size: 15px;
	text-decoration: none;
}

@media only screen and (max-width: 940px) {

	#manbi-pullout, #olang-pullout, #coolcasc-pullout{
		display: none;
	}
	
}

