@charset "utf-8";
/*
Theme Name: GENEX Europe
Theme URI: http://www.genex.com
Description: Genex Europe Stylesheet CSS3 Version
Version: 1.0a
Author: Oliver S. Saguibo
Author URI: http://www.mugelmachine.com

	This website was designed and built for GENEX Europe

	All work is the property of GENEX Europe and the respective owners.
	Copyright 2012 GENEX Europe. All Rights Reserved.
	
*/

/* Style Arrangement 

	1. Fonts (@font-face)
	2. CSS Resets (Public Style)
	3. Site Unique Global Style
	4. Header 
	5. Body Section 
	6. Footer 
	
*/

/* FONTS */

/* CSS RESETS */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video { 
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

ol,ul {
	list-style:none;
}

blockquote,q {
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

*:focus {
	outline:none;	
}
/* SITE GLOBAL STYLE */
div, section , aside, article, header, nav {
	position:relative;
}
body {
	padding:0;
	margin:0;
	background:#fff;
	font-family:helvetica, arial, Sans Serif;
}
.content-holder {
	position:relative;
	width:900px;
	height:100%;
	margin:0 auto;
}
/*___HEADER___*/
header {
	width:100%;
}
/* search_block */
header #search-block {
	width:100%;
	text-align:right;
}
header #search-block ul {
	margin:10px 0px;
}
header #search-block li {
	display:inline-block;
	color:#a9a9a9;
}
header #search-block a {
	font-size:12px;
	color:#a9a9a9;
	text-decoration:none;
}
header #search-block a:hover {
	color:#000;
	text-decoration:underline;
}
/* nav_block */
header #nav-block {
	position:relative;
	display:block;
	width:100%;
	height:111px;
	z-index:999;
}
header #site-logo {
	position:absolute;
	width:322px;
	height:111px;
	left:0;
}
header nav  {
	position:absolute;
	right:0px;
	width:550px;
}
header nav ul {
	display:block;
	text-align:right;
	padding-top:30px;
}
header nav li {
	display:inline-block;
	vertical-align:top;
	line-height:15px;
	height:100%;
	padding-left:10px;
	text-align:left;
}
header nav li a {
	text-decoration:none;
}

header nav li span.nav-title {
	color:#000;
	font-size:16px;
	font-weight:bold;
}
header nav li span.nav-tagline {
	font-size:11px;
	color:#999999;
	
}
header nav li span.nav-title:hover {
	color:#f99c1c;
	text-decoration:underline;
}
header nav li:hover {
	
}
header nav li#nav-home{
	border-left:2px solid #fba21e;
	margin-right:30px;
}
header nav li#nav-company{
	border-left:2px solid #ff0060;
	margin-right:30px;
}
header nav li#nav-product{
	border-left:2px solid #00a8ff;
	margin-right:30px;
}
header nav li#nav-contact{
	border-left:2px solid #00c705;
	margin-right:20px;
}
/* drop-down-menu */

.dropdown_4columns {
	margin:2px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	background:#666666;
	border-top:none;
	width: 300px;
	
	/* Gradient background 
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
	*/
	
	/* Rounded Corners 
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	*/
}

#menu li:hover .dropdown_4columns {
	left:43.7%;
	margin-top:0px;
	top:auto;
}

.col_1 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:140px;}


#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 0 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:140px;
}
#menu li ul li:before {
	content: "\25BA \0020";
	color:#fff;
}	
#menu li ul  a {
	color:#fff;
	font-size:11px;
}
#menu li ul a:hover {
	text-decoration:underline;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

/*_slider_*/
section#featured-slider {
	width:100%;
	margin-top:20px;
	height:250px;
} 
.theme-default #slider {
    width:900px; /* Make sure your images are the same size */
    height:250px; /* Make sure your images are the same size */
}
/*_Site_Details_*/
section#site-details {
	width:100%;
	display:block;
	min-height:410px;
}
/*_left_panel_*/
section#site-details #left-panel {
	width:444px;
	height:100%;
	float:left;
}
section#site-details #left-panel .left-blocks {
	font-size:12px;
	width:95%;
	margin:0 auto;
	padding-top:15px;
	
}
section#site-details #left-panel .left-blocks a {
	color:#c00000;
}
section#site-details #left-panel .left-blocks p {
	line-height:22px;
	text-align:justify;
}
section#site-details #left-panel .left-blocks span.first-text,
section#site-details #left-panel .left-blocks h4 {
	font-size:18px;
	font-weight:bold;
}
section#site-details #left-panel .left-blocks span.block-title-link {
	color:#c00000;
	font-size:12px;
}
section#site-details #left-panel #additional-about-tagline li {
	line-height:30px;
}
section#site-details #left-panel .left-blocks li span {
	display:inline-block;
	vertical-align:top;
}
section#site-details #left-panel .left-blocks span.bullets-icon {
	width:5%;
	
}
section#site-details #left-panel .left-blocks span.add-list {
	width:90%;
	margin-left:10px;
}
section#site-details #left-panel #about-tagline,
section#site-details #left-panel #reason-tagline {
	border-bottom:3px solid #c2c2c2;
	padding-bottom:10px;
}
section#site-details #left-panel #reason-tagline {
	line-height:22px;
}
section#site-details #left-panel #catalog-list {
	line-height:22px;
	padding-bottom:20px;
}
section#site-details #left-panel #catalog-list ul {
	width:35%;
	display:inline-block;
	padding-top:8px;
	vertical-align:top;
}
section#site-details #left-panel #catalog-list ul a {
	padding-left:5px;
}
#download-popup {
	
	padding:10px;
	background:#000;
	color:#fff;
}
#download-popup h2 {
	font-size:32px;
	font-weight:bold;
}
#download-popup p {
	padding:5px;
	font-size:14px;
	line-height:18px;
}
#download-popup p.popup-or {
	font-weight:bold;
	text-align:center;
	font-size:24px;
}
#download-popup a {
	color:#ffde00;
}
/*_right_panel_*/
section#site-details #right-panel {
	width:456px;
	height:100%;
	float:right;
}
section#site-details #right-panel #latest-update-title, 
section#site-details #right-panel #company-title {
	width:456px;
	height:56px;
	background:url(images/right-title-bg.png) no-repeat;
}
section#site-details #right-panel #latest-update-title h3 {
	font-size:18px;
	color:#fff;
	padding:17px 0px 0px 30px;
}
section#site-details #right-panel #company-title h3 {
	font-size:18px;
	color:#fff;
	text-align:right;
	padding:17px 30px 0px 0px;
}
section#site-details #right-panel article {
	display:block;
	float:right;
	width:428px;
	font-size:12px;
	margin-top:15px;
	overflow:hidden;
}
section#site-details #right-panel #prod-notice {
	background:#000;
	padding:20px 0px;
	color:#fff;
	border-radius:0px 0px 40px 0px;
	-moz-border-radius:0px 0px 40px 0px;
	-webkit-border-radius:0px 0px 40px 0px;
	-khtml-border-radius:0px 0px 40px 0px;
	
}
.sharp-edge {
	position:absolute;
	bottom:-13px;
	right:-13px;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	z-index:-9;
}
#sharp-bottom-black {
	border-left: 50px solid #000;
}
#sharp-bottom-gray {
	border-left: 50px solid #666666;
}
section#site-details #right-panel #prod-notice p {
	width:95%;
	margin:0 auto;
}
section#site-details #right-panel #prod-notice img {
	padding-right:10px;
}
section#site-details #right-panel #updates-featured-product {
	background:#666666;
	color:#fff;
	line-height:18px;
	border-radius:0px 0px 40px 0px;
	-moz-border-radius:0px 0px 40px 0px;
	-webkit-border-radius:0px 0px 40px 0px;
	-khtml-border-radius:0px 0px 40px 0px;	
}
section#site-details #right-panel article.latest-update-list {
	
}
section#site-details #right-panel article.latest-update-list ul {
	display:block;
	width:100%;
}
section#site-details #right-panel article.latest-update-list li {
	display:inline-block;
	vertical-align:middle;
}
section#site-details #right-panel article.latest-update-list li  li {
	display:block;
	
}
section#site-details #right-panel article.latest-update-list img.img-align-right {
	padding:10px 10px 10px 0px;
	vertical-align:middle;
}
section#site-details #right-panel article.latest-update-list img.img-align-left {
	padding:10px 0px 10px 10px;
	vertical-align:middle;
}
section#site-details #right-panel article.latest-update-list div.article-details {
	width:220px;
	vertical-align:middle;
	padding:0px 10px;
}
section#site-details #right-panel #company-locations {
	text-align:right;
}
/* Lower Company Details */
#lower-company-details {
	padding:10px 0px;
	width:100%;
	display:block;
}
#lower-company-details img {
	padding:15px 0px;
}
#ecom {
	float:left;
	padding-top:44px;
}
#company-profile {
	float:right;
}
/*__PRODUCT_LOGO_CAROUSEL__*/
article#product-logos-containers {
	height:145px;
	background:url(images/article_bg.png) repeat-x;
	clear:both;
}
article#product-logos-containers h4 {
	padding:10px 0px 0px 10px;
	font-size:14px;
	color:#666666;
}
div#products-logo {
	width:95%;
	margin:0 auto;
	
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
/* required settings */
.scrollable { position:relative; overflow:hidden; width: 320px; height:75px;margin:0 auto;}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items { position:absolute;width:20000em;/* this cannot be too large */}
/* single scrollable item 
.scrollable img {float:left;margin:0px 5px 0px 10px;padding:2px;height:75px;}
*/
.scrollable img {margin:0px 5px 0px 15px;padding:2px;height:75px;}
/* active item */
.scrollable .active {border:2px solid #000;position:relative;cursor:default;}
/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div { float:left;text-align:center;}
/*__SUB_PAGE_BANNER_*/
section#site-details #page-banner {
	width:100%;
	height:250px;
	margin-top:20px;
}
section#site-details #subpage-details #subpage-left-panel {
	width:456px;
	display:block;
}
section#site-details #subpage-details #subpage-left-panel #subpage-title {
	width:456px;
	height:56px;
	background:url(images/subpage-title-bg.png) no-repeat;
}
section#site-details #subpage-details #subpage-left-panel #subpage-title h3 {
	color:#fff;
	font-size:18px;
	padding:20px 0px 0px 25px;
}
/* catalogs */
.block-content {
	width:95%;
	margin:0 auto;
}
#full-width-subpage-layout {
	width:100%;
}

#full-width-subpage-layout .block-content ul {
	padding:15px 0px;
}
#full-width-subpage-layout .block-content li {
	display:inline-block;
	text-align:center;
	padding:0px 15px 15px 15px;
	width:165px;
	vertical-align:top;
}
#full-width-subpage-layout .block-content span.catalog-title {
	font-size:14px;
	color:#333;
}
#full-width-subpage-layout .block-content span.catalog-tagline{
	font-size:12px;
	color:#999;
	line-height:10px;
}
#full-width-subpage-layout .block-content a {
	text-decoration:none;
}
#full-width-subpage-layout .block-content img {
	border:5px solid #fff;
	box-shadow:4px 4px 2px #c6c6c6;
	-moz-box-shadow:4px 4px 2px #c6c6c6;
	-webkit-box-shadow:4px 4px 2px #c6c6c6;
	-khtml-box-shadow:4px 4px 2px #c6c6c6;
	
}
 /* products style details */
section#site-details #subpage-details  #subpage-left-panel p {
	line-height:18px;
	font-size:12px;
	padding:10px 0px;
	width:95%;
	margin:0 auto;
	text-align:justify;
}


#product-category-navigation {
	width:100%;
	min-height:120px;
	overflow:hidden;
	background:url(images/product-nave-cat-bg.png) repeat-x;
	margin:20px 0px 0px 0px;
}
#product-category-navigation h4 {
	padding:15px 0px 5px 0px; 
	font-size:20px;
	font-weight:bold;
}
#product-category-navigation ul {
	width:160px;
	vertical-align:top;
	display:inline-block;
	margin-left:10px;
}
#product-category-navigation li {
	list-style-type:disc;
	padding:2px 5px 2px 0px;
}
#product-category-navigation a {
	color:#333;
	font-size:12px;
	text-decoration:none;
}
#product-category-navigation a:hover {
	text-decoration:underline;
	color:#f99d1c;
}
#cart-button-container {
	position:absolute;
	top:20px;
	right:0;
}
a#cart-button {

	font-size:15px;
	color:#fff;
	text-decoration:none;
	vertical-align:middle;
	padding:8px 15px;
	
	background:#cc0066;
	border-radius:14px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	-khtml-border-radius:14px;
	font-weight:bold;
}
a#cart-button  img {
	vertical-align:middle;
}
#product-cat-banner {
	width:100%;
	padding:15px 0px;
}
.div-spacer {
	height:15px;
	clear:both;
}
#product-cat-banner .ads {
	float:left;
}
#product-cat-banner .two-cols2-right {
	float:right;
}
#product-ads-left {
	width:460px;
	float:left;
}
#product-ads-right {
	float:right;
}
#product-single-list {
	
}
#product-single-list-title {
	padding:5px 2px
}	
#product-single-list-title h3 {
	font-size:18px;
	font-weight:bold;
	padding-left:10px;
	padding:5px 0;
}
#product-single-list-title small {
	font-size:12px;
	font-weight:normal;
	vertical-align:middle;
}
#product-single-list-title ul {
	width:100%;
	background:#333;
	padding:2px 0px 4px 0px;
}
#product-single-list-title  li {
	color:#fff;
	display:inline-block;
	vertical-align:middle;
	padding:0px 6px;
}
#product-single-list-title a{
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
#product-single-list-title a:hover {
	text-decoration:underline;
	color: #f99c1c;
}
#product-list {
	width:100%;
	padding:15px 0px;
}
#product-list article {
	width:444px;
	height:180px;
	display:inline-block;
	border:2px solid #ccc;
	margin:5px 0px;
}
#product-list article div.prod-shot {
	width:217px;
	height:180px;
	display:block;
	background:#fff;
	float:left;
}
#product-list article div.prod-details {
	width:220px;
	height:100%;
	display:block;
	float:right;
	font-size:12px;
}
#product-list article div.prod-details p {
	padding:5px 0px;
}
#product-list article div#button-container {
	position:absolute;
	left:0;bottom:15px;
}
#product-list article div#button-container a {
	background:#cc0000;
	padding:2px 5px;
	color:#fff;
	margin-right:5px;
	text-decoration:none;
}
#prod-paging {
	text-align:center;
	padding-bottom:15px;
}
#prod-paging li {
	display:inline-block;
	padding:0px 3px;
}
#prod-paging a {
	font-size:14px;
	text-decoration:none;
	color:#cc0000;
}
#prod-paging a:hover {
	text-decoration:underline;
	font-weight:bold;
}
/*end of products */
 /* contact form style details */
	#contact-details  {
		padding:20px 0px;
		font-size:12px;
	}
	#contact-details p.required {
		padding-bottom:15px;
		font-style:italic;
	}	
	#contact-details p.captcha-label {
		font-style:italic;
	}
	#contact-details form {
		border:1px solid #ccc;
		padding:10px;
		width:92%;
	}
	#contact-details fieldset {
		border: none;
		padding-left: 0px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		margin-left: 0px;
		border-bottom: 1px solid #cccccc;
	}

	#contact-details legend {
		font-size: 14px;
		font-weight: bold;
		margin-left: 0px;
		margin-bottom: -10px;
		padding-left: 0px;
		color: #3392cf;
	}	

	#contact-details fieldset p {
		clear: both;
		padding-top: 10px;
		width: 400px;
		margin:0 auto;
	}

	#contact-details fieldset p.first {
		padding-top: 0;
	}

	#contact-details fieldset label {
		float: left;
		width: 120px;
		padding-top: 3px;
	}

	#contact-details fieldset p span {
		float: left;
		width: 210px;
	}

	#contact-details fieldset label span {
		float: none;
		width: auto;
		color: red;
		font-weight: bold;
		padding-left: 5px;
	}


	#contact-details fieldset input, 
	#contact-details fieldset textarea,
	#contact-details fieldset select {
		background: #f5f5f5;
		border: 1px solid #cccccc;
		padding: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		resize: none;
	}
	#contact-details fieldset input:focus, 
	#contact-details fieldset textarea:focus, 
	#contact-details fieldset select:focus {
		background: #ffffff;
		border: 1px solid #3399cc;
		outline: none;
	}
	#contact-details fieldset input:hover, 
	#contact-details fieldset textarea:hover, 
	#contact-details fieldset select:hover {
		border: 1px solid #3399cc;
	}

	#contact-details fieldset.captcha {
		width: auto;
	}
	#contact-details fieldset.captcha p {
		width: 240px;
	}
	#contact-details fieldset p.message { width: auto; }
	#contact-details fieldset.captcha input { margin-top: 5px; }

	#contact-details input.button {
		border: 1px solid #222;
		background: #333;
		padding: 5px;
		width: 100px;
		border-radius: 5px;
		font-size: 18px;
		color: #fff;
		cursor: pointer;
	}
	#contact-details input.button:hover {
		background: #444;
	}

	#contact-details .error {
		background: #cc9999;
		border: 1px solid #a9343d;
		border-radius: 5px;
		font-size: 11px;
	}
	#contact-details .error p {
		font-weight: bold;
		color: #6c1218;
		text-indent: 20px;
	}

	#contact-details .success {
		background: #99ff99 url('accept.png') no-repeat 11px 10px;
		border: 1px solid #336600;
		border-radius: 5px;
		font-size: 11px;
	}
	#contact-details .success p {
		font-weight: bold;
		color: #336600;
		text-indent: 35px;
	}
 /* end of contact form */
section#site-details #subpage-details #subpage-right-panel {
	position:absolute;
	top:0;right:0;
	width:444px;
	display:block;
}
section#site-details #subpage-details #subpage-right-panel div.address-list {
	width:50%;
	float:left;
} 
section#site-details #subpage-details #subpage-right-panel div.address-list img {
	margin-bottom:10px;
}
section#site-details #subpage-details #subpage-right-panel p {
	width:95%;
	margin:0 auto;
	font-size:12px;
	padding:10px 0px 20px 10px;
}
section#site-details #subpage-details #subpage-right-panel p strong {
	font-size:14px;
	font-weight:bold;
}
section#site-details #subpage-details #subpage-right-panel div#subpage-tagline {
	width:100%;
}
section#site-details #subpage-details #subpage-right-panel div#subpage-tagline p {
		width:95%;
		margin:0 auto;
		line-height:20px;
		
}	

/*footer*/
footer {
	width:100%;
	height:60px;
	clear:both;
}
footer div.content-holder {
	background:url(images/footer-gradient-bg.png) repeat-x;
}
footer #copyright-details {
	float:left;
	width:40%;
	font-size:12px;
	color:#696969;
	padding:13px 10px;
}
footer nav#footer-nav {
	width:50%;
	float:right;
}
footer nav#footer-nav ul{
	text-align:right;	
	padding:10px;
}
footer nav#footer-nav li {
	display:inline-block;
	color:#696969;
	padding:0px 2px; 
}
footer nav#footer-nav  a {
	color:#696969;
	font-size:12px;
	text-decoration:none;
}
footer nav#footer-nav  a:hover {
	text-decoration:underline;
	color:#000;
} 
