* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

body {
    margin: 0px;
    background-color: #0b2b5e;
    background-image: url(../img/body-bg.jpg);
    background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, p {
    margin: 0px;
    padding: 0px;
}

ul, li {
    margin-top: 0px;
    margin-bottom: 0px;
}

table {
    margin: 0px;
    border-collapse: collapse;
    padding: 0px;
}

tr, th, td {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px none #FFFFFF;
}

form, input, select, textarea {
    margin: 0px;
    padding: 0px;
}

a {
    color: #124db5;
    text-decoration: underline;
}

a:hover {
    color: #7bbf36;
}

.wrapper {
    margin: auto;
    width: 760px;

}

#whiteBox {
    float: left;
    width: 740px;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
  

}

#topLine, #bottomLine {
    float: left;
    width: 100%;
    height: 5px;
    background-color: #cadcea;
}

#logo {
    float: left;
    width: 740px;
    height: 71px;

}



/* ---------------------------------------------------------------------
 Footer
 ------------------------------------------------------------------------ */
#footer {
    float: left;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: 740px;
}

#footer-left {
    float: left;
    width: 650px;
}

#footer-right {
    float: left;
    width: 280px;
}

#footer ul {
    float: left;
    margin: 0px;
    padding: 0px;
    padding-bottom: 0px;
}

#footer-left ul {
    width: 100%;
}

#footer ul.row2 {
    padding-bottom: 20px;
}

#footer li {
    float: left;
    display: inline;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 11px;
    color: #4593d5;
}

#footer li.divider {
    background-image: url(../img/footer-divider-bg.gif);
    background-repeat: repeat-y;
    padding-left: 21px;
}

#footer a {
    float: left;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #6ecaef;
}

#footer a:hover {
    color: #6ecaef;
}

#footer .serverText {
    color: #0b2b5e;
}

#floating-homePuffs {
    position: absolute;
    z-index: 125;
    top: 330px;
    margin-left: 20px;
    width: 740px;
}

#floating-homePuffs .standard {
    float: left;
    width: 325px;
    background-color: #FFFFFF;
    background-image: url(../img/global-landing/gl-columngradient.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 15px;
}

#floating-homePuffs .standard h4 {
    font-size: 12px;
    font-weight: bold;
    color: #1c3697;
    padding-bottom: 2px;
}

#floating-homePuffs .standard p {
    padding-top: 0px;
    padding-bottom:10px;
    font-size: 12px;
    color: #5e6871;
}

#floating-homePuffs .standard a {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #124db5;
}

#floating-homePuffs .standard .image a {
    border-bottom-width: 0px;
    border-bottom-style: none;
}

#floating-homePuffs .standard a:hover {
    border-bottom-color: #7bbf36;
}

#floating-homePuffs .standard ul {
    font-size: 12px;
    color: #5e6871;
    padding:0px;
	margin:0px;
    list-style:none;
}

#floating-homePuffs .standard ul li {
    list-style:none;
    padding:0px;
    margin:0px;
    padding-bottom: 4px;
	padding-left:10px;
    background-image: url('../img/global-landing/bullet.gif');
	background-repeat: no-repeat;
    background-position: 0px 4px;
}

#floating-homePuffs .standard .country {
    color: #1c3697;
    float: left;
    font-size: 12px;
    width: 150px;
}

#floating-homePuffs .standard .country img {
    float: left;
}

#floating-homePuffs .standard .country div {
    background: url('../img/global-landing/chevron.gif') center left no-repeat;
	float: left;
    line-height: 32px;
    padding-left: 16px;
    width: 100px;
}

#floating-homePuffs .spacer10 {
    float: left;
    width: 10px;
    height: 10px;
}

#layered-showcase {
    position: absolute;
    top: 110px;
    background-color: #FFFFFF;
    border: 5px solid #c7deee;
    margin-left: 10px;
	width: 730px;
	height: 280px;
    background: url('../img/global-landing/showcase-background.jpg');
}

#layered-showcase-thank-you {
    position: absolute;
    top: 110px;
    background-color: #FFFFFF;
    border: 5px solid #c7deee;
    margin-left: 10px;
	width: 730px;
	height: 140px;
    background: url('../img/global-landing/showcase-background-thank-you.jpg');
}

#layered-top-logo {
    position: absolute;
    top: 5px;
    background-color: #FFFFFF;
    margin-left: 10px;
	width: 750px;
	height: 105px;

}

#oelogo {
	padding-top: 29px;
	padding-left: 10px;
	float: left;
}


#layered-container-form {

	background-repeat:repeat-x;
	background-image:url(../img/global-landing/enquiryForm-bg.jpg);
	background-color: #9cbee4;
    position: absolute;
    z-index: 1;
    top: 335px;

    margin-left: 510px;
	width: 220px;
	height: auto;
	font-size: 12px;
	color: white;
}

/* ---------------------------------------------------------------------
  Special text for the homepage that creates enough padding for 
  layered homepage content
------------------------------------------------------------------------ */
   #main {
		float: left;
		width: 450px;		
		padding-top: 410px;
		padding-left: 20px;
		padding-right: 0px;
		padding-bottom: 50px;
		position: relative;
		font-size: 12px;
		color: #333333;	
	}	
	
		#main h1 {
			color:#1C3697;
			font-size:16px;
			margin-bottom:10px;
		}
		
		#main p {
			margin-bottom: 15px;			
		}
		
		#main h2, 
		#main dt {
			margin-bottom: 10px;			
			font-size: 14px;
			color: #1c3697;
		}	
    
        #homeText {
            overflow: hidden;   
            zoom: 1;
        }    
                              
        #homeText div {
            float:left;
            padding-left:0px;
            padding-right:0px;
            width: 500px;
        }    
        
        #homeText h1 {
          padding-left:0px;
          padding-top:5px;            
        }   	
        
        
        
		#contentPuffs {
			float: left;
			margin-bottom: 15px;
			width: 100%;			
		}
			#contentPuffs .contentPuff {
				float: left;
				width: 135px;
				background-color: #FFFFFF;
				background-image: url(../img/contentPuff-bg.jpg);
				background-repeat: repeat-x;		
				padding: 5px;
			}
				#contentPuffs .image {
					float: left;
					width: 135px;
					height: 90px;
					background-color: #CCCCCC;
				}
					#contentPuffs .image img {
						float: left;
						width: 135px;
						height: 90px;				
					}		
				#contentPuffs span {
					float: left;
					width: 125px;			
					padding: 5px;
					padding-top: 10px;						
					font-size: 12px;
					color: #1c3697;
					font-weight: bold;
				}
				#contentPuffs span a{
                    text-decoration: none;
				}
				#contentPuffs p {
					float: left;
					margin: 0px;
					width: 125px;			
					padding: 5px;
					padding-top: 0px;
					font-size: 11px;		
				}
					#contentPuffs p a {
						text-decoration: none;
						border-bottom-width: 1px;
						border-bottom-style: solid;
						border-bottom-color: #124db5;				
					}
					#contentPuffs p a:hover {
						border-bottom-color: #7bbf36;
					}
			#contentPuffs .divider {
				float: left;
				width: 5px;
			}
			
			#contentPuffs .contentPuff h2 {
				font-size:12px;
				margin:0;
				padding:10px 5px 5px;
				float: left;
			}
			
#showcaseTextBox {
	width: 225px;
	height: 230px;
	margin-left: 15px; 
	margin-top: 15px;
	background-image:url(../img/showcase-background.png);
	padding: 15px 10px 10px 15px;
	font-size: 12px;
	color: #333333;	

}

#showcaseTextBox h3 {
	font-size: 13px;
	color:  #1C3697;	
	margin-bottom: 12px;
	font-weight: bold;
}

#showcaseTextBox ol {
        padding:0px;
        margin:5px 0px 0px 0px;
        list-style:none;		
		
}

#showcaseTextBox li {
	    background-repeat: no-repeat;
        background-position: 0px 6px;
        padding: 3px 0px 3px 15px;
        color: #1C3697;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 0px;
  		background-image:url(../img/icons/chevron-transparent.gif);
}
	
#showcaseNav {
	float: left;
	display: inline;
	width: 490px;
	height: 95px;
	margin-left: 0px;
	padding: 8px 0px 0px 15px;
	float: left;

}

#showcaseNavDivider {
	margin-top: 12px;
	padding: 0px 0px 0px 15px;
	float: left;
	border-right: 1px solid #C7DEEE;
	width: 1px;
	height: 82px;
	
}



	#showcaseNav p {
		font-size: 12px;	
		margin-bottom: 0px;
		margin-left: 2px;
	}
	
	#showcaseNav .blue {
		 color: #1C3697;
		 font-weight: bold;
	}
	
	#showcaseNav ol {
        padding:0px;
        margin:0px;
        list-style:none;		
		
	}	
	
	#showcaseNav h2 {
			margin-bottom: 5px;			
			font-size: 14px;
			color: #1c3697;	
		
	}	
	
	#showcaseNav .showcaseNavListBox {
			margin-top: 6px;
			margin-right: 0px;
			height: 55px;
			/* width: 120px; */
			float: left;
			
	}
	
	#showcaseNav a {
		 color: #1C3697;	
		 padding: 0px 0px 0px 0px;
		 margin: 0 0 0 42px;
	}	

	#showcaseNav li {
	    background-repeat: no-repeat;
        background-position: 0px -1px;
        padding: 4px 3px 0px 0px;
        color: #1C3697;
        font-size: 11px;
        margin-bottom: 0px;
        height: 20px;
        
       	
	}
	
	#showcaseNav .germany {
			background-image:url(../img/icons/germany.gif);
			width: 105px;
	}
	
	#showcaseNav .netherlands {
			background-image:url(../img/icons/netherlands.gif);
			width: 105px;
	}
	
	#showcaseNav .france {
			background-image:url(../img/icons/france.gif);
			width: 120px;
			margin-left: 20px;
	}
	
	#showcaseNav .croatia {
			background-image:url(../img/icons/croatia.gif);
			width: 109px;
			margin-left: 20px;
	}
	
	#showcaseNav .ireland {
			background-image:url(../img/icons/ireland.gif);
			width: 80px;
			margin-left: 20px;
	}
	
	#showcaseNav .unitedkingdom {
			background-image:url(../img/icons/unitedkingdom.gif);
			width: 120px;
			margin-left: 20px;
	}
	
	#showcaseNav .unitedstates {
			background-image:url(../img/icons/unitedstates.gif);
			width: 109px;
			margin-left: 20px;
	}
	
/* form */

input {
	width: 100px;
	color: black;
}


form label {
	display: block;
	float: left;
	width: 80px;
	text-align: right;
	font-weight: bold;
	padding: 4px 5px 4px 0;
}


form p {

	margin: 0;
	padding: 0.4em 0 0.4em 0;
}

form .input {	
	padding: 0 0 0 4px;
}

form .inputContainer {
	margin: 0 0 6px 0;	
}

form .submitbutton {
	width: 64px;
	height: 19px;		
}

	
div.inner {
	padding: 10px;
}

div.inner h2 {
	margin: 5px 0 8px 5px;	
	font-size: 14px;
}
	
form select {
	width: 104px;
}	

input.submit {
	width: 64px;
	height: 19px;

}

input.cbox {
	float:left;
	height:14px;
	overflow:hidden;
	width:14px;
}

   #main-thank-you {
		float: left;
		width: 450px;		
		padding-top: 270px;
		padding-left: 20px;
		padding-right: 0px;
		padding-bottom: 50px;
		position: relative;
		font-size: 12px;
		color: #333333;	
	}	
	
		#main-thank-you h1 {
			color:#1C3697;
			font-size:16px;
			margin-bottom:10px;
		}
		
		#main-thank-you p {
			margin-bottom: 15px;			
		}
		
		#main-thank-you h2, 
		#main-thank-you dt {
			margin-bottom: 10px;			
			font-size: 14px;
			color: #1c3697;
		}	

	
	
	
			