/*
Theme Name: Eurolockers
*/
/* ==========================================================================================
 
 EuroLockers
 	v2.0
 
 	
 	Unleaded Software
 	http://www.unleadedsoftware.com
 	
 	Author: Bret Glassett
	-------------------------
 
========================================================================================== */

/* ==========================================================================================
  
   INDEX & GLOBAL ITEMS
   
========================================================================================== */

body,
html { 
	background-color:#FFFFFF; 
	} 

.clear { 
	clear: both; 
	}

img {
	border: 0;
	}
	
a:active, a:focus, a:hover {
	outline: none;
	}

.left { 
	float:left;
	}

/*=================================
============ CSS Reset ==========*/

*{margin:0;padding:0}
iframe,a img,fieldset,form,table{border:0}
h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}
dd,dt,dl,ol,ul{list-style:none}
legend{color:#000}
select,textarea,input{font-size:100%}
table{border-collapse:collapse}

/* ======================================================
  
   STYLES

======================================================= */

h3 {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #85abd8;
	font-size: 18px;
	text-transform: uppercase;
	}

p {
	font-size: 11px;
	color: #525251;
	font-family: Verdana;
	margin-bottom: 10px;
	}

a:hover {
	text-decoration:underline;
	}

.quote {
	color: #9e9e9e;
	font-size: 11px;
	}

.author {
	float: right;
	margin-right: 20px;
	font-style: italic;
	color: #9E9E9E;
	}
	
p.first_letter:first-letter {
	margin-left: 22px;
	color: #9E9E9E;
}

* html p.first_letter:first-letter {
	line-height: .9em; /* Adjustment for IE. Otherwise it doesn't line up correctly */
	padding-right: 0.10em; 
}

*:first-child+html p.first_letter:first-letter {
	line-height: .95em; /* Adjustment for IE. Otherwise it doesn't line up correctly */
	padding-right: 0.10em; 
}



.post  h3{
	}
.post small {
	display:block;
	padding-bottom:12px;
	}	
.post{
	padding-bottom:32px;
	}
.pagetitle {
	padding-bottom:32px;
	}
#comment {
	border:1px solid #CC9900;
	width:600px;
	}
	
	
	
	/* Respond */
#respond {
	clear:both;
	padding-top:0px;
}
#respond:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#respond h3 {
	font-size:22px;
	padding-bottom:12px;
	font-weight:normal;
}
/**********/

/* Commentlist */ 	
.commentmetadata a {
	font-size:11px;
	}
.commentlist {
	color:#000000;
	line-height:1.5em;
	font-size:12px;
	padding:0 26px 32px 38px;
	margin-bottom:22px;
	background:transparent url(images/line2.png) repeat-x 0 100%;
}
.commentlist .comment-author {
	line-height:14px;
}
.commentlist em {
	color:#808080;
}
h3#comments {
	clear:both;
	font-size:22px;
}
.commentlist, .commentlist li {
	list-style:none;
}
.commentlist li {
	padding-top:38px;
}
.commentlist span {
	font-weight:bold;
	color:#808080;
}
.commentlist img {
	float:left;
	padding-right:10px;
}
.commentlist cite, .commentlist cite a {
	color:#DB6704;
	font-style:normal;
	font-weight:bold;
}
#content #respond p {
	margin-bottom:4px;
}
.commentlist p {
	font-size:11px;
	clear:both;
	margin-top:8px;
}
.commentlist a {
	text-decoration:none;
	font-weight:bold;
	padding-bottom:6px;
	color:#8fb2db;
}
.commentlist a:hover {
	text-decoration:underline;
}
/**********/

/* Commentform */
#commentform {
	color:#000000;
	font-size:12px;
}
#commentform p{
	margin-bottom:6px;
	}
#commentform .login {
	padding:10px 0;
}
#commentform .login a {
	color:#547AAA;
	text-decoration:underline;
}
#commentform .login a:hover {
	color:#7B602E;
	text-decoration:none;
}
#commentform p small {
	line-height:22px;
	padding-bottom:2px;
	display:block;
	color:#808080;
	font-size:11px;
}
#commentform input {
	margin-right:10px;
	width:200px;
	float:left;
	clear:both;
}
#commentform textarea, #commentform input {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#808080;
	border:1px solid #CC9900;
	padding:4px 4px 4px 7px;
}
#commentform textarea {
	overflow:auto;
	clear:both;
	line-height:22px;
	width: 605px;
	height:150px;
	float:left;
}
#commentform #submit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	height:25px;
	width:120px;
	padding:0;
	margin-top:12px;
	position:relative;
	left:498px;
	border:none;
	background-color:#808080;
}
/**********/
	
	
	
	
/* ==========================================
 
   FONTS

=========================================== *

/* ==========================================
 
   LISTS

=========================================== *

/* ======================================================
  
   HEADER

======================================================= */

#logo {
	float: left;
}

#flags {
	float: right;
	margin-top: 20px;
}

/* ==================================
  
   NAVIGATION

================================== */

.nav {
	display: block;
	width: 960px;
	height: 39px;
	clear: both;
	position: relative;
	background: url(images/nav.gif) no-repeat;
	}
 
.nav li {
	display: inline;
	}
 
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 39px;
	text-indent: -9999999px;
	overflow: hidden;
	z-index: 10;
	}
	
#mmenuwrap { 
	float: left;
	width: 960px;
	background:url(images/euro_menubg.jpg) repeat-x; 
	height:59px;
	overflow:hidden; 
	}	
	
/* Home =============================== */
	
.nav .home a:link, .nav .home a:visited {
	left: 0;
	width: 86px;
	}
	
.nav .home a:hover, .nav .home a:focus {
	background: url(images/nav.gif) no-repeat 0 -39px;
	}
	
.nav .home a:active {
	background: url(images/nav.gif) no-repeat -0 -78px;
	}
	
.current-home .home a:link, .current-home .home a:visited {
	background: url(images/nav.gif) no-repeat 0 -117px;
	cursor: default;
	}
	
.nav-home, .nav-home-click {
	position: absolute;
	top: 0;
	left: 0;
	width: 86px;
	height: 39px;
	background: url(images/nav.gif) no-repeat 0 -39px;
	}
	
.nav-home-click {
	background: url(images/nav.gif) no-repeat 0 -78px;
	}
 
/* About =============================== */
 
.nav .about a:link, .nav .about a:visited {
	left: 86px;
	width: 112px;
	}
	
.nav .about a:hover, .nav .about a:focus {
	background: url(images/nav.gif) no-repeat -86px -39px;
	}
	
.nav .about a:active {
	background: url(images/nav.gif) no-repeat -86px -78px;
	}
	
.current-about .about a:link, .current-about .about a:visited {
	height: 49px;
	background: url(images/nav.gif) no-repeat -86px -117px;
	cursor: default;
	}
	
.nav-about, .nav-about-click {
	position: absolute;
	top: 0;
	left: 86px;
	width: 112px;
	height: 39px;
	background: url(images/nav.gif) no-repeat -86px -39px;
	}
	
.nav-about-click {
	background: url(images/nav.gif) no-repeat -86px -78px;
	}
	
/* Products =============================== */
 
.nav .products a:link, .nav .products a:visited {
	left: 198px;
	width: 110px;
	}
	
.nav .products a:hover, .nav .products a:focus {
	background: url(images/nav.gif) no-repeat -198px -39px;
	}
	
.nav .products a:active {
	background: url(images/nav.gif) no-repeat -198px -78px;
	}
	
.current-products .products a:link, .current-products .products a:visited {
	height: 49px;
	background: url(images/nav.gif) no-repeat -198px -117px;
	cursor: default;
	}
	
.nav-products, .nav-products-click {
	position: absolute;
	top: 0;
	left: 198px;
	width: 110px;
	height: 39px;
	background: url(images/nav.gif) no-repeat -198px -39px;
	}
	
.nav-products-click {
	background: url(images/nav.gif) no-repeat -198px -78px;
	}
	
/* Solutions =============================== */
 
.nav .solutions a:link, .nav .solutions a:visited {
	left: 308px;
	width: 106px;
	}
	
.nav .solutions a:hover, .nav .solutions a:focus {
	background: url(images/nav.gif) no-repeat -308px -39px;
	}
	
.nav .solutions a:active {
	background: url(images/nav.gif) no-repeat -308px -78px;
	}
	
.current-solutions .solutions a:link, .current-solutions .solutions a:visited {
	height: 49px;
	background: url(images/nav.gif) no-repeat -308px -117px;
	cursor: default;
	}
	
.nav-solutions, .nav-solutions-click {
	position: absolute;
	top: 0;
	left: 308px;
	width: 106px;
	height: 39px;
	background: url(images/nav.gif) no-repeat -308px -39px;
	}
	
.nav-solutions-click {
	background: url(images/nav.gif) no-repeat -308px -78px;
	}

/* venues =============================== */
 
.nav .venues a:link, .nav .venues a:visited {
	left: 414px;
	width: 100px;
	}
	
.nav .venues a:hover, .nav .venues a:focus {
	background: url(images/nav.gif) no-repeat -414px -39px;
	}
	
.nav .venues a:active {
	background: url(images/nav.gif) no-repeat -414px -78px;
	}
	
.current-venues .venues a:link, .current-venues .venues a:visited {
	height: 49px;
	background: url(images/nav.gif) no-repeat -414px -117px;
	cursor: default;
	}
	
.nav-venues, .nav-venues-click {
	position: absolute;
	top: 0;
	left: 414px;
	width: 100px;
	height: 39px;
	background: url(images/nav.gif) no-repeat -414px -39px;
	}
	
.nav-venues-click {
	background: url(images/nav.gif) no-repeat -414px -78px;
	}
	
/* Revenu =============================== */
 
.nav .revenue a:link, .nav .revenue a:visited {
	left: 514px;
	width: 157px;
	}
	
.nav .revenue a:hover, .nav .revenue a:focus {
	background: url(images/nav.gif) no-repeat -514px -39px;
	}
	
.nav .revenue a:active {
	background: url(images/nav.gif) no-repeat -514px -78px;
	}
	
.current-revenue .revenue a:link, .current-revenue .revenue a:visited {
	height: 49px;
	background: url(images/nav.gif) no-repeat -514px -117px;
	cursor: default;
	}
	
.nav-revenue, .nav-revenue-click {
	position: absolute;
	top: 0;
	left: 514px;
	width: 157px;
	height: 39px;
	background: url(images/nav.gif) no-repeat -514px -39px;
	}
	
.nav-revenue-click {
	background: url(images/nav.gif) no-repeat -514px -78px;
	}
	
/* Investments =============================== */
 
.nav .investments a:link, .nav .investments a:visited {
	left: 671px;
	width: 128px;
	}
	
.nav .investments a:hover, .nav .investments a:focus {
	background: url(images/nav.gif) no-repeat -671px -39px;
	}
	
.nav .investments a:active {
	background: url(images/nav.gif) no-repeat -671px -78px;
	}
	
.current-investments .investments a:link, .current-investments .investments a:visited {
	height: 49px;
	background: url(images/nav.gif) no-repeat -671px -117px;
	cursor: default;
	}
	
.nav-investments, .nav-investments-click {
	position: absolute;
	top: 0;
	left: 671px;
	width: 128px;
	height: 39px;
	background: url(images/nav.gif) no-repeat -671px -39px;
	}
	
.nav-investments-click {
	background: url(images/nav.gif) no-repeat -671px -78px;
	}

/* ======================================================
  
   BODY

======================================================= */

#index {
	background: url(images/index.jpg) no-repeat;
	float: left;
	margin-top: -20px;
	width: 960px;
	height: 563px;
	}
	
	#index h2 {
		margin-bottom: 10px;
		margin-left: -3px;
		font-size: 18px;
		text-transform: uppercase;
		}
		
#learn_more {
	float: left;
	margin: 345px 0 0 0;
	padding: 10px 0 0 417px;
	width: 523px;
	height: 70px;
	}
	
	#learn_more p {
		color: #fff;
		font-size: 28px;
		margin:0 0 3px -4px;
	}
	
.learn {
	float: left;
	margin-left: 220px;
	}
	
#index_content {
	float: left;
	min-height: 150px;
	width: 540px;
	padding: 20px 0 0 420px;
}

	#index_content h3 {
		margin: 0 0 10px -4px;
	}

#content {
	width: 960px;
	}

#main {
	float: left;
	width: 650px;
	padding-bottom: 20px;
	}

#image {
	width: 610px;
	height: 310px;
	margin-bottom: 4px;
	}

#title_row {
	background-color: #e4e3e3;
	width: 650px;
	height: 80px;
	}

	#title_row h3 {
		float: left;
		margin: 5px 0 0 5px;
		}
	
#images {
	float: right;
	padding-left: 10px;
	width: 146px;
	height: 60px;
	border-left: 3px solid #fff;
	}
	
	#images p {
		margin: 5px 0 5px 0;
		font-size: 13px;
		color: #8c8b8b;
		}
	
	#images input {
		float: left;
		margin: 0 8px 8px 0;
		}

/* ==================================
  
   SIDEBAR 

================================== */

#sidebar {
	float: left;
	width: 300px;
	margin-left: 10px;
	min-height: 300px;
	}
	
	#sidebar h3 {
		margin-bottom: 10px;
		}

.sidebar_callout {
	background-color: #e4e3e3;
	margin-bottom: 10px;
	padding: 10px;
	width: 298px;
	min-height: 60px;
	}
	
	.sidebar_callout a {
		color: #525251;
		line-height: 14px;
		}

.sidebar_callout2 {
	background-color: #e4e3e3;
	margin-bottom: 10px;
	padding: 10px;
	width: 280px;
	min-height: 60px;
	}
		
.no_space {
	padding: 0;
	margin: 0;
	}
	
.btm_margin {
	margin-bottom: 10px;
	}
		
#brochure {
	background: url(images/catalog.jpg) no-repeat;
	float: left;
	padding: 10px;
	width: 280px;
	height: 80px;
	}

#quote_top {
	background: url(images/quote_top.jpg) no-repeat top left;
	width: 280px;
	min-height: 20px;
	}

#quote_bottom {
	background: url(images/quote_bottom.jpg) no-repeat bottom right;
	width: 278px;
	min-height: 60px;
	padding: 10px;
	}

/* Menu =============================== */	
	
#side_menu {
	height: 314px;
	}
	
	#side_menu a {
		font-size: 12px;
		color: #6e6e6e;
		text-decoration: none;
		}
		
			#side_menu a:hover {
				color: #9e9e9d;
				}
	
	#side_menu .current_page_item {
		background-color: #f8c356;
		}
		
	#side_menu li {
		padding: 2px 0 2px 10px;
		margin-bottom: 2px;
		line-height: 12px;
		}
		
/* Select =============================== */
	
#sidebar p.page_item {
	color: #706f6e;
	text-transform: uppercase;
	margin-bottom: 5px;
	}

#sidebar select {
	font-size: 12px;
	width: 200px;
	}

/* Referencs =============================== */

.reference_logo {
	float: left;
	height: 75px;
	width: 146px;
	margin-bottom: 8px;
	}

.reference_space {
	margin: 0 0 0 4px;
	}
	
	* html .reference_space {
		margin: 0;
		}
	
/* Tabs =============================== */

.tabnav {
	margin: 3px 0 10px 0;
	height: 44px;
	background: #e4e3e3;
	overflow: hidden;
	}

.tabnav li {
	padding: 4px 19px 28px 19px;
  display: inline;
  list-style: none;
  line-height: 14px;
  float: left;
  border-right: 3px solid #fff;
	}

		.tabnav li a {
			text-decoration: none;
			font-size: 12px;
			color: #a3a2a2;
			font-weight: bold;
			outline: none;
			line-height:14px;
			}		
	 
	 			.tabnav li a:hover {
	 					color: #b4b4b4;
	 				}
	 
	 	.tabnav li.ui-tabs-selected {
	 		background: #fff;
	 	}
	 
		.tabnav li.ui-tabs-selected a {
			background: #fff;
			color: #706f6e;
			text-decoration: none;
			line-height:14px;
			}
		
.tabdiv {
	margin-top: 2px;
	padding: 5px;
	}
	
.ui-tabs-hide {
		display: none;
		}
	
.tab_content {
	float: left;
	padding:  0 10px 0 0;
	width: 510px;
	}		

/* Tools =============================== */

.tools {
	float: right;
	padding: 0 0 0 10px;
	width: 100px;
	height: 100%;
	border-left: 1px solid #e4e3e3;
	}
	
		.tools p {
			margin-bottom: 8px;	
			padding: 0 0 0 20px;
			font-size: 10px;
			color: #525251;
			font-family: Verdana;
			}
	
		.tools a {
			color: #525251;
			}
			
.icon_print {
	background: url(images/icon_printer.jpg) no-repeat left center;
	}

.icon_email {
	background: url(images/icon_email.jpg) no-repeat left center;
	}

/* ==================================
  
   RADIO BUTTON REPLACE

================================== */

.radios {
	float: left;
	height: 20px;
	}
	
.radios label {
	color: #E4E3E3;
	}

label.radio_checked {
	background: url(images/bullet_orange.png) no-repeat;	
	display: block;
	margin: 0;
	padding-left: 15px;
	}

label.radio_unchecked  {
	background: url(images/bullet_white.png) no-repeat;	
	display: block;
	margin: 0;
	padding-left: 15px;
	}

label:hover{
	cursor: pointer;
	}

.crirHidden {
	position: absolute;
	left: -1000px;
	}

/* ======================================================
  
   FOOTER

======================================================= */

#footerwrap { 
	float: left;
	width: 960px;
	border-top:#494949 1px dotted; 
	margin:10px 0 10px 0; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; color:#db6704; 
	}

#footerwrap a { 
	text-decoration:none; 
	outline:none; 
	color:#db6704; 
	}

#footerwrap a:hover { 
	text-decoration:none; 
	outline:none; 
	color:#2d2c2c; 
	}

#footerwrap span { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#2d2c2c; 
	font-weight:normal; 
	}

/* ==========================================================================================
  
   EXISTING STYLES - Clean Up When Done
   
========================================================================================== */


.pad { padding-top:10px; }
.orghead{
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#f68926;
	padding:10px 0;
	}
	.flags{ float: left;}
	#mainwrap { width:960px; margin:auto; }
	#contact { padding:24px 0 0 0; width:190px; height:35px; }

#mmenu a { float:left; display:block; text-decoration:none; padding: 10px 20px 11px 22px; font-family:Arial, Helvetica, sans-serif; font-size:0.813em; font-weight:bold; color:#FFFFFF; }
#mmenu a:hover, #mmenu a.active { background:url(images/euro_menuhover.jpg) repeat-x; color:#4c4b4b; }
#mmenu span { float:left; display:block; text-decoration:none; }
#mmenu  a:hover span , #mmenu span.active { background:url(images/euro_span.jpg) no-repeat; background-position:bottom; padding-bottom:8px;}
#mmenu  a:hover span , #mmenu span.active1 { background:url(images/euro_span.png) no-repeat; background-position:bottom; padding-bottom:8px;}


#imgbg { background:url(images/euro_mainimg.jpg) no-repeat; width:960px; height:580px; background-position:0px 39px; overflow:hidden; }
#showtext { margin:224px 0 0 24px; }

#titletxt { padding:105px 0 0 140px; }
#titletxt h1 { font-family:Arial, sans-serif; color:#FFFFFF; font-size:2.5em; font-weight:normal; }
#titletxt p { font-family:Arial, sans-serif; color:#FFFFFF; font-weight:bold; font-size:0.9em; padding-left:3px;  }

#contwrap { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#2d2c2c; line-height:20px; }

/* ==========================================================================================
  
   WORDPRESS DEFAULT
   
========================================================================================== */

.entry{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#2d2c2c; line-height:20px; }

.postmetadata{font-family:Arial, Helvetica, sans-serif;  line-height:10px; text-decoration:none; color:#666;}

h2{font-family:Arial, Helvetica, sans-serif; font-size:22px; line-height:20px; text-decoration:none; color:#DB6704;}

a{font-family:Arial, Helvetica, sans-serif;  line-height:20px; text-decoration:none; color:#DB6704;}

small{font-family:Arial, Helvetica, sans-serif;  line-height:10px; text-decoration:none; color:#666;}

.orghead{
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#DB6704;
	padding:10px 0;
	font-weight:bold;
	}

.orglist li{
	background:url(images/list.jpg) no-repeat 0px 5px;
	list-style:none;
	margin:0;
	padding:0 0 0 10px;
	color: #525251;
	} 

.blu_box{
	background:#f7f8f8;
	padding:10px;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.widget {list-style:none;}

.widget_text{list-style:none;}

.aligncenter,

div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.error{ color:#FF0000; font-size:12px;}

.success{ color:#006600; font-size:12px; padding:20px 0px 0px 0px;}