/* CSS Document */




body {
	text-align: center;
	/* * */
	height: 100%;
	background-position: center top;
	background-color: #000000;

} 



#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	
	margin-top: 16px;

} 

#head-container {
	height: 40px;
}

#header {
	background-image: url(../images/visuals/calendar_top_menu+tabs_95px.jpg);
	height: 95px;
	background-repeat: no-repeat;
	width: 960px;
}


#main-container {
	
	float: left;
	clear:both;	
}

#main {
	position: relative;
	height: 700px;
	margin-top: 16px;
	background-image: url(../images/bg/IM90i_main_scene_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
}

#main-stockist {
	position: relative;
	/*margin-top: 16px;*/
	width: 958px;
	min-height:500px;
	height:auto !important;
	height:500px;
	background-image: url(../images/bg/black_hilite_grad.jpg);
	background-repeat: repeat-x;
	background-position: center -20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #828282;
	border-left-color: #828282;
}

.main-top {
	margin-top: 16px; /* gutter below nav */


	height: 10px;
	width:960px;
	background-image: url(http://www.im90i.com/images/calendar/main_frame_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.main-bottom {
	height: 10px;
	width:960px;
	background-image: url(http://www.im90i.com/images/calendar/main_frame_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#main-present {
	position: relative;
	height: 545px;
	margin-top: 16px;
	background-image: url(../images/bg/start-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
}




#main-blurb-container {
	
	position: absolute;

	width: 100%;
	top:400px;
	

}

.blurb-box {
	width: 310px;
	height: 140px;
	float: left;
	

}


.blurb-box-link {
	margin-right: 45px;
}
	
.blurb-box-link a {
	display: block;
	height: 33px;
	background-image: url(../images/arrows/arrow-right-orange.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-right: 40px;
	margin-top:12px;
}

.blurb-box-link a:hover {
	color: #FFF;
	
	display: block;
	height: 33px;
	background-image: url(../images/arrows/arrow-right-white.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-right: 40px;
}


.center-jump {
	margin-right: 15px;
	margin-left: 15px;
}


/*************************/
/* FOOTER */

#footer-container {
	width: 960px;
	height: 24px;
	text-align: left;
	/*padding-top: 15px;*/
	border-top: 1px solid #828282;
	margin-top: 16px;
	padding-top: 12px;
	float: left;
	clear: both;

} 



/* COPYRIGHT */



#copyright {
	float: left;
	font-size: 9px;
	line-height: 12px;
	color: #CFDCD9;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 2em;
}



/* EXTERNAL LINKS */

#external_links {
	float: left;
	font-size: 9px;
	line-height: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#external_links ul {
	list-style: none;
 }
    
#external_links li {
	float:left;
	padding-right: 2em;

 }

#external_links li a {
	color: #F37021;
	text-decoration: none;
}

#external_links li a:hover {
	color: #FFFFFF;
}

/* CONTACT LINKS */

#contact_links {
	float: right;
	font-size: 9px;
	line-height: 12px;
	color: #F37021;
	font-family: Arial, Helvetica, sans-serif;
	
}

#contact_links ul {
	list-style: none;
 }
    
#contact_links li {
	float:left;
	padding-right: 2em;
	
 }

#contact_links li a {
	color: #FFF;
	text-decoration: none;
}

#contact_links li a:hover {
	color: #FFFFFF;
}

/* added icons */
#contact_links li.mailing_list a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/footer/envelope.png);
	display: block;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#contact_links li.mailing_list a:hover {
	color: #F37021;
}

#contact_links li.email_friend a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/footer/friend.png);
	background-repeat: no-repeat;
	display: block;
	padding-left: 18px;
	text-align: right;
	margin-right: -15px;
}

#contact_links li.email_friend a:hover {
	color: #F37201;
}

/********************************/
/* HEADER CNSTR */

#logo {
	float: left;
	width: 220px;

}

#logo a {
	background-image: url(../images/header/paslode.jpg);
	height: 32px;
	width: 115px;
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}

#logo-subpages {
	float: left;
	width: 245px;

}
#logo-subpages a {
	background-image: url(../images/header/paslode_im90i_color.jpg);
	height: 45px;
	width: 245px;
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}


/**********************************/
/* NAV */

#nav_main {
	float: left;
	font-size: 12px;
	line-height: 24px;

	
}

#nav_main ul {
	list-style: none;
	height: 32px;
	text-align: right;
	text-transform: uppercase;

	
 }
    
#nav_main li {
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 7px;
	padding-left: 7px;
	height: 32px;
	padding-top: 4px;
	border-right-color: #F37021;
	
	color: #F37021;
 }

#nav_main li.first {
	padding-left: 75px;
}

#nav_main li.first-home {
	padding-left: 48px;
}



#nav_main li.last {
	border: none;
	}
	

#nav_main li a {
	text-decoration: none;
	color: #FFFFFF;
}


#nav_main li a:hover {
	color: #F37021;
	text-decoration: none;
}


/* ******************************* */
/* PRESENTATION START */
a {
	color:#FFFFFF;
}
#ufoContent {
	position:absolute;
	left:225px;
	top:200px;
	width:450px;
	height:340px;
}
#ufoContent p {
	margin-top:100px;
	text-align:center;
}
#high {
	position:absolute;
	left:550px;
	top:150px;
}
#low {
	position:absolute;
	left:550px;
	top:230px;
}
.connection a:hover {
	text-decoration:underline;
	color:#FF9900;
}
.connection a {
	font-size:24px;
	text-decoration:none;
}
.connection a span {
	font-size:12px;
}


/* //////////////////////// */
/* JUMPBOX */
#main-jumpbox-container {
	position: absolute;

	width: 100%;
	bottom: 5px;
	
	
padding-bottom:10px;	
	
	
}


.jumpbox-container {
	width: 310px;
	height: 140px;
	float: left;
	
	
	

}

.jumpbox {
	background-image: url(../images/bg/black_hilite_grad.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border-right: 1px solid #828282;
	border-left: 1px solid #828282;
		padding-left: 16px;
	padding-right: 16px;

}

.jumpbox-top {
	height: 10px;
	background-image: url(../images/bg/jumpbox-top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.jumpbox-bottom {
	height: 10px;
	background-image: url(../images/bg/jumpbox-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.jumpbox-link {
	margin-right: 45px;
}
	
.jumpbox-link a {
	display: block;
	height: 33px;
	background-image: url(../images/arrows/arrow-right-orange.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-right: 40px;
	margin-top:12px;
}

.jumpbox-link a:hover {
	color: #FFF;
	
	display: block;
	height: 33px;
	background-image: url(../images/arrows/arrow-right-white.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-right: 40px;
}

.center-jump {
	margin-right: 15px;
	margin-left: 15px;
}


/* ///////////////////////////////// */
/* COLUMNS */

.column {
	width:308px;
	float: left;
	min-height:300px;
	height:auto !important;
	height:300px;
	
	

	
}

.centre {
	
	margin-right: 5px;
	margin-left: 5px;
	
}

.left {
	margin-left: 10px;
}

.right {
	margin-right: 10px;
}


/* ///////////////////////// */
/* STOCKIST RESULTS */

.information_column {
	padding-bottom: 4px;
	margin-bottom:16px;
	border-bottom: solid 1px #3370FF;
}


/* //////////////////////// */
/* COMPETITION */
#last-answer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #828282;
	padding-top: 8px;
	margin-top: 48px;
	/*
	position: absolute;
	bottom: 16px;
	*/
	background-image: url(../images/bg/black_hilite_grad.jpg);
		background-repeat: repeat-x;
	/*background-position: center center;*/
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
}

p.answer {
	padding-bottom: 12px;

	
	
}

p.question {
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #828282;
	padding-top: 8px;
	background-image: url(../images/bg/black_hilite_grad.jpg);
	
	/*
	margin-top: 48px;
	position: absolute;
	bottom: 16px;
	
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
	*/
}
	