/* Redefine HTML Stlyes */

body {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 0px;
	background-color: #B2CAEF;
}

/* End Redefine HTML Stlyes */


/* Standard Styles or Misc Page Element Styles */

.foot {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666}
.border {
	border: thin solid #0F5BB1;
	background-color: #FFFFFF;
	background-image: url(../main-grfx/background.gif);
	background-repeat: no-repeat;
	top: 5px;
}

.foot a:link {  color: #333333; text-decoration: underline}
.foot a:visited {  color: #333333; text-decoration: underline}
.foot a:hover {  color: #333333; text-decoration: none}
.foot a:active {  color: #333333; text-decoration: none}

.global {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; line-height: 20px}
.global a:link {  color: #00608E; text-decoration: underline}
.global a:visited {  color: #00608E; text-decoration: underline}
.global a:hover {  color: #00608E; text-decoration: none}
.global a:active {  color: #00608E; text-decoration: none}

.side {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #b2caef; font-weight: normal}
.side a:link {  color: #FFFFFF; text-decoration: underline}
.side a:visited {  color: #FFFFFF; text-decoration: underline}
.side a:hover {  color: #b2caef; text-decoration: none}
.side a:active {  color: #b2caef; text-decoration: none}

/* Standard Styles or Misc Page Element Styles */

/* Styles for Home Page Main Table */
.home_tab {
	border: 2px none #000000;
	background-color: #B2CAEF;
	background-position: 5px;
}
/* End Styles for Home Page Main Table */

/* Styles for the Home Page Menu Items */
.home_menu {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 22px;
	background-position: 10px;
	top: 10px;
}
.home_menu a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.home_menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.home_menu a:hover {
	text-decoration: none;
	color: #B2CAEF;
}
.home_menu a:active {
	text-decoration: none;
}
/* End Styles for the Home Page Menu Items */

/* Styles for the Inside Pages Menu Items */
.page_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3272D3;
	font-weight: 700;
	text-align: center;
	background-position: center;
}
.page_menu a:link {
	text-decoration: none;
	color: #0F5BB1;
}
.page_menu a:visited {
	text-decoration: none;
	color: #0F5BB1;
}
.page_menu a:hover {
	text-decoration: none;
	color: #B2CAEF;
}
.page_menu a:active {
	text-decoration: none;
}
.home_tab {
	border: 2px none #000000;
	background-color: #B2CAEF;
	background-position: 5px;
}
/* End Styles for the Insdie Pages Menu Items */

/* Online Form Items */


.td-prices {  background-color: #ECF3FA; color: #0F5BB1; font-weight: bold; font-size: 10px}

.td-items {  font-size: 11px; font-weight: normal; color: #00608E; background-color: #FFFFCC}

.sub-head {  font-size: 12px; font-weight: bold; color: #00608E; letter-spacing: 2px}

.buttons {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; background-color: #0F5BB1}

.input {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #0F5BB1; background-color: #FFFFFF}


/* End Online Form Styles */


/* Misc Styles */

.large {  font-size: 12px}

.blue-bold {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #00608E}

.pk-price {  font-size: 13px; font-weight: bold; color: #00608E; letter-spacing: 2px}
.sub-cat-head {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; color: #FFFFFF}
.home_tab #Tab_2 {
	border: thick solid #FF0000;
}

.small {  font-size: 10px}

.italic {  font-style: italic}
.quote {  font-family: Times New Roman, Times, serif; font-size: 11pt; font-style: italic; font-weight: normal}
.home_text {

	font-family: Tahoma;
	font-size: 9px;
	color: #105CB2;
	font-weight: bold;
	background-position: 10px;
	top: 10px;
}

#container {
    position:relative;
	width: 741px;
	margin: 0 0 0 0;
	border: none;
}

/* Removing the list bullets and indentation */
#container ul {
padding:0;
margin:0;
list-style-type:none;
width:200px;
height:134px;
 /* move the thumbnails into the correct position */
float:left;
}

#container li {
	float:left;
	padding-left: 10px;
}

/* Remove the images and text from sight */
#container a.gallery span {
position:absolute;
width:0px;
height:0px;
top:5px;
left:0px;
overflow:hidden;
background:#fff;
}

/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
display:block;
color:#000;
text-decoration:none;
border:none;
margin:0 5px 5px 0;
text-align:left;
cursor:default;
}

#container a.slidea {
height:200px;
width:200px;
}
#container a.slideb {
height:134px;
width:200px;
}
#container a.slidec {
height:57px;
width:76px;
}
#container a.slided {
height:57px;
width:76px;
}
#container a.slidee {
height:57px;
width:76px;
}

#container a.gallery:hover {
border:none;
}

/*style setting the :hover span */
#container a.gallery:hover span {
position:absolute;
width:500px;
height:334px;
top:3px;
left:3px;
color:#000;
background:#fff;
}

#layout_pic {
	background-image: url(../../rooms/layout/rosedon%20room%20layout.gif);
	margin: 0 0 0 0;
}
#layout_pic td a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	display: block;
}
