@charset "utf-8";
@charset "utf-8";
/* undo some default styling of common (X)HTML browsers
 ************************************************************/

    /* No list-markers by default - 
     * must redefine bullets w/ bg graphics
     ********************************************************/
     ul,ol {
	     list-style:none;
	     }

    /* Avoid browser default inconsistent heading, 
     * font-sizes and pre/code
     ********************************************************/
     body,h1,h2,h3,h4,h5,h6,pre,code,td {
	     font-size:1em;
         }

    /* Remove inconsistent (among browsers) - 
     * default padding or margin 
     ********************************************************/
     ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,
     fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
         margin:0; padding:0;
         }

     /* prevent blue linked image borders
     ********************************************************/
      a img,:link img,:visited img,fieldset {
         border:none;
         }


body {
	margin: 0px;
	background-color: #000000;
	padding: 0px;
}
.page {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 266px;
	width: 1000px;
}


.clear {
	clear: both;
	display: block;
}
.logo {
}
.main {
	background-image: url(images/main_repeat_y.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.main .left_col {
	float: left;
	height: auto;
	width: 315px;
}
.main .right_col {
	float: right;
	width: 540px;
	padding-left: 0px;
	background-image: url(images/right_col_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right_col_bg_repeat {
	background-position: right top;
	background-image: url(images/right_col_bg_repeat.jpg);
	background-repeat: repeat-y;
}
.right_col_superimpose {
	background-image: url(images/right_col_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.c1 {
	float: left;
	height: auto;
	width: 70px;
	padding-top: 55px;
}
.c2 {
	float: right;
	width: 242px;
}
.text_home_alignment {
	padding-top: 24px;
}
.text_bathrooms_alignment {
	padding-top: 24px;
}
.r2 {
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 241px;
	width: 242px;
}
.white_shadow_box {
	width: 485px;
	margin-top: 70px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	text-align: justify;
}
.white_shadow_box_top {
	background-image: url(images/white_shadow_box_top.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 485px;
}
.white_shadow_box_middle {
	background-image: url(images/white_shadow_box_middle.gif);
	background-repeat: repeat-y;
	background-position: top;
	height: auto;
	width: 485px;
}
.white_shadow_box_middle_content {
	width: 423px;
	margin-left: 20px;
}
.white_shadow_box_bottom {
	background-image: url(images/white_shadow_box_bottom.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 485px;
}
.grey_box {
	background-color: #EBEBEB;
	padding-top: 25px;
	padding-bottom: 25px;
}
.grey_box_content {
	height: auto;
	width: 380px;
	margin-right: auto;
	margin-left: auto;
}

.heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #760000;
	line-height: 2em;
}
