/*********************************
  Hay guys whats going on in here?
  CSS By Cale - 2007-10-15
*********************************/


body {
  background: #68bbd6 url(../images/core/body-background.gif) top left repeat-x;
}

#container {
  margin: 5px auto;
  width: 799px;
}

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* HEADER
*********************************/
#header {
  width: 771px;
  float: right;
  clear: both;
  height: 99px;
  background: #000 url(../images/core/header-background.jpg) top center no-repeat;
}

#header img#logo {
  float: left;
  display: inline;
}

#header div#phone {
  width: 251px;
  height: 48px;
  margin-left: 520px;
  background: #000 url(../images/core/header-phone.jpg) top center no-repeat;
}

/* NAVIGATION
*********************************/
#navigation {
  float: right;
  margin: 1px 0 0 0 ;
}

#navigation ul#nav {
	margin: 0;
	padding: 0;
	height: 48px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#navigation ul#nav li {
	margin: 0; 
	padding: 0;
  list-style: none;
	display: inline;
	float: left;
}

#navigation ul#nav a {
	float: left;
	padding: 48px 0 0 0;
	overflow: hidden;
	margin-right: 10px;
	height: 0px !important; 
	height /**/:48px; /* for IE5/Win only */
}
	
#navigation ul#nav a:hover {background-position: 0 -48px;}

li#nav-home a  {width: 75px; background: url(../images/nav/nav-home.gif) top left no-repeat;}
li#nav-services a  {width: 103px; background: url(../images/nav/nav-services.gif) top left no-repeat;}
li#nav-gallery a  {width: 90px; background: url(../images/nav/nav-gallery.gif) top left no-repeat;}
li#nav-contact a  {width: 96px; background: url(../images/nav/nav-contact.gif) top left no-repeat;}

/* FLASH
*********************************/
#flash {width: 799px; height: 249px; display: inline-block; float:right; background: url('../images/core/bg-flash.jpg') no-repeat right 0; }
#page1 #flash { background: url('../images/core/flash1.jpg') no-repeat right 0; }
#page2 #flash { background: url('../images/core/flash2.jpg') no-repeat right 0; }
#page3 #flash { background: url('../images/core/flash3.jpg') no-repeat right 0; }
#page4 #flash { background: url('../images/core/flash4.jpg') no-repeat right 0; }

#flash img {float: right;}

/* CONTENT
*********************************/
.content {
  float: right;
  width: 771px;
  background: url(../images/core/content-background.gif) top left repeat-y;
}

.content #text {
  float: left;
  display: inline;
  width: 480px;
  margin: 0 0 0 38px;
  font: 11px/18px verdana, tahoma, arial, sans-serif;
}

.content #text.wide {
  width: 700px !important;
}

div#little-critter {
	width: 155px;
	float: right;
	margin: 20px 0 0 0;
}

a#button {
	width: 99px;
	height: 38px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url('../images/core/button-contact1.gif') 0 0 no-repeat;
	margin: 0 auto;
	padding: 0;
}

a#button:hover {
	background-position: 0 -38px !important;
}

#text h1 {
  font: bold 28px/18px Impact, Arial, sans-serif;
}

#text p {
  margin-bottom: 28px;
  clear: left;
}

#text a {color: #0a6380;}
#text a:hover {color: #517d80;}

#text ul.list {
  float: left;
  padding: 10px 0 0 20px;
  display: inline;
}

#text ul.list li {
  list-style: none;  
  background: url(../images/core/list-bullet.gif) 0 6px no-repeat;
  padding-left: 15px;
}

#text ul.list-left, #text ul.list-right {
  float: left;
  padding: 20px 0 10px 0;
  display: inline;
	margin:0 0 15px 15px;
}

#text ul.list-left{
	width:185px;
	}

#text ul.list-right{
	width:330px;
}

#text ul.list-left li, #text ul.list-right li {
  list-style: none;  
  background: url(../images/core/list-bullet.gif) 0 6px no-repeat;
  padding-left: 15px;
}

#text img.float-right {
  float: right;
  clear: right;
  margin: 10px 0 5px 10px;
  border: 2px solid #000;
}

/* GALLERY
*********************************/
.gallery {width: 0 auto;}
#gallery {width: 0 auto;}
#img-right{width:173px;padding:0 40px 25px 0; float:left; text-align:center;}
#img-end{width:173px;padding:0 40px 25px 50px;float:left;}

#gallery img { border: 2px solid #000;}
.bor { border: 2px solid #000;}

div.display { width: 200px; height: 400px; border: 1px solid #d2d2d2; background: #e5e5e5; padding: 10px; margin: 0 10px 10px 0; float: left; display: block; }
div.display p { text-align: center; font-weight: bold; margin: 0; padding: 0; }

/* FOOTER
*********************************/
#footer {
  clear: both;
  float: right;
  width: 771px;
  margin: 8px 0 0 0;
  border-top: 3px solid #528393;
  font: 11px/14px Verdana, Tahoma, Arial, sans-serif;
  color: #000;
}

#footer p {
  margin: 8px 0 8px 6px;
  float: left;
  clear: left;
  display: inline;
}

#footer img {
  float: right;
  margin: 8px 6px 0 0;
}

#footer a {color: #000;}
#footer a:hover {text-decoration: none;}














