/* CSS Document */
body,td,th {
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

body {
	margin: 0px;
	background-color: #f7f7f7;
}

a {
	text-decoration: none;
}

a:link,a:visited {
	color: #666666;
}

a:hover,a:active {
	color: #FF0000;
}

form {
	margin: 0px
}

#amigo {
	width: 779px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}

/* CSS Document */
.cor01-tl,.cor01-tr,.cor01-br,.cor01-bl {
	background-repeat: no-repeat;
}

.cor01-t,.cor01-b {
	background-repeat: repeat-x;
}

.cor01-l,.cor01-r {
	background-repeat: repeat-y;
}

.cor01-tl {
	background-image: url(../images/cor_tl.gif);
	background-position: left top;
}

.cor01-tr {
	background-image: url(../images/cor_tr.gif);
	background-position: right top;
}

.cor01-br {
	background-image: url(../images/cor_br.gif);
	background-position: right bottom;
}

.cor01-bl {
	background-image: url(../images/cor_bl.gif);
	background-position: left bottom;
}

.cor01-t {
	background-image: url(../images/cor_t.gif);
	background-position: left top;
}

.cor01-b {
	background-image: url(../images/cor_b.gif);
	background-position: left bottom;
}

.cor01-l {
	background-image: url(../images/cor_l.gif);
	background-position: left;
}

.cor01-r {
	background-image: url(../images/cor_r.gif);
	background-position: right;
}

.cor01-pad {
	padding: 5px
}

/* --- */
#top {
	background-image: url(../images/t-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}

.logo {
	background-image: url(../images/logo_amigo.gif);
	background-repeat: no-repeat;
}

#language {
	color: #FF0000;
	text-align: right;
}
/* --- */
#nav {
	margin-right: 130px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* remove all the bullets, borders and padding from the default list styling */
#nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#nav ul ul {/*
	width:150px;*/
	text-align: left;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav li {
	float:left;
	/*width:150px;*/
	position:relative;
}
/* style the links for the top level */
#nav a, #nav a:visited {
	display:block;
	/*width:139px; */
	height:30px;
	line-height:29px;
	font-weight:bold;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	padding: 0 5px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #nav a, * html #nav a:visited {
	display: inline;
	float: left;
	padding-right: 5px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0; 
	width:150px;
}
/* another hack for IE5.5 */
* html #nav ul ul {
	top:30px;
	t\op:31px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#nav table {position:absolute; top:0; left:0;}

/* style the second level links */
#nav ul ul a, #nav ul ul a:visited {
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:129px;
	background-color: #ccc;/* yet another hack for IE5.5 */
}
* html #nav ul ul a{
	width:150px;
	w\idth:129px;
}

/* style the top level hover */
#nav a:hover,#nav a:active, #nav .nav-active {
	color:#fff;
	background: #FF0000;
}
#nav ul ul a:hover{
	color:#fff;
	background: #999;}
#nav :hover > a {
	color:#fff;
	background: #FF0000;
}
#nav ul ul :hover > a {
	color:#fff;
	background-color: #999;}

/* make the second level visible when hover on first level list OR link */
#nav ul li:hover ul,
#nav ul a:hover ul{
	visibility:visible; 
}
.nav-active {}

/* --- */
#weblink {
	background-color: #f4f4f4;
	margin-bottom: 3px;
	width: 150px;
	float: right;
}

#weblink select {
	width: 140px
}

.box01-l,.box01-r,.box01-b {
	background-image: url(../images/box01_bg.gif);
}

.box01-l {
	background-repeat: repeat-y;
	background-position: left;
}

.box01-r {
	background-repeat: repeat-y;
	background-position: right;
}

.box01-b {
	background-repeat: repeat-x;
	background-position: left bottom;
}

.box01-br {
	background-image: url(../images/box01_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.box01-bl {
	background-image: url(../images/box01_bl.gif);
	background-repeat: no-repeat;
	background-position: left, bottom;
}

.box01-padding {
	padding: 5px
}

/* --- */
#banner {
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 19px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}

/* --- */
#content {
	
}

.clear {
	clear: both
}

/* --- */
#link-footer {
	background-image: url(../images/f-link.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: 10px;
}

/* --- */
#footer {
	
}

.footer-bg {
	background-color: #eee;
	background-image: url(../images/f_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.footer-bgr {
	background-image: url(../images/f_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 37px;
	line-height: 35px;
	padding-right: 7px;
	padding-left: 7px;
}

.footer-right {
	margin-left: 230px;
	text-align: right;
}

.footer-left {
	float: left;
	width: 200px;
	font-weight: bold;
	text-align: center;
}

/* CSS Document */
#date {
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

#search {
	background-color: #f5f5f5;
	padding: 5px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 1px;
}

.search {
	width: 130px
}

.r-bg {
	background: #f5f5f5 url(../images/r-bg.gif) repeat-x left bottom;
}

.title {
	background: url(../images/title_m.gif) repeat-y;
}

.title-t {
	background: url(../images/title_t.gif) no-repeat left top;
}

.title-b {
	background: url(../images/title_b.gif) no-repeat left bottom;
}

.title-padding {
	background: url(../images/title_bullet.gif) no-repeat 12px 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 25px;
}

/*.list {}*/
.list {padding: 5px}
.list ul{margin:0px; padding:0px; list-style:none}
.list li{margin:0px; padding:2px; display:block;}
.list a {
	padding-left: 15px;
	display:block;
}
.list a:link, .list a:visited {background: url(../images/bullet.gif) no-repeat 5px 7px;}
.list a:hover, .list a:active {}

/*solution-box*/
.solution-box1,.solution-box2,.solution-box3 {
	width: 175px;
}

.solution-box1 {
	float: left;
}

.solution-box2 {
	margin-right: auto;
	margin-left: auto;
}

.solution-box3 {
	float: right;
}

.box02-bl {
	background: url(../images/box02_bl.gif) no-repeat left bottom;
}

.box02-br {
	background: url(../images/box02_br.gif) no-repeat right bottom;
}

.box02-b {
	background: url(../images/box02_b.gif) repeat-x left bottom;
}

.box02-pad {
	
}

.box03-tl {
	background: url(../images/box03_tl.gif) no-repeat left top;
}

.box03-tr {
	background: url(../images/box03_tr.gif) no-repeat right top;
}

.box03-br {
	background: url(../images/box03_br.gif) no-repeat right bottom;
}

.box03-bl {
	background: url(../images/box03_bl.gif) no-repeat left bottom;
}

.box03-t {
	background: url(../images/box03_bg.gif) repeat-x left top;
}

.box03-r {
	background: url(../images/box03_bg.gif) repeat-y right;
}

.box03-b {
	background: url(../images/box03_bg.gif) repeat-x left bottom;
}

.box03-l {
	background: url(../images/box03_bg.gif) repeat-y left;
}

.box03-pad {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 3px;
	padding-left: 3px;
}
