/* basic background structure */

* {
	margin:0px;
	padding:0px;
}

body {
	margin: 0px;
	font: 0.875em Arial, Helvetica, sans-serif;
	background-color: #fff;
}

p {
	font: 1em Arial, Helvetica, sans-serif;
	color: #3c3c3c;
	line-height: 1.4em;
	margin-bottom: 20px;
}

h3{
	color: #3c3c3c;
	font-weight: bold;
	font-size: 1em;
	padding-top: 30px;
	
}

h4{
	color: #3c3c3c;
	font-weight: bold;
	font-size: 1em;
	
}

a {
	text-decoration: none;
}



/* ------------------------- HEADER ------------------------- */




#header {
	width: 740px;
	height: 110px;
	margin: 20px auto;
}

#logo {
	width: 358px;
	height: 110px;
	float: left;
}

#logo img {
	border-style: none;
}

#logo a{
	outline: none;
}

#img {
	width: 382px;
	height: 110px;
	float: right;
}

/* ----------------------- NAVIGATION ----------------------- */

#nav {
	width: 740px;
	height: 30px;
	margin: 0 auto 40px auto;
}

#nav img {
	border: none;
	float: left;
}

#nav_space {
	width: 359px;
	height: 30px;
	float: left;
}

#nav_home {
	position: relative;
	background: url(../images/hov_home.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	float: left;
}
					
					#nav_home a	{
					outline: none;
					display: block;
					float: left;
					}
					
					* html a:hover	{
					visibility:visible
					}
					
					#nav_home a:hover img	{
					visibility:hidden
					}
					
					#nav_home span	{
					position: absolute;
					cursor: pointer;
					}
					
#nav_services {
	position: relative;
	background: url(../images/hov_services.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	float: left;
}
					
					#nav_services a	{
					outline: none;
					display: block;
					float: left;
					}
					
					* html a:hover	{
					visibility:visible
					}
					
					#nav_services a:hover img	{
					visibility:hidden
					}
					
					#nav_services span	{
					position: absolute;
					cursor: pointer;
					}
					
#nav_gallery {
	position: relative;
	background: url(../images/hov_gallery.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	float: left;
}
					
					#nav_gallery a	{
					outline: none;
					display: block;
					float: left;
					}
					
					* html a:hover	{
					visibility:visible
					}
					
					#nav_gallery a:hover img	{
					visibility:hidden
					}
					
					#nav_gallery span	{
					position: absolute;
					cursor: pointer;
					}

#nav_contact {
	position: relative;
	background: url(../images/hov_contact.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	float: left;
}
					
					#nav_contact a	{
					outline: none;
					display: block;
					float: left;
					}
					
					* html a:hover	{
					visibility:visible
					}
					
					#nav_contact a:hover img	{
					visibility:hidden
					}
					
					#nav_contact span	{
					position: absolute;
					cursor: pointer;
					}

/* ----------------------- HOME CONTENT ----------------------- */

#slogan {
	width: 700px;
	height: 85px;
	margin: 0 auto 40px auto;
}

#home_content_container {
	width: 700px;
	margin: 0 auto 20px auto;
}

#home_content {
	width: 400px;
	height: auto;
	background: url(../images/home_title_1.gif) no-repeat;
	padding-right: 40px;
	border-right: thin #aaaaaa solid;
	float: left;
}

					#home_content_container p.first {
					padding-top: 30px;
					}
					
					#home_content_container p.last {
					margin-bottom: 0px;
					}

#home_services {
	width: 220px;
	background: url(../images/home_title_2.gif) no-repeat;
	float: right;
}

#home_services ul{
padding-top: 25px;
list-style: circle inside;
}

#home_services li{
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: ;
	color: #3c3c3c;
	line-height: 2.1em;
	}
	
#home_services p {
	padding-top: 5px;
}

#home_services a {
	text-decoration: underline;
}

/* ----------------------- GALLERY ----------------------- */

#gallery_container {
	width: 700px;
	margin: 0 auto 20px auto;
}

#gallery {
	width:700px;
	padding-top: 20px;
	float: left;
}

#gallery a {
	outline: none;
}

#gallery img {
	padding: 0 8px 8px 0;
	border-style: none;
}

/* ----------------------- SERVICES CONTENT ----------------------- */

#services_content_container {
	width: 700px;
	margin: 0 auto 20px auto;
}

#services_content {
	width: 400px;
	background: url(../images/home_title_2.gif) no-repeat;
	padding-right: 40px;
	border-right: thin #aaaaaa solid;
	float: left;
}

					#services_content p.first {
					padding-top: 30px;
					}
					
					#services_content p.last {
					margin-bottom: 0px;
					}

#services_contact {
	width: 220px;
	background: url(../images/contact_title.gif) no-repeat;
	float: right;
}

#services_contact ul{
	padding-top: 30px;
	list-style: none inside;
}

#services_contact li{
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: ;
	color: #3c3c3c;
	line-height: 1.4em;
	}
	
#services_contact p {
	padding-top: 5px;
}

#services_contact a {
	text-decoration: underline;
}


/* ----------------------- CONTACT CONTENT ----------------------- */

#contact_content {
	width: 700px;
	background: url(../images/contact_title.gif) no-repeat;
	margin: 0 auto;
}

#contact_content ul{
	padding-top: 30px;
	list-style: none inside;
}

#contact_content li{
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: ;
	color: #3c3c3c;
	line-height: 1.4em;
}

/* ----------------------- FOOTER ----------------------- */

#footer {
	width: 740px;
	height: 70px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}