/*	<reset>	*/

* {
	margin: 0; padding: 0;
} 

img { 
	border : none;
}

ul
{
	list-style : none;
}

/*	<reset>	*/

body {
	font-family : Verdana, Helvetica, Tahoma, sans-serif;
	font-size : 75%;
	line-height : 1.5;	
	background : #3B3B3B;
}

a:link, a:visited, a:active {
	text-decoration : none;
	border-bottom : 1px solid #7ac142;
	color: #7ac142;
}

a:hover {
	border-bottom : 1px dotted #7ac142;	
	color : #fff;
	background : #7ac142;
}

p {font-size : 1em;!important;}

#main {
	width: 760px;
	margin: 0 auto;
}

#banner {
	height: 140px;
	background: #454545;
	text-align: center;
	border: 1px solid #454545;
}

#banner a{border:none;}

.banner
{
	display : block;
	margin : 25px auto 0 auto;
	width : 342px;
	height : 107px;
}

#menu {
	width: 100%;
	height : 47px;
	padding : 0;
	background : url(/img/menu-bg.jpg) repeat-x;
}

#menu ul {
	margin: 0 auto;
	border : 0;
	width : 410px;
}

#menu ul li 
{
	float : left;
}

#menu ul li a, #menu ul li a:visited, #menu ul li a:hover
{
	display : block;
	text-indent : -999px;
	height : 47px;
	margin : 0;
	border: none;
}

#menu ul li.home-active 
{
 background : url(/img/menu-home.jpg) 0 bottom no-repeat;
}

#menu ul li.home-active a.home {background : none;}

#menu ul li.pis-active 
{
 background : url(/img/menu-pis.jpg) 0 bottom no-repeat;
}

#menu ul li a.careers
{
	background : url(/img/menu-careers.jpg) 0 top no-repeat;
	width : 70px;
}


#menu ul li a.careers:hover
{
	background-position:  0 bottom;
}

#menu ul li.pis-active a.products-and-services {background : none;}

#menu ul li.contact-active 
{
 background : url(/img/menu-contact.jpg) 0 bottom no-repeat;
}

#menu ul li.contact-active a.contact-us {background : none;}

#menu ul li.resources-active 
{
 background : url(/img/menu-resources.jpg) 0 bottom no-repeat;
}

#menu ul li.resources-active a.resources {background : none;}

#menu ul li a.home
{
	background : url(/img/menu-home.jpg) 0 top no-repeat;
	width : 40px;
	border : none;
}

#menu ul li a.home:hover
{
	background-position:  0 bottom;
}

#menu ul li a.products-and-services
{
	background : url(/img/menu-pis.jpg) 0 top no-repeat;
	width : 150px;
}

#menu ul li a.products-and-services:hover
{
	background-position:  0 bottom;
}

#menu ul li a.contact-us
{
	background : url(/img/menu-contact.jpg) 0 top no-repeat;
	width : 80px;
}

#menu ul li a.contact-us:hover
{
	background-position:  0 bottom;
}

#menu ul li a.resources
{
	background : url(/img/menu-resources.jpg) 0 top no-repeat;
	width : 70px;
}

#menu ul li a.resources:hover
{
	background-position:  0 bottom;
}



#menu ul li a.resources
{
	background : url(/img/menu-resources.jpg) no-repeat;
	width : 70px;
}

.main-img
{
	width : 333px;
	height : 305px;
	float : left;
}

#content {
	width : 100%;
	height : auto;
	color : #000;
}

#content #welcome
{
	margin : 56px 0 0 0;
	padding : 55px 0 9px 0;
	background : #454545 url(/img/txt-welcome.jpg) 50% 20px no-repeat;
	float : right;
	width : 427px;
	height : 
	color : #B0B0B0;
}

#content #welcome p
{
	margin : 0px 20px 7px 20px;
	line-height : 1.5;
	color : #B0B0B0;
}

#content #bottom
{
	clear : both;
	overflow: hidden;
	width : 760px;
	background : #454545;
}

#bottom #services
{
	width : 333px;
	float : left;
	background : #454545 url(/img/txt-services.jpg) 40px 20px no-repeat;
	color : #B0B0B0;
}

#bottom #services ul
{
	width : 70%;
	list-style : square;
	margin : 60px auto 0 auto;
}

#bottom #services ul li
{
	margin : 0 0 10px 0;
	color : #B0B0B0;
}

#bottom #about
{
	float : right;
	background : #3B3B3B url(/img/txt-about.jpg) 40px 20px no-repeat;
	width : 427px;
	padding : 60px 0 10px 0;
	color : #B0B0B0;
}


#bottom #about p
{
	margin : 0px 20px 10px 20px;
	color : #B0B0B0;
}

#bottom #upload
{
	float : left;
	background : #3B3B3B;
	width : 427px;
	padding : 60px 0 60px 0;
	color : #ffffff;
	font-size : 100%;
}

#bottom #restoreright
{
	float : right;
}

#footer {
	background: #262626;
	color : #8B8B8B;
	clear: both;
	height: 20px;
	font-size: 10px;
	padding : 15px 0 10px 0;
	position : relative;
}

#footer ul
{
	position : absolute;
	right : 50px;
	top : 15px;
}

#footer ul li
{
	float : left;
	padding : 0 0 0 5px;
}

#footer ul li a
{
	color : #8b8b8b;
	background : none;
	border-bottom : 1px solid #8b8b8b;
}

#footer ul li a:hover
{
	color : #fff;
	border-bottom : 1px solid #fff;
}
 
#footer p a
{
	margin : 0 0 0 50px;
	color : #8b8b8b;
	background : none;
	border-bottom : 0px solid #8b8b8b;
}

#footer span
{
	margin : 0 0 0 10px;
}

#sub-menu
{
	padding : 0px 0;
	height : 3em;
	background : #3E7DA9 url(/img/submenu-bg.jpg) repeat-x;
}

#sub-menu ul
{
	margin : 0 auto 0 auto;
	padding : 7px 0 0 0;
	width : 62%;
	
}

#sub-menu ul li
{
	float : left;
	padding : 0 20px;
	border-right : 1px solid #fff;	
}

#sub-menu ul li a, #sub-menu ul li a:visited
{
	color : #fff;
	border-bottom : 1px solid #3E7DA9;
}

#sub-menu ul li a.active
{
  border-bottom : 1px dashed #fff;
}	

#sub-menu ul li a:hover
{
	border-bottom : 1px solid #fff;
	background : none;
}

#sub-top
{
	width : 100%;
	height : 155px;
	position : relative;
	border-bottom : 30px solid #DEDEDE;
	background: #454545;
}

#sub-top h1 span {display : none;}

#sub-top h1
{
	position : absolute;
	right : 30px;
	top : 70px;
	background : url(/img/txt-standard.jpg) 50% 0 no-repeat;
	width : 290px;
	height : 30px;
	color : #fff;
}

#sub-content
{
	width : 100%;
	height : auto;
	background : #fff;
	position : relative;
	overflow : hidden;
	padding : 0 0 40px 0;
}

h1
{
	font-size: 1.3em;
	color : #5285B2;
	
}

#sub-content #datas
{
  margin : 40px;
}

#sub-content #datas p
{
  margin : 15px 0;
  color : #000;
  line-height : 2em;
}

#sub-content #datas h2
{
  color : #7AC142;
  font-size : 1.3em;
  margin : 3em 0 1em 0;
}

#sub-content #datas h3
{
  color : #454545;
  font-size : 1.1em;
  font-weight : bold;
}

#sub-content #datas ul li
{
  margin : 0 0 10px 40px;
  list-style : square;
}



#sub-content #datas #divs
{
	width : 320px;
	height : 20em;
	position : relative;
	margin : 40px 20px 0 0px;
	float : left;
}

#sub-content #divs p
{
	margin : 10px 0;
}

#sub-content #divs img.min
{
	width : 100px;
	height : 100px;
	float : left;
	margin : 10px 10px 10px 0;
}

#sub-content #divs a, #sub-content #divs a:visited
{
	position : absolute;
	right : 0;
	bottom : 0;
 	
}

DIV.warnBox {
    background: #cccccc;
    border: 3px solid #aacfe4;
    color: #fff;
    font-weight: bold;
    height: 24px;
    padding-top:6px;
    font-size: 1em;
    vertical-align: middle;
    text-decoration: none;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

