@charset "utf-8";
@import url('style-reset.css');
@font-face {  
    font-family: "EurosExt";  
    src: url(fonts/eurostis.eot ); /* IE */  
    src: local("EurosExt"), url(fonts/Eurostile-Extended.ttf ) format("truetype"); /* non-IE */  
    }  
	 
    /* THEN use like you would any other font   
    .eurostis { font-family:" EurosExt ", verdana, helvetica, sans-serif;  
    } */

/*-----------------------------------------------*/
/*--------------- SITE STRUCTURE ---------------*/
/*---------------------------------------------*/

body {font-size: 100%; font-family: Verdana, Helvetica, sans-serif; background: url(images/top.jpg) repeat-x}

#container {
    margin: auto;
    width: 1000px;
    font-size: .875em;
    padding-left: 60px;
    padding-right: 60px;
    width: 960px;;
    }

#header {height: 111px;}

#logo {
    height: 127px;
/*    margin-left: -50px; */
    padding-top: 15px;
    width: 315px;
}

#screen {
    height: 390px;
/*background: url(images/screen.jpg) no-repeat;*/
margin: 10px 0;
padding: 30px 0 0
}

#left {float: left; width: 300px}

#right {
    float: right;
    width: 300px;
}
#right .frontpage_text {
    background: url(images/FeaturePanel.jpg) no-repeat;
    margin-top: 20px;
    padding-top: 125px;
    width: 305px;
}
#middle {margin-left: 330px; margin-right: 330px;}

#left, #right, #middle {margin-bottom: 40px}

#footer {
	margin: auto;
	font-size: .7em;
	background: url(images/top.jpg) repeat-x;
    -moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}
#footer p {
	padding-top:20px;
}

/* pages */

#page_wrap {width: 960px; margin: auto}

#page_top {height: 54px; background: url(images/page_top.jpg) no-repeat}

#page {background: url(images/page_tile.jpg) repeat-y; padding: 0 54px;}

#page_bottom {height: 54px; background: url(images/page_bottom.jpg) no-repeat; margin-bottom: 40px}

/* contact info */

#contact_info {float: left; width: 450px; margin-top: 15px}

#contact_info ul {margin: 20px}

#contact_info ul li {background: url(images/arrow.gif) no-repeat center left; padding-left: 15px; font-size: .9em; line-height: 1.8em}

/*-----------------------------------------------*/
/*-------   TYPOGRAPHY, IMG and LISTS   --------*/
/*---------------------------------------------*/

a:link {
 text-decoration:  none;
}

p {
    line-height: 1.6em;
    font-size: .9em;
    color: #666
    }

p.frontpage_text {text-align:justify}



h2 {clear: both; padding: 15px 0 0}

h1 {
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
}

h3.frontpage_heading, h1.pagetitle {
        font-family: EurosExt,Verdana,Helvetica,sans-serif;
	font-weight: bold;
	background: #114a6b;
	padding:30px 10px 5px;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .20em;
	color: #fff;
	margin-bottom: 15px;
    -moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	
    -moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#footer a, #footer p {
	color: #114a6b;
    font-weight: bold;
    }

#footer_right h5 {font-size: .9em; font-weight:700; padding-top: 20px; padding-right: 25px; text-align: right; color: #999}

#spotlight .float_left {
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    padding: 8px;
}

.float_left { float: left; margin-right: 12px; padding: 8px; background: #F7F7F7; border: 1px solid #CCC;
    -moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	
    -moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

/**************************** Gallery *****************************/

#gallery {
	width: 852px;
	margin: auto;
	overflow: auto;
	padding-bottom: 18px;
	position:static;
}

.float_left_thumb {
	float: left;
	height: 164px;
	width: 152px;
	margin: 8px 10px 2px 8px;
	background: url(images/gallery_thumb.png) no-repeat;
	padding-top: 6px;
	text-align: center;
}

.center {margin: auto;}

#no_gallery_found {width: 798; padding: 50px; margin: auto; background: red; border: 10px solid white}


/*-----------------------------------------------*/
/*---------------   NAVIGATION   ---------------*/
/*---------------------------------------------*/

/* gallery menu ---------------*/

#g_navcontainer {
     clear: both;
	 margin-bottom: 40px;
	 width: 962px;
	 height:108px;
	 margin-left: -2px;
	 background:url(images/CEDad.jpg) no-repeat;
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	
    -moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
#g_navcontainer p {
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin-left: 670px;
    padding-top: 15px;
    text-align: left;
}

#g_navcontainer ul {
     color: White;
     width: 100%;
	 padding: 24px
}

#g_navcontainer ul li {display: inline}

#g_navcontainer a {
     color: #666666;
     text-decoration: underline;
}

#g_navcontainer ul li a:hover {
     background: #eaeaea;
     color: #000;
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	
    -moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#gallery_nav {
     width: 100%;
	 height: 60px
}
#gallery_nav{
     color: White;
     width: 100%;
}
#gallery_nav {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #114a6b;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto auto;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    clear: both;
    margin-bottom: 40px;
    width: 100%;
        -moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#gallery_nav ul {
    color: White;
    padding-left: 24px;
    margin-top: -40px;
    width: 100%;
}
#gallery_nav ul li {
    display: inline;
}
#gallery_nav ul li a {
     padding: 0.2em 1em;
     color: #CCC;
     text-decoration: none;
	 letter-spacing: .1em
}
#gallery_nav ul li a:hover {
     background: #eaeaea;
     color: #000;
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	
    -moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

/* horizontal menu ---------------*/

#h_navcontainer {
     width: 100%;
     height: 60px;
     padding-bottom: 10px;
}

#h_navcontainer ul {
     color: White;
     width: 100%;
}

#h_navcontainer ul li {display: inline;}

#h_navcontainer ul li a {
     padding: 0.2em;
     color:#114a6b;
     text-decoration: none;
     float: right;
     letter-spacing: .14em;
     font-size: 16px;
     font-family:EurosExt,Verdana,Helvetica,sans-serif;
     font-weight: bold;
}

#h_navcontainer ul li a:hover {
     background: #eaeaea;
     color: #000;
}

/* footer menu ---------------*/
#footer {
	height:50px;
}


#footer h4 {font-weight: bold; margin-bottom: 8px; padding: 5px; background: #1D1D1D; color:#999;
    -moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#footer_left {float: left; width: 540px; border: 0px solid red}

#footer_left ul {float: left; margin-right: 60px; width: 120px}

#footer_left li {background: url(images/seperator_footer.png) repeat-x bottom; padding: 5px 0}

#footer_left ul li a {color: #999; text-decoration: none;}

#footer_right {width: 350px; float: right;}

#footer_right ul li {display: inline; margin-right: 15px;}

#footer_right img {border: 8px solid #eee;
    -moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

/*-----------------------------------------------*/
/*---------------      FORMS     ---------------*/
/*---------------------------------------------*/
#contact_page {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("images/page_tile.jpg");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: auto auto;
    height: 700px;
    padding-bottom: 0;
    padding-left: 54px;
    padding-right: 54px;
    padding-top: 0;
}

#contact_form_holder {border: 1px solid #CCC; width: 290px; margin-top: 30px; padding: 20px 20px 20px; background: #fafafa; float: right; margin-left: 20px;
    -moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}
#contact_form_holder { 
    font-family: 'Verdana'; 
    color: #666666;
    font-size: 0.9em;
    font-style: italic;
    width:300px;
}
#contact_form_holder input, #contact_form_holder textarea { 
    width:100%; /* make all the inputs and the textarea same size (100% of the div they are into) */ 
    font-family:inherit; /* we must set this, because it doesn't inherits it */ 
    padding:5px;
}
#contact_form_holder textarea { 
    height:100px; /* i never liked small textareas, so make it 100px in height */ 
}
#send_message { 
    width:200px !important; /* the width of the submit button  */ 
    font-variant: small-caps; /* nicer font-variant (like explained before) */  
    border:1px solid black; /* remove the default border and put a normal black one */
    cursor:pointer;
    cursor:hand;
}
#cf_submit_p { text-align:right; } /* show the submit button aligned with the right side */

#message {
    font-size:12px;
}
.error {
    display: none;
    color: #D8000C;
    font-size: 12px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 5px;
    }
.success { display: none; padding:10px; color: #044406; font-size:12px;background-color: #B7FBB9;}

#contact_logo { vertical-align: middle; }
.error img { vertical-align:top; }


/*-----------------------------------------------*/
/*---------------      Slider     --------------*/
/*---------------------------------------------*/

	#slideshow{
	/*background-color: #202020;*/
	width: 890px;
	height: 283px; 
	margin: -20px 0px 0px 0px;
	float: left;
	}
	
	#slideshow-threed{
	width: 920px;
	height: 283px; 
	margin: 15px 0px 0px 0px;
	float: left;
	}
	
	#box-nav-slider{
	width:935px;
	height:17px;
	float:left;
	}
	
	#slideshow-navigation a{
	background: url(images/slide.png) no-repeat scroll 50% 50%;
	display: block;
	float: left;
	font-size: 0px;
	width: 9px;
	height: 9px;
	margin: 10px 0 0;
	outline-style: none;
	outline-width: medium;
	padding: 2px;
	}
	
#slideshow-navigation {
    padding-left: 470px;
    padding-top: 80px;
}
	#slideshow-navigation .activeSlide {
	    background: url(images/slide.png) no-repeat scroll 0% 50%;
	    }
	.slidehalf { margin-top:0px; margin-right:20px; float:left;} /* Editable Slider Image Position */
	.slidehalf2 { margin-top:0px; margin-right:0px; float:left;} /* Editable Slider Image Position */
	.slide-text h1{color:#FFF; padding:50px 20px 0px 0px}
	.slide-text p{font-size:12px; color:#b5b5b5; line-height:22px; padding-right:20px; text-align: justify}
	.flash-img {text-align:center; display:block; margin:100px auto 0 auto;}
	
	a.read_more{color:#ff4e00; font-size:12px; float: right; margin-right: 20px}
	


/*-----------------------------------------------*/
/*---------------      Resources page     --------------*/
/*---------------------------------------------*/
#resources_page {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("images/page_tile.jpg");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: auto auto;
    height: 700px;
    padding-bottom: 0;
    padding-left: 54px;
    padding-right: 54px;
    padding-top: 0;
}
#links {
	width: 400px;
	float: left;
}

#links a:link {
 text-decoration:  none;
 color: #114A6B;
 line-height: 24px;
}

#FBfeed {
	width: 400px;
	float: right;
}

/*-----------------------------------------------*/
/*---------------Customer Spotlight page     --------------*/
/*---------------------------------------------*/


    
    
    
    
    
    
    
    