@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);


@font-face {
    font-family: HelveticaNeueLThin;
    src: url(font/HelveticaNeueLTPro-Lt.otf);
}

body {
	background-color: #E1E1E1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-family: 'Roboto', Tahoma, Arial, Helvetica, sans-serif ;
	font-weight:normal !important;
}

h1 {
	/*/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/*/
	font-weight:normal !important;
}

h2 {
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight:normal !important;
}

h3 {
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight:normal !important;
}

h4 {
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight:normal !important;
}

h5 {
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight:normal !important;
}

h6 {
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight:normal !important;
}

a {
	color: #00aaa6;
	text-decoration: none;
}

a:visited {
	color: #00aaa6;
	text-decoration: none;
	}

#greenbar {
	/*margin:auto;
	max-width: 970px;*/
	background-color: #00A9A7;
	/*background-attachment: fixed;
	background-image: url(images/leaf_bg_1.png);
	background-repeat: repeat-y;
	background-position: center top;*/
	/*background-size: 100%;*/
	height: 25px;
}
#greenbarnav{
	background-color: #007C7E;
}
/*LANGUAGE BAR*/
#langmenu {
	max-width: 970px;
	color#007C7E;
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight:normal !important;
	font-weight: normal;
	text-align: right;
	float: right;
	z-index: 60;
	padding-top: 0px;
	right: 0px;
	z-index: 100;
}
#langmenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#langmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#langmenu ul {
	text-align: left;
	display: inline;
	margin: 0;
/*padding: 15px 4px 17px 0;*/
	list-style: none;
	z-index: 100;

}
#langmenu ul li {
	display: inline-block;
	margin-right: -4px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight:normal !important;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	z-index: 100;
	
}
#langmenu ul li:hover a{
	z-index: 50;
	color: #FF00FF;
	z-index: 100;
}
#langmenu ul li ul {
	padding: 0;
	position: absolute;
	top: 34px;
	left: 0;
	width: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	margin: 0 0 0 0;
	z-index: 100;

}
#langmenu ul li ul li {
	border-radius: 0px;
	background: #063732;
	opacity: 0.9;
	display: block;
	color: #fff;
	z-index: 100;
}
#langmenu ul li ul li:hover { background: #04221E; z-index: 50;}
#langmenu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
/*END LANGUAGE BAR*/

#sliderwrapper {
	margin:auto;
	background-color: #ffffff;
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight:normal !important;
	color: #E5E5E4;
	max-width: 970px;
	font-size: 10pt;
	/*height: 447px;*/
	position: relative;
	background-attachment: fixed;
	/*background-image: url(images/sliderleaf.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;*/
	padding: 0px;
}
#head{
	margin:auto;
	padding-bottom: 10px;
	position: relative;
	max-width: 990px;
	padding-top: 10px;
}

#headmenu {
	text-align: right;
	float: right;
	padding-top: 25px;

}
#headmenu li{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #333333;
	width: 120px;
	border: thin solid #FFFFFF;
	height: 35px;
}
/*TOP LEVEL MENU*/
#navmenu {
	color: #333333;
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight:normal !important;
	font-weight: normal;
	text-align: right;
	float: right;
	z-index: 50;
	padding-top: 50px;
	right: 0px;
}

#navmenu a {
	color: #333333;
	text-decoration: none;
}
#navmenu a:hover {
	color: #FF00FF;
	text-decoration: none;
}


#navmenu ul {
	text-align: left;
	display: inline;
	margin: 0;
	padding: 15px 4px 17px 0;
	list-style: none;

}
#navmenu ul li {
	display: inline-block;
	/*margin-right: -4px;*/
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 20px;
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight:normal !important;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	background-image:url(images/leaf-icon.png), url(images/bg_button_white.png);
	background-position: right bottom, left top;
	background-repeat: no-repeat, repeat;
	/*background: -webkit-linear-gradient(#595959, #4D4C4C, #4D4C4C, #4D4C4C, #4D4C4C, #4D4C4C); /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(#595959, #4D4C4C, #4D4C4C, #4D4C4C, #4D4C4C, #4D4C4C); /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#595959, #4D4C4C, #4D4C4C, #4D4C4C, #4D4C4C, #4D4C4C); /* Standard syntax (must be last) */
	z-index: 50;
	
}
#navmenu ul li:hover {
color: #FFFFFF;
	background-image:url(images/leaf-icon.png), url(images/bg_button_green.png);
	background-position: right bottom, left top;
	background-repeat: no-repeat, repeat;
	/*background: -webkit-linear-gradient(#007C7E, #063732, #063732, #063732, #063732, #063732); /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(#007C7E, #063732, #063732, #063732, #063732, #063732); /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#007C7E, #063732, #063732, #063732, #063732, #063732); /* Standard syntax (must be last) */
	z-index: 50;
	
}
#navmenu ul li ul {
  padding: 0;
  position: absolute;
  top: 36px;
  left: 0;
  width: 200px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -transition: opacity 0.5s;
  z-index: 50;
}
#navmenu ul li ul li {
	border-radius: 0px;
	background: #FFFFFF;
	opacity: 0.9;
	display: block;
	color: #000000;
	z-index: 50;
}
#navmenu ul li ul li:hover { background: #C0C0C0; z-index: 50;}
#navmenu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 50;
}

/*END TOP LEVEL MENU*/
#navwrapperr {
	margin:auto;
	max-width: 930px;
	height: 30px;
}
/*MAIN NAVIGATION*/
#mainnav {
	color: #E5E5E4;
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight:normal !important;
	font-weight: normal;
	text-align: right;
	float: right;
	z-index: 60;
	padding-top: 0px;
	right: 0px;
}

#mainnav a {
	color: #E5E5E4;
	text-decoration: none;
}

#mainnav a:visited {
	color: #E5E5E4;
	text-decoration: none;
}
#mainnav ul {
	text-align: left;
	display: inline;
	margin: 0;
/*padding: 15px 4px 17px 0;*/
	list-style: none;

}
#mainnav ul li {
	display: inline-block;
	margin-right: -4px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight:normal !important;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	z-index: 50;
	
}
#mainnav ul li:hover {
	z-index: 50;
	color: #FFFFFF;
}
#mainnav ul li ul {
  padding: 0;
  position: absolute;
  top: 140px;
  left: 0;
  width: 200px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  margin: -100% 0 0 0;
  z-index: 50;
}
#mainnav ul li ul li {
	border-radius: 0px;
	background: #063732;
	opacity: 0.9;
	display: block;
	color: #fff;
	z-index: 50;
}
#mainnav ul li ul li:hover { background: #04221E; z-index: 50;}
#mainnav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 50;
}
.imgbox {
	height: 100px;
	width: 249px;
	position: absolute;
	background-color: #000000;
	left: -109px;
	top: -176px;
}

.fa-chevron-down {font-size: 8px; margin-left: 5px; vertical-align: 0px;}
/*END MAIN NAVIGATION*/
#content{
	margin:auto;
	width: 80%;
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight:normal !important;
	background-color: #CCCCCC;
	font-size: 12px;
	color: #333333;
}

#content a {
	color: #007C7E;
	text-decoration: none;
}
#content a:Hover {
	color: #FFFFFF;
	text-decoration: none;
}
#content a:Active {
	color: #FFFFFF;
	text-decoration: none;
}

.content_table_main_hdg {
	background-color: #FFFFFF;
	/*font-family: HelveticaNeueLThin, Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight:normal !important;
	font-size: 28px;
	color: #999999;	
	/*background-image: url(images/sliderleaf.png);
	background-repeat: no-repeat;
	background-position: left top;*/
}
.content_table_sub_hdg {
	/*font-family: HelveticaNeueLThin, Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight:normal !important;
	font-size: 24px;
	color: #999999;
	padding-left: 20px;	/*background-image: url(images/sliderleaf.png);
	background-repeat: no-repeat;
	background-position: left top;*/
}
.content_table_col_hdg {
	background-color: #FFFFFF;
	/*font-family: HelveticaNeueLThin, Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight:normal !important;
	font-size: 18px;
	color: #FFFFFF;
}
#pagecontent{
	margin:auto;
	max-width: 970px;
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight:normal !important;
	background-color: #E6E8E7;
	font-size: 12px;
	color: #333333;
}
#pagecontent a {
	color: #007C7E;
	text-decoration: none;
}
#pagecontent a:Hover {
	color: #333333;
	text-decoration: none;
}
#pagecontent a:Active {
	color: #333333;
	text-decoration: none;
}
/*SPOTLIGHT*/
.spotwrapper {
	margin:auto;
	max-width: 970px;
	min-width: 100%;
	
}

.spotlight{
  float:left;
  padding:0;
  margin:0;
  width:326px;
  font-size:11px;
  border:none;
}

.spotlight h2{
  clear:both;
  padding:0;
  margin:0;
  height:25px;
  width:326px;
  font:bold 11px/16px Arial, Helvetica, sans-serif;
  color:#fff;
  white-space:nowrap;
  background-image:url(../images/curve/box-msg-2012.gif);
  background-position:0 -10px;
  border-bottom:#19a8a5 1px solid;
}

.spotlight .boxcontent{
  position:relative;
  width:324px;
  height:330px;
}
.spotlight .spotlight-content{
  margin:10px 1px;
  width:322px;
}
.spotlight .spotlight-content-sub{
  position:absolute;
  top:0;
  height:290px;
  display:none;
}
.spotlighttabs{
  position:absolute;
  display:block;
  top:305px;
  right:10px;
  height:8px;
  overflow:hidden;
}
.spotlighttabs a {
  float:left;
  margin:0 3px;
  width:8px;
  height:8px;
  display:block;
  background:url(../images/list/navigator.png) 0 0 no-repeat;
  font-size:1px;	
  outline:none;	
}
.spotlighttabs a:hover {
  background-position:0 -8px;  
  outline:none;	
}
.spotlighttabs a.current {
  background-position:0 -16px;  
  outline:none;	   
} 
.spotlight .box-bot_left{
  position:absolute;
  display:block;
  top:327px;
  left:0;
  margin:0 0 0 -1px;
  _background:none;
}
.spotlight .box-bot_right{
  position:absolute;
  top:327px;
  right:0;
  margin:0 -1px 0 0;
  _background:none;
}
#foot {
	margin:auto;
	background-color: #333333;
	max-width: 970px;
	height: 80px;
	position: static;
	background-attachment: scroll;
	background-image: url(images/footleaf.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100%;
	}
#foot .td{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 9pt;
	color: #FFFFFF;
}

#foot .a {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.footspan{
/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.copyright{
	font-size: 10px;
}
#promo-container
{

}

#promo-container ul li div
{
	margin: 0px;
	display: block;
	padding: 0px;
	position: relative;

}
.dealtitle{
	font-weight: bold;
}
.dealimg{
	padding-right: 5px;
}
#hotelsidebar {
	
}

#hotelsidebar table{
	background-color: #E6E8E7;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#hotelsidebar th{
	text-decoration: underline;
	font-weight: bold;
}
#hotelsidebar fieldset{
	color: #0B5F77;
	border: 1px solid #19A8A5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#hotelsidebar legend{
	color: #0B5F77;
	font-weight: bold;
}

#tabbedinset {
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-weight:normal !important;
	background-color: #D8D8D7;
	font-size: 12px;
	color: #333333;
	margin-top: auto;
	margin-right: 10%;
	margin-bottom: auto;
	margin-left: auto;
}
#tabbedinset ul{
	/*position: relative;
	width: 100%;*/
}
#tabbedinset li{
	/*list-style-type: none;
	position: relative;*/
}

#tabbedinset a {
	color: #007C7E;
	text-decoration: none;
}
#tabbedinset a:Hover {
	color: #333333;
	text-decoration: none;
}
#tabbedinset a:Active {
	color: #333333;
	text-decoration: none;
}
section {
	margin: auto;
	max-width: 970px;
}
section h1 {
	padding-left: 15px;
	font-size: 24px;
	margin: 10px 0;
}

div#left {
	margin-bottom: 2%;
	margin-left: 2%;
	width: 45%;
	max-width: 45%;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #E6E8E7;
	color: #333333;
	height: 400px;
	float: left;
}
div#right {
	margin-bottom: 2%;
	max-width: 45%;
	width: 45%;
	margin-right: 2%;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #E6E8E7;
	color: #333333;
	height: 400px;
	float: right;
}
div#Tourleft {
	margin-bottom: 2%;
	margin-left: 2%;
	width: 45%;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #E6E8E7;
	color: #333333;
	height: 200px;
}
div#Tourright {
	margin-bottom: 2%;
	margin-right: 2%;
	width: 45%;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #E6E8E7;
	color: #333333;
	height: 200px;
	float: right;
}
div#center {
	margin-bottom: 2%;
	margin-left: 2%;
	width: 96%;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #E6E8E7;
	color: #333333;
}
#TourSelect{
	margin: auto;
   }

.styled-select {
	width: 240px;
	overflow: hidden;
	border: 1px solid #ccc;
   }

.styled-select select {
   background: transparent;
   width: 268px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   -webkit-appearance: none;
   }
 #tourContent {
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 1%;
 }
 .tourContent th {
	border: thin solid #00aaa6;
	color: #fff;
	background-color: #00aaa6;
 }
 .tourContent td {
	border: thin solid #00aaa6; 
	
 }
 .even {
 background-color: #D8ECE9;
 
 }
 #bookingform {
	background-color: #fff; 
 }
 
 #bookingform th {
	background-color: #fff;
	color: #333;
 }
 
 #bookingform td {
background-color: #fff;
 }

 #bookingform select {
	/*width: 152px; */
 }
  #lightPageContent{
 background-color: #fff;
 
 }
 .FormRqured{
	font-weight: bold;
	color: #FF0000; 
 }
 .ldquo {
	font-style: italic;
	background-image: url(images/quoteleft.png), url(images/quoteright.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	text-indent: 25px;
 }
 .line{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #00aaa6; 
 }
 .fname {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 10pt;
	font-style: italic;
	color: #00aaa6; 
 }
 #accordianlist {
}
#accordianlist ul {
list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#accordianlist ul li {
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 5px; 
    padding-left: 15px;
}
/*Media Hub*/
#Cover {
	width: 180px;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
}

#Cover fieldset {
	background-color: #E6E6E6;
	webkit-box-shadow: 1px 1px 2px 0px rgba(128, 128, 128, 0.75);
	-moz-box-shadow:    1px 1px 2px 0px rgba(128, 128 128, 0.75);
	box-shadow:         1px 1px 2px 0px rgba(128, 128, 128, 0.75);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Cover a{
	color: #438BCB;
	text-decoration: none;;
}
.mediabody {
	background-color: #FFFFFF;
}
#MediaHead{
	background-color: #353535;
	width: 100%;
	height: 60px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 18pt;
	color: #FFFFFF;
	text-indent: 80px;
	padding-top: 30px;
}

#MediaHead select {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12pt;
	vertical-align: middle;
	float: right;
	margin-right: 15px;
}
#MediaheadImg {
float:left;
padding-top: 15px;
padding-left: 15px;
}
.Shadow{
	webkit-box-shadow: 1px 1px 2px 0px rgba(128, 128, 128, 0.75);
	-moz-box-shadow:    1px 1px 2px 0px rgba(128, 128 128, 0.75);
	box-shadow:         1px 1px 2px 0px rgba(128, 128, 128, 0.75);
}

/* Custom CSS by Azwan Webclinic */
.main-title {
	max-width: 970px; margin:0 auto; /*height: 30px;*/ padding:10px 0px 10px 0px;background: #fff; 
}

.main-title h1 {font-size: 24px; color:#333; margin: 10px 0; padding-left: 15px;}

#container-bottom {
    width:100%;
    text-align:center;
}

.left-bottom {
    float:left;
    /*width:400px;*/
	margin: 20px 10px 0px 10px;
}

#center-bottom {
    display: inline-block;
    margin:0 auto;
    width:100px;
}

.right-bottom {
    float:right;
    width:400px;
	padding: 30px 0px 0px 28px;
}

.background-white { background-color: #fff;}
.background-graygreen {background-color: #E6E8E7;}

ul.biglist{
  list-style:none;
  margin:0;
  padding:0;
}
ul.biglist li{
  clear:both;
  float:left;
  margin:0 0 10px 0;
  width:661px;
}
ul.biglist li img{
  float:left;
  margin:0 10px 10px 0;
}
ul.biglist li h3{
  clear:none;
  float:left;
  padding:10px 0 0 0;
  width:325px;
}
ul.biglist li p{
  clear:none;
  float:left;
  padding:0 0 0 0;
  width:325px;
}
/*tours*/
#tcover {
	width: 180px;
	float: left;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#tcover fieldset {
	background-color: #E6E6E6;
	webkit-box-shadow: 1px 1px 2px 0px rgba(128, 128, 128, 0.75);
	-moz-box-shadow:    1px 1px 2px 0px rgba(128, 128 128, 0.75);
	box-shadow:         1px 1px 2px 0px rgba(128, 128, 128, 0.75);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tcover a{
	color: #438BCB;
	text-decoration: none;;
}
#tcovertitle {
	width: 180px;
	height:50px;
	float: left;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.thirtyTag{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	padding-left: 15px;
	background-color:#00A9A7;
}
.thirtystrap{
	color: #FFF;
	background-color:#00A9A7;	
}
.thirtynav{
	background-color:#00A9A7;	
}
/* Start of Column CSS */
#container5 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}
#container4 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
}
#container3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
}
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:20%;
}
#col1 {
	float:left;
	width:16%;
	position:relative;
	left:82%;
	overflow:hidden;

}
#col2 {
	float:left;
	width:16%;
	position:relative;
	left:86%;
	overflow:hidden;
}
#col3 {
	float:left;
	width:16%;
	position:relative;
	left:90%;
	overflow:hidden;
}
#col4 {
	float:left;
	width:16%;
	position:relative;
	left:94%;
	overflow:hidden;
}
#col5 {
	float:left;
	width:16%;
	position:relative;
	left:98%;
	overflow:hidden;
}
