/* DOCUMENT AND GENERAL FORMATTING */


body {
	background: #fff;
	margin: 15px 0 0 0;
	font: 11px Verdana, Lucida, Arial, sans-serif;
	color:#555555;
	padding:0 0 20px 0;
}

p.bottom {
	margin: 10px 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h2 a {
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

a {
	color: #860000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img
{
	border:0px none;
}

.alt {
	display: none;
}

.clear {
	height:0px;
	clear:both;
}

/* FORMS */

input standard {
        width: 150px;
        height: 16px;
        font: 11px Verdana, Lucida, Arial, sans-serif;
}

input searchform {
        width: 110px;
        height: 16px;
        font: 11px Verdana, Lucida, Arial, sans-serif;
}

input.submit {
	border-top: 1px solid #000;
	border-right: 1px solid #a13737;
	border-bottom: 1px solid #a13737;
	border-left: 1px solid #000;
	width: 67px;
	height: 22px;
	background: #860000;
	color: #fff;
}

#standardform{
	width: 480px;
        top: 20px;
        left: 50px;
        margin: 15px 0 15px 0;
        padding: 20px;
	background-image: url(/images/leftcolnavbg.gif);
}

div.row{
        clear: both;
        height: 15px;
        margin: 15px 0 0 0;
	padding: 5px;
}

*:first-child+html div.row{
        clear: both;
        height: 40%;
        margin: 15px 0 0 0;
	  padding: 5px;
}

/*
fieldset {
	display: none; 
}
*/

#form-pi {
	background-color: #f0f0f0;
}

#form-ci {
        background-color: #f0f0f0;
}

#form-en {
        background-color: #f0f0f0;
}

#form-contact {
        background-color: #f0f0f0;

}

#form-detail {
        background-color: #f0f0f0;
	height: 260px;

}






/* HEADER (links and w3c icons)  */

#header {
 background-color: #fff;
}

#header img
{
	float:right;
	margin-left:10px;
}

#w3c { 
        float:right;
        margin-left:10px;

}

#tools {
        float:right;
        margin-left:10px;

}

#headerlist {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float:right;
}

#headerlist li {
	color: #333;
	display: inline;
	padding:0;
	margin:0;
}

#headerlist a {
	color: #333;
}


/* FOOTER */
#footer {
	clear:both;
	padding: 15px 0 0 15px;
	text-align: left;
	height:10px;
	border-top: 10px solid #860000;
	
}

#footer p {
	margin: 0;
}

#footer p.heading {
	font-weight: bold;
	color: #860000;
}

#footer p.copyright {
	margin: 15px 0 0 0;
}

/* PAGE LAYOUT */

#holder {
	width: 780px;
	margin:0 auto;
	text-align:left;
}

#wrapperhome {
	float:left;
	width:780px;
	background: #fff url(/images/columns/homepage.gif) right repeat-y;
}



#mastheadhome {
	width:100%;
	background-color: #000;
	margin-top:10px;
}

#mastheadhome h1 
{ 
   background: url('/images/homepage/masthead.jpg') no-repeat;   
   height: 150px; 
   padding: 0; 
   margin: 0; 
   font-size: 0px;
} 

#mastheadhome h1  a 
{ 
	display: block; 
	background: url(/images/homepage/masthead.jpg) no-repeat;
	height: 150px; 
	margin: 0; 
	text-indent: -200em; 
	overflow: hidden; 
	clear:both;
	font-size: 1px;
} 

#masthead {
	text-align: left;
	height: 106px;
    background: url('/images/mastheads/sub2.jpg') no-repeat;   
	background-color: #000;
        font-size: 0px;	
}
#masthead img {
	float:none;
	padding:0px;
	margin:0px;
}

#bottomrule {
	clear:both;
	height:10px;
	background: #860000;
}

#masthead h1
{
        font-size: 0px;
}


/* MAIN NAVIGATION */
#navplinth {
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #000;
	background: #000;
	text-transform: uppercase;
	font-family: Arial, Lucida, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFF;
	
	height: 35px;
	voice-family: "\"}\""; 
   voice-family:inherit;
 	height:33px;
}

html>body #navplinth {
  height:33px;
}
.balnk{
	
}
#navplinth p
{
	float:right;
	margin:10px 0 0 0;
}

#navplinth input
{
	margin:5px 5px 0 5px;
	float:right
}

#navplinth img
{
	margin:5px 5px 0 0;
	float:right
}
	

#navplinth ul {
	margin: 0;
	float:left;
	padding: 0;
	list-style: none;
	border: none;
}

#navplinth li {
	display: inline;
	float:left;
	padding:10px 0;
	border-right:1px solid #acacac;
}

#navplinth li a {
	padding:10px 9px;
	text-align: center;
	color:#FFF;
	height:1%;
	text-decoration: none;
}

html>body #navplinth li a { 
	width: auto;
}

#navplinth li a:hover { 
	background-color: #860000;
}

#navplinth li.active {
	margin: 0 0 1px 0;
	padding:10px 9px;
	text-align: center;
	text-decoration: none;
	background: #860000;
}

html>body #navplinth li.active { 
	width: auto;
}

/* SUB NAVIGATION (breacrumbs and print, contact us, sitemap, etc) */
#subnavplinth {
	border-top: 1px solid #a13737;
	border-bottom: 1px solid #710100;
	height: 23px;
	background: #860000;
	voice-family: "\"}\""; 
    voice-family:inherit;
 	height:21px;
}

html>body #subnavplinth {
  height:21px;
}
.blank{
	
}
#subnavplinth p {
	padding: 4px 8px 0 8px;
	margin:0;
	float:left;
	color: #fff;
	text-transform: lowercase;
}

#subnavplinth p.links {
	padding: 4px 8px 0 8px;
	margin:0;
	float:right;
	color: #fff;
}

#subnavplinth p.links img {
display:inline;
padding:0;
margin:0;
}

#subnavplinth a {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}

#subnavplinth a:visited {
	color: #fff;
	text-decoration: none;
}

#subnavplinth a:hover {
	color: #fff;
	text-decoration: underline;
}

#subnavplinth a.home
{
	padding-left:20px;
	margin-right:5px;
	background: url(/images/icons/home.gif) left center no-repeat;
}

#subnavplinth a.contact
{
	padding-left:20px;
	margin-right:5px;
	background: url(/images/icons/contact.gif) left center no-repeat;
}

#subnavplinth a.sitemap
{
	padding-left:20px;
	background: url(/images/icons/sitemap.gif) left center no-repeat;
}

#subnavplinth a.sitemap
{
        padding-left:20px;
        background: url(/images/icons/i.gif) left center no-repeat;
}


#subnavplinth a.print
{
	padding-left:20px;
	background: url(/images/icons/print.gif) left center no-repeat;
}

/* HOMEPAGE LAYOUT */
#contentleft {
	padding: 25px 0 20px 0px;
	background: #fff;
	width:35%;
	float:left
}

#main div.wrapper {
	padding:0px 0px 0px 20px
}

#contentleft p {
	line-height: 140%;
}

#contentmiddle {	
	padding: 25px 0 20px 0;
	background: #f7f7f7;
	width:65%;
	float:right;
}

#contentmiddle img {
	margin: 0;
	padding: 0 0 10px 0;
}

#contentmiddle p {
	line-height: 140%;
	margin: 5px 0 0 0;
}

#contentmiddle p.extend {
	margin: 65px 0 0 0;
}

#contentmiddle p.right {
	margin: 0 10px 0 0;
	text-align: right;
}

#contentright {
	padding: 20px 20px 20px 20px;
	background: #6d6d6d;
	width:auto;
}

#contentright p {
	line-height: 140%;
	margin: 10px 0 0 0;
	line-height: 140%;
	color: #fff;
}

#contentright p.break {
	margin: 10px 0 10px 0;
	color: #fff;
}

#contentright a {
	color: #cdcdcd;
	font-weight: bold;
}

#contentright hr {
	width: 100%;
	height: 1px;
	color: #5b5b5b;
	text-align: left;
	margin: 0 auto 0 0;
}

#contentright p.quote {
	font-size: 12px;
}

#contentright p.tight {
	line-height: 120%
}

/* INSIDE PAGE LEFT-HAND NAVIGATION */
#insidenav {
	float:left;
	width: 220px;
	color: #fff;
	background: #898788;
        font-size: 12px;
}

#insidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

#insidenav li {
	border-top:1px solid #9d9b9c;
	border-bottom:1px solid #727071;
}

#insidenav li .subnav{
	border:none;
	padding:0;
	margin:0;
}

#insidenav li.header {
	padding: 8px 15px;
	border-top:1px solid #9d9b9c;
	border-bottom:1px solid #727071;
	font-size: 12px;
	font-weight:bold;
}

#insidenav li a {
	font-family: Arial, Lucida, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 0px 4px 25px;
	color: #fff;
	display:block;
	background: url(/images/bullets/sub1left.gif) left center no-repeat;
	text-decoration: none;
	text-transform: uppercase;
}

html>body #insidenav li a 
{ 
	width: auto;
}

#insidenav li a:hover { 
	background-color: #9d9b9c;
}

#insidenav li.subnav a {
	padding: 3px 0 3px 32px;
	text-transform: none;
	background: url(/images/bullets/sub1left_mini.gif) left center no-repeat;
}

html>body #insidenav li.subnav a 
{ 
	width: auto;
}

#insidenav li.subnav a:hover { 
	background-color: #9d9b9c;
}

#insidenav li a.active, #insidenav li a.active:hover {
	background:#860000 url(/images/bullets/sub1left.gif) left center no-repeat;
}

#insidenav .currentsection {
        background:#860000;
        padding: 4px 0px 4px 29px;
        color: #fff;
        display:block;
        text-decoration: none;
	border-top:1px solid #9d9b9c;
        border-bottom:1px solid #727071;

}

#insidenav ul.multilevel-linkul-0 a {
        padding: 3px 0 3px 32px;
        text-transform: none;
	font-size: 12px;
        background: url(/images/bullets/sub1left_mini.gif) left center no-repeat;
}

#insidenav ul .multilevel-linkul-0{
        border:none;
        padding:0;
        margin:0;
}


#insidenav ul.multilevel-linkul-1 a {
        padding: 3px 0 3px 40px;
        text-transform: none;
        background: none;
}

#insidenav ul .multilevel-linkul-1 {
        border:none;
        padding:0;
        margin:0;
}


/* MIDDLE COLUMN FOR SUB1 */
#sub1middle {
	float: left;
	padding: 32px;
	width: 595px;
	background: #fff;
	voice-family: "\"}\""; 
    voice-family:inherit;
 	width:531px;
}

html>body #sub1middle {
  width:531px;
}

/* Begin Emulated Table in Sub1 */
#table
{
	width:100%;
	margin-top:35px;
	list-style-image: url(/images/bullets/table_bullet.gif);	
}

#table h2
{
	margin:5px 0 0 0;
	text-transform:none;
}

#table p
{
	margin:0 0  10px 0;
}

.leftcolumn
{
	width:49%;
	float:left;
	padding-right:6%;
	
	voice-family: "\"}\""; 
   voice-family:inherit;
 	width:46%;
	padding-right:3%;
}

.blank{
	
}
.rightcolumn
{
	width:49%;
	float:left;
	padding-left:6%;
	border-left:1px solid #ccc;
	voice-family: "\"}\""; 
   voice-family:inherit;
 	width:46%;
	padding-left:3%;
	
}

.blank {
	
}

/* MIDDLE COLUMN FOR SECONDARY PAGE */
#secmiddle {
	text-align:left;
	padding: 32px 0 0 0; 
	display: block; 
        width:590px;
        line-height: 1.6em;	
}

#secmiddle h1 {
	padding: 0 0 7px 0;
	font-family: Arial, Lucida, Helvetica, sans-serif;
	font-size: 18px;
	color: #860000;
}

#secmiddle h2,h3,h4,h5,h6 {
	padding: 0 0 0 1px;
	font-family: Arial, Lucida, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
}

#secmiddle a {
        color: #860000;
        text-decoration: underline;
}

#secmiddle a:hover {
        color: #444444;
        text-decoration: underline;
}


/* RIGHT COLUMN FOR SECONDARY PAGE */
#secright {
	float: left;
	margin-top:32px;
	padding: 0 0 0 10px;
	border-left:1px solid #CCC;
	background: #fff;
}


#secright h1,h2,h3,h4,h5,h6 {
	padding: 0 0 15px 0;
	color: #860000;
	font-weight: bold;
	font-size: 11px;
}

#secright ul {
	margin: 0;
	padding: 0;
	width: 180px;
	border: none;
	list-style:none;
}

#secright li {
	font-family: Arial, Lucida, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0 0 3px 0;
	padding: 1px 0 1px 13px;
	background: #f0f0f0 url(/images/bullets/mini_red.gif) center left no-repeat;
}

#secright li a {
	color: #000;
	text-decoration: underline;
}

#secright li a:hover {
	text-decoration: none;
}

#secright li.alternate {
	background: #ffffff url(/images/bullets/mini_red.gif) center left no-repeat;
}

/* RIGHT COLUMN FOR TERITARY PAGE */
#terright {
	float: left;
	padding: 32px 24px 32px 32px;
	width: 595px;
	background: #fff;
	voice-family: "\"}\""; 
    voice-family:inherit;
 	width:539px;
}

html>body #terright {
  width:539px;
}

#terright h1 {
	font-family: Arial, Lucida, Helvetica, sans-serif;
	font-size: 16px;
	color: #860000;
}

#terright h2,h3,h4,h5,h6 {
	padding: 0 0 0 1px;
	font-family: Arial, Lucida, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#toplinks {
	background-color: #fff;
	padding-bottom:20px;
	margin-bottom:5px;
}

#toplinks ul {
        margin: 0;
        padding: 0;
        list-style: none;
        border: none;

}

#toplinks li {
        margin: 0;
        padding: 0;
        list-style: none;
        border: none;
}

#w3clist li {
	float: right; 
        text-transform: uppercase;
        font-family: Arial, Lucida, Helvetica, sans-serif;
        font-size: 10px;
        color:#FFF;
}

#w3clist img {
	padding-right: 5px;
}

#header{
	clear:both;
}

/* PRODUCT PAGE LAYOUT */


#producttemplate {
	padding: 0px 0px 0px 2px;
	background: #f7f7f7;
	width:622px;
	height:162px;
	float:left
}

#producttexttemplate {
	padding: 0px 0px 0px 3px;
	background: #f7f7f7;
	width:622px;
	float:left
}

#producttext {
	padding: 0px 0px 0px 3px;
	background: #ffffff;
	width:620px;
	float:left
}

#productgraphic {
	padding: 0px 0px 0px 0px;
	width:421px;
	height:162px;
	float:left
}


#productbuttons {
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	width:196px;
	height:162px;
	float:right
}

#productbuttons a {
	padding: 0px 0px 0px 0px;
	border: none;
}

/* FILE DOWNLOAD LAYOUT */

#downloadbox {
	padding: 0px 0px 0px 3px;
	background: #f7f7f7;
	width:622px;
	float:left
}


/* Front Page Product Spot Light */

#spotlightframe {
	width:282px;
	height:81px;
}

#spotlightbuttons {
	padding: 0px 0px 0px 0px;
	width:196px;
	height:81px;
	float:right
}

#spotlightbox {
	padding: 0px 0px 0px 0px;
	width:86px;
	height:84px;
	float:left
}

#spotlightbuttons img {
	padding: 0px 0px 0px 0px;
	margin:0 0 0 0;
	float:right
}

