/*------------------------------------------------------------------------
Basic Style Sheet for www.smartlifeint.com/

Version 1.0
Code: olivier bon
Design: david coe
email: olivier.bon@aceville.co.uk
i like cheesburger and french fries
Oli - I love you. P x

------------------------------------------------------------------------*/

/* =Common
------------------------------------------------------------------------*/

* {
	font-style:normal;
	list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
	text-decoration:none;
	outline: none;
	border: none;
}

body {
	background:#000;
    font-family: "Trebuchet MS", arial,verdana,helvetica;
	font-size:11px;
	font-weight: normal;
	line-height: 150%;
	color:#fff;
}

/* =Layout
------------------------------------------------------------------------*/

#wrapper {
	margin:0 auto;
	width: 704px;
}

#ad {
	width: 468px;
	height:60px;	
	margin: 10px auto;
	position:relative;
	clear: both;
}

#masthead {
	width: 100%;
	height:100px;	
	float: left;
	position:relative;
	clear: both;
}

#masthead h1 a {
	background: transparent url(/skin/brand.jpg) no-repeat 0 0;
	position:absolute;
	top:15px;
	left:0px;
	width: 338px;
	height:86px;
	line-height:86px;
	text-indent:400px;
	overflow:hidden;
}

#content {
	float:right;
	padding:0 10px 0 10px;
	width: 415px;
}

#subs {
	float:left;
	padding:0 10px 0 10px;
	width: 700px;
}

#footer {
	height: 41px;
	color:#999999;
	font-size:10px;
	padding: 10px 0 0 20px;
	clear:both;
	background: url(/skin/footer.jpg) no-repeat top left;
}
.clear {
	clear:both;
}

.img_left {
	float:left;
	padding:10px;
	margin:0 0 10px 10px;
	background: #fff;
}

/* =Typography
------------------------------------------------------------------------*/
p {
	margin:12px 0 20px;
	text-align:justify;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.02em;
	line-height:1.2em;
	color: #fff;
	margin-bottom: 10px;
}

h2 {
	font-size:16px;
	color: #ccc;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

h3 {
	color: #CD006E;
	font-size:16px;
}

#content ul, #subs ul {
	font-size: 11px;
	margin-left:10px;
}

#content ul li, #subs ul li{
	padding-left: 13px;
	background: url(/skin/bullet.jpg) no-repeat center left;
}

.highlight {
color:#ED008C;
}

/* =Navigation
------------------------------------------------------------------------*/

#navigation {
	font-size:12px; !important
	float:left;
	width: 100%;
	height: 45px;
	margin-bottom: 10px;
	background: url(/skin/nav_back.jpg) no-repeat top left;
}

#navigation,
#navigation li{
	float:left;
}

#navigation li a {
    color: #fff;
	height: 30px;
    line-height: 43px; 
    margin: 0 0 0 20px;
	padding: 8px 3px 0 3px;
	text-decoration: none;	
}
#navigation li a:hover {
    color: #fff;
	border-bottom: 2px solid #257DB6;
	background: transparent;
}

#home #navigation .home a,
#subscribe #navigation .subscribe a,
#contact #navigation .contact a,
#preview #navigation .preview a {
    color: #fff;
	border-bottom: 2px solid #257DB6;
}


#navigation .web_address{
	color:#CCCCCC;
	float:right;
	margin-right: 10px;
}
#navigation .web_address a{
	color:#999;
}

/* =Map
------------------------------------------------------------------------*/
#multiroom_offer_box {
	position:relative;
	height:169px;
	background: url(/skin/subs_200910.jpg) no-repeat top left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width:416px;
}

#multiroom_offer_box a {
	width:416px;
	height:169px;
	display: block;
	line-height: 169px;
	text-indent: -99999px;
	cursor: pointer;
}

#alternative_offer_box {
	position:relative;
	height:134px;
	background: url(/skin/subs_200907a.jpg) no-repeat top left;
	margin: 10px auto;
	width:666px;
}

#alternative_offer_box a {
	width:666px;
	height:134px;
	display: block;
	line-height: 134px;
	text-indent: -99999px;
	cursor: pointer;
}

#offer_box {
	position:relative;
	height:169px;
	background: url(/skin/subs_200905.jpg) no-repeat top left;
}

#first_offer {
	position:relative;
	float:left;
	width:137px;
	height:169px;
	cursor: pointer;
}
#first_offer a {
	width:137px;
	height:169px;
	display: block;
	line-height: 169px;
	text-indent: -99999px;
	cursor: pointer;
}

#second_offer {
	position:relative;
	float:right;
	width:278px;
	height:169px;
	text-indent: -9000px;
	cursor: pointer;
}
#second_offer a {
	width:278px;
	height:169px;
	display: block;
	line-height: 169px;
	text-indent: -99999px;
	cursor: pointer;
}
	
/* =Links
------------------------------------------------------------------------*/

a:link {
	color:#64A2CB;
	text-decoration:none;
}
a:visited{
	color:#64A2CB;
    text-decoration: none;
}
a:hover {
	color: #A3C8E0;
	text-decoration:underline;
}

/* = Special Offer /f/
------------------------------------------------------------------------*/

#extras {
	font-size: 11px;
	color: #fff;
	width: 400px;
	margin: 15px 0 0 5px;
}
#f_offer_box {
	position:relative;
	height:169px;
	background: url(/skin/f_subs.jpg) no-repeat top left;
}
#f_second_offer {
	position:relative;
	float:right;
	width:200px;
	height:169px;
	text-indent: -9000px;
	cursor: pointer;
}
#f_second_offer a {
	width:200px;
	height:169px;
	display: block;
	line-height: 169px;
	text-indent: -99999px;
	cursor: pointer;
}