
@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCC;
	/*background-image:url(../../images/steel_background.jpg);
	background-repeat:repeat; */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}



/* */


.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid;
	border-color:#000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:5px;
	/* background-image:url(../../images/steel_background.jpg); */
	background-color:#000000;
	/* background-repeat:repeat; */
	/* background-position:bottom; */
} 
.twoColFixLtHdr #header { 
	background: #333; 
	padding-bottom: 3px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixRtHdr #header_image { 
	z-index:1;
} 

.twoColFixLtHdr #mainContent { 
	margin: 25px 0 0 168px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	border-top: 2px solid;
	border-left: 2px solid;
	border-color:#000000;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
} 

/*
.twoColFixLtHdr #mainContent img{ 
	float: right;
	padding-left:1em;
	padding-bottom:1em;
}*/
	
	
.twoColFixLtHdr h1 {
	color:#0000FF;
	font-size:14px;
	line-height: 30px;
	vertical-align:top;
	}
	
	
.twoColFixLtHdr h2 {
	color:#0000FF;
	font-size:13px;
	line-height: 30px;
	vertical-align:top;
	}
	
.twoColFixLtHdr h3 {
	color:#0000FF;
	font-size:12px;
	line-height: 30px;
	vertical-align:top;
	}

.twoColFixRtHdr #photo {
	/* float:right; */
}

.twoColFixLtHdr #page_images img{
	border:none;
}

.twoColFixLtHdr #product_details table {
	width:600px;
	table-layout:fixed;
	border-spacing:1px;
}

.twoColFixLtHdr #product_details th,td {
	text-align: left;
}

.product_details_td {
	padding-left:35px;
	text-align:left;
	vertical-align:top;
}


/* Header [START] ---------------------------------------------------------------------------------*/
.twoColFixRtHdr #header { 
	background: #FFFFFF; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #navigation {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #CCC; /* light grey */  
}

.twoColFixRtHdr #carousel { 
	position:relative;
	left:15px;
	top:-170px;
	margin:0;
	z-index:0;
	height:0;
} 
/* Header [END] ---------------------------------------------------------------------------------*/


/* Contact Form [START] ---------------------------------------------------------------------------------*/
.twoColFixLtHdr #contact_form {
	width:500px;
}

.twoColFixLtHdr #contact_form table {
	margin-top:0;
	padding:0;
	/* width: 550px; */
	text-align:left !important;
	/* table-layout:fixed; */
	/* margin-right:180px; */
}

.twoColFixRtHdr #contact_form td {
	width: 200px; 
	text-align:left;
	/* border-collapse:collapse; */
	margin:0;
	padding:5px;
}

.contact_form_text {
	width: 190px;
	color:#000000;
	font-weight:bold;
	text-align:right !important;
}
/* Contact Form [END] ---------------------------------------------------------------------------------*/



/* CMS [START] ---------------------------------------------------------------------------------*/
.cmsAdmin #containerAdmin { 
	width: 650px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FF0000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:20px;
} 

.cmsAdmin #containerAdmin td{ 
	padding:5px;
	text-align:left;
} 

.cmsAdmin #containerAdmin th{ 
	background-color:#EAEAEA;
} 

.cmsAdmin #footer{ 
	background-color:#0099FF;
	margin:-20px;
} 

.cmsAdmin #mainContentAdmin a:link { color: #0000FF; text-decoration: none; }
.cmsAdmin #mainContentAdmin a:visited { color: #0000FF; text-decoration: none; }
.cmsAdmin #mainContentAdmin a:active { color: #0000FF; text-decoration: none; }
.cmsAdmin #mainContentAdmin a:hover { color: #FF0000; text-decoration: none; }
/* CMS [END] ---------------------------------------------------------------------------------*/


.twoColFixRtHdr #contact td { 
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.copyright {
	color: #EAFFD5;
	/* color: #EF3E34; */
	text-decoration: none;
	font-size: 85%;
	margin-left:100px;
}
.copyright a:link { color: #FFFFFF; text-decoration: none; font-size: 85%;}
.copyright a:visited { color: #FFFFFF; text-decoration: none; font-size: 85%;}
.copyright a:active { color: #FFFFFF; text-decoration: none; font-size: 85%;}
.copyright a:hover { color: #E3E75A; text-decoration: none; font-size: 85%;}



.twoColFixRtHdr #homeProducts table{
	text-align:center;
}
.twoColFixRtHdr #homeProducts  td, th {
  padding: 15px;
}

.twoColFixRtHdr #inks_pic img{
	float:left;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.twoColFixRtHdr #inks_links{
	margin-left:400px;
}
.twoColFixRtHdr #inks_text{
	margin-left:400px;
}


.twoColFixRtHdr #printers_pic img{
	float:left;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.twoColFixRtHdr #printers_links{
	margin-left:400px;
}
.twoColFixRtHdr #printers_text{
	margin-left:390px;
}

.twoColFixRtHdr #products_pic img{
	border:0px;
}

.twoColFixRtHdr #products_pic{
	text-align:center;
	margin-left:20px;
}

.twoColFixRtHdr #products_links{
	float:right;
	padding-right:75px;
	padding-top:8px;
}

.twoColFixRtHdr #products_pic th,td{
	text-align:center; 
	padding:15px;
}


.twoColFixRtHdr #products_text{
	padding-top:30px;
}

.product table {
	width: 700px; 
}

.product table,th,td {
	padding: 20px;
	width: 400px; 
}

.system th,td {
	padding: 20px;
	width: 400px; 
}


/* System Details [START] ---------------------------------------------------------------------------------*/
.twoColFixRtHdr #system_details table {
	width: 500px; 
	text-align:left;
	table-layout:fixed;
}

.twoColFixRtHdr #system_details tr {
	width: 500px; 
}

.twoColFixRtHdr #system_details td,th {
	width: 325px; 
	text-align:left;
	border-collapse:collapse;
	word-wrap: break-word;
}

.twoColFixRtHdr #system_details pre {
font: 100% Verdana, Arial, Helvetica, sans-serif;
overflow: auto;
text-align:left;
overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
margin: 0px 0px 0px 0px;
padding: 0px;
white-space : normal; /* crucial for IE 6, maybe 7? */
}
/* System Details [END] ---------------------------------------------------------------------------------*/


.gallery #gallery th,td {
	padding-left: 50px;
	text-align:left;
/* 	width: 155px;  */
}

.contact #gallery th,td {
	padding: 5px;
	width: 155px; 
}

.price {
	color: #0000FF;
}

.email p{
	color: #000000;
}


/* Sitemap [START] ---------------------------------------------------------------------------------*/
.twoColFixLtHdr #sitemap table{
	text-align:left;
}

.twoColFixLtHdr #sitemap td{
	width:600px;
	text-align:left;
	border-collapse:collapse;
	white-space: nowrap;
}
/* Sitemap [END] ---------------------------------------------------------------------------------*/
	

/* Sidebar1 [START] ---------------------------------------------------------------------------------*/

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* padding: 15px 10px 15px 20px; */
	margin-top:27px;
	/* z-index:1; */
}

.twoColFixLtHdr #sidebar1 img{
	margin-left:10px;
}


.twoColFixRtHdr #sidebar1 a:link { color: #0000FF; text-decoration: none; }
.twoColFixRtHdr #sidebar1 a:visited { color: #0000FF; text-decoration: none; }
.twoColFixRtHdr #sidebar1 a:active { color: #0000FF; text-decoration: none; }
.twoColFixRtHdr #sidebar1 a:hover { color: #FF0000; text-decoration: none; }

.twoColFixRtHdr #sidebar1 h3{
	color:#FF0000;
}
/* Sidebar1 [END] ---------------------------------------------------------------------------------*/




.twoColFixRtHdr #mainContentAdmin { 
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	padding: 35px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom:20px;
	text-align:left;
}

.twoColFixRtHdr #mainContentHome { 
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 225px 15px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 35px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom:20px;
	text-align:justify;
}

.twoColFixRtHdr #system_details { 
	width: 400px;
	}
	
.twoColFixLtHdr #mainContent a:link { color: #0000FF; text-decoration: none; }
.twoColFixLtHdr #mainContent a:visited { color: #0000FF; text-decoration: none; }
.twoColFixLtHdr #mainContent a:active { color: #0000FF; text-decoration: none; }
.twoColFixLtHdr #mainContent a:hover { color: #FF0000; text-decoration: none; }

.twoColFixRtHdr #mainContentHome a:link { color: #0000FF; text-decoration: none; }
.twoColFixRtHdr #mainContentHome a:visited { color: #0000FF; text-decoration: none; }
.twoColFixRtHdr #mainContentHome a:active { color: #0000FF; text-decoration: none; }
.twoColFixRtHdr #mainContentHome a:hover { color: #FF0000; text-decoration: none; }


/* Footer [START] ---------------------------------------------------------------------------------*/
.twoColFixRtHdr #footer { 
	padding: 5px 5px 5px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#0000FF; 
	color: #000000; text-decoration: none; font-size: 75%;
}

.twoColFixLtHdr #footer a:link { color: #FFFFFF; text-decoration: none; font-size: 85%;}
.twoColFixLtHdr #footer a:visited { color: #FFFFFF; text-decoration: none; font-size: 85%;}
.twoColFixLtHdr #footer a:active { color: #FFFFFF; text-decoration: none; font-size: 85%;}
.twoColFixLtHdr #footer a:hover { color: #FF0000; text-decoration: none; font-size: 85%;}

.twoColFixLtHdr #main_navigation { 
	background: #EEEEEE;
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background-color:#333333;
	color:#CCCCCC;
} 

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixRtHdr #footer table {
	width:780px;
	/* border-collapse:collapse; */
	white-space:nowrap;
}

.twoColFixRtHdr #footer td {
	width:350px;
}

.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* Footer [END	] ---------------------------------------------------------------------------------*/


/* Copyright [START] ---------------------------------------------------------------------------------*/
.twoColFixLtHdr #copyright {
	margin-left: 425px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	margin-top: -20px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-bottom:10px;
	font-weight:bold;
}
/* Copyright [START] ---------------------------------------------------------------------------------*/


/* Raportix [START]  ---------------------------------------------------------------------------------*/
.twoColFixLtHdr #raportix { 
	padding: 5px 5px 5px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-left:600px; 
}

.twoColFixLtHdr #raportix a:link { color: #000000; text-decoration: none; font-size: 70%;}
.twoColFixLtHdr #raportix a:visited { color: #000000; text-decoration: none; font-size: 70%;}
.twoColFixLtHdr #raportix a:active { color: #000000; text-decoration: none; font-size: 70%;}
.twoColFixLtHdr #raportix a:hover { color: #FF0000; text-decoration: none; font-size: 70%;}
/* Raportix [END]  ---------------------------------------------------------------------------------*/




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

<!--[if IE 8]>
.twoColFixRtHdr #navigation { padding-bottom: 22px; }
<![endif]-->

