/* Reset */
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, del, em, font, img,
small, strike, strong, ol, ul, li,
fieldset, form{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color:#FFF;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
p{
	color:#F90;
	font-size:14px;
	line-height:16px;
	text-align: center;
	font-weight: normal;
}
h1{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:24px;
	line-height:26px;
	color:#FFF;	
}
strong{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	line-height:30px;
	font-weight:bolder;
	color:#F90;
}
/* Main */
body {
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}
#container {
	width:998px;
	margin: 0em auto;
}
#topimage { 
	width:inherit;
	padding-top:35px;
	overflow:hidden;
}
#offers{
	width:998px;
	overflow:hidden;
	float:left;
	margin-left:50px;
	display:inline-table;
	}
#package{
	width:145px;
	float:inherit;
	overflow:hidden;
}
package p {
	font-family:Arial, Helvetica, sans-serif;
	color:#F90;
	}
#seperator{
	width:6px;
	float:inherit;
	overflow:hidden;
}
#footer{
	width:988px;
	height:38px;
	float:left;
	overflow:visible;
	padding-top:32px;
	margin-bottom:75px;
}
#footer img{
}
#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	color: #a1b9db;
	}
#footer a{
	text-decoration:none;
	color:#a1b9db;
} 
#footer hover {
	text-decoration:underline;
	color:#a1b9db;
}
