/*
Layout: Magik Tours
URL Layout: http://www.magiktours.com/
Description: Code developed for the layout of the site
Version: 1.0
Updated: 2009/08/11 | Laval - Canada
Webdesigner: Valdete Ceolin 
*/
 
/*Formatting basic layout
****************************/
body {
margin:0px;
padding:0px;
background-color:#252525;
color: #032650;
font: 15px "Trebuchet MS", Calibri, Verdana, Arial;
}


/*Formatting block GENERAL
****************************/
#GENERAL {
background-color:#ffffff;
width: 1024px;
margin: 0px auto;
position: relative;
}


/*Formatting block TOP
****************************/
#TOP {
background-image: url('../images/banner_en.jpg');
height: 191px;
position: relative
}


/*Formatting block MENU
****************************/
#bg_menu {
background-image: url('../images/menu_en.jpg');
height:67px;
position: relative
}

ul#MENU {
	margin:-40px 165px 0px;
	padding:0px;
	position:absolute;
	left: -19px;
	top: 257px;
	width: 763px;
}
ul#MENU li {
display:inline;
margin-right: 41px;
}
ul#MENU li a {
text-decoration:none;
color:#F4F4F4;
font: 14px Calibri, Verdana, Arial;
}
ul#MENU li a.active, ul#MENU li a:hover {
border-top: #FFCC66;
color: #FFCC66;
}


/*Formatting block CONTENT
****************************/
#CONTENT {
background: #FFFFFF;
}

#PRICE {
text-align:right;
margin-top:-30px;
}


/*Formatting block FOOTER
****************************/
#FOOTER {
background: url('../images/footer_en.jpg') no-repeat center top;
height: 22px;
margin-top: -10px
}

/* Generated via www.cssmenubuilder.com */

.menu{margin:0; padding:0; width:150px; list-style:none;background:rgb(255,255,255);}
.menu li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
.menu li a{text-align:left;height:40px; padding:0px 25px; font:16px Verdana, Arial, Helvetica, sans-serif; color:rgb(255,255,255); display:block; background:url('verMenuImages.png') 0px 0px no-repeat; text-decoration:none;}
.menu li a:hover{background:url('verMenuImages.png') 0px -40px no-repeat; color:rgb(255,255,255);}
.menu li a.active, .menu li a.active:hover{background:url('verMenuImages.png') 0px -80px no-repeat; color:rgb(255,255,255);}
.menu li a span{line-height:40px;}