/* layout.css for home-staging-montreal.com" */
body {
	font: 11px/16px Verdana, Arial, san-serif;
	color: #000;
	background: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #003263; 
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	border: 0 none;
}
a:hover, a:active {
	color: #c7118a;
	text-decoration: none;
}
img {
	border: #d2d3d5 1px solid; 
	padding: 0;
	margin: 0;
}
h1 {						/*	for headline of the each page only	*/
	background-color: #c7118a; 
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 15px;
}
h2 {						/*	for titles of left menu sections only	*/
	display: block;
	background-color: #C41188; 
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border: #d2d3d5 1px solid;
	width: 175px;
	margin: 10px 0 0;
	padding: 3px 0 5px 3px;
}
h3, h4, h5, h6 {						    
	text-align: center;
	margin: 0;
}
h3 {						    /*	for English/Francais buttons only	*/
	font-size: 12px;
	border: #d2d3d5 1px solid; 
	width: inherit;
	padding: 4px 0;
}
h3 a:link, h3 a:visited  {		 /*	for English/Francais buttons only	*/
	text-decoration: none;
	font-style: normal;
}
h4 {						    /*	for titles of the paragraphes	*/
	font-size: 12px;
	color: #c7118a; 
	padding: 3px 0 5px 0;
}
h5 {  					        /* for the home page link (on the bottom of the each page) only  */			
	font-size: 11px;
	text-transform: uppercase;
	padding: 10px 0;
}
h6 {						     /*	for titles of right menu sections only	*/
	background-color: #c7118a; 
	font-size: 9px;
	text-transform: uppercase;
	color: #fff;
	padding: 2px;
}
p {
	text-align: justify;
	margin: 0;
	padding: 0 0 8px 0;
}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url(../images/header.jpg) top center no-repeat;
	width: 980px;
	height: 196px;
	text-align: center;
	overflow: hidden;	
}
#header-fr {
	background: url(../images/header-fr.jpg) top center no-repeat;
	width: 980px;
	height: 196px;
	text-align: center;
	overflow: hidden;	
}
#menu {
	background-color: #d2d3d5;
	color: #FCDFFF; 
	overflow: hidden;	
	height: 36px;
	margin: 150px 0 0;
	padding: 0;
}
#menu ul {
	list-style: none;
	margin: 0 0 0 45px;
	padding: 5px 0 0;
}

#menu ul li {
	display: inline;
}
#menu ul li a {
	float: left;
	border-left: #c7118a 1px solid;
	font: normal bold 12px Verdana, Arial, san-serif;
	color: #57585a;
	text-decoration: none;
	padding: 5px 20px;
}

#menu li a:hover {
	color: #c7118a; 
}
#menu li .current {
	color: #c7118a; 
	cursor: text;
}
#content {
	width: 980px;
}
#content_left {
	float: left;
	font-weight: bold;
	width: 180px;
}
#vertmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#vertmenu ul li {
	margin: 0;
	padding: 0;
}
#vertmenu ul li a {
	display: block;
	border-bottom: #d2d3d5 1px dashed; 
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
	color: #383643;
	width: 175px;
	padding: 4px 0px 4px 4px;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #c7118a; 
	background-color: #eee;
}
#vertmenu li .current {
	color: #c7118a; 
	cursor: text;
}
#content_right {
	float: right;
	width: 785px;
}
#center {
	float: left;
	width: 645px;
}
#submenu {
	font-size:11px;
	font-style: italic;
	color: #57585a;
	text-align: right;
	width: auto;
	margin: 0 0 10px 0;
	padding: 5px 0;
}
#submenu a {
	border: #d2d3d5 1px solid; 
	text-decoration:none;
	margin: 0;
	padding: 5px;
}
#content_right ul, #content_right ol {
	margin-top: 0;
}
#content_right li {
	margin-bottom: 3px;
}
#content_right li a{
	text-decoration: none;
	border: 0 none;	
}
#content_right li a:hover{
	color: #c7118a; 
	text-decoration: none;
}
.photos {
	border: #c7118a 1px solid;
	font: 11px Verdana, Arial, san-serif;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 5px;
}
.photos div {
	float: left;
	width: 312px;
	margin: 0 2px 10px 2px;
	padding: 0;
	text-align: center;
}
.photos p {
	text-align: left;
	margin: 0;
	padding: 0;
}
.photos .rooms {
	 text-align: center;
	 margin: 0;
	 padding: 10px 0;
}
.reviews {
	border: #c7118a 1px solid; 
	font: italic 11px/16px Verdana, Arial, san-serif;
	text-align: center;
	margin: 10px 0;
	padding: 5px;
}
.reviews div {
	float: left;
}
.reviews p {
	padding: 0;
	text-align: left;
}
.project {
	font: 11px Verdana, Arial, san-serif;
	color: #333;
	width: 634px; 
	height: auto;
	border: #c7118a 1px solid; 
	margin: 10px 0;
	padding: 5px;
	text-align: center;
	visibility: hidden;
	display: none;
}
.project div {
	float: left;
	width: 316px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}
*html .project {
	padding: 5px;
}
.befor-after {
	font: 11px Verdana, Arial, san-serif;
	color: #333;
	width: 634px;
	height: auto;
	border: #c7118a 1px solid; 
	margin: 10px 0;
	padding: 5px;
	text-align: center;
	visibility: hidden;
	display: none;
}
.hide div {
	float: left;
	width: 207px;
	margin: 0 2px 10px 2px;
	padding: 0;
	text-align: center;
}
*html .hide {
	padding: 5px;
}
.slideshow-index {
	border: #d2d3d5 1px solid;
	width: 604px;
	height: 412px;
	margin: 5px 15px 15px 15px;
	padding: 2px;
	text-align: center;
}
.slideshow {
	float: right;
	/*border: #d2d3d5 1px solid;*/
	width: 202px;
	height: 282px;
	margin: 0 0 0 15px;
	padding: 0;
}
.note {
	color: #c7118a;
	font-weight: bold;
}
#formcontact {
	background-color: #eee;
	border: #666 1px solid;
	font-weight: bold;
	margin-bottom: 5px;
}
#formcontact table{
	text-align: center;
	width: 620px;
}
#formcontact td{
	width: 50%;
	vertical-align:top;
}
/* /#content */

/* right colon */
#google {
	font: bold 10px Verdana, Arial, san-serif;
	float: right;
	color: #57585a; 
	text-align: center;
	width: 128px;
}
#google p {
	text-align: center;
	padding: 2px 0;
}
#google form, #google div {
	background-color: #ECEDF0;
	border: #c7118a 1px solid;
	margin: 0 0 10px 0;
	padding: 1px 1px 5px 1px;
}
#google div {
	padding: 1px;
} 
#google div a, #google h6 a {
	color: #003263; 
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#google div a:hover, #google div a:active {
	color: #c7118a; 
	text-decoration: none;
}
#google h6 a {
	color: #fff;
}
#google h6 a:hover, #google h6 a:active {
	color: #003263; 
	text-decoration: none;
}
/* /right colon */
/*  footer */
#footer {
	font: bold 10px/18px Verdana, Arial, san-serif;
	color: #57585a; 
	background: #d2d3d5; 
	overflow: hidden;
	text-align: center;
	height: 40px;
	margin: 0;
	padding: 0;
}
#footer span {
	border-left: #c7118a 1px solid; 
}
/* /#footer */
.fltlft { float: left; }
.fltrt { float: right; }
.clr {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
