@charset "UTF-8";
/* CSS Document */

/* standardising */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset,img { 
	border:0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}
ol,ul {
	list-style:none;
	}
caption,th {
	text-align:left;
	}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border:0;
	}

/* general styles */

html, body {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 65%;
	
	}

html > body {
	height: 100%;
	min-height: 100%;
	}

logo {
	font-style:normal;
	font-weight:normal;
}

body {
	height: 100%;
	min-height: 100%;
	top: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #b8b8b8;
	font-weight: normal;
	background-color: #131313;
	}	

p { 
	font-family: Arial, Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: normal;
	color: #777;
	padding: 0 0 12px 0;
	}
	
span.emphasis  { 
	font-family: Arial, Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	line-height: 1.3em;
	font-weight: normal;
	/*color: #de0079;*/
	color: #9c9c9c;
	padding: 0 0 12px 0;
	}

h1 {
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #de0079;
	padding: 0 0 10px 0;
	font-weight: normal;
	letter-spacing: .2em;
	}
	
h2 {
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	text-transform: uppercase;
	/*color: #009ce8; 'okolaks', */
	color: #de0079;
	padding: 10px 0 10px 0;
	font-weight: normal;
	letter-spacing: .2em;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #333;
	}
	
h3 {
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #de0079;
	padding: 0 0 10px 0;
	font-weight: normal;
	letter-spacing: .2em;
	}
	
h4 { 
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: normal;
	color: #777;
	padding: 0 0 12px 0;
	}
	
h5 { 
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
	color: #999;
	padding: 0 0 6px 0;
	}
	
h6 {
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #de0079;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	font-weight: normal;
	letter-spacing: .2em;
	}
	
a { 
	color: #9c9c9c;
	text-decoration: none;
	font-size:1em;
	}
	
a {
   outline: none;
	}

	
a:hover, a:visited:hover  { 
	color: #de0079;
	text-decoration: none;
	}
	
a:visited  { 
	color: #9c9c9c;
	text-decoration: none;
	}
	
a:active, a:focus { 
	color: #666;
	text-decoration: none;
	}
	
/* navigation */

a img {border: none; }

#nav_panel {
	float: left;
	display: block;
	margin: 0;
	top: 0;
	width: 190px;
	min-height: 200px;
	z-index: 3;
	margin: 0 0 0 10px;
	_margin: 0 0 0 3px;
	padding: 0;
	background-image:url(../images/nav_bkgd.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}	
	
#menu {
	float: left;
	list-style: none;
	margin: 34px 0 0 0;
	padding: 0;
	width: 190px;
	}
	
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 170px;
	}
	
/*#menu li.current {
	margin: 0 0 0 0;
	/padding: 3px 0 0 0;
	border-bottom: none;
	}*/
	
/*#menu li.first{
	border-top: 1px dotted #454545;
	}*/
	
#menu li.last{
	border-bottom: none;
	}

#menu li {
	margin: 0 10px 0 0;
	padding: 8px 0 6px 0;
	border-bottom: 1px dotted #454545;
	}

#menu a {
	display: block;
	margin: 0;
	padding: 0 10px 0 12px;
	color: #625e5e;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	letter-spacing: .2em;
	}

#menu a:hover {
	color: #de0079;
	}

/*#menu a.visited {
	color: #de0079;
	font-weight: bold;
	padding: 0 0 0 12px;
	background-image:url(../images/nav_current.gif);
	background-position: 0 0;
	font-size: .9em;
	background-repeat: no-repeat;
	line-height: 3em;
	}*/
	
#menu a.visited {
	color: #de0079;
	font-weight: normal;
	padding: 0 10px 0 12px;
	background-image:url(../images/nav_current.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	font-size: .9em;
	line-height: 1.5em;
	}
	
.button_more {
	width: 62px;
	height: 21px;
	background-image:url(../images/more_bkgd.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
.button_more a {
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 21px;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin: 0 0 0 16px;
	padding: 6px 0 0 0;
	color: #de0079 !important;
	}
	
.button_more a:hover {
	font-weight: bold;
	}
	
.button_link {
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 21px;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin: 12px 0 0 0;
	padding: 6px 0 0 12px;
	color: #666;
	background-image:url(../images/nav_current.gif);
	background-position: 0 11px;
	background-repeat: no-repeat;
	border-top: 1px dotted #333;
	float: left;
	display: none;
	width:300px;
	}
	
.button_link a {
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 21px;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin: 0 0 0 6px;
	padding: 3px 0 0 0;
	color: #de0079;
	}
	
.button_link a:hover {
	font-weight: bold;
	}
	
.link_container {
	float: left;
	display: block;
	width: 320px;
	margin: 0;
	padding: 0;
	}
	
p.media_link {
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: 1em;
	margin: 6px 0 0 0;
	padding: 6px 0 0 0;
	color: #9c9c9c;
	border-top: 1px dotted #333 !important;
	display: block;
	width:300px;
	}
	
p.media_link a, .media_link a:visited {
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 21px;
	color: #9c9c9c;
	}
	
p.media_link a:hover {
	color: #de0079;
	}
	
	
	
/* wrappers */

#outerwrapper_home {
	width: 100%;
	height: auto;
	top: 0;
	margin: 0 auto;
	background-image:url(../images/bkgd_home.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
	
#outerwrapper_gallery {
	width: 100%;
	height: auto;
	top: 0;
	margin: 0 auto;
	background-image:url(../images/bkgd_home.jpg);
	background-repeat: no-repeat;
	background-position:top;
	}
	
#outerwrapper {
	width: 100%;
	height: auto;
	top: 0;
	margin: 0 auto;
	background-image:url(../images/bkgd.jpg);
	background-repeat: no-repeat;
	background-position:top;
	}
	
#innerwrapper {
	width: 940px;
	height: auto;
	top: 0;
	margin: 0 auto;
	}
	
/* header content */

#header {
	width: 940px;
	height: 136px;
	margin: 0 auto 0 auto;
	}
	
#logo {
	float: left;
	display: inline;
	width: 190px;
	height: 112px;
	margin: 24px 0 0 6px;
	padding: 0;
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	}
	
#strapline {
	float: left;
	display: inline;
	width: 461px;
	height: 21px;
	margin: 70px 0 0 260px;
	padding: 0;
	background-image:url(../images/strapline.gif);
	background-repeat: no-repeat;
	background-position:0;
	}
	
/* content */

#content_wrapper {
	width: 940px;
	margin: 0 auto;
	}
	
#content_area{
	float: left;
	display: block;
	width: 720px;
	margin: 0 auto;
	}
	
#home_image_area {
	float: left;
	display: block;
	width: 713px;
	height: 318px;
	margin: 3px 0 0 5px;	
	}
	
#image_area {
	float: left;
	display: block;
	width: 713px;
	height: 217px;
	margin: 3px 0 0 5px;	
	}
	
#gallery_area {
	float: left;
	display: block;
	width: 713px;
	height: 580px;
	margin: 3px 0 0 5px;	
	}
	
#content {
	float: left;
	display: block;
	width: 713px;
	margin: 30px 0 0 5px;
	}
	
#content_left {
	float: left;
	display: block;
	width: 320px;
	_width: 304px;
	margin: 0 35px 0 10px;
	_margin: 0 30px 0 10px;
	}

#content_right{
	float: left;
	display: block;
	width: 340px;
	margin: 0;
	padding:0;
	}
	
#content_right_home{
	float: left;
	display: block;
	width: 335px;
	margin: 0 0 0 5px;
	padding:0;
	}
	
#content_text {
	float: left;
	display: block;
	width: 640px;
	margin: 0 30px 0 10px;
	padding: 0;
	}	

#drillins {
	float: left;
	display: block;
	width: 720px;
	margin: 30px 0 0 0;
	min-height:300px;
	}
	
.drillin_left {
	float: left;
	display: block;
	width: 350px;
	/*background-image:url(../images/drillin_frame.jpg);
	background-repeat:no-repeat;
	background-position:-5px 0;*/
	min-height:300px;
	}

.drillin_right{
	float: right;
	display: block;
	width: 350px;
	/*background-image:url(../images/drillin_frame.jpg);
	background-repeat:no-repeat;
	background-position:-5px 0;*/
	min-height: 300px;
	margin: 0 0 0 0;
	}
	
.drillin_text {
	float: left;
	display: block;
	width: 320px;
	margin: 0 10px 0 10px;
	padding: 0;
	}
	
/* clearing content */

#clearone {
	width: 940px;
	clear: both;
	height: 1px;
	marin: 0 auto;
	}
	
/* footer */

/*#footer {
	background-image: url(../images/footer_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center;
	min-height: 245px;
	}*/
	
#footer {
	width: 710px;
	height: 97px;
	margin: 20px 20px 0 0;
	padding: 0;
	clear: both;
	float: right;
	display: block;
	border-top: 1px dotted #333;
	/*background-image:url(../images/footer_bkgd.jpg);
	background-position: top left;
	background-repeat: repeat-x;*/
	}
	
#footer_text_right {
	display: inline;
	float: right;
	margin: 36px 10px 0 0;
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: .9em !important;
	color: #666;
	}

#footer_text_right a {
	font-family: Arial,'Lucida Grande', 'Lucida Sans Unicode', Geneva, Lucida, Helvetica, sans-serif;
	font-size: 1em !important;
	color: #999;
	}
	
#footer_text_right a:hover {
	text-decoration: underline;
	}
	
#footernav {
	float: left;
	display: inline;
	margin-top: 38px;
	top: 0;
	width: 550px;
	height: 20px;
	}
	
#footermenu {
	margin: 0;
	padding: 0;
	}

#footermenu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#footermenu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#footermenu ul li a {
	line-height: 10px;
	padding: 0 4px 3px 4px;
	margin: 0;
	color: #777;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	letter-spacing: 0;
	width: auto;
	}
	
#footermenu ul li a.visited {
	color: #de0079;
	}

#footermenu ul li a:hover {
	color: #de0079;
	}
	
/* simple gallery */

	
#simplegallery1{ //CSS for sample Gallery
position: relative;
visibility: hidden;

}

#simplegallery2{ //CSS for sample Gallery
position: relative;
visibility: hidden;

}

#simplegallery2 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}

/* Picture slides */

#container{
	background: #fff;
	overflow: hidden;
	width: 452px;
	margin: 2em auto 0;
	padding: 2em 1em 4em;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 5px #000;*/
}

.navigation-controls {
	position: relative;
	text-align: center;
	background: #232323;
	padding: 5px;
	z-index: 1001;
}

.picture-slides-disabled {
	color: #eee;
}

.picture-slides-container {
	margin-bottom: 2em;
}

.picture-slides-dimmed-background .navigation-controls {
	/*-moz-border-radius : 0 0 5px 5px;
	-webkit-border-top-left-radius : 0;
	-webkit-border-top-right-radius : 0;
	-webkit-border-bottom-left-radius : 5px;
	-webkit-border-bottom-right-radius : 5px;*/
}

.picture-slides-dimmed-background .picture-slides-image-text {
	/*-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius : 5px;
	-webkit-border-top-right-radius : 5px;
	-webkit-border-bottom-left-radius : 0;
	-webkit-border-bottom-right-radius : 0;*/
}

.picture-slides-fade-container {
	position: relative;
	overflow: hidden;
	z-index: 1002;
	height: 318px
}

.picture-slides-fade-container a {
	display: block;
	height: 318px;
	text-align: center;
	
}

.picture-slides-fade-container a img {
	*-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
}

.picture-slides-image-load-fail {
	display: none;
}

.picture-slides-image-text {
	position: relative;
	text-align: center;
	padding: 10px 0 10px;
	z-index: 1001;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	display: none;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	cursor: pointer;
}

.picture-slides-thumbnails {
	list-style: none;
	margin-top: 1em;
	margin-bottom: 1em;
	overflow: hidden;
}

.picture-slides-thumbnails li {
	float: left;
	width: 100px;
	margin: 0 10px 5px 0;
}

.picture-slides-thumbnails li img {
	width: 100px;
}

.picture-slides-thumbnails a {
	outline: none;
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width: 92px;
	padding: 2px;
	background: #de0079;
	border: 1px solid #000;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

/*.picture-slides-dim-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right:0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: 1000;
	display: none;
}*/
	

