/*
      Balam Marketing Website
	  By Raptor Edge Multimedia
	  http://www.raptoredge.com
	Thanks to Code Sucks	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, sans-serif;
 font-size: 13px;
 background:url(images/bodybg.gif) repeat-x #fff;
}

a {
	color: #c00;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: underline;
}

img { border:0px;}

#wrapper { 
 margin: 0 auto;
 width: 822px;
}

#header {
 color: #fff;
 width: 800px;
 float: left;
 padding: 10px;
 border: 0px;
 height: 140px;
 margin: 0px 0px 0px 0px;
 background:url(images/headerbg.jpg) repeat-x #7a0029;
}

#logo { position:relative; top:0px; left:0px; border:0px; }

#navigation {
 float: left;
 width: 800px;
 color: #333;
 padding: 10px;
 border: 0px;
 margin: 0px 0px 0px 0px;
 background:url(images/navbg.gif) repeat-x #cfb4a6;
}

ul#menu li{ 
	font-family: "Trebuchet MS", Verdana, Arial;
	margin:0px; padding:0px;   
    list-style:none;   
    margin-right:20px;   
    font-size:16px;
    font-weight:bold;	
    display:inline; 	
	}
	
ul#menu li a {   
    text-decoration:none;   
    color:#7a0029;   
}   
ul#menu li a:hover {   
    text-decoration:none;   
    color:#fff;   
}

ul#menu li a.current {   
    color: #333; text-decoration: underline;   
} 

ul#menu li#lang { margin-left:62px; padding:0px; } 

ul#menu li#lang a { text-decoration:none; color:#333; }
  
ul#menu li#lang a:hover { text-decoration:none; color:#666; }

#leftcolumn { 
 color: #000;
 border: 0px;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 min-height: 350px;
 width: 480px;
 float: left;
 background:url(images/leftbg.gif) no-repeat #fff;
}

#leftcolumn h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #7a0029;
	margin-bottom: 10px;
	margin-top: 10px;
}

#leftcolumn h2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #990029;
}

#leftcolumn.desc {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 24px;
	font-weight: normal;
	color: #990029;
}

#leftcolumn p {
	margin-bottom: 15px;
}

#leftcolumn table {
	border: 0px; width: 450px; text-align: center; font-size: 9px;
}

#leftcolumn h4 {
	font-size: 12px;
}

#ltext {
	width: 380px;
}

.pitem { border: 1px solid #666;	}

#rightcolumn { 
 float: left;
 color: #666;
 border: 0px;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 min-height: 350px;
 width: 300px;
 display: inline;
 background:url(images/rightbg.gif) no-repeat #F2F2E6;
}

#rightcolumn h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #996600;
}

#rightcolumn h2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #990029;
}

#rightcolumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
}

.rightlist {
    list-style:square;   
    margin-left:16px;
}

#footer { 
 width: 800px;
 clear: both;
 color: #ddd;
 border-top: 2px solid #fff;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 font-family: "Trebuchet MS", Verdana, Arial;
 font-size:12px;
 text-align: center;
 background:url(images/bottbg.gif) no-repeat #7a0029;
}

ul#bmenu li{ 
	margin:0px; padding:0px;   
    list-style:none;   
    margin-right:10px;   
    font-weight:bold;	
    display:inline; 	
	}
	
ul#bmenu li a {   
    text-decoration:none;   
    color:#fff;   
}   
ul#bmenu li a:hover {   
    text-decoration:underline;   
    color:#F2F2E6;   
}

#footer  a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color:#F2F2E6;
	text-decoration: underline;
} 
