/*
** Master Style Sheet
** Created by Nathan Le Ray on 28.12.2009
** Updated by Nathan Le Ray on 28.12.2009
** Written for GEOS technologies
** http://www.geos-technologies.com
*/

/* Resets and overrides
======================= */
* {
	margin: 0;
	padding: 0;
}
html {
	background: #0097fe url("http://www.geothermie-forage.com/public/design/background.png") repeat-x;
}
body {
	width: 1000px;
	margin: auto;
	font-size: 12px;
	background: white;
}

/* links & types
================ */
* { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
h2 { font-size: 14px; font-weight bold; }
h3 { font-size: 14px; }

a { color: white; text-decoration: none; }
a img { border: none; }
#main-menu a { text-decoration: none; color: white; }
#main-menu a:hover { color: #fcbb2b;}



/* Layout
========= */
#header {
	display: block;
	background: #00498D;
}
	#fast-menu { 
		text-align: center; 
		color: white;
		background: #333333;
	}
	#logo {
		width: 100%;
		height: 101px;
		background: url("http://www.geothermie-forage.com/public/design/Priser-Logo.png") no-repeat;
	}
	#nav {
		width: 100%;
		height: auto;
	}
		#main-menu {
			width: 100%;
			background: #333333;
			float: left;
			margin: 0; padding: 0;
			font-size: 120%;
		}

		#main-menu li a, #main-menu li {
			float: left;
		}

		#main-menu li {
			list-style: none;
			position: relative;
			z-index: 1000;
		}

		#main-menu li a {
			padding: 1em 2em;
			text-decoration: none;
			color: white;
		}	
	
		/* Submenu */
	
		.hasChildren {
			position: absolute;
			width: 5px; height: 5px;
			background: black;
			right : 0;
			bottom: 0;
		}

		#main-menu li ul {
			display: none;
			position: absolute;
			left: 0;
			top: 100%;
			padding: 0; margin: 0;
			background: #333333;
		}
		
		#main-menu li ul li {
			background: #333333;
		}
		
		#main-menu li ul li a {
			background: #333333;
		}
	
		#main-menu li:hover > ul {
			display: block;
		}
	
		#main-menu li ul li, #main-menu li ul li a {
			float: none;
		}
	
		#main-menu li ul li {
			_display: inline; /* for IE6 */
		}
	
		#nav li ul li a {
			width: 150px;
			display: block;
		}
	
		/* SUBSUB Menu */

		#main-menu li ul li ul {
			display: none;
		}
	
		#main-menu li ul li:hover ul {
			left: 100%;
			top: 0;
		}
	#page { 
		width: 100%;
		height: auto;
		background: url("http://www.geothermie-forage.com/public/design/Page-Background.png") repeat-y;
	}
		#page-nav { 
			width: 100%;
			height: 50px;
			margin: 0;
		}
			#page-nav div { display: inline; }
			#home-button { 
				display: inline;
				margin-left: 10px;
				margin-right: 300px;
			}
			#back-button {
				display: inline;
			}
			#news-header {
				display: inline;
			}
		#page-content {
			width: 700px;
			float: left;
			color: black;
		}
			#content-both {
				width: 630px;
				padding: 15px 30px;
			}
			 #content-both ul { margin-left: 20px; }
			 #content-both a { color: black; text-decoration: underline; }
		#sidebar {
			width: 300px;
			min-height: 300px;
			float: left;
			background: #333333;
		}
			#sidebar-content { padding: 10px; color: white; }
				#sidebar-content a { color: white; text-decoration: underline; }
					#sidebar-content a:hover { color: #fcbb2b;}
	#footer {
		min-height: 71px;
		height: auto;
		display: block;
		clear: both;
		background: url("http://www.geothermie-forage.com/public/design/News-Bottom2.png") no-repeat bottom right;
	}
		#footer-left {
			width: 700px;
			text-align: center;
			font-size: 1.1em;
			font-weight: bolder;
			color: #10409f;	
			
		}
		#footer-right {
			width: 300px;	
		}
	#sub-footer {
		padding: 3px;
		background: #333333;
		color: white;
	}
		#sub-footer a:hover { text-decoration: underline; }

/* Callout boxes
================ */
#news-list {
	list-style-type: none;
	font-size: 17px;
}
	#news-list li {
		margin-bottom: 10px;
	}

/* Misc
======= */ 
fieldset {
	padding: 20px;
	background: #EFEFEF;
	border: 1px solid #aaaaaa;
}
legend {
	padding: 5px;
	background: #d1d1d1;
}
label {
	font-size: 102%;
	font-weight: bold;
}
input, select {
	width: 200px;
	border: 1px solid #999999;
	font-size: 12px;
	font-style: italic;
	padding: 3px;
}
textarea {
	width: 410px;
	border: 1px solid #999999;
	font-size: 12px;
	font-style: italic;
	padding: 3px;
}
input[type="text"], input[type="password"] {
	height: 19px;
	margin-bottom: 5px;
}
input[type="submit"] {
	width: auto;
	margin: 10px 0;
	color: white;
	background: black;
	border: 1px solid #999999;
}
input[type="submit"]:hover {
	padding: 3px;
	color: white;
	background: green;
	border: 1px solid #999999;
	cursor: pointer;
}

.error-message-short {
	width: 200px;
	margin: 5px 140px;
	padding: 6px 10px 6px 25px;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	background: url("http://www.geothermie-forage.com/public/icons/exclamation.png") no-repeat;
	background-position: 5px 5px;
	border: 1px solid #CC0000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.success-message {
	width: 600px;
	margin: 5px 0;
	padding: 6px 10px 6px 25px;
	color: #5A801B;
	font-style: italic;
	font-weight: bold;
	background: url("http://www.geothermie-forage.com/public/icons/accept.png") no-repeat;
	background-position: 5px 5px;
	border: 1px solid #5A801B;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.error-message {
	width: 600px;
	margin: 5px 0;
	padding: 6px 10px 6px 25px;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	background: url("http://www.geothermie-forage.com/public/icons/exclamation.png") no-repeat;
	background-position: 5px 5px;
	border: 1px solid #CC0000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.contact-block {
	width: 210px;
	float: left;
}
#subject, #email {
	width: 410px;
}
#lname-block {
	width: 210px;
	float: left;
}
.cancel {
	color: red;
}
.content-list {
	margin-left: 20px;
	color: black;
}
	.content-list a {
		color: black;
		text-decoration: underline;
	}
#sitemap {
	font-size: 14px;
	color: black;
	margin-top: 10px;
	margin-left: 20px;
}
	#sitemap a {
		color: black;
	}
	#sitemap a:hover {
		color: black;
		text-decoration: underline;
	}
li ul {
	margin-left: 20px;
}

ul.slideshow {  
    list-style:none;  
   width:300px;  
   height:200px;  
   overflow:hidden;  
   position:relative;  
   margin:0;  
   padding:0;  
     
}     
  
ul.slideshow li {  
	position:absolute;  
    left:0;  
    right:0;  
}  
  
ul.slideshow li.show {  
   z-index:500;      
}  
  
ul img {  
    border:none;      
}  
  
#slideshow-caption {  
    width:300px;  
    height:50px;  
    position:absolute;  
    bottom:0;  
    left:0;   
    color:#fff;  
    background:#000;  
    z-index:500;  
}  
  
#slideshow-caption .slideshow-caption-container {  
    padding:5px 10px;     
    z-index:1000;     
}  
  
#slideshow-caption h3 {  
    margin:0;  
    padding:0;    
    font-size:14px;  
}  
  
#slideshow-caption p {  
    margin:5px 0 0 0;  
    padding:0;  
} 

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(http://www.geothermie-forage.com/public/images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(http://www.geothermie-forage.com/public/images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(http://www.geothermie-forage.com/public/images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(http://www.geothermie-forage.com/public/images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(http://www.geothermie-forage.com/public/images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(http://www.geothermie-forage.com/public/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(http://www.geothermie-forage.com/public/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(http://www.geothermie-forage.com/public/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(http://www.geothermie-forage.com/public/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(http://www.geothermie-forage.com/public/images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(http://www.geothermie-forage.com/public/images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(http://www.geothermie-forage.com/public/images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(http://www.geothermie-forage.com/public/images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(http://www.geothermie-forage.com/public/images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
