/*

img.double-border { border:1px solid #ccc; padding:2px; background:#eee; }

*/

*
{margin:0; padding:0;}


body
{
	font-size: 16px;
	background-color: #231f20;
	font-family:tahoma;
	padding: 5px 0 0 0;
}

a
{
	color:#00b2f6;
}

a:hover
{
	color:#008066;
}

a:active, a:focus, input[type="image"] 
{
	outline: 0;
}

img
{
	border: none;
}

p
{
	line-height: 115%;
	font-weight: bold;
	padding:5px 0 5px 0;
}

h1
{
	text-align: center;
	padding: 0 0 10px 0;
}

#site
{
	width: 960px;
	margin: 0 auto;
	color: #fcfcfc;
}

/***************************/

#nav
{
	padding: 10px 0 5px 0;
}

#nav ul
{
	list-style:none;
}

#nav ul li
{
	display:inline;
}

#nav ul li a
{
	text-indent: -9999px;
	display:block;
	width: 130px;
	height: 50px;
	float:left;
}

#nav ul li a.home
{background: transparent url(images/nav-home.jpg) top center no-repeat;}
#nav ul li a.home:hover
{background: transparent url(images/nav-home.jpg) bottom center no-repeat;}

#nav ul li a.gallery
{background: transparent url(images/nav-gallery.jpg) top center no-repeat;}
#nav ul li a.gallery:hover
{background: transparent url(images/nav-gallery.jpg) bottom center no-repeat;}

#nav ul li a.contact
{background: transparent url(images/nav-contact.jpg) top center no-repeat;}
#nav ul li a.contact:hover
{background: transparent url(images/nav-contact.jpg) bottom center no-repeat;}

/***************************/

#content
{
	border: 2px solid #f8f8f8;
	margin: 15px 0 5px 0;
	padding: 7px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/****************************/

ul#services
{
	padding: 10px 0 5px 35px;
	list-style-image:url(images/list-bullet.gif);
}

ul#services li
{
	padding: 5px 0 5px 0;
	font-size:18px;
	font-weight: bold;
	text-shadow: 1px 1px #111111;
}

/*****************************/

ul#gallery
{
	list-style: none;
}

ul#gallery li
{
	float:left;
	padding:20px;
}

ul#gallery li a
{
	border: 2px solid #ffffff;
	display:block;
	width:100px;
	height:100px;
}

/****************************/

#form
{
	padding: 5px;
}

#footer
{
	text-align: center;
}

.phone
{
	font-size:18px;
	font-weight: bold;
}