﻿* {
    margin: 0px;
    padding: 0px;
}
 
body
{
	background-color: #a5a9ad;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

#container {
    margin: auto;
    width: 920px;
}
 
#header
{
	background-position: center top;
	height: 110px;
	width: 920px;
	margin-bottom: 7px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#logo
{
	background-position: center top;
	float: left;
	height: 100px;
	width: 360px;
	background-image: url(images/logoBIG.png);
	background-repeat: no-repeat;
	margin-top: 11px;
}

#navigation
{
	float: right;
	margin-top: 0px;
	width: 530px;
}

#languages
{
	float: right;
	height: 80px;
	width: 530px;
}

#featured
{
	float: left;
	height: 196px;
	width: 920px;
	background-image: url(images/featured.png);
	background-repeat: no-repeat;
	margin-bottom: 7px;
}

#the_big_content
{
	float: left;
	width: 920px;
	height: auto;
	vertical-align: top;
}

.nav_links ul
{
	list-style: none; /*removes bullet points from a list*/
	display: inline; /*displays links inline*/
}
 
.nav_links li
{
	list-style: none; /*removes bullet points from a list*/
	display: inline; /*displays links inline*/
}
 
.nav_links a
{
    padding-left: 6px;
    padding-right: 6Px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    font-family: Calibri;
}
.nav_links_a
{
	padding-left: 6px; 
	padding-right: 6px; 
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	font-family: Calibri;
}
 
.nav_links a:hover
{
	color: #ffff00;
}

.nav_links_a:hover
{
	color: #ffff00;
}

.logo_a
{
	float: left; 
	font-size: 14px;
	font-weight: normal;
	margin-top: 83px;
	margin-left: 32px;
	font-family: 'Arial Black';
	color: #FFFFFF;
	text-decoration: none;
}
.lang_p
{
	padding-right: 20px;
	margin-left: 425px;
}

.lang_text
{
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	font-family: Calibri;
	text-decoration: none;
}

.featured-text
{
	float: right;
	width: 550px;
	height: 30px;
	font-family: Calibri;
	color: #003366;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	padding-right: 20px;
}

.featured-text_p
{
	font-family: Calibri;
	color: #003366;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

#footer
{
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 920px;
	text-align: center;
	padding-top: 7px;
	vertical-align: middle;
}
#traffic
{
	float: left;
	height: 20px;
	width: 920px;
	text-align: center;
	vertical-align: middle;
}
 
.footer_nav_links ul
{
	list-style: none; /*removes bullet points from a list*/
	display: inline; /*displays links inline*/
}
 
.footer_nav_links li
{
	list-style: none; /*removes bullet points from a list*/
	display: inline; /*displays links inline*/
}
 
.footer_nav_links a
{
	padding-left: 20px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	font-family: Calibri;
}
.footer_nav_links_a
{
	padding-left: 20px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	font-family: Calibri;
}
 
.footer_nav_links a:hover
{
	color: #ffff00;
}

.footer_nav_links_a:hover
{
	color: #ffff00;
}

.footer_p
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	font-family: Calibri;
}

#content1
{
	width: 920px;
	float: left;
	margin-bottom: 7px;
	
}
.content_box
{
	width: 216px;
	height: 221px;
	float: left;
	margin: auto;
	margin-left: 3px;
	/*margin-bottom: 7px;*/
}
 
.content_top
{
	background: url(images/content_top.gif);
	background-repeat: no-repeat;
	width: 216px;
	height: 30px;
	text-align: center;
	vertical-align: bottom;
}
 
.content_top h3
{
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	font-family: Calibri;
	padding-top: 5px;
	text-align: center;
}

.content_top_h3
{
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    font-family: Calibri;
    text-align: center;
    padding-top: 7px;
    text-decoration: none;
}

.content_top_h3:hover
{
    color: Yellow;
}
 
.content_main
{
	background: url(images/content.gif);
	background-repeat: repeat-y;
	width: 216px;
	height: 176px;
	/*padding-top: 6px;*/
	text-align: center;
}
 
.content_bottom
{
	background: url(images/content_bottom.gif);
	background-repeat: no-repeat;
	width: 216px;
	height: 15px;
	margin-bottom: 7px;
	text-align: center;
}
.content_bottom a
{
	color: #003366;
	font-weight: bold;
	font-size: 13px;
	font-family: Calibri;
	padding-top: 3px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

.content_bottom_a
{
	color: #003366;
	font-weight: bold;
	font-size: 13px;
	font-family: Calibri;
	padding-top: 3px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

.content_bottom a:hover
{
	color: #336699;
}

.text_box
{
	width: 690px;
	height: 221px;
	float: left;
	padding-left: 7px;
	/*margin-right: 4px;
	margin-bottom: 7px;*/
}
 
.text_box_top
{
	background-position: center bottom;
	background: url(images/text_box_top1.gif);
	background-repeat: no-repeat;
	width: 690px;
	height: 15px;
}
 
.text_box_main
{
	background-position: center top;
	background: url(images/text_box_content.gif);
	background-repeat: repeat-y;
	width: 690px;
	height: 191px;
	text-align: left;
	vertical-align: top;
	padding-right: 12px;
	/*padding-left: 6px;*/
}
 
.text_box_bottom
{
	background: url(images/text_box_bottom.png);
	background-repeat: no-repeat;
	width: 690px;
	height: 15px;
	margin-bottom: 7px;
}

#content2
{
	width: 920px;
	float: left;
	margin-bottom: 7px;
}
.text_box2
{
	width: 690px;
	height: 221px;
	float: left;
	margin-left: 3px;
}
.content_box2
{
	width: 216px;
	height: 221px;
	float: left;
	margin: auto;
	margin-left: 7px;
	margin-right: 4px;
}
.big_title
{
	text-decoration: none;
	color: #003366;
	font-weight: bold;
	font-size: 21px;
	font-family: Calibri;
}
.medium_title
{
	text-decoration: none;
	color: #003366;
	font-weight: bold;
	font-size: 15px;
	font-family: Calibri;
	margin-top: 5px;
}
.normal_text
{
	text-decoration: none;
	color: #333333;
	font-size: 13px;
	font-family: Arial;
}
.normal_text_bigger
{
	text-decoration: none;
	color: #333333;
	font-size: 13px;
	font-family: Calibri;
}
.normal_text_tab
{
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	font-family: Calibri;
	padding-left: 30px;
	padding-right: 10px;
}
.normal_text_link
{
	text-decoration: none;
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	font-family: Calibri;
}
.copyright
{
	text-decoration: none;
	color: Yellow;
	font-size: 12px;
	font-weight: bold;
	font-family: Calibri;
}
.copyright_link
{
	text-decoration: none;
	color: Yellow;
	font-size: 12px;
	font-weight: bold;
	font-family: Calibri;
}
.copyright_link:hover
{
	text-decoration: none;
	color: White;
}
.nounderline
{
	border-style: none;
	border-width: 0px;
	font-weight: bold;
	font-size: 8.5pt;
	color: #696969;
	font-family: Arial;
	text-decoration: none;
}
#left_content_variant
{
	width: 202px;
	float: left;
	margin-bottom: 7px;
}
.content_box_variant
{
	width: 216px;
	height: 221px;
	float: left;
	margin: auto;
	/*margin-left: 3px;*/
	margin-bottom: 7px;
}
#right_content_variant
{
	width: 690px;
	float: right;
}
.text_box_variant
{
	width: 690px;
	height: auto;
	float: left;
}
.text_box_main_variant
{
	background-position: center top;
	background: url(images/text_box_content.gif);
	background-repeat: repeat-y;
	width: 690px;
	height: auto;
	text-align: left;
	vertical-align: top;
	padding-right: 12px;
	/*padding-left: 6px;*/
	min-height: 420px;
}
.normal_text_big
{
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	font-family: Arial;
}
.random_products
{
	height: 150px;
	width: 150px;
	border-style: none;
	filter: progid:DXImageTransform.Microsoft.Fade();
	margin-left: 1px;
	margin-top: 20px;
}
.random_products1
{
	height: 150px;
	width: 220px;
	border-style: none;
	filter: progid:DXImageTransform.Microsoft.Fade();
	text-align: center;
	vertical-align: top;
}
.contact_text
{
	width: 290px;
	float: left;
	padding-left: 20px;
}
.certifications_text
{
	width: 420px;
	float: left;
	padding-left: 20px;
}
#necom_map
{
	width: 260px;
	float: right;
	padding-right: 20px;
	padding-top: 40px;
}
#certifications_map
{
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-top: 40px;
}
.products_path
{
    padding-left: 10px;
}
.themes-select
{
    float: left;
	height: 80px;
	width: 200px;
	padding-left: 7px;
	padding-top: 7px;
}
.featured-image
{
	float: left;
	height: 170px;
	width: 918px;
	vertical-align: top;
	text-align: center;
}
.text_prod3
{
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: middle;
	text-align: center;
}
.text_prod3:hover
{
	color: #FF0000;
	text-decoration: underline;
}
.content_menu
{
	background: url(images/btn2.png);
	background-repeat: no-repeat;
	width: 212px;
	height: 44px;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 3px;
}
.content_menu_h3
{
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    font-family: Calibri;
    text-align: left;
    padding-top: 11px;
    padding-left: 50px;
    text-decoration: none;
}

.content_menu_h3:hover
{
    color: Yellow;
}
.text_padding
{
	padding-right: 20px;
	padding-left: 20px;
}
.image_certs
{
	border: 2px dashed #C0C0C0;
}
.image_certs:hover
{
	border: 2px solid Red;
}
.slideshow
{
	height: 140px;
	width: 140px;
	margin: auto;
	vertical-align: top;
}
.slideshow img { padding: 7px; border: 1px solid #ccc; background-color: #eee; }
.slideshow1
{
	height: 140px;
	width: 140px;
	margin: auto;
	vertical-align: top;
}
.mix
{
	visibility: hidden;	
}
.traffic
{
	position: static;
	left: 0px;
	bottom: 0px;
}