/*
===============================================
 Base Stylesheet
 Author:  Suleman Chikhalia
 Version: 1.0
 Updated: 12/07/2005
=============================================== */


/* Base Styles
=============================================== */
html, body {
	margin: 0;
	padding: 0;
	font: 12px Georgia, Times New Roman, Times, Serif;
	color: #ccc;
	background-color: #000;
}
img {
	padding: 4px;
	border: 0;
}


/* Page Layout
=============================================== */
#container {
	background-color: #000;
	margin-top: 17%;
}
#main {
	background-color: #fff;
	border: 1px solid #fff;
	height: 1%;
}


/* Navigation Bar
=============================================== */
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	float: left;
}
#menu li#home {
	background-image: url(../images/navigation/home-off.gif);
}
#menu li#about {
	background-image: url(../images/navigation/about-us-off.gif);
}
#menu li#gallery {
	background-image: url(../images/navigation/gallery-off.gif);
}
#menu li#contact {
	background-image: url(../images/navigation/contact-us-off.gif);
}
#menu a {
	display: block;
	width: 99px;
	height: 0;
	padding-top: 68px;
	color: #000;
	overflow: hidden;
}
/* hack for older versions of IE with incorrect box model */
* html #menu a:link, * html #menu a:visited {
	height: 68px;
	he\ight: 0;
}
#menu li {
	float: left;
	margin-right: 4px;
}
#menu a#home-link {
	background: transparent url(../images/navigation/home-on.gif) -130px -90px no-repeat;
}
#menu a#about-link {
	background: transparent url(../images/navigation/about-us-on.gif) -130px -90px no-repeat;
}
#menu a#gallery-link {
	background: transparent url(../images/navigation/gallery-on.gif) -130px -90px no-repeat;
}
#menu a#contact-link {
	background: transparent url(../images/navigation/contact-us-on.gif) -130px -90px no-repeat;
}
#menu a#home-link:hover, #menu a#about-link:hover,
#menu a#gallery-link:hover, #menu a#contact-link:hover {
	background-position: 0 0;
	z-index: 50;
}
* html #menu a:hover {
	height: 68px;
	he\ight: 0;
}
#menu {
	display: block;
	width: 425px;
	height: 68px;
	margin: 0 0 0 140px;
	padding-bottom: 4px;
}


/* Main Column
=============================================== */
h3#logo {
	padding: 112px 0 0 0;
	margin: 8px 0 0 45px;
	overflow: hidden;
	background-image: url("../images/homepage/logo.gif"); 
	background-repeat: no-repeat;
	width: 258px;
	height: 0px !important; /* for most browsers */
	height /**/:112px; /* for IE5.5's bad box model */
}
p#specialists-text {
	padding: 25px 0 0 0;
	margin: 10px 0 0 35px;
	overflow: hidden;
	background-color: #000;
	background-image: url("../images/homepage/specialists-text.gif"); 
	background-repeat: no-repeat;
	width: 280px;
	height: 0px !important; /* for most browsers */
	height /**/:25px; /* for IE5.5's bad box model */
}
.homepage-image {
	position: absolute;
	margin-top: 17%;
	top: 68px;
	left: 333px;
}


/* Footer
=============================================== */
#footer {
	background-color: #000;
	color: #666;
	font-size: 11px;
}
#footer p.footer-text {
	margin: 0 0 0 15px;
	padding: 0;
}
