/**
 * Name: Nice Menu
 * Version: 0.1
 * Author: Marcell Jusztin - http://www.marcelljusztin.com
 * Description: A simple, elegant, colorful, CSS3 animated menu
 * Tags: css3, animation, menu, simple, elegant, colourful
 * License: http://creativecommons.org/licenses/by-sa/3.0/
**/

ul.nice-menu {
  list-style: none;
  /*margin-top: 30px;*/
  width: 150px;
  margin: 0px;
  padding: 0px;
}

@-moz-keyframes expand {  
  0% {
    width: 5px;
    padding-left: 0px;
  }
  
  100% {
    width: 200px;
    padding-left: 20px;
  }
}

@-moz-keyframes expand-bounce {
  0% {
    width: 5px;
    padding-left: 0px;
  }
  
  50% {
    width: 200px;
  }
  
  70% {
    width: 170px;
  }
  
  80% {
    width: 200px;
  }
  
  90% {
    width: 190px;
  }
  
  100% {
    width: 200px;
    padding-left: 20px;
  }
}

@-webkit-keyframes expand {  
  0% {
    width: 5px;
    padding-left: 0px;
  }
  
  100% {
    width: 200px;
    padding-left: 20px;
  }
}

@-webkit-keyframes expand-bounce {  
  0% {
    width: 5px;
    padding-left: 0px;
  }
  
  50% {
    width: 200px;
  }
  
  70% {
    width: 170px;
  }
  
  80% {
    width: 200px;
  }
  
  90% {
    width: 190px;
  }
  
  100% {
    width: 200px;
    padding-left: 20px;
  }
}

@-moz-keyframes shrink {
  
  0% {
    width: 200px;
    padding-left: 20px;
  }
  
  100% {
    width: 5px;
    padding-left: 0px;
  }
}

@-moz-keyframes shrink-bounce {
  
  0% {
    width: 200px;
    padding-left: 20px;
  }
  
  50% {
    width: 5px;
  }
  
  70% {
    width: 35px;
  }
  
  80% {
    width: 5px;
  }
  
  90% {
    width: 15px;
  }
  
  100% {
    width: 5px;
    padding-left: 0px;
  }
}

@-webkit-keyframes shrink {
  
  0% {
    width: 200px;
    padding-left: 20px;
  }
  
  100% {
    width: 5px;
    padding-left: 0px;
  }
}

@-webkit-keyframes shrink-bounce {
  
  0% {
    width: 200px;
    padding-left: 20px;
  }
  
  50% {
    width: 5px;
  }
  
  70% {
    width: 35px;
  }
  
  80% {
    width: 5px;
  }
  
  90% {
    width: 15px;
  }
  
  100% {
    width: 5px;
    padding-left: 0px;
  }
}

ul.nice-menu li {
  width: 5px;
  height: 30px;
  line-height: 20px;
  padding: 0px 0px 0px 0px;
  margin-top: 3px;
  background: transparent;
  width: 5px;
}

ul.nice-menu.tight li {
  margin-top: 0 !important;
}

ul.nice-menu li {
  -moz-animation-name: shrink;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-name: shrink;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
}

ul.nice-menu.bounce li {
  -moz-animation-name: shrink-bounce;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-name: shrink-bounce;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
}

ul.nice-menu li:hover {
  width: 150px;
  padding-left: 10px;
  -moz-animation-name: expand;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-name: expand;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
}

ul.nice-menu.bounce li:hover {
  -moz-animation-name: expand-bounce;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-name: expand-bounce;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
}

ul.nice-menu a {
  width: 150px;
  text-decoration: none;
  
  color: #000;
  /*text-shadow: 0px 0px 3px #333;*/
  font-weight: bold;
  position: absolute;
  padding: 5px 0px;
  padding-left: 10px;
  font-size: 12px;
}

ul.nice-menu li.green {
  background: rgb(107,186,112);
}

ul.nice-menu li.blue {
  background: rgb(78,92,127);
}

ul.nice-menu li.orange {
  background: rgb(216,121,40);
}

ul.nice-menu li.dark {
  background: rgb(42,32,30);
} 

ul.nice-menu li.red {
  background: rgb(178,59,30);
}


ul.nice-menu li.bright {
  background: rgb(241,249,210);
}	


div.container2 {
		    width: 200px;
		    margin: 0px;
			float: left;
		  }
		  
		  div.header {
		    width: 100%;
		    height: 30px;
		    line-height: 30px;
		    font-size: 12px;
		    background: rgb(78,92,127);
		    margin-bottom: 20px;
		  }
		  
		  div.header p {
		    padding: 0 10px;
		  }
		  
		  div.header a {
		    color: #FFF;
		    text-decoration: none;
		    font-weight: bold;
		  }
		  
.containbox {width: 690px; float: left;  }
.containbox4 {width: 100%; float: left;  }
.containbox h3 {margin: 0px; padding: 0 0 0 0px;}
.containbox h5 {margin: 0px; padding: 10px 0 0 0px; text-align: center; font-size: 15px; color: #d87928;}
.containbox h2 {margin: 0px; padding: 10px 0 0 0px; text-align: left; font-size: 15px; color: #d87928;}
.containbox h6 {margin: 5px 5px 5px 0px; padding: 0 0 0 0px; text-align: center; color: #b23b1e; font-size: 14px;}
.containbox ul {margin: 10px 0 0 20px; padding: 0px;}
.containbox ul li {font-size: 12px; line-height: 20px;}
.containbox h4 {font-size: 10px; margin: 0px; padding: 0px; text-align: center; color: #4e5c7f;}
.slide {float: left;}
.slide ul {margin: 0px; padding: 0px;}
#packages li {
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #E2E2E2;
    display: inline;
    float: left;
    list-style: none outside none;
    margin: 8px 25px 8px 8px;
    padding: 8px 3px 8px 17px;
    width: 175px;
}

#packages li h2 {
    border-bottom: 1px solid #E2E2E2;
    color: #004E7A;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#packages .left {
    border: 0 none;
    float: left;
}
#packages .left img {
    border: 1px solid #D2D2D2;
    height: 117px;
    width: 157px;
}
#packages .right {
    float: left;
    margin-left: 0;
    margin-top: 13px;
}
#packages .right p {
    color: #7E7E7E;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
}
#packages .right p span {
    color: #2E608C;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px !important;
    font-weight: normal;
    text-align: center;
}
#packages .right a {
   
  
  
    float: left;
   
    
    margin-left: 3px;
    margin-top: 0px;
    padding: 0px 13px;
    text-align: center;
    text-decoration: none;
}
#packages .right a:hover {
    background: url("../images/enquire-btn-bg.jpg") repeat-x scroll 0 -39px rgba(0, 0, 0, 0);
}