/*============================== */
@media all
{
/* ===========================================================================================	*/

*
{
margin: 0;
padding: 0;
font-size: 1em;
outline: none;
}
code, kbd, samp, pre, tt, var, textarea, input, select, isindex
{
font: inherit;
font-size: 1em;
}
dfn, cite, var, address
{
font-style: normal;
}
th, b, strong
{
font-weight: bold;
}
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet
{
border: none;
}
table
{
border-spacing: 0;
}
caption, th, td, center
{
vertical-align: top;
}
body
{
line-height: 1;
}
q
{
quotes: "" "";
}
a
{
color: inherit;
}
hr
{
display: none;
}
/* we don't need a visual hr in layout */
font
{
color: inherit !important;
color: inherit !important;
}
/* disables some nasty font attributes in standard browsers */

.clear
{
clear: both;
}

h1
{
text-align: left;
font-weight: normal;
font-size: 24px;
line-height: 36px;
}

h2
{
text-align: left;
font-weight: bold;
font-size: 13px;
line-height: 16px;
}

/*=== CONTENT ==============================*/

.content a:link, .content a:visited
{
color: #96409B;
text-decoration: none;
}

.content a:hover, .content a:active
{
color: #E7037C;
}

.content ol
{
list-style: inside;
list-style-type: decimal;
padding: 5px 10px;
}

.content ul
{
list-style: inside;
padding: 5px 10px;
}

.content ul div
{
display: inline;
}


/*=====================================*/

body
{
font-family:'Arimo', Sans-Serif;
text-align: center;
font-size: 62.5%;
color: #333333;
padding-top:20px;
}

body.home { background:url(../tmp_images/bg_015.png) no-repeat fixed 100% 75px transparent; }
body.iso { background:url(../tmp_images/haccp_logo_020.png) no-repeat fixed 90% 665px transparent; }
body.technical-studies { background-color:#EFFFEF; }


#wrapper
{
width: 1000px;
margin: 0px auto;
padding: 0px;
}


#header
{
clear: both;
height: 130px;
margin:0 0 20px 0;
}

#logo
{
float: left;
width:0;
}

#langs
{
float: right;
position: relative;
top: 40px;
height: 0px;
}

.lang_wrapper
{
float: left;
padding: 5px;
}

#menuwrapper
{
padding: 5px 0 0 0;
float: right;
}

/*=== Middler ==============================*/

#middler
{
clear: both;
padding: 0px 0 10px 0;
}

.module_wrapper 
{
margin:0px 0px 10px 0px;
}

#leftcol
{
width: 690px;
float: left;
border-right: solid 1px #cccccc;
padding: 0 10px;
}

.category_title, .page_title
{
padding: 10px 0;
}

.category_photo
{
height:400px;
}

.category_photo img
{
border-radius:10px;
}

.page_text, .category_text
{
padding: 10px 0;
font-size: 14px;
text-align: left;
line-height: 26px;
}

.categoryphoto
{
float: left;
text-align: left;
border: solid 1px #cccccc;
display: inline;
margin: 0 10px 3px 0;
}


/*===  Rightcol==============================*/

#rightcol
{
width: 275px;
padding: 0 0 0 10px;
float: left;
border-left: solid 1px #cccccc;
position: relative;
left: -1px;
top: 0;
}

#rightcol .category_title, #rightcol .page_title
{
padding-left:0px;
}

.all_news_wrapper
{
padding: 0 0 10px 0;
}

.all_news_wrapper_title
{
padding: 5px 10px 10px 10px;
border-bottom: solid 1px #cccccc;
}

.a_news_wrapper
{
padding: 10px 0 10px 10px;
}

.news_photo
{
text-align: left;
padding: 0 0 5px 0;
}

.news_title
{
padding: 5px 0;
}

.news_text
{
font-size: 11px;
line-height: 14px;
text-align: left;
padding: 5px 0;
}

.news_readmore
{
padding: 5px 0px;
text-align: right;
}

.validator
{
line-height: 18px;
padding: 5px 5px 5px 0;
font-size: 12px;
color: #FF0000;
}

.newsletterform
{
text-align: left;
}

.inputbox
{
width: 160px;
height: 20px;
margin: 3px;
padding: 3px;
font-size: 12px;
border: solid 1px #CCC;
color: #575757;
}

.inputbox:focus
{
color: #000;
border: solid 1px #AAA;
}

.inputbtn
{
}

.inputbtn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.inputbtn:hover, .inputbtn:active {
  color: #ffffff;
  background-color: #51a351;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.interview_wrapper
{
float: left;
padding: 5px 5px 5px 0;
width: 130px;
height: 120px;
text-align: center;
}

.section_title, .all_news_wrapper .categorytitle
{
border-bottom: solid 1px #CCCCCC;
padding-bottom: 4px;
margin-bottom: 4px;
}

.section_text
{
padding: 0 0 20px 0;
clear: both;
font-size: 12px;
}

.far_rightcol_section_wrapper
{
clear: both;
padding: 0 0 10px 0;
}

.contentvideowrapper
{
padding: 10px 12px 0 0;
float: left;
}

.video_gallery_wrapper
{
clear: both;
padding: 0 0 10px 0;
}

.video_gallery_item
{
float: left;
width: 165px;
line-height: 18px;
}

.video_title
{
margin-top: 5px;
font-size: 12px;
}

.main_video_wrapper .page_text
{
text-align: center;
margin: 6px;
}

#contactform
{
}

#contactform .form_row
{
margin: 4px 0 4px 0;
}

#contactform .form_row .label
{
float: left;
display: inline-block;
width: 150px;
text-align: right;
margin-right: 4px;
position: relative;
top: 5px;
}

#contactform .form_row input {
padding: 4px;
margin: 4px;
}

#contactform .form_row .input .textbox, #contactform .form_row .input .textarea
{
border: solid 1px #CCCCCC;
border-radius:4px;
width: 220px;
transition:all 0.5s ease 0s;
}

#contactform .form_row .input .textbox:focus, #contactform .form_row .input .textarea:focus
{
  border-color: rgba(172, 213, 135, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(172, 213, 135, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(172, 213, 135, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(172, 213, 135, 0.6);
}

#contactform .form_row .input .textarea
{
width: 300px;
height: 80px;
}
#contactform .form_row .input .button
{
padding: 2px;
margin: 2px;
cursor: pointer;
}
/*===Footer==============*/

#footer
{
border-top: solid 1px #cccccc;
padding: 10px;
clear: both;
text-align:right;
}

#footer a:link, #footer a:visited
{
color: #31307E;
text-decoration: none;
}

#footer a:hover, #footer a:active
{
color: #b66955;
}

.inventics_neoweb img
{
position: relative;
top: 4px;
left: 0px;
}

.inventics_neoweb
{
padding: 5px 0;
}

.all_news_wrapper
{
text-align: left;
}

.all_news_wrapper .pagetitlelink
{
padding: 5px 0 10px 0;
font-size: 12px;
font-weight: bold;
}

.all_news_wrapper .pagetextpreview
{
padding: 5px 5px 10px 0;
font-size: 12px;
}

.all_news_wrapper .viewalllink
{
font-size: 11px;
}

.all_news_wrapper .newsletter_text
{
padding: 5px 5px 10px 0;
font-size: 12px;
}

.innetphotos-list
{
}

.innetphotos-list .page_wrapper
{
float: left;
width: 135px;
}

.innetphotos-list .page_wrapper h2
{
margin: 2px 0px;
min-height: 30px;
}

.innetphotos-list .category_text
{
clear: both;
}

.innetphotos-menu
{
}

.innetphotos-menu .page_wrapper
{
float: left;
width: 220px;
}

.innetphotos-menu .category_text, .innetphotos-menu .pager
{
clear: both;
}

.pager .prev
{
float: left;
display: inline-block;
width: 120px;
text-align: left;
}

.pager .index
{
float: left;
display: inline-block;
width: 420px;
text-align: center;
}

.pager .index .current
{
font-weight: bold;
font-size: 1.1em;
}

.pager .next
{
float: left;
display: inline-block;
width: 120px;
text-align: right;
}

/*=============================== */
}
@media print
{
/* ============================== */



body
{
margin: 0px;
padding: 0px;
text-align: center;
background-color: #FFFFFF;
}

#wrapper
{
width: auto;
margin: 0 3%;
padding: 0;
border: 0;
float: none !important;
color: black;
background: transparent;
}

#header
{
display: none;
}

#leftcol
{
width: auto;
margin: 0;
text-align: left;
float: none !important;
padding: 0;
border: 0;
}

#footer
{
display: none;
}

#homeprint
{
display: none;
}

.steptitle
{
display: none;
}

#rightcol
{
display: none;
}

a:link
{
color: #CAA16D;
text-decoration: none;
}
a:visited
{
color: #CAA16D;
text-decoration: none;
}
a:hover
{
color: #55643B;
text-decoration: underline;
}

#printcontactdetails
{
display: block;
text-align: left;
padding: 20px 0 0 0;
}

/* ==================================================== */
}
/*NOTHING ELSE DOWN ON */
/* ====================================================	*/

