@charset "utf-8";

/* STLYE SHEET FOR ACCOR NSW ENEWS */

Created by Involved.com.au (16 September 2009)
jordan@involved.com.au

ToC

1. Defaults
2. Structure
3. Floating Menu
4. Links
5. Fonts

*/  

/* ***** 1. Defaults ***** */

* { margin: 0; 	padding: 0; }

img { border: 0px; }

body {
	padding:0;
	margin:0;
	height:100%;		
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:16px;
	background: #e2c7b6 url(../images/header_bg.gif) repeat-x top center;	
	padding-bottom: 40px;
}

.right {
	float: right !important;
}

.left {
	float: left;
}

.bold {
	font-weight:bold;	
}

.separator { clear: both; padding-bottom:0px; }
.border { border-top: #CCC 1px solid; }

ul {
	list-style-type: none;
}


/* ***** 2. Structure ***** */
#wrapper {
	padding-bottom: 20px;
	position: relative;
}

#header {
	margin: 0 auto;
	background: url(../images/pageHeader.jpg) no-repeat top center;
	width: 1200px;
	height: 300px;
}

#navBtns img {
	border: red 1px solid;
}

#content_wrapper{
	margin: 0 auto;
	position: relative;
	z-index: 1;
	width: 950px;
	padding-bottom:20px;
}	

.category {
	width: 670px;
}

.articleWrapper {
	width: 670px;
	background: url(../images/content_bg.png) top center repeat-y;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: auto;
}

.article, .intro {
	width: 650px;
	min-height: 110px;
	background: url(../images/article_bg.gif) top center no-repeat ;
	padding: 0px 10px 0px 10px;	
}

.top {
	background: url(../images/article_bg-top.gif) top center no-repeat ;
}

.intro {
	background: url(../images/spacer.gif);
	float:  left;
	width: 590px;
	padding: 10px 30px 10px 30px;
	margin-left: 0px;
}

.content {
	float: right;
	width: 455px;
	padding: 10px 20px 10px 0px;
}

.sidePic, .hotelPic {
	float: left;
	width: 155px;
	padding: 10px 5px 10px 0px;
	text-align: center;	
}

.hotelPic {
	position: relative;
	left: -10px;
}

.testimonial .sidePic {
	padding-bottom: 0px;
}

.offers {
	text-align: center;
}

.btnRequest {
	display: block;
	clear: both;
	float: right;
	width:163px;
	height: 34px;
	background: url(../images/btn_request.gif) top left no-repeat;
}

.btnRequest span {
	display: none;
}

#events {
	list-style-type: none;
	padding: 5px 0px 0px 16px;
	margin:  0px;	
}

#events li {
	width: 212px;
	float:  left;
	background: url(../images/event_boxes.gif) top left no-repeat;
}

#events .odd {
	background-position: top right;
}

#events .odd .btn {
	background-position: bottom right;
}

#events .details {
	width: 172px;
	padding: 20px 20px 0px 20px;
	min-height: 125px;
    height: auto !important;
    height: 125px;
}

#events .btn {
	width:  212px;
	height:  80px;
	text-align: center;
	display: block;
	background: #red;
	background: url(../images/event_boxes.gif) bottom left no-repeat;
}

#events a img {
	position: relative;
	bottom: -25px;
	width:  175px;
	height: 34px;
}

.articleDivider {
	margin: 0 auto;
	clear: both;
	background: url(../images/pageCurl.gif) no-repeat bottom right;
	height: 35px;
	width:650px;
	padding: 0px 0px 0px 0px;
}

.buttonCurl {
	height: 26px !important;
}

.articleEnd {
	background: url(../images/pageCurl-end.gif) no-repeat bottom right !important;
	width: 670px;
	margin-bottom:15px;
}


.btnBook {
	clear:both;
	padding: 0px 5px 5px 0px;
	float: right;
	display:block;
}


#footer {
	margin: 0 auto;
	clear: both;
	float: left;
	text-align: right;
	/*background: url(../images/footer.png) no-repeat center top;*/
	width: 660px;
	height: 40px;
	padding: 20px 0px 10px 5px;
	position: relative;
}

.addthis_button {
	position: relative;
	top: 10px;
	padding-bottom: 50px;
}
/*#tcs {
	padding: 70px 30px 10px 30px;
	color: #333;
	font-size: 10px;
}*/

.logo {
	float: left;
	padding: 0px 10px 5px 0px;
	text-align: left;
	height: 70px;
}

ul.bullets {
	list-style-type: disc;
	padding-left: 15px;
}

.addthis_button {
	padding-bottom: 40px;

}

/********** 3. Floating Menu *********/
#floating_menu{
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 0 0px 0 0;
	z-index: 10;
	height: 240px;
	width: 254px;
}

floating_menu img {
	padding:0px;
	margin: 0px;
}

#specials {
	background: url(../images/floatMenu_btm.png) no-repeat bottom center;
	padding: 20px 20px 5px 20px;
}

.logoSml {
	float: left;
	padding: 0px 10px 10px 0px;
	text-align: left;
	width: 50px;
}

		
/* ***** 4. Fonts ***** */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; }

p 		{ font-size:12px; color:#5a5a5a; line-height:16px; padding-bottom:15px;}
h1 		{ font-size:18px; color:#900039; line-height:16px; font-weight:bold; padding: 5px 0px 10px 0px; }
h2 		{ font-size:12px; color:#3777dd; line-height: 16px; font-weight:normal; padding-bottom:5px;}
h3 		{ font-size:12px; color:#003471; line-height: 16px; font-weight:bold; padding-bottom:10px;  }
h4 		{ font-size:14px; color:#001b49; line-height:16px; padding: 290px 0px 15px 135px; }

.headerTxt { display:none;}
.hotDeal  { color:#900039; font-weight:bold; }

.tipHeader { padding-bottom: 0px !important; }
.tipHeader span { color: #003471; font-weight:bold;}

.tcs 	{ font-size: 9px; line-height: 12px; }

.intro .tcs { font-size: 10px; color:#5a5a5a !important; font-weight: normal; line-height: 12px; }

.testimonial blockquote { font-size:13px; color:#5a5a5a; line-height:16px; padding-bottom: 10px;}
.testimonial .tcs { font-size: 10px; }
.testimonial h3 { padding-bottom: 2px; }

#events h1 { font-size:15px ;font-weight: normal; line-height: 18px; padding: 0px;}
#events h2 { font-size: 18px; color: #3777dd !important; }

#specials h1 { font-size:12px; color:#001b49; line-height:16px; padding: 0px 0px 0px 0px !important; float:left; }
#specials h2 { font-size:12px; color:#007ba9; }

.largeText { font-size:16px !important; }

ul.bullets { color:#5a5a5a; }

/* ***** 5. Links ***** */
/* make sure of correct order: link, visited, hover and active*/

a { color: #5a5a5a }
a:visited {	color: #5a5a5a; }
a:hover { text-decoration:underline; }
a:active {  }


.intro a 	{font-weight: bold; }
p a { color:#5a5a5a; }
h3 a { color:#15a7e1; }

		
 
