/* 

STYLE SHEET FOR Les-Suites Hotel Ottawa 
Created by Troy Ricci for Pixelscience - www.pxelscience.ca
www.les-suites.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background-image: url(../imgs/body_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	font-size: 12px;
	background-color: #a3C328;
		}
#white_box {
	width: 876px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../imgs/wb_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #FFFFFF;
}

* html #white_box {
	
	}
		
/*  --------- 2. structure  --------- */


#masthead {
	height: 189px;
	position: relative;
		}

#centre {
	width: 936px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#footer {
	width: 936px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #666666;
	padding-top: 65px;
	margin-bottom: 35px;
	padding-bottom: 25px;
	margin-top: 25px;
	clear: both;
	
	}
#pixelscience {
	font-size: x-small;
	margin-top: 15px;
}
#footer #pixelscience a {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	font-variant: normal;
	text-transform: none;
}

#footer a {
	color: #666666;
	text-transform: capitalize;
	margin-left: 15px;
	margin-right: 15px;
}

		

#flashcontent {
	
	}
	
#logo {
height: 130px;
width: 689px;
padding-top: 10px;
margin-left: 25px;
}

#content {
	background-image: url(../imgs/content_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 50px;
	margin-top: 20px;
	padding-top: 9px;
		}
		
#main_copy {
	width: 510px;
	margin-left: 10px;
}

p {
	padding-left: 5px;
	margin-bottom: 10px;
}
.left_img {
	float: left;
	border: 2px solid #A3C328;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.right_img {
	float: right;
	border: 2px solid #A3c328;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px
	}

#banner {
	height: 110px;
	margin-bottom: 25px;
}

		
.separator {
		clear: both;
		height: 0;
		}

/* ---------- 3. links and navigation ---------- */

a {
	text-decoration:none
		}
		
a:hover {
		}


#navigation a {
	color: #333333;
	font-variant: small-caps;
	display: block;
	height: 33px;
	width: 121px;
	text-align: center;
	background-image: url(../imgs/inactive_tab.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	background-position: top;
	line-height: 38px;
		}
#navigation {
	position: absolute;
	bottom: 0px;
}


#navigation a:hover {
	background-image: url(../imgs/nav_hover.gif);
	}

#navigation li {
	float: left;
	margin-right: 3px;
		}

#navContainer {
	height: 44px;
	width: 790px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: absolute;
	bottom: 10px;
	left: 30px;
		}

* html #navContainer {
	bottom:25px;
	left:5px;
	}
	
#home #navigation .home a,
#about #navigation .about a,
#titles #navigation .titles a,
#news #navigation .news a,
#contact #navigation .contact a {
	background-image: url(../imgs/nav_hover.gif);
	
	}	
/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
	
		}

h2 {
	font-weight: normal;
	font-size: 16px;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
	margin-top: 40px;
		}
		
#sub_col h2 {
	margin-top:0px;
	}		

.inset {
	height: 300px;
	width: 500px;
	}
				
#sub_col {
	width: 265px;
	float: right;
	padding-top: 50px;
	padding-bottom: 25px;
	padding-left: 25px;
	margin-right: 20px;
	
	}
.polaroid {
	float: right;
	margin-right: 50px;
}

	
ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
