/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
/* base.css, part of YUI's CSS Foundation */

a.hm_box_left:link {
        color: #064372;
        font-family:Arial, Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-decoration: none;
        font-weight: normal;
}

a.hm_box_left:visited {
        color: #064372;
        font-family:Arial, Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-decoration: none;
        font-weight: normal;
}

a.hm_box_left:hover {
        color: #c7561b;
        font-decoration: underline;
}

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:130%;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:120%;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:110%;
}
h1, h2, h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1, h2, h3, h4, h5, h6, strong {
	/*bringing boldness back to headers and the strong element*/
	/*font-weight:bold;*/
}
abbr, acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote, ul, ol, dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol, ul, dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th, td {
	/*borders and padding to make the table readable*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p, fieldset, table, pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text], input[type=password], textarea {
	width:12.25em;
*width:11.9em;
}
html, body { margin: 0; padding: 0; height: 100%;}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#container {
	position: absolute;
	left: 0;
	top: 0;
	width: 700px;
	padding-bottom: 30px;
	background-repeat:repeat-x;
	background-image: url(../images/contentbg.jpg);
	min-height: 598px;
}

#container_home {
	position: absolute;
	left: 0;
	top: 0;
	width: 1016px;
	padding-bottom: 30px;
	background-repeat:repeat-x;
	background-image: url(../images/contentbg_home.jpg);
	min-height: 500px;
}
#flashcontent {
	position: fixed;
	top: 0;
	right: 0;
	left: 700px;
	bottom: 0;
	background-color:#000000;
}
/*#flashcontent_home {
	position: fixed;
	top: 0;
	right: 0;
	left: 1016px;
	bottom: 0;
	background-color:#ffffff;
}*/
#header {
	width: 700px;
	height: 92px;
	position:relative;
}
#imagepanel, #flashblock {
	width: 470px;
	margin: 10px 0 10px 150px;
}
#panel #imagepanel, #panel #flashblock {
	width: 600px;
	margin: 10px 0 10px 50px;
}
#titlepanel {
	width: 470px;
	margin: 10px 0 10px 150px;
	text-transform: uppercase;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
#panel #titlepanel {
	width: 600px;
	margin: 10px 0 10px 50px;
}
#container_home #homeheadertext {
	margin-left: 20px;
	font-size: 16px;
}
#container_home #imagepanel {
	width: 980px;
	margin: 10px 0 10px 16px;
	background-color: #ffffff;
	position: relative;
}
#textpanel, #textblock {
	width: 470px;
	margin: 10px 0 10px 150px;
	font-size:18px;
	line-height: 30px;
}
#panel #textpanel, #panel #textblock {
	width: 600px;
	margin: 10px 0 10px 50px;
	font-size:16px;
}
#container_home #imagepanel #textpanel {
  margin: 4px 0 0 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}
flashtext_sectext {
 	text-align:right;
	color: #e1752e;
}
#container_home #imagepanel #flashpanel {
  position: relative;
  padding: 4px;
  height: 383px;
  width: 972px;
}
#content {
	width: 470px;
	margin-left: 150px;
}
#container_home #content {
	width: 980px;
	margin-left: 16px;
}
#panel #content {
	width: 570px;
	margin-left: 50px;
}
#footer {
font-family:Arial, Verdana, Helvetica, sans-serif;	
width: 470px;
	padding: 10px 0;
	font-size:10px;
	color: #999999;
	margin: 10px 0 0 150px;
	position:relative;
        diplsy: none;
}
#container_home #footer {
	width: 980px;
	padding: 10px 0;
	font-size:9px;
	color: #999999;
	margin: 10px 0 0 16px;
	position:relative;
}
#panel #footer {
	width: 600px;
	padding: 10px 0;
	font-size:9px;
	color: #999999;

	margin: 10px 0 0 50px;
	position:relative;
	float: left;
}
#footer a, a:visited {
	color: #999999;
font-family:Arial, Verdana, Helvetica, sans-serif;	
width: 470px;
	padding: 10px 0;
	font-size:10px;
text-decoration:underline;
}
#footer a:hover {
	color: #c7561b;
        font-family:Arial, Verdana, Helvetica, sans-serif;	
        width: 470px;
	padding: 10px 0;
	font-size:10px;
text-decoration:none;
}
#footer ul {
	position: absolute;
	right: 0;
	top: 10px;
	margin: 0;
}
#footer li {
	list-style: none;
	padding: 0;
	margin: 0 0 0 5px;
	float:left;
}
#logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 127px;
	height: 47px;
}
#mainnav {
	position: absolute;
	left: 170px;
	width: 430px;
	height: 62px;
	background-image:url(../images/mainnavbg2.jpg);
	background-repeat:no-repeat;
}
#prodsol {
	position: absolute;
	top: 0;
	left: 4px;
	width: 159px;
	height: 44px;
}
#process {
	position: absolute;
	top: 0;
	left: 164px;
	width: 174px;
	height: 44px;
}
#support {
	position: absolute;
	top: 0;
	left: 339px;
	width: 86px;
	height: 44px;
}
#secondarynav {
	position: absolute;
	right: 114px;
	top: 55px;
	width: 600px;
	height: 18px;
	padding: 0;
	text-align: right;
	font-size:11px;
}
#leftnav {
	position: absolute;
	top: 90px;
	left: 20px;
	width: 120px;
}
#leftnav ul {
	margin-left:0;
}
#leftnav li {
	list-style: none;
	margin-bottom: 10px;
}
#leftnav a, a:visited {
font-family:Arial, Verdana, Helvetica, sans-serif;
	text-decoration:none;
	color: #444444;
	font-size: 12px;
}
#leftnav a:hover {
	text-decoration:underline;
	color: #c7561b;
	font-size: 12px;
}
#prodnav {
	position:absolute;
	top: -1000px;
	left: 0;
	width: 680px;
	padding: 0 20px;
	margin: 0;
	background-color: #648096;
}

#container_home #prodnav {
	width: 1016px;
}

#prodnav ul {
	width: 160px;
	float: left;
	padding: 10px 20px;
	margin: 0;
}
#prodnav li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#prodnav a {
	color: #FFFFFF;
	text-decoration:none;
	font-size:10px;
}

.productgallery {
width: 465px;
}
.productgallery_overview {
	background-color: #EEF3F7;
	padding: 10px;
	margin: 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
.productgallery_images{
	background-image:url(../images/prod_gallery_mid.gif);
	background-repeat:repeat-y;
}
.productgallery_images_head {
	background-image:url(../images/prod_gallery_top.gif);
	background-repeat:no-repeat;
	padding: 2px 15px 0 30px;
	height: 30px;
}
.productgallery_images_cont {
	padding: 0 15px 0 30px;
}
.productgallery_images_foot {
	background-image:url(../images/prod_gallery_bot.gif);
	background-repeat:no-repeat;
	height: 10px;
}
.productgallery_images_thumb {
	width: 109px;
	text-align:center;
	float: left;
	margin: 0 31px 0 0;
}
.productgallery_images_label{
	width: 109px;
	height: 34px;
	text-align:center;
	margin: 0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.galleryclear {
	height:1px; 
	clear:both;
}
.blue2colbox {
	width: 450px;
	background-color: #dde8f1;
	padding: 10px;
	margin: 10px 0;
	font-size:10px;
}
.blueboxleft {
	width: 198px;
	padding: 10px;
	background-color: #FFFFFF;
	float: left;
}
.blueboxright {
	width: 198px;
	padding: 10px;
	background-color: #FFFFFF;
	float: right;
}

.twocolbox {
	width: 980px;
	background-color: #fffff;
	padding: 0;
	margin: 10px 0;
}
.boxleft {
	width: 336px;
	padding: 10px 0;
	height: auto !important;
	height: 100px;
	min-height: 100px;
	background-color: #ebf4fb;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ececec;
	border-right-color: #e3e3e3;
	border-bottom-color: #cfcfcf;
	border-left-color: #e3e3e3;
}

.boxleft h1, .boxleft h2, .boxleft h3 {
  padding: 0;
  margin: 0 15px;
}

.twocolbox h1, .prodcolbox h1 {
  font-size: 11px;
  font-weight: bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
text-transform:uppercase;
}

.boxleft  ul {
  list-style: none;
  padding: 0;
  margin: 10px;
}

.boxleft  ul li {
  list-style: none;
  color:#064372;
  float: left;
  padding: 2px 0 2px 25px;
  margin: 0;
  width: 130px;
  display: block;
  font-size: 10px;
  font-weight: bold;
  background: transparent url('../images/arrow_blue.gif') 17px 6px no-repeat;
}

.boxright {
	width: 640px;
	padding: 0;
	float: right;
}

.boxright h1, .boxright h2, .boxright h3, .prodcolbox h1, .prodcolbox h2, .prodcolbox h3 {
  padding: 0;
  margin: 0 0 7px 0;
  padding-right: 10px;
}

.boxright .box p, .prodcolbox .box p {
  font-size: 10px;
  padding-right: 10px; 
color: #666666;
}

.boxright a, .prodcolbox a{
  text-decoration: none;
  color:#064372;
}

.boxright a:hover, .prodcolbox a:hover{
  text-decoration: underline;
  color:#c7561b;
}

.boxright .box {
	margin-left: 10px;
	width: 191px;
	padding: 10px 0 10px 10px;
	height: auto !important;
	height: 100px;
	min-height: 100px;
	float: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ececec;
	border-right-color: #e3e3e3;
	border-bottom-color: #cfcfcf;
	border-left-color: #e3e3e3;
}

.prodcolbox {
  width: 610px;
  margin-left: -10px;
  float: left;
  clear: both;
}

.prodcolbox .box {
	margin-left: 10px;
	padding: 10px 0 10px 10px;
	width: 180px;
	float: left;
	height: auto !important;
	height: 100px;
	min-height: 100px;
	overflow-y: hidden;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ececec;
	border-right-color: #e3e3e3;
	border-bottom-color: #cfcfcf;
	border-left-color: #e3e3e3;
}

a.more, visited {
font-family:Arial, Verdana, Helvetica, sans-serif;
color: #064372;
  font-size: 11px;
  padding: 0 10px 0 7px; 
  background: transparent url('../images/arrow_blue.gif') 0px 4px no-repeat;
}

a.more:hover {
font-family:Arial, Verdana, Helvetica, sans-serif;
color: #c7561b;
  font-size: 11px;
  font-decoration: underline;
  padding: 0 10px 0 7px; 
  background: transparent url('../images/arrow_orange.gif') 0px 4px no-repeat;
}


.prodgallery {
  width: 470px;
  padding: 10px 0 0 0;
}

.prodgallery h1 {
  display: block;
  margin: 0;
  background: transparent url(../images/prod_gallery_top_.gif) 0 0 no-repeat;
  color: #f66200;
  font-size: 12px;
  padding: 7px 20px 1px 25px;
}
.prodgallery .pg_body  {
  background: transparent url(../images/prod_gallery_mid_.gif) 0 0 repeat-y;
  padding: 10px 5px;
}
.prodgallery .pg_bot  {
  background: transparent url(../images/prod_gallery_bot_.gif) 0 0 no-repeat;
  padding: 10px 0px 0px 0px;
  clear:both;
}

.prodgallery .pg_toggle {
  background-color: #cddae3;
  padding: 5px;
}

.prodgallery .pg_toggle a {
  color: #064475;
  text-decoration: none;
  font-size: 11px;
  background: transparent url(../images/plus.gif) 0 3px no-repeat;
  padding:0 0 0 12px;  
}
  
.prodlinks {
  width: 470px;
  padding: 10px 0 20px 0; 
  clear: both;
  float: left;
}

.prodlinks h1 {
  display: block;
  margin: 0;
  background: transparent url(../images/prod_gallery_top_.gif) 0 0 no-repeat;
  color: #c1541c;
  font-size: 12px;
  padding: 7px 20px 1px 25px;
}

.prodlinks .pl_body  {
  background: transparent url(../images/prod_gallery_mid_.gif) 0 0 repeat-y;
  padding: 10px 5px;
  height: 110px;
}
.prodlinks .pl_bot  {
  background: transparent url(../images/prod_gallery_bot_.gif) 0 0 no-repeat;
  padding: 3px 0px 0px 0px;
  clear:both;
}

.prodlinks .prodlinks_l .pl_body ul, .prodlinks .prodlinks_r .pl_body ul {
  float: left;


  margin: 0 20px;
  padding: 0;
  list-style: none;
}

.prodlinks .prodlinks_l .pl_body ul li , .prodlinks .prodlinks_r .pl_body ul li{
  list-style: none;
}

.prodlinks .prodlinks_l .pl_body ul li a, .prodlinks .prodlinks_r .pl_body ul li a {
  color: #064372;
  text-decoration: none;
  font-size: 12px;
  padding: 7px 13px;
  list-style: none;
  background: transparent url(../images/arrow_list.gif) 0 11px no-repeat;
}

.prodlinks .prodlinks_l .pl_body ul li a:hover, .prodlinks .prodlinks_r .pl_body ul li a:hover {
  text-decoration: none;
}

.prodlinks_l {
  width: 225px;
  border-right: solid 1px #d7dce0;
  float: left;

}

.prodlinks_r {

  width: 225px;
  border-right: solid 1px #d7dce0;
  float: right;
}

.prodtext {
  width: 460px;
  padding: 20px 5px;
  border-top: solid 1px #d7dce0;
  border-bottom:  solid 1px #d7dce0;
}

.prodtext h1 {
  display: block;
  margin: 0;
  font-size: 12px;
  padding: 0px;
}

.prodtext .links a {
  color: #064475;
  text-decoration: none;
  font-size: 11px;
  margin-right: 15px;
}

.prodtext .links a.more {
  background: transparent url(../images/more.gif) 0 3px no-repeat;
  padding:0 0 0 12px;
}

.prodtext .links a.view {
  background: transparent url(../images/view.gif) 0 3px no-repeat;
  padding:0 0 0 15px;
}

.pg_images {
  padding: 10px 0 10px 15px;
  float: left;
}

.pg_images .pg_image {
  float: left;

  padding: 10px 0 10px 27px;
}

.pg_images .pg_image a img {
  border: none;
}

.pg_images .pg_image a {
  margin: 0 0 1px 0;
  padding: 0
  text-decoration: none;
  display: block;
}

.pg_images .pg_image span {
  background-color: #e17129;
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 5px;
}

.tx-irfaq-pi1 dl{
	margin-left: 0;
}
.tx-irfaq-pi1 dt {
	margin: 0 0 5px 0;
}
.tx-irfaq-pi1 dd p {
	margin: 0 0 14px 14px;
}



/* TYPO3 Form Styling Begin */

fieldset.csc-mailform {
	margin-top: 15px;
	}

fieldset.csc-mailform label {
	float: left;
	width: 150px;
	}

div.csc-mailform-field {
	margin-bottom: 25px;
	}


fieldset.csc-mailform input {
	width: 250px;
	}

fieldset.csc-mailform textarea {
	width: 300px;
	height: 100px;
	}

fieldset.csc-mailform .csc-mailform-check {

	width: 15px;
	height: 15px;
	}



fieldset.csc-mailform .csc-mailform-radio {
	width: 15px;
	margin-top: 10px;
	}

fieldset.csc-mailform legend {
	display: none;
	}



fieldset .csc-mailform-radio label {
	display:inline;
	margin-bottom:15px;
	margin-left:10px;
	margin-right:10px;
	white-space:nowrap;
	float: none;
	}

fieldset.csc-mailform input.csc-mailform-submit {
	width: auto;
	}

	
fieldset.csc-mailform #mailformadhesiveselective {
	width: 500px;
	}
		
fieldset.csc-mailform #mailformadhesivecoverback100 {
	width: 500px;
	}
	
/* TYPO3 Form Styling End */



/* Submission Form Styling Begin */

#submission div {
	margin-bottom: 25px;
	}
#submission label {
	float: left;
	width: 150px;
	}

#submission .input-text {
	width: 300px;
	}

#submission textarea {
	width: 300px;
	height: 100px;
	}

#submission #submit {
	margin-left: 150px;
	}

#submission .required {
	color: red;
	}

/* Submission Form Styling End */


/* Tip a Friend Form Styling Begin */

#tipafriend div.clear {
	clear: both; 
	}

#tipafriend div {
	margin-bottom: 25px;
	}

#tipafriend label {
	float: left;
	width: 150px;
	}

#tipafriend .input-text {
	width: 300px;
	}

#tipafriend textarea {
	width: 300px;
	height: 100px;
	}

/* Tip a Friend Form Styling End */
