
body {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	color: #f00;
	margin: 0;
	padding: 0;
}
#body_bg {
	background: #d8d8c9 url(images/background.jpg) top left repeat-x;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	color: #000;
	margin: 20px 0px;
}
.clr {
	clear: both;
}
p {
	margin: 0;
	padding-bottom: 5px;
}
h1 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 24px;
	color: #686868;
	font-weight: normal;
	margin: 5px 0px;
}
h2 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 18px;
	color: #686868;
	font-weight: normal;
	margin: 5px 0px;
}
h3 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 16px;
	color: #686868;
	font-weight: normal;
	margin: 5px 0px;
}
h4 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 14px;
	color: #686868;
	font-weight: normal;
	margin: 5px 0px;
}
h5 {
	margin: 15px 0;
	color: #AAAAAA;
	border-bottom: 3px double #EEEEEE;
}
h6 {
	margin: 15px 0;
	color: #AAAAAA;
	border-bottom: 1px solid #EEEEEE;
}
a:link, a:visited {
	color: #888888;
	text-decoration: none;
	position: relative; /* Internet Explorer: a cancer on the web that must be stopped!!! */
}
a:hover{
	color: #666666;
	text-decoration: underline;
}
a:focus {
  outline: none;
}
ul {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}
ul a:link, ul a:visited{
	color: #999999;
	text-decoration: none;
}
ul a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
	position: relative;
}
input, select {
	font: 11px "Lucida Grande", Tahoma, Verdana, sans-serif;
}
select, .inputbox {
	padding: 2px;
}
.inputbox{
	margin: 1px 0;
}
.inputbox:focus {
	border: 1px solid #BABDB6;
	background: #FFFFDD;
}
textarea {
	padding-left: 2px;
}
textarea.inputbox{
	font: 11px "Lucida Grande", Tahoma, Verdana, sans-serif;
	width: 95%;
}
fieldset{
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 10px;
}
.button {
	padding: 1px 4px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	background: #f5f5f5;
	color: #333;
	cursor: pointer;
}
.button:hover, .button:focus {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
	color: #000;
}
.inputbox {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #EDEEEC;
	border-bottom: 1px solid #EDEEEC;
	border-left: 1px solid #BABDB6;
}
.inputbox:hover, .inputbox:focus {
	border: 1px solid #BABDB6;
}
hr {
	border: none 0;
	border-top: 1px solid #d5d5d5;
	height: 1px;
}


/* ACCORDION EFFECT
--------------------------------------------------------- */
div#accordion {
	padding-left: 5px;
}
.toggler {
	cursor: pointer;
	font-size: 14px;
	margin: 0;
	color: #00469b;
}


/* TOP MENU SELECTED BUTTONS
--------------------------------------------------------- */
.home div#nav li.home, .chi_siamo div#nav li.chi_siamo, .servizi div#nav li.servizi, .notizie div#nav li.notizie,
.contattaci div#nav li.contattaci, .area_clienti div#nav li.area_clienti, .faq div#nav li.faq {
    background: url(images/menu_active.gif) top left repeat-x;
}
.home div#nav li li.home {
	background: #013F5F;
}


/* CUSTOM STYLING
--------------------------------------------------------- */

div#wrapper {
	width: 970px;
	margin: 0px;
}
.small{
	font-size: 10px;
	color: #aaa;
}
.highlight{
	background-color: #ffff99;
}
div.blog_author {
	font-size: 10px;
	color: #aaa;
	margin-bottom: 5px;
}
span.alert{
	display: block;
	background: #fff6bf url(images/exclamation.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
span.info{
	display: block;
	background: #f8fafc url(images/information.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}
span.download{
	display: block;
	background: #e2f3de url(images/download.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #3C6;
	border-bottom: 2px solid #3C6;
}
pre{
	display: block;
	line-height: 100%;
	border-left: 2px solid #ccc;
	padding: 10px;
	font-family: Monaco, "Courier New", monospace;
	font-size: 11px;
	color: #336600;
}
/*pre{
	display: block;
	line-height: 100%;
	border-left: 5px solid #ccc;
	background: #f2f2f2;
	padding: 10px;
	font-family: Monaco, "Courier New", monospace;
	font-size: 11px;
	overflow: auto !important;
	overflow: scroll;
	width: 95%;
}*/
blockquote{
	margin: 20px 0;
	padding: 0 0 0 40px;
	background: url(images/quote.png) no-repeat;
	background-position: 10px 0;
	border: none;
	font-style: oblique;
	color: #888;
}
.floatlinks {
	display: block;
	float: right;
	margin: 0 0 20px 50px;
}
.doc_key {
	padding: 2px 20px 2px 25px;
	background: url(images/doc_key.png) no-repeat left top;
}
.pdf_key {
	padding: 2px 20px 2px 25px;
	background: url(images/pdf_key.png) no-repeat left top;
}
.pdf {
	padding: 2px 20px 2px 25px;
	background: url(images/pdf_text.png) no-repeat left top;
}
.pdf_sidebar {
	padding: 2px 0 2px 25px;
	background: url(images/pdf_sidebar.png) no-repeat left top;
}
.info_text {
	padding: 2px 20px 2px 25px;
	background: url(images/info_text.png) no-repeat left top;
}
.read_text {
	padding: 2px 20px 2px 25px;
	background: transparent url(images/read_text.png) no-repeat 0 50%;
}
.tech_text {
	padding: 2px 20px 2px 25px;
	color: #808080;
	background: url(images/tech_text.png) no-repeat left top;
}
.form_text {
	padding: 2px 20px 2px 25px;
	color: #808080;
	background: url(images/form_text.png) no-repeat left top;
}
.form_text_sidebar {
	padding: 2px 0 2px 25px;
	color: #808080;
	background: url(images/form_text_sidebar.png) no-repeat left top;
}
.email_text {
	padding: 2px 20px 2px 25px;
	color: #808080;
	background: url(images/email_text.png) no-repeat left top;
}

.email_text_sidebar {
	padding: 2px 0 2px 25px;
	color: #808080;
	background: url(images/email_text_sidebar.png) no-repeat left top;
}
.legale_text_sidebar {
	padding: 2px 0 2px 25px;
	color: #808080;
	background: url(images/legale_text_sidebar.png) no-repeat left top;
}
.faq_text_sidebar {
	padding: 2px 0 2px 25px;
	color: #808080;
	background: url(images/faq_text_sidebar.png) no-repeat left top;
}
.privacy_text_sidebar {
	padding: 2px 0 2px 25px;
	color: #808080;
	background: url(images/privacy_text_sidebar.png) no-repeat left top;
}
.prev_text {
	padding: 2px 20px 2px 25px;
	color: #808080;
	background: url(images/prev_text.png) no-repeat left top;
}

/* ---- list styling --- */
ul#style {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}
li.ok {
	padding: 2px 20px 2px 25px;
	background: url(images/ok_list.png) no-repeat left top;
}

/* ---- login style --- */
div#login_form {

}
div#nome_utente {
	float: left;
}
div#password, div#button_field {
	float: left;
	padding-left: 20px;
}
div.login_text {
	font-size: 11px;
}


/* TOP HEADER
--------------------------------------------------------- */
div#top_header_wrap {}
div.top_header {
	background: url(images/top_header_top.png) top left no-repeat;
	height: 111px;
}

/* ---- logo --- */
div#logo_wrap {
	position: relative;
	width: 970px;
}
div#logo {
	
	width: 348px;
	height: 70px;
	position: absolute;
	left: 46px;
	top: 33px;
}
#topbutton {
	top: 55px;
	left: 250px;
	height: 30px;
	text-align: center;
	width: 321px;
	position:relative;
}
#topbutton li {
	height: 30px;
	float: left;
	display: inline;
}

#topbutton li a {
	display: block;
	height: 30px;
	background-position: top left;
	text-indent: -9999px;
	
}
#topbutton li a.bt1 {
	background: url(images/our.png);
	width: 113px;
}
#topbutton li a.bt2 {
	background: url(images/printed.png);
	width: 113px;
	margin-left:15px;background-repeat:no-repeat;
}
#topbutton li a.bt3 {
	background: url(images/search.png);
	width: 55px;
	margin-left:25px;background-repeat:no-repeat;
}
#topbutton li a:hover {
	background-position: bottom left;
}
/* ---- beta stripe --- */
div#beta_wrap {
	position: relative;
	width: 970px;
	z-index: 1000;
}
div#beta {
	background: url(images/beta_stripe.png) no-repeat;
	width: 107px;
	height: 107px;
	position: absolute;
	right: 25px;
	top: 24px;
}


/* CONTENT LAYOUT
--------------------------------------------------------- */
div#content_layout_wrap {}
div.content_layout {
	background: url(images/content_layout.png) top left repeat-y;
	height: 1%;
}
div.content_layout_sidebar {
	background: url(images/content_layout.png) top left repeat-y;
	height: 1%;
}
div.content_layout_sidebarreal {
	background: url(images/content_layout_sidebar.png) top left repeat-y;
	height: 1%;
}

/* TOP MENU
--------------------------------------------------------- */
div#top_menu_wrap {
	padding: 0px 25px;
}
div.top_menu {
	background: url(images/topmenu.png) top left repeat-x;
	height: 50px;
}
div.top_menu_empty {
	background: url(images/topmenu.png) top left repeat-x;
	height: 5px;
}


/* DROP DOWN MENU
--------------------------------------------------------- */
div#ddmenuwrap {
background-color:#d7d8ca;
	height: 50px;
	position: relative;
	z-index: 100;
}


/* HEADER
--------------------------------------------------------- */
div#header_wrap {
	padding: 0px 25px;
}
div#header {
	height: 663px;
	background: #ffffff;
	border-bottom: 7px solid #fff;
}

/* ---- header content --- */

div#header_content {
	background: #ffffff;
	border-bottom: 7px solid #fff;
}

/* ---- scrolling header --- */
#demo-bar {
	margin: 0px auto;
	padding: 0;
	width: 920px;
	text-align: center;
} 
#demo-wrapper {
	margin: 0px auto;
	overflow: hidden; 
	height: 623px; 
	width: 920px;
	position: relative;
} 
#demo-inner {
	width: 4600px;
	height: 623px;
	position: relative;
} 
.scrolling-content {
	width: 139px;
	height: 73px;
	text-align: left;
	position: absolute;
} 
.scrolling-content h1 { 
	color: #fff;
	padding: 0;
	font-size: 11px;
} 

div#user1, div#user2, div#user3, div#user4, div#user5, div#user6, div#user7, div#user8, div#user9, div#user10, div#user11, div#user12 {
	font-size: 14px;
	color: #9a9a9a;
	
	padding: 0px 0 0 20px;
	text-align:left;
}
div#content1 a:link, div#content1 a:visited,
div#content2 a:link, div#content2 a:visited,
div#content3 a:link, div#content3 a:visited,
div#content4 a:link, div#content4 a:visited,
div#content5 a:link, div#content5 a:visited
div#content5 a:link, div#content6 a:visited {
	color: #9a9a9a;
	text-decoration: underline;
}
div#content1 a:hover,
div#content2 a:hover,
div#content3 a:hover,
div#content4 a:hover,
div#content5 a:hover
div#content6 a:hover {
	color: #fff;
}


/* ---- header buttons --- */

div#header_buttons {
	height: 40px;
	
}
/* a#link1, a#link2, a#link3, a#link4, a#link5 {
	width: 184px;
	height: 80px;
	display: block;
}*/



ul#buttons {
	margin: 0;
	padding: 0;
}
ul#buttons li {
	list-style: none;
}
ul#buttons li a:link, ul#buttons li a:visited {
	width: 153px;
	height: 40px;
	display: block;
}


/* ---- user6 --- */
/*div#user6_wrap {
	padding: 0 25px;
}
div#user6 {
	background: #0C110D;
	border-bottom: 5px solid #c1c1c1;
	color: #9a9a9a;
	text-align: left;
	padding: 10px 25px;
	font-size: 11px;
}
div#user6 a:link, div#user6 a:visited {
	color: #9a9a9a;
	text-decoration: underline;
	font-size: 11px;
}
div#user6 a:hover {
	color: #ffffff;
	text-decoration: underline;
}
*/

/* CONTENT
--------------------------------------------------------- */
div#content_wrap { /* 1 column layout */
	padding: 0px 25px;
} 
div#content_wrap_sidebar { /* 2 columns layout */
	width: 670px;
	padding: 0px 25px;
	float: left;
}
div#content {}



/* ---- mainbody --- */
div#mainbody_wrap {}
div#mainbody {
	padding: 10px 20px 0px 20px;
	text-align: left;
}

/* ---- content body --- */
div.entry {
text-align:center;}

div.entry a{
	background-image:url(images/address.png);
	background-position:top left;
	width: 850px;
	height: 30px;
	text-indent:-9999px;
	display:block;}
	


/* ---- list bottom users --- */
div#list_bottom_users_wrap{
	padding: 20px 15px 15px 15px;
	height: 1%; /* ie really sucks */
}


/* SIDEBAR
--------------------------------------------------------- */
div#sidebar_wrap {
	float: left;
	text-align: left;
	width: 200px;
	margin-top: 20px;
}
div#sidebar {}
div#sidebar h3 {
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin: 0px 0px;
	margin-bottom: 3px;
}
div#sidebar {
	font-size: 11px;
	color: #595959;
	margin-bottom: 30px;
}
div#sidebar a:link, div#sidebar a:visited {
	color: #595959;
	text-decoration: none;
}
div#sidebar a:hover {
	color: #595959;
	text-decoration: none;
}
div.entry_sidebar {
	margin-bottom: 20px;
}
span.stats{
	padding-top: 10px;
	color: #bbb;
	font-size: 10px;
}


/* BOTTOM LAYOUT
--------------------------------------------------------- */
div#bottom_layout {}
div.bottom_layout {
	background: url(images/bottom_layout.png) top left repeat-y;
	height: 41px;
}
div.bottom_layout_sidebar {
	background: url(images/bottom_layout_sidebar.png) top left repeat-y;
	height: 41px;
}


/* FOOTER
--------------------------------------------------------- */
div#footer_wrap {
	padding-top: 10px;
}
div#footer {
	color: #c1c1c1;
	font-size: 11px;
}
div#footer a:link, div#footer a:visited {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/*-------------------------KWICKS--------------------*/
.kwickswrap{
padding:2px 0px 0px 0px;
margin-left:62px;
}
.kwickswrap1{
padding:2px 0px 0px 0px;
background-color: #000000;
border-bottom: 5px solid #c1c1c1;
}
.kwicks {
	list-style: none;
	position: relative;
	
	padding: 0;
	width:840px;
	height:50px;
	z-index:2;
}
.kwicks li{
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	width: 120px;
	height: 50px;
	z-index:2;
	cursor:pointer;

}

.kwicks li a{
	height: 50px;
	text-indent:-9999px;
	outline:none;
	display:block;
	background-image: url(images/mainmenu.png);
	background-repeat:no-repeat;
	z-index:2;
	cursor:pointer;

}
.kwicksbot {
	list-style: none;
	position: relative;
	
	padding: 0;
	width:840px;
	height:50px;
	z-index:2;
}
.kwicksbot li{
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	width: 120px;
	height: 50px;
	z-index:2;
	cursor:pointer;

}
.kwicksbot li a{
	height: 50px;
	text-indent:-9999px;
	outline:none;
	display:block;
	background-image: url(images/bottom_menu.png);
	background-repeat:no-repeat;
	z-index:2;
	cursor:pointer;

}
#kwick1 a{
background-position:0px 0px;
}
#kwick1 a:hover, #kwick1 #aktiv{
background-position:0px -50px !important;
}

#kwick2 a{
	background-position:-190px 0px;
}
#kwick2 a:hover, #kwick2 #aktiv{
	background-position:-190px -50px!important;
}


#kwick3 a{
	background-position:-380px 0px;
}
#kwick3 a:hover, #kwick3 #aktiv{
	background-position:-380px -50px!important;
}


#kwick4 a{
background-position:-570px 0px;
}
#kwick4 a:hover, #kwick4 #aktiv{
background-position:-570px -50px!important;
}

#kwick5 a{
background-position:-760px 0px;
} 
#kwick5 a:hover, #kwick5 #aktiv{
background-position:-760px -50px!important;
} 
  
#kwick6 a{ 
background-position:-950px 0px;
}
#kwick6 a:hover, #kwick6 #aktiv{ 
background-position:-950px -50px!important;
}
#kwick7 a{ 
background-position:-1140px 0px;
}
#kwick7 a:hover, #kwick7 #aktiv{ 
background-position:-1140px -50px!important;
}
#kwick8 a{
background-position:0px -100px;
}
#kwick8 a:hover, #kwick8 #aktiv{
background-position:0px -150px !important;
}

#kwick9 a{
	background-position:-190px -100px;
}
#kwick9 a:hover, #kwick9 #aktiv{
	background-position:-190px -150px!important;
}


#kwick10 a{
	background-position:-380px -100px;
}
#kwick10 a:hover, #kwick10 #aktiv{
	background-position:-380px -150px!important;
}


#kwick11 a{
background-position:-570px -100px;
}
#kwick11 a:hover, #kwick11 #aktiv{
background-position:-570px -150px!important;
}

#kwick12 a{
background-position:-760px -100px;
} 
#kwick12 a:hover, #kwick12 #aktiv{
background-position:-760px -150px!important;
} 
  
#kwick13 a{ 
background-position:-950px -100px;
}
#kwick13 a:hover, #kwick13 #aktiv{ 
background-position:-950px -150px!important;
}
#kwick14 a{ 
background-position:-1140px -100px;
}
#kwick14 a:hover, #kwick14 #aktiv{ 
background-position:-1140px -150px!important;
}
#slider {
	width: 920px;
	margin: 0 auto;
	position: relative;
}

.scroll {
  height: 623px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  
}

.scrollContainer div.panel {
	padding: 10px 0 0 0;
	height: 623px;
	width: 920px; /* change to 560px if not using JS to remove rh.scroll */
}

ul.navigation {
list-style-image:none;
list-style-position:inside;
list-style-type:none;
margin:0;
padding:0 4px;
}
ul.navigation li {
display:inline;
margin-right:10px;
}
/*ul.navigation a {
color:#000000;
padding:10px;
text-decoration:none;
}*/
/*ul.navigation a:hover {
background-color:#F6F6F6;
}*/
/*ul.navigation a.selected {
background-color:#FFFFFF;
}*/
/*ul.navigation a:focus {

outline-style:none;
outline-width:medium;
}*/

li#but_pg1 a{
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p1.jpg) 0% 0% no-repeat;
	text-indent: -9999px;
}
li#but_pg1 a:hover {
	background: url(images/p1.jpg) 0% 50% no-repeat;
}
li#but_pg1 a.selected {
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p1.jpg) 0% 100% no-repeat;
}
li#but_pg2 a{
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p2.jpg) 0% 0% no-repeat;
	text-indent: -9999px;
}
li#but_pg2 a:hover {
	background: url(images/p2.jpg) 0% 50% no-repeat;
}
li#but_pg2 a.selected {
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p2.jpg) 0% 100% no-repeat;
}
li#but_pg3 a{
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p3.jpg) 0% 0% no-repeat;
	text-indent: -9999px;
}
li#but_pg3 a:hover {
	background: url(images/p3.jpg) 0% 50% no-repeat;
}
li#but_pg3 a.selected {
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p3.jpg) 0% 100% no-repeat;
}
li#but_pg4 a{
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p4.jpg) 0% 0% no-repeat;
	text-indent: -9999px;
}
li#but_pg4 a:hover {
	background: url(images/p4.jpg) 0% 50% no-repeat;
}
li#but_pg4 a.selected {
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p4.jpg) 0% 100% no-repeat;
}
li#but_pg5 a{
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p5.jpg) 0% 0% no-repeat;
	text-indent: -9999px;
}
li#but_pg5 a:hover {
	background: url(images/p5.jpg) 0% 50% no-repeat;
}
li#but_pg5 a.selected {
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p5.jpg) 0% 100% no-repeat;
}
li#but_pg6 a{
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p6.jpg) 0% 0% no-repeat;
	text-indent: -9999px;
}
li#but_pg6 a:hover {
	background: url(images/p6.jpg) 0% 50% no-repeat;
}
li#but_pg6 a.selected {
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p6.jpg) 0% 100% no-repeat;
}
li#but_pg7 a{
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p7.jpg) 0% 0% no-repeat;
	text-indent: -9999px;
}
li#but_pg7 a:hover {
	background: url(images/p7.jpg) 0% 50% no-repeat;
}
li#but_pg7 a.selected {
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p7.jpg) 0% 100% no-repeat;
}
li#but_pg8 a{
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p8.jpg) 0% 0% no-repeat;
	text-indent: -9999px;
}
li#but_pg8 a:hover {
	background: url(images/p8.jpg) 0% 50% no-repeat;
}
li#but_pg8 a.selected {
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p8.jpg) 0% 100% no-repeat;
}
li#but_pg9 a{
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p9.jpg) 0% 0% no-repeat;
	text-indent: -9999px;
}
li#but_pg9 a:hover {
	background: url(images/p9.jpg) 0% 50% no-repeat;
}
li#but_pg9 a.selected {
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p9.jpg) 0% 100% no-repeat;
}
li#but_pg10 a{
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p10.jpg) 0% 0% no-repeat;
	text-indent: -9999px;
}
li#but_pg10 a:hover {
	background: url(images/p10.jpg) 0% 50% no-repeat;
}
li#but_pg10 a.selected {
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p10.jpg) 0% 100% no-repeat;
}
li#but_pg11 a{
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p11.jpg) 0% 0% no-repeat;
	text-indent: -9999px;
}
li#but_pg11 a:hover {
	background: url(images/p11.jpg) 0% 50% no-repeat;
}
li#but_pg11 a.selected {
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p11.jpg) 0% 100% no-repeat;
}
li#but_pg12 a{
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p12.jpg) 0% 0% no-repeat;
	text-indent: -9999px;
}
li#but_pg12 a:hover {
	background: url(images/p12.jpg) 0% 50% no-repeat;
}
li#but_pg12 a.selected {
	width: 76px;
	height: 40px;
	float: left;
	background: url(images/p12.jpg) 0% 100% no-repeat;
}
#right_submenu {
position : absolute;
top : 50px;
left : 680px;
width : 203px;
}
.right_submenulist {
width : 200px;
height : auto;
margin : 0;
padding : 0;
}
.right_submenulist li {
height : 25px;
margin : 0;
padding : 0;
}
.right_submenulist a {
text-decoration:none;
}
.right_submenulist a:hover {
color : #c5c5c5;
text-decoration : none;
}
#content1 {
	left: 0px; 
	top: 0px;
	width: 920px;
	height: 623px;
	background: url(images/cat01.jpg) top right no-repeat;
}
#content2 {
	left: 920px; 
	top: 0px;
	width: 920px;
	height: 623px;
	background: url(images/cat02.jpg) top right no-repeat;
} 
#content3 {
	left: 1840px; 
	top: 0px;
	width: 920px;
	height: 623px;
	background: url(images/cat03.jpg) top right no-repeat;
} 
#content4 {
	left: 2760px; 
	top: 0px;
	width: 920px;
	height: 623px;
	background: url(images/cat04.jpg) top right no-repeat;
}
#content5 {
	left: 3680px; 
	top: 0px;
	width: 920px;
	height: 623px;
	background: url(images/cat05.jpg) top right no-repeat;
}
#content6 {
	left: 4600px; 
	top: 0px;
	width: 920px;
	height: 623px;
	background: url(images/cat06.jpg) top left no-repeat;
}
#content7 {
	left: 5520px; 
	top: 0px;
	width: 920px;
	height: 623px;
	background: url(images/cat07.jpg) top right no-repeat;
}
#content8 {
	left: 6440px; 
	top: 0px;
	width: 920px;
	height: 623px;
	background: url(images/cat08.jpg) top right no-repeat;
} 
#content9 {
	left: 7360px; 
	top: 0px;
	width: 920px;
	height: 623px;
	background: url(images/cat09.jpg) top right no-repeat;
} 
#content10 {
	left: 8280px; 
	top: 0px;
	width: 920px;
	height: 623px;
	background: url(images/cat10.jpg) top right no-repeat;
}
#content11 {
	left: 9200px; 
	top: 0px;
	width: 920px;
	height: 623px;
	background: url(images/cat11.jpg) top right no-repeat;
}
#content12 {
	left: 10120px; 
	top: 0px;
	width: 920px;
	height: 623px;
	background: url(images/cat12.jpg) top left no-repeat;
}