/* CSS Document */

/* ----------------- Text Classes ----------------------------------------------- */

h1 {
	margin: 0px;
	padding: 4px 0 12px 0;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6D00;
	font-style: italic;
	line-height: 1.3em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FF6E01;
	font-style: italic;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #8c8b8b;
	padding-left: 2px;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF7F00;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.3;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF7F00;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.3;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF3600;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.3;
}


.headertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #666666;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}

/* ----------------- Page Layout ----------------------------------------------- */

html, body {
	margin : 0;
	padding : 0;
}
#bginner {
	width : 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #FF7F00;
}
#bgouter {
	margin : 0 auto;
	width : 820px;
	background-repeat : repeat-y;
	text-align: left;
	background-image: url(images/bkgd.gif);
}

#headerfg {
	width : 780px;
	text-align : right;
	margin: 0 auto;
	background-repeat: repeat-x;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 20px;
}
#logo {
	height: 133px;
	background : url(images/logo.jpg);
	background-repeat : no-repeat;
	text-align : center;
	background-color: #FFFFFF;
	width: 780px;
}

#menu {
	height: 29px;
	text-align : left;
	background-color: #FFFFFF;
	width: 780px;
}

#container {
	margin : 0px 0px 0 0px;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 25px;
}
#container_index {
	margin : 0px 0px 0 0px;
	background-image: url(images/Concept_1_07.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 25px;
}
#footer { width: 780px;
  height: 33px;
  background-image: url(images/index_0100.jpg);
  background-repeat:repeat-x;
}

.page_content {
	width: 720px;
	vertical-align: top;
}

/* ----------------- Base Navigation menu ----------------------------------------------- */

#basenav {
	width : 940px;
	text-align : center;
	margin: 0 auto;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* ----------------- image caption ----------------------------------------------- */

div.imagecaption {
	float: inherit;
	width: 190px;
	padding-left: 95px;
  }
div.imagecaption_index {
	float: inherit;
	width: 190px;
	padding: 2px 25px 25px 0px;
  }
div.imagecaptiontext {
	float: inherit;
	width: 515px;
	padding-left: 95px;
  }
div.imagecaptiontextsm {
	float: inherit;
	width: 200px;
	padding-left: 95px;
  }
div.imagecaption p {
	text-align: left;
   }

div.imagecaptioncontainer {
	width: auto;
	float: right;
  }
div.imagecaptionspacer {
  clear: both;
  }

/* ----------------- rollover image ----------------------------------------------- */

.thumbnail{
	position: relative;
	z-index: 0;
	border:0;
}

.thumbnail:hover{
background-color: transparent;
border:none;
z-index: 50;
}


.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 2px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 3px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -20px;
left: -150px; /*position where enlarged image should offset horizontally */

}
/* ----------------- image caption2 ----------------------------------------------- */


div.imagecaption2 {
	float: inherit;
	width: 190px;
	padding: 24px 25px 50px 0px;
  }
div.imagecaptioncontainer2 {
	width: auto;
	float: right;
  }
div.imagecaptionspacer2 {
  clear: both;
  }

/* ----------------- rollover2 image ----------------------------------------------- */

.thumbnail2{
	position: relative;
	z-index: 0;
	border:0;
}

.thumbnail2:hover{
background-color: transparent;
border:none;
z-index: 50;
}


.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 2px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 3px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -20px;
left: 0px; /*position where enlarged image should offset horizontally */

}
/* ----------------- Contact Enquiry Form ----------------------------------------------- */

.page_content_form {
	width: 740px;
	vertical-align: top;
	height: 420px;
	float: left;
}
.form_left {
	width: 250px;
	text-align: right;
	float: left;
}
.form_right {
	width: 300px;
	text-align: left;
	float: left;
	padding-left: 20px;
	padding-bottom: 10px;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
