/**************************************************
  Basic Structure
**************************************************/
* {
	margin: 0;
	padding: 0;
}

* html body {
	height: 100%;
}

body {
	background: url(/images/background.jpg) no-repeat;
}

#header {
	background : url(/images/top-line-end.jpg) no-repeat right top;
}

#headerline {
	background : url(/images/top-line.jpg) repeat-x;
	height: 90px;
	margin-left: 600px;
	margin-right: 30px;
}

#logo {
	float: left;
	background : url(/images/logo.jpg) repeat-x;
	height: 90px;
	width: 277px;
}

#logo a {
	float: left;
	background : url(/images/logo.jpg) repeat-x;
	height: 90px;
	width: 277px;
}

.imagesReplace {
	text-indent: -999999px
}

#page {
	top: 135px;
	left: 85px;
	position: absolute;
	margin-right: 40px;
	width: 600px;
}

body#gallery div#page {
	width: 600px;
}

ul {
	margin-left: 40px;
}

/************************************************
   Navigation
************************************************/

#navigation {
	position: absolute;
	left: 0px;
	top: 90px;
}

#navigation ul {
	margin-left: 169px;
	margin-top: 4px;
	width: 700px;
}

#navigation ul li {
	float: left;
	display: block;
	margin-right: 19px;
}

#navigation a {
	display: block;
	height: 26px;
	background-repeat: no-repeat !IMPORTANT;
}

#mnuHome a {
	background: url(/images/mnuhome.jpg);
	width: 43px;
}

#mnuHome a:hover, body#home #mnuHome a {
	background: url(/images/mnuhome_over.gif);
}

#mnuAboutUs a {
	background: url(/images/mnuAboutUs.jpg);
	width: 66px;
}

#mnuAboutUs a:hover, body#AboutUs #mnuAboutUs a {
	background: url(/images/mnuAboutUs_over.gif);
}

#mnuServices a {
	background: url(/images/mnuServices.jpg);
	width: 60px;
}

#mnuServices a:hover, body#Services #mnuServices a {
	background: url(/images/mnuServices_over.gif);
}

#mnuGallery a {
	background: url(/images/mnuGallary.jpg);
	width: 67px;
}

#mnuGallery a:hover, body#gallery #mnuGallery a {
	background: url(/images/mnuGallary_over.gif);
}

#mnuContactUs a {
	background: url(/images/mnuContactUs.jpg);
	width: 83px;
}

#mnuContactUs a:hover, body#ContactUs #mnuContactUs a {
	background: url(/images/mnuContactUs_over.gif);
}

#mnuFeedback a {
	background: url(/images/mnuFeedback.jpg);
	width: 76px;
}

#mnuFeedback a:hover, body#feedBack #mnuFeedback a {
	background: url(/images/mnuFeedback_over.gif);
}

#mnuLinks a {
	background: url(/images/mnuLinks.jpg);
	width: 39px;
}

#mnuLinks a:hover, body#links #mnuLinks a {
	background: url(/images/mnuLinks_over.gif);
}

/***************************************
  Fonts
****************************************/

body , td, th  {
	font-family: verdana, arial, sans-serif;
	font-size: xx-small;
	color: #333333;
}

p {
	margin: 5px 0px;
}

.coll {
	display: block;
	float: left;
	width: 300px;
	margin: 5px;
	margin-right: 1.5em;
	text-align: justify;
}
h2 {
	margin-bottom: 5px;
	font-size: 150%;
}

h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 115%;
}


/*****************************************
  Gallery
*****************************************/

#thumbs {
	margin-top: 5px;
	clear: both;
}

ul.thumbs {
	list-style-type: none;
	margin: 10px 5px;
}

ul.thumbs li {
	display: block;
	float: left;
	background: #F6F6F6;
	border: 1px solid #888888;
	margin: 5px;
	overflow: hidden;
	text-align: center;
}

ul.thumbs li.folder {
	background: #FCFBBE;
}

ul.thumbs li a {
	text-decoration: none;
	color: #444444;
}

ul.thumbs li .imgHolder {
	width: 100px;
	height: 70px;
	margin: 3px 3px 1px 3px;	
	overflow: hidden;
	text-align: center;
}

ul.thumbs li .imgHolder img {
	/*width: 100px;
	height: 100px;*/
	border: 1px solid #AAAAAA;
}

ul.thumbs li p {
	margin-bottom: 2px;
	display: block;
	width: 100px;
	height: 1.2em;
	text-align: center;
	overflow: hidden;
}

#path {
	margin: 3px 0px 10px;
}
#path ul li {
	display: block;
	float:left;
	margin-right: 5px;
}

#divFadeOut {
	background: #FFFFFF;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	z-index: 98;
}


#divPicture {
	background: #FFFFFF;
	border: 1px solid #888888;
	width: 553px;
	/*height: 390px;*/
	text-align: center;
	z-index: 99;
}

#picPicture {
	margin: auto;
	position: relative;
	border: 1px solid #AAAAAA;
	margin-top: 5px;
	margin-bottom: 10px;
	clear: both;
	display: block;
}

#divPicName {
	position: absolute;
	left: 0px;
	margin: 3px;
	font-weight: bold;
	font-size: 140%;
}

#divClose {
	border: 1px solid #AAAAAA;
	float:right;
	margin: 2px;
}

#divImage {
	text-align: center;
}

/**************************************
Forms
***************************************/

fieldset {
	padding: 5px;
}

fieldset label {
	font-weight: bold;
	margin-right: 10px;
}

.textbox {
	border: 1px solid #666666;
}

.button {
	border: 1px solid #666666;
}

.error {
	color: red;
}
