/*Links*/

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: red;
}

#navigation a:link, #navigation a:visited {
	color: #b0b0b0;
	text-decoration: none;
	font-weight: bold;
}

#navigation #current a:visited, #navigation #current a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}


/*Image Replacement*/

h1:before {
	content: url(../images/layout/logotipo_iteam.jpg); 
	display: block;
}

h1 {
	padding: 0; 
	margin: 0; 
	height: 94px; 
	overflow: hidden;
}


/*Rounded Corners*/

.roundcont {
	background-color: #000;
	color: #fff;
}

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

.roundbottom {
	background: url(../images/layout/br.gif) no-repeat top right;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/*black*/
.bl {
	background: url(../images/layout/bl.gif) 0 100% no-repeat; 
	background-color: black;
}

.br {
	background: url(../images/layout/br.gif) 100% 100% no-repeat;
}

.tl {
	background: url(../images/layout/tl.gif) 0 0 no-repeat;
}

.tr {
	background: url(../images/layout/tr.gif) 100% 0 no-repeat; padding: 10px;
}

.tr3 {
	background: url(../images/layout/tr.gif) 100% 0 no-repeat; padding: 4px;
}

/*white*/
.bl2 {
	background: url(../images/layout/bl_white.gif) 0 100% no-repeat;
}

.br2 {
	background: url(../images/layout/br_white.gif) 100% 100% no-repeat;
}

.tl2 {
	background: url(../images/layout/tl_white.gif) 0 0 no-repeat;
}

.tr2 {
	background: url(../images/layout/tr_white.gif) 100% 0 no-repeat; padding: 1px 10px 10px;
}

.t {
	background: url(../images/layout/dot.gif) 0 0 repeat-x; width: 100%;
}

.b {
	background: url(../images/layout/dot.gif) 0 100% repeat-x;
}

.l {
	background: url(../images/layout/dot.gif) 0 0 repeat-y;
}

.r {
	background: url(../images/layout/dot.gif) 100% 0 repeat-y;
}


/*Navigation*/

#navigation {
	float: left;
	width: 100%;
	background: #fff url(../images/layout/bg.gif) repeat-x bottom;
	font-size: 93%;
	line-height: normal;
}

#navigation ul {
	margin: 0;
	padding: 1.31em 10px 0;
	list-style: none;
}

#navigation li {
	float: left;
	background: url(../images/layout/left.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}

#navigation a {
	float: left;
	display: block;
	background: url(../images/layout/right.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
}
      
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#header a {float: none;}
/* End IE5-Mac hack */
  
#navigation #current {
	background-image: url(../images/layout/left_on.gif);
}

#navigation #current a {
	background-image: url(../images/layout/right_on.gif);
	padding-bottom: 5px;
}


/*Everything Else*/

* {
	font-family: Arial, Helvetica, sans-serif; 
}

body {
	background: white;
}

#container {
	min-width: 763px;
	max-width: 860px;
	margin: 10px auto 0 auto;
}

h1 {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 1em;
	text-align: right;
	padding-right: 8px;
	display: none;
}

h3 {
	font-size: 0.9em;
}

h4 {
	font-size: 0.8em;
}

p {
	font-size: 0.8em;
}

hr {
	display: none;
}

ul {
	list-style: none;
	font-size: 0.8em;
	padding: 0;
}
#pcenter {
	text-align: center;	
	margin-top: 80px;
}

#content1 {
	float: left;
	width: 150px;
	padding: 40px 0 0 25px;
	background: white;
}

#content1sub {
	width: 150px;
}

#content2 {
	float: left;
	width: 57.6%;
	padding: 40px 21px 0 14px;
	background: white;
}

#content2sub p {
	padding-bottom: 0.4em;
	border: dashed #666;
	border-width: 0 0 1px;
}

#content3 {
	float: left;
	width: 15.8%;
	padding: 40px 0 0 0;
	background: white;
	margin-left: -7px;
}

#content3 ul {
	margin: 0;
}

img {
	border: none;
}

.content1img {
	margin: 12.5px 0 0 3px;
}

#footer {
	background: white;
	color: white;
	display: block;
	margin-top: 1em;
	float: right;
	width: 100%;
}

#footer p {
	margin: 0.9em 1.2em;
}
