/* Start of CMSMS style sheet 'See Spot Stay' */
@charset "utf-8";
body {
	background-image: url(images/bg2.jpg);
	margin: 0px;
	padding: 0px;
}
.top {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	height: 96px;
	background-color:#010101;
	border-right-width: 13px;
	border-bottom-width: 1px;
	border-left-width: 13px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.services {
	height: 352px;
	border: 13px solid #FFFFFF;
}
.spacer {
	height: 15px;
}
.contenthome {
	background-image: url(images/bg_contenthome.gif);
	background-repeat: repeat-x;
	background-color:#d0b4e3;
	border: 13px solid #FFFFFF;
	padding:35px;
	color:#FFFFFF;
}
.content {
	background-color:#FFFFFF;
	border: 13px solid #FFFFFF;
}
.ftr {
	background-color: #d4b8e6;
	background-image: url(images/bg_ftr.gif);
	background-repeat: repeat-x;
	height: 85px;
	border-top-width: 13px;
	border-right-width: 13px;
	border-left-width: 13px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.ftr-txt, a.ftr-txt:link, a.ftr-txt:hover, a.ftr-txt:active, a.ftr-txt:visited	{
	text-decoration: none;
}
.img {
	padding-right:15px;
	padding-bottom:15px;
}
p, td {
font-family:arial;font-size:11px;color:#000000;line-height: 20px;letter-spacing: 1px;
}
h1 {font-size:18px;font-family:Tahoma;color: #47376a;line-height: 120%;background: transparent;}
h2 {font-size:12px;font-family:arial;color: #000000;font-weight: bold;line-height: 120%;background: transparent;}
h3 {font-size:11px;font-family:arial;color: #000000;font-weight: bold;line-height: 120%;background: transparent;}
h4 {font-size:14px;font-family:arial;color: #000000;font-weight: bold;line-height: 120%;background: transparent;}
h5 {font-size:12px;font-family:arial;color: #000000;font-weight: bold;line-height: 120%;background: transparent;}
h6 {font-size:11px;font-family:arial;color: #000000;font-weight: bold;line-height: 120%;background: transparent;}

.specials {
	padding: 25px;
	border: thin dashed #999999;
	width: 400px;
	text-align: center;
	vertical-align: middle;
}
a:link, a:visited, a:active {text-decoration: none;color:#47376a;}
a:hover {background-color:#a8fbfc;}

.photos{
padding-right:15px;padding-bottom:10px;
}
.content tr td img{
border:1px #000 solid;
margin: 0px 15px 0px 0px;
}
hr{clear:both;margin-top:15px;}
/* End of 'See Spot Stay' */

/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */
/* The wrapper clears the floating elements of the menu */
/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}

/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
text-align:left;
}

#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
text-align:left;
}

#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
text-align:left;
}

#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 2px 2px; 
   text-decoration: none; 
}

#primary-nav li, #primary-nav li.menuparent { 
   background-color: #000000; 
}

/* Styling the basic appearance of the active page elements (shows what page in the menu is being displayed) */

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}

/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #E7AB0B; 
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level

*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}

/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}

#primary-nav li li a { 
   height: 1%; 
}
/* End of 'Navigation: CSSMenu - Horizontal' */

