body {
	background: #323232;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #FFFFFF;
	padding: 0;
	margin: 0 auto;
	width: 980px;
	}

a:link { color: #5a5a5a; text-decoration: underline; }
a:visited { color: #5a5a5a; text-decoration: underline; }
a:hover { color: #5a5a5a; text-decoration: none; }
a:active { color: #5a5a5a; text-decoration: underline; }

h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; pading: 0; margin: 0; }

p { line-height: 17px;}
img { padding: 0; margin: 0; border: none; }
form { padding: 0; margin: 0; }
input { font-family: Arial, Helvetica, sans-serif; color: #282B31; font-size: 12px; }
textarea { font-family: Arial, Helvetica, sans-serif; color: #282B31; font-size: 12px; }
select { font-family: Arial, Helvetica, sans-serif; color: #282B31; font-size: 12px; }

ul { line-height: 18px; }
li { list-style: square; }

.floatleft { float: left; }
.floatright { float: right; }
.clearboth { clear: both; }

::-moz-selection{
background: #ffc600;
color: #000000;
} 

::selection {
background: #ffc600;
color: #000000;
}
	
#CANON {
	width: 980px;
	}
	
#WRAP {
	width: 960px;
	margin: 0 10px;
	}
	
.content {
	width: 800px;
	padding: 20px 80px;
	}
	
.address {
	font-size: 12px;
	padding: 10px 0 0 420px;
	}

.address a {
	color: #008aff;
	}

/* TESTIMONIALS */
.testimonial {
	width: 800px;
	}

dl.tabbed dt {
	background-image: url(../images/tab_on.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 51px;
	padding: 18px 10px 0 0;
	margin-left: 28px;
	text-align: center;
	font-family: "OCR A Std", Arial;
	font-size: 20px;
	}
			
dl.tabbed dd {
	background-image: url(../images/testi_bg.gif);
	background-repeat: no-repeat;
	display: block;
	overflow: auto;
	width: 800px;
	height: 1620px;
	margin: 19px 0;
	text-align: justify;
	}

dl.tabbed dt.hidden { 
	background-image: url(../images/tab_off.gif); 
	color: #5a5a5a;
	}
	
dl.tabbed dd.hidden { display: none; }
dl.tabbed dt.hover { cursor: pointer; }

.testi_top {
	width: 740px;
	padding: 30px;
	}

.testi_bottom {
	width: 740px;
	padding: 30px 30px 0 30px;
	}

.testi_bottom_txt {
	padding: 0 20px 15px 20px;
	}

/*---------- bubble tooltip -----------*/
a.tip {
    position:relative;
    z-index:24;
    text-decoration:none;
    color:#5a5a5a;
}

a.tip span {
	display: none;
	position: absolute;
	top: 25px;
	left: 35px;
	width: 110px;
	padding: 5px;
	z-index: 24;
	background: #ffffff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	filter: alpha(opacity:30);
	KHTMLOpacity: 0.30;
	MozOpacity: 0.30;
	opacity: 0.30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}
