/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
a {
	text-decoration: none;
}
img{
	border:0px;
}
/***********************************************/
/* The Layer Containing the Entire Page                             */
/***********************************************/ 
#container{
	margin: 0pt  auto;
	white-space:normal;
	width:810px;
	height:600px;
	}
		
/***********************************************/
/* The Layers Containing the Page Banner                            */
/***********************************************/ 
#top_banner{
	background-image:url(../images/top_banner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:60px;
	clear:both;
	}
#top_banner #canon_logo{
	margin:0px 0px 0px 10px;
	vertical-align: -55%;	
}
#top_banner #mtl_logo{
	margin-left: 100px;
}
#bottom_banner{
	background-image:url(../images/bottom_banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:62px;
	clear:both;
}
#bottom_banner ul{
	margin:0px 0px 0px 0px;
	padding:26px 0px 0px 0px;
	float:left;
}
#bottom_banner li
{
	display: inline;
	background-image: url(../images/red_arrow.gif);
	background-repeat: no-repeat;
	background-position: 9px;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 21px;
	width:100px;
}
#bottom_banner a{
	font-weight:bold;
	color: #666666;
}
#bottom_banner form{
	padding:20px 74px 0px 0px;
	float:right;
	vertical-align: middle;
}
 #bottom_banner #top_search{
	width:160px;
}
#bottom_banner #magnifier{
	vertical-align: bottom;
}
/***********************************************/
/* The Layers Containing the Main HomePage Elements                            */
/***********************************************/ 

#flash{/*The layer holding the flash Element*/
	float: left;
	width:540px;
	clear:left;
}

/*The layer holding the Quicklinks on The Right of the Home Page*/
#side_nav{
	background-image: url(../images/quick_links.gif);
	background-repeat: no-repeat;
	width:229px;
	margin:0px 0px 0px 0px;
	float:left;
	clear:right;
}
#side_nav img{
	margin:20px 0px 0px 25px;
}
#side_nav ul{
	margin:10px 0px 55px 35px;
	padding:0px 0px 0px 0px;
	list-style-image: url(../images/blue_arrow.gif);
	width:180px;
}
#side_nav a{
	color: #637b94;
}
#main_body{/*The Layer Containing The Images Below The Flash Element*/
	float:left;
	width:540px;
	height:245px;
	position:relative;
	top:2px;
}
#main_body img{
	margin-bottom: 10px;	
}
#special_offers{
float:left;
}
#slide_show{
	background-image: url(../images/slide_show.gif);
	width:250px;
	height:111px;
	float:left;
}
#Ticker div{
	position: absolute;
    display: block;
    width: 235px;
    height: 97px;
	margin:2px 0px 0px 2px;
    clip: rect(3px 272px 117px 6px);
	}
#Ticker a {
    position: absolute;
    left: 0;
    width: 235px;
    height: 100px;
}
/***********************************************/
/* The Styling for the inner Pages page         */
/***********************************************/ 
#blue_stripe{
	background-image: url(../images/blue_stripe.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width:auto;
	background-color: #6b8ca5;
	background-position: right;
	width:759px;
	margin:0px 0px 0px 5px;
}
#inside_nav{
	margin:0px 0px 0px 5px;
	width:759px;
}
#inside_nav h3 ,#inside_nav h2{
	height:56px;
}
#inside_nav h3 {
	background-image: url(../images/curr_page.jpg);
	background-repeat: repeat-x;
	margin:0px 0px 0px 0px;
	padding:10px 0px 18px 15px;
	float: left;
	background-color: #eff7f7;
	width:147px;
	font-family: Verdana;
	font-weight: 100;
	font-size: 12px;
}
#inside_nav img{
	float:left;
}
#inside_nav h2{
	margin:0px 0px 0px 0px ;
	background-image: url(../images/heading_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-weight:normal;
	font-size: 22px;
	color:#5A879B;
}
#inside_nav .side_nav {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:left;
	list-style-type: none;
	width:162px;
	float:left;
}

#inside_nav .side_nav li {
	background-color: #eff7f7;
	background-image: url(../images/inner_blue_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.7em center;
	padding:0.5em 0em 0.5em 1.6em;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#inside_nav .side_nav a{
	color:#6b8ca4;
}
#inside_nav  #current_page{
	background-color: #B5C6D6;
	background-image: url(../images/white_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.5em center;
}
#main_inside_body{
	width:577px;
	float:right;
	text-align: justify;
	margin:0px 0px 0px 0px;
	color:#000066;
	font-size:0.9em;
	word-spacing: 0.2em;
	line-height:150%;
}
/***********************************************/
/* The Styling for the layer that contains the product and lists all the products items which is displayed inside the  main_inside_body layer  */
/***********************************************/ 
.products{
	width:190px;
	float:left;
}

.products .prod_type{
	background-color:#e6e6e6;
	font-weight:bold;
	font-size:1.1em;
	color:#000000;
}
.products ul{
	float:right;
	font-size:11px;
	list-style-type:none;
	padding:0px 0px 0px 0px ;
	margin:0px 0px 0px 0px ;
}
.products li{
	width:100px;
	padding:0px 0px 0px 7px ;
}
.products a{
	font-size:inherit;
	color:#637b94;	
}
#spacer{
	float:left;
	width:570px;
	height:20px;
}
#below_side_nav{
	background-color: #eff7f7;
	float: left;
	/*height:17.5em;*/
	height:28em;
	width: 162px;
	border-top-color:#FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
}
#below_photocopiers{
	background-color: #eff7f7;
	float: left;
	clear:left;
	height:5.8em;
	width: 162px;
	border-top-color:#FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
}

/***********************************************/
/* The Styling for the layer that contains the product
details   layer named prod_detail which is displayed inside the  main_inside_body layer */
/***********************************************/
#prod_detail{
	position:relative;
	width:100%;
	top:-2em;
	left:inherit;
	float:right;/*In internet explorer You have to float for position relative to have effect*/
} 
#prod_detail a{
	color:#FFFFFF;
}
#prod_detail ul{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:577px;
}
#prod_detail li{
	display:inline;
	width:300px;
  }
#prod_detail img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin:0px 1px 0px 0px;	
}
#prod_detail span{
	height:20px;
}
#ajax #left, #ajax #right{
	float:left;
	border-bottom-width: 1px;
	border-bottom-color: #d6d6d6;
	border-bottom-style: solid ;
}
#ajax  #right{
	border-top-width: 1px ;
	border-top-style: solid ;
	border-top-color: #d6d6d6 ;
	border-right-width: 1px ;
	border-right-style: solid ;
	border-right-color: #d6d6d6 ;
	width:265px;
	margin:-1px 0px 0px 0px;
	padding:5px 8px 4px 0px;
	color:#666666;
	font-size:11px;
}
#ajax #left{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d6d6d6;
	width:288px;
	padding:5px 0px 4px 13px;
	color:#000000;
	font-weight:bold;
	}
.right{
	float:right;
	width:264px;
	padding:0px 0px 0px 0px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.left{
	float:right  ;
	width:288px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.overview{
	height:290px ;
}
#ajax{
	/*float:right;*/
}
/***********************************************/
/* The Styling for the repair page  */
/***********************************************/ 
#repair{
	float:left;
	width:100%;
}
#repair p{
	width:100%;
	margin:0px 0px 2px 0px;
}
#repair fieldset{
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	border:solid 1px #d6d6d6 ;
	
}
#repair legend{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:1.1em;
	font-weight:bold;
	color: #333333;
}
#repair ul{
	width:400px;
	/*float:left;
	clear:left;
	background-color: #CCCCCC;*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#repair li{
	padding:0px 0px 2px 0px;
	/*border-bottom:solid #FFFFFF  1px;*/
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	/*background-color: #CCCCCC;*/
	width:100%;
	float:left;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position:5px bottom;	
}
#repair label{
	font-size: 1em;
	line-height: 250%;
	font-weight: bold;
	float:left;
	clear:left;
}
#repair input,textarea{
	float:right;
	border:solid 1px #6b8ca5;
}
#repair span{
	color:#FF0000;
	}
ul #submit, ul .submit{
	background-image:none;
	background-repeat: no-repeat;
	padding:10px 0px 0px 0px 
}
#submit input{
float:right;
clear:both;
}
#below_repair{
	background-color: #eff7f7;
	float: left;
	clear:left;
	height:17.6em;
	width: 162px;
	border-top-color:#FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
}
/***********************************************/
/* The Styling for the contact us  page  */
/***********************************************/ 
#contact{
	float:left;
	width:100%;
}
#contact #map{
	width: 570px;
	height:400px;
}
#contact p{
	width:100%;
	margin:0px 0px 2px 0px;
}
#contact ul{
	list-style-type:none;
	width:300px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px
}
#contact li{
	width:100%;
}
#contact span{
	font-weight:bold;
	margin:0px 10px 0px 0px;
}
#contact a{
	color:#666666;
}
#contact table{
	float:left;
}
#contact caption{
	float:left;
	font-size:1.5em;
	font-weight:bold;
	text-align: left;
}

#contact #head{
	background-color:#6B8CA5;
	color:#FFFFFF;
	font-weight:bold;
}
#below_contact{
	background-color: #eff7f7;
	float: left;
	clear:left;
	height:30em;
	width: 162px;
	border-top-color:#FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
}
/***********************************************/
/* The Styling for the search at the bottom of the  page  */
/***********************************************/ 
#search{
	width:759px;
	height:24px;
	background-image: url(../images/bottom_search.jpg);
	background-repeat: repeat-x;
	margin:0em 0em 0em 0.4em;
	clear:both;
}
#search form{
	padding:0em 0em 0em 182px;	
}

#search #search_text{
	height: 12px;
	width: 95px;
	border: 1px solid #000000;
}
/***********************************************/
/* The Layer Containing the Copy Right at the bottom of the page                            */
/***********************************************/ 
#copyright{
	clear:both;
	padding:0em 0em 0em 182px;	
	/*text-align: center;*/
	margin:0px 0px 0px 0px;
	color: #637b94;
	font-size:0.85em;
}
