@charset "windows-1250";
/* CSS Document */

* { margin: 0; padding: 0; }

/*---------- TYPE SELECTORS ----------*/

a img{ border: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background: url(images/bkg.jpg) repeat-x #FFFFFF;
}

h1{
	font-size: 24px;
	color: #FF0000;
	padding-top: 15px;
	padding-left: 0px;
	font-weight: normal;
}

h2{
	font-size: 18px;
	color: #E97427;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 20px;
}

h3{
	font-size: 14px;
	padding: 0px;
	font-weight: bold;
	letter-spacing: 1px;
}

/*---------- DIVS ----------*/

#content {
	width: 800px;
	margin: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#container {
	width: 798px;
	border: 1px solid #999999;
}

#navdiv {
	width: 798px;
	height: 31px;
}

#main {
	width: 758px;
	padding: 20px;
	background-color: #FFFFFF;
	background-image: url(images/main-bkg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#highlight {
	width: 715px;
	clear: both;
	background-image: url(images/highlight-bkg.jpg);
	background-repeat: repeat-x;
	background-color: #FECAA3;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
}

#footer {
	width: 798px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	background-image: url(images/footer-bkg.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer-menu {
	width: 115px;
	height: 90px;
	border-right: 1px solid #666666;
	float: left;
	padding-left: 20px;
}

/*---------- DESCENDANT SELECTORS ----------*/

#footer p{
	font-size: 10px;
	color: #666666;
	padding-top: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin-top: 5px;
}

p{
	margin-top: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	font-size: 14px;
}

#main a{
	font-weight: normal;
	color:#0000FF;
	text-decoration:none;
}

#main a:hover{
	color: #FFFFFF;
	background-color: #0000FF;
	text-decoration:none;
}

#footer a{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 14px;
}

#footer a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
}

/*---------- CLASES ----------*/

.BakOS-logo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 30px;
	float: left;
	margin-right: 70px;
}

.clients_logo {
	margin-top: 30px;
	margin-right: 0px;
	border: 1px solid #CCCCCC;
	margin-left: 38px;
	float: left;
}

.clients_logo2 {
	margin-top: 30px;
	border: 1px solid #CCCCCC;
	margin-right: 38px;
	float: right;
}

.clearer1 {
	font-size: 1px;
	clear:both;
}

.clearer30 {
	font-size: 30px;
	clear:both;
}


/*---------- NAVIGATION ----------*/

#nav ul {
	position: relative;
	z-index:4;
}

#nav a {
	display: block;
	width: auto;
	color:#FFFFFF;
	font: bold 12px/110% Arial, Helvetica, sans-serif;
	text-decoration:none;
	z-index:5;
}

#nav li {
	float: left;
	width: auto;
	list-style: none;
	z-index:6;
}

#nav li ul {
	position: absolute;
	width: 100px;
	left: -999em;
	margin: 0;
	padding: 0;
	z-index:7;
}

#nav a#btn1{
	width:117px;
	height:31px;
	text-indent:-9000px;
	background-image: url(images/btn1.jpg);
}

#nav a#btn2{
	width:118px;
	height:31px;
	text-indent:-9000px;
	background-image: url(images/btn2.jpg);
}

#nav a#btn3{
	width:117px;
	height:31px;
	text-indent:-9000px;
	background-image: url(images/btn3.jpg);
}

#nav a#btn4{
	width:118px;
	height:31px;
	text-indent:-9000px;
	background-image: url(images/btn4.jpg);
}

#nav a#btn5{
	width:116px;
	height:31px;
	text-indent:-9000px;
	background-image: url(images/btn5.jpg);
}

#nav a:hover{
	background-position: 0 -31px;
}

#nav ul li{
	background-color:#B40001;
	width: auto;
	list-style: none;
}

#nav ul li a {
	background: none;
	width: 130px;
	margin: 0;
	padding: 6px 12px;
	border-bottom: 1px solid #0F194A;
	font-weight: normal;
}
#nav ul li a:hover {
	background: #0F194A;
	width: 130px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
