/*  
Theme Name: Trvl
Theme URI: http://www.trvl.co.in/
Version: 3.1
Description: Trvl
Author: Trvl
Author URI: http://www.trvl.co.in

	Copyright: (c) 2009 WooThemes.
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* 

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)

*/

/* Default styles */
@import "css/reset.css";

/*-------------------------------------------------------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks
233
2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
-2.2.1 Drop-down menus
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.6 Footer
-2.7 Homepage
-2.8 Portfolio

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi
-3.4 Info boxes

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets
-4.3 WooTabs

5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form

6. MISC
-6.1 Buttons
-6.2 Info Boxes
-6.3 Conatct Form
-6.4 Gravity Forms 

7. Featered Slider

-------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  { 
/*width: 940px; */
font: 13px/22px 'Trebuchet MS', 'PT Sans', 'Myriad Pro', Helvetica, Arial, sans-serif; 
color: #333333; 
/*background: #ffffff url(images/bg_1.jpg) repeat;*/
background:#c8c8c8;
/*background: #ffffff url(images/main-bg1.jpg) repeat-y;
background-position:top center;*/
padding-top:15px;
}

h1, h2, h3, h4, h5, h6  { 
margin: 0; 
font-family: 'PT Sans Narrow', 'Myriad Pro', Helvetica, Arial, sans-serif; 
color: #58585a; 
font-weight:normal; 
letter-spacing:0px;
}

h1  {font-size: 24px; margin:10px 0;color: #58585a;} 
h2  {font-size: 22px; color: #58585a;} 
h3  {font-size: 20px; color: #58585a;} 
h4  {font-size: 18px; color: #58585a;} 
h5  {font-size: 16px; color: #58585a;} 
h6  {font-size: 16px;}

/*h1.title  {
font-size: 38px; margin:10px 0;padding:10px 0;color: #58585a; 
border-bottom:1px solid #555;
} */

h1.title {font-size: 24px; margin:10px 0;padding:5px 0;color: #58585a; border-bottom:1px solid #ccc;} 

p {margin: 0; font:13px/22px 'Trebuchet MS', 'PT Sans', 'Myriad Pro', Helvetica, Arial, sans-serif; text-align:justify;}

hr { background-color: #e6e6e6;	border:0; height: 1px; margin-bottom: 5px; }

input { padding: 3px; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}
textarea { padding: 3px 4px; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}

select { padding: 3px 4px; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}

/* 1.2 Hyperlinks */

a:link, a:visited  { color: #58585a; text-decoration:none;}
a:hover {color:#fd4a51; text-decoration:underline;}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}



/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#wrapper  { 
/*background:#ffffff;*/
background:#ffffff;
width:980px;
padding:0;
margin:0 auto;
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}
#top { 
clear:both;
}

#main{width:685px;}
#mainR{width:685px;padding-top:30px;}
#main.fullwidth {width: 960px;}

#sidebar{width:280px;}
#sidebar .secondary { width:140px; } 

.col-left { float: left; }
.col-right { float: right; }
.col-full  { width: 960px; margin: 0 auto; }

#copyright{padding-top:3px;}

/* 2.2 Navigation */
#navigation{font-size:11px;}

#navigation ul.rss{background:url(images/ico-rss.png) no-repeat 0 5px;padding:6px 0 3px 15px;}
#navigation ul.rss li{display:inline;padding:0 10px;}

ul#nav { 
margin:0; 
float:right;
}
#nav, #nav ul  { z-index:9999; margin:0; padding:0; list-style:none; line-height:1; }
#nav a  
{ 
font: 13px/22px 'Trebuchet MS', 'PT Sans', 'Myriad Pro', Helvetica, Arial, sans-serif; 
display:block; 
z-index:100; 
padding:0; 
/*color:#58585a; */
color:#ffffff; 
text-decoration:none;
}

#nav a:hover  { color:#58585a;}
#nav li  
{ 
	float:left; width: auto; padding:1px; margin:0 10px;
	/*border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;*/
	color:#58585a;
}
#nav li:hover, #nav li.current_page_item, #nav li.current_page_parent, #nav li.current-menu-item, #nav li.current-menu-ancestor 
{ 
	/*background:#58585a;*/
	border-bottom:3px solid #ed1c24;
}

#nav li a{
color:#58585a;
}

#nav li.current_page_item a, #nav li.current_page_parent a{
color:#58585a;
/*background-color:#58585a;*/
}

#nav li.current_page_item li a, #nav li.current_page_parent li a{
color:#58585a;
/*background-color:#58585a;*/
}

#nav li.current_page_item li a:hover, #nav li.current_page_parent li a:hover{
color:#58585a;
/*background-color:#00d0e3;*/
}

#nav li li.current_page_item, #nav li li.current_page_parent, #nav li li.current-menu-item, #nav li li.current-menu-ancestor { background: #58585a; }


#navsec, #navsec ul  { z-index:9999; margin:0; padding:0; list-style:none; line-height:1; }
#navsec a  { 
font: 13px/13px 'Trebuchet MS', 'PT Sans', 'Myriad Pro', Helvetica, Arial, sans-serif; 
display:block; 
z-index:100; 
padding:0 10px; 
color:#58585a; 
text-decoration:none;
}

#navsec a:hover  { color:#989898;}
#navsec li  { float:left; width: auto; padding:2px; margin:0 1px; border-right:1px solid #eeeeee;}
#navsec li:hover, #navsec li.current_page_item, #navsec li.current_page_parent, #navsec li.current-menu-item, #navsec li.current-menu-ancestor { }
#navsec li#menu-item-305{border-right:none;}

/* 2.2.1 Drop-down menus */
#nav li ul  
{ 
position: absolute; 
left: -999em; width: 172px; 
margin-left:-8px;
/*background: #FFF; border:1px solid #efefef;*/
}
#nav li ul li  { 
/*border: 1px solid #efefef; border-width: 0 0 1px; */
padding:0; margin-bottom:1px;
}
#nav li ul li a  
{ 
font: 12px/22px 'Trebuchet MS', 'PT Sans', 'Myriad Pro', Helvetica, Arial, sans-serif; z-index:100; padding:0 10px; 
background:url(images/ico-bullet.png) no-repeat 5px 10px; 
width:145px; padding-left:15px; 
/*line-height:30px; font-size:13px; */
color:#fff; 
}

#nav li ul li a:hover
{
color:#fff;
}

#nav li ul li:hover  { background:#00d0e3; }
#nav li ul  { padding:5px; }
#nav li ul ul  { margin: -30px 0 0 70px; }
#nav li ul li ul li a  { border-width: 0 0 1px; }
#nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul { left:-999em; }
#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul,#nav li li li.sfhover ul  { left:auto; }
#nav li:hover,#nav li.hover  { position:static; }

#nav .sf-sub-indicator {display:none;}


/* 2.3 Header */
#header{
padding:3px 10px 6px 10px;
margin-bottom:0px;
clear:both;
position:relative;
/*background: #ffffff url(images/bg_1.jpg) repeat;*/
width:960px;
border-bottom:1px dotted #c8c8c8;
}

#logo  { float:left; }
#logo img  { }
#logo .site-title { font-family:'PT Sans Narrow', 'Myriad Pro', Helvetica, Arial, sans-serif; color: #fff; display:none;  }
#logo .site-description  { font-family:'Trebuchet MS', 'PT Sans', Georgia, serif; color: #ccc; display:none;  }
#logo .site-title a { color:#fff; font-size:40px; line-height:40px; text-transform:none; font-weight:bold; text-decoration:none; }
#logo .site-title a:hover { text-decoration:underline; }
#logo .site-description { color:#999; font:italic 14px 'Trebuchet MS', 'PT Sans', Georgia, serif; }

#topad {float:right;}


/* 2.4 Content */
#content{
padding:0px 0 0 0; }

/* 2.5 Sidebar */
#sidebar{overflow:hidden;}
#sidebar .primary { }
#sidebar .secondary { float:left; margin-right:20px; } 
#sidebar .secondary.last { margin:0; } 

#sidebar { color: #ffffff; text-decoration:none;}
#sidebar h4 { color: #ffffff; font-weight:bold;}
#sidebar a:link, #sidebar a:visited  { color: #58585a; text-decoration:none;}
#sidebar a:hover {text-decoration:underline;}

.widget, .widget a:link, .widget a:visited  { color: #ffffff; text-decoration:none;}
.widget a:hover {text-decoration:underline;}

#text-9, #text-10{color:#555;}

#text-9 .widget, #text-9 .widget a:link, #text-9 .widget a:visited,
#text-10 .widget, #text-10 .widget a:link, #text-10 .widget a:visited{ color: #555; text-decoration:none;}

#text-9 .widget a:hover, #text-10 .widget a:hover {text-decoration:underline;}

/* 2.6 Footer */
#footer{
padding: 4px 0 0 0; 
width:980px;
margin:0 auto;
color:#2c2c2c;
height:31px;
text-align:center;
/*color:#fff;*/
background:#ffffff;
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
margin-top:5px;
margin-bottom:16px;
}
#footer p {font:12px/20px 'Trebuchet MS', 'PT Sans', 'Myriad Pro', Helvetica, Arial, sans-serif;}
#footer .ll {font:12px/20px 'Trebuchet MS', 'PT Sans', 'Myriad Pro', Helvetica, Arial, sans-serif; width:300px; float:left; text-align:left;}
#footer .ll .links{float:left;padding-right:10px;}
#footer .ll .cont{float:left; width:18px;padding:2px 3px;}
#footer .rr {font:12px/20px 'Trebuchet MS', 'PT Sans', 'Myriad Pro', Helvetica, Arial, sans-serif; width:660px; float:right;text-align:right;padding-right:0;}
#footer a {color:#2c2c2c;text-decoration:none;}
#footer a:hover {color:#2c2c2c;text-decoration:underline;}
#footer a.redtxt {font-weight:bold;color:#58585a;text-decoration:none;}
#footer a.redtxt:hover {color:#58585a;text-decoration:underline;}
#footer #credit img{vertical-align:middle;}
#footer #credit span{display:none;}

/* 2.7 Homepage */
#woofader{
/*background: #ffffff url(images/bg_1.jpg) repeat;*/
/*background:#fff;*/
float:left;
width:980px;
}

.dottedline{
border-bottom:1px dotted #c8c8c8;
margin-bottom:8px;
width:100%;
height:1px;	
}

.hp_dottedline{
border-bottom:1px dotted #c8c8c8;
padding-bottom:8px;
margin-bottom:8px;
width:100%;
height:1px;	
}

.hp_space{
margin-bottom:8px;
width:100%;
height:1px;	
}

.hp_space1{
margin-bottom:4px;
width:100%;
height:1px;	
}
.hp_space2{
margin-bottom:2px;
width:100%;
height:1px;	
}

.spacerline{
width:100%;
height:5px;	
}

#featured .wrap { 
position:absolute;
margin:0 0 0 0px;
width:700px; 
height:90px; 
padding:0px;
background:url(images/bg40.png) repeat;
z-index:100;
color:#ffffff;
font-size:13px; 
line-height:20px;
}
#featured .featured-image  { 
position:relative; 
padding:0; 
float:left;
margin-left:0px;
}

#featured .video  { padding:0 0 0 30px; float:right; }
#featured .featured-image img { z-index:500; }
.hidden { display: none}

#featured { 
padding:0px; 
height:312px;
margin:0 0 0 0;
}

#featured h2 { color:#ffffff; font-size:22px; font-weight:bold; line-height:1em; margin:0; padding:5px 0 5px 10px;}
#featured h2 a{ color:#ffffff;}
#featured p { color:#fefefe; font-size:16px; line-height:20px; padding:10px;text-align:justify; font-weight:normal;}

#container { width: 10000px}

.slide {
width: 980px; 
height:300px;
float:left;
margin:0;
padding:0;
cursor:default;
}

#featured a.btn { background: transparent url(images/btn-slider-a.png) no-repeat scroll top right; color: #444; display: block; float: left; height: 48px; margin-right: 15px;padding-right: 23px; text-decoration: none; font-weight:bold;font-size:14px;text-transform:uppercase; margin-bottom:20px; }
#featured a.btn span { background: transparent url(images/btn-slider-span.png) no-repeat;display: block;line-height:14px;padding: 17px 0 17px 23px;} 
#featured a.btn:hover { opacity:0.9; color: #222;outline: none;}
#featured a.btn:hover span { padding: 17px 0 17px 23px;} 

.feat_pg{
padding-right:10px;
/*border-bottom: 5px solid #84bece;*/
}

#breadcrumbs { 
/*background:url(images/bg-breadcrumb.png) repeat-x;*/ 
font-size:11px; 
/*border-bottom:1px solid #aaa;*/ 
/*border-bottom:1px solid #efefef;*/
line-height:12px; color:#666;
height:20px; 
background:#efefef;
padding:8px 0 0 10px;
border-bottom:1px dotted #c8c8c8;
margin-bottom:8px;
}

#breadcrumbs a { 
color:#58585a;
}

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

#breadcrumb .subscribe img{ padding:13px 0 0 10px; }

#breadcrumb .col { width:420px; }
#breadcrumb a.left { background:url(images/btn-left.png) no-repeat top; display:block; width:30px; height:30px; float:left; margin-right:5px; margin-top:10px; }
#breadcrumb a.right { background:url(images/btn-right.png) no-repeat top; display:block; width:30px; height:30px; float:left; margin-top:10px;}
#breadcrumb a.left:hover { background:url(images/btn-left.png) no-repeat bottom; }
#breadcrumb a.right:hover { background:url(images/btn-right.png) no-repeat bottom; }

.pagination { margin-top:2px; }
.pagination li { display:inline;   }
.pagination li a { background:url(images/btn-slider.png) no-repeat; display:inline-block; overflow:hidden; width:13px; padding-top:13px; }
.pagination li.active a, .pagination li a:hover { background:url(images/btn-slider-active.png) no-repeat; }


#woofader #breadcrumb .pagination{
/*margin-top:-25px;*/
z-index:999;
}


#mini-features { margin:20px 0 0 0; }
#mini-features .block { width:275px; margin:0 30px 30px 0; float:left; }
#mini-features .block.last { margin-right:0; }
#mini-features .home-icon { float:left; margin-right:10px; }
#mini-features h3 { font-size:16px; padding-top:5px; padding-bottom:10px; font-weight:bold; color:#444; letter-spacing:-1px;}
#mini-features p { padding-bottom:10px; }

#mini-features .more-features { background:url(images/bg-border.png) no-repeat top center; padding-top:20px; }
#mini-features .more-features a { float:right; padding:5px 5px 0 0; color:#777;}
#mini-features .more-features a:hover { text-decoration:none; color:#555;}
#mini-features .more-features a span { text-transform:uppercase; font-weight:bold; line-height:18px; padding-right:10px;}
#mini-features .more-features img { vertical-align:middle; width:30px; height:30px;}

#mini-features a.btn { background: transparent url(images/bg-button-a.png) no-repeat scroll top right; color: #999; display: block; float: left; font: normal 12px arial, sans-serif; height: 23px; margin-right: 6px;padding-right: 20px; text-decoration: none;font-family:"Trebuchet MS", "Helvetica Neue", Helvetica, Arial, Sans-Serif;	font-weight:bold;font-size:11px;text-transform:uppercase; }
#mini-features a.btn span { background: transparent url(images/bg-button-span.png) no-repeat;display: block;line-height: 14px;padding: 4px 0 5px 20px;} 
#mini-features a.btn:hover { background-position: bottom right;color: #555;outline: none;}
#mini-features a.btn:hover span {background-position: bottom left;padding: 4px 0 5px 20px;} 

#main-page1 { margin:0 0 0 0; }
#main-page2 { margin:10px 0 0 0; }

/* 2.8 Portfolio */
#portfolio .block { width:450px; margin:0 10px 20px 10px; display:inline; }
#portfolio .block a.thumb { background: url(images/portfolio-hover.png) no-repeat 50% 50%; border:1px solid #ddd; padding:4px; margin:0 0 20px 0; display:block;}
#portfolio .block img.portfolio-img {   }
#portfolio .block h2 { font-size:18px; margin-bottom:15px; }
.port-cat { text-transform:uppercase; }
.port-cat a { padding:2px 6px; background:#e4e4e4; margin:0 0 0 5px; border:1px solid #555; }
.port-cat a:hover { text-decoration:none; background:#eee; }


/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

.archive_header  { font-family: 'Trebuchet MS', 'PT Sans', Georgia, serif; display: block; float: left; width: 100%; margin:0 0 25px; padding:0 0 20px; font-size: 16px; font-weight: bold; background: url("images/bg-border.png") no-repeat scroll center bottom; }
.archive_header .catrss a  { font-size: 14px; text-decoration: none; line-height: 28px; }

.post  { margin: 0 0 10px;}

.post .title, .single .title { font-weight: normal; font-size:18px; line-height:24px; position:relative; margin: 0 0 15px; }
.post h1.title, .single h1.title  {font-size: 24px; margin:10px 0;padding:5px 0;color: #58585a; border-bottom:1px solid #ccc;} 

.page .post .title, .single .title  { margin: 0 0 10px 0; }
.post .title a:link, .post .title a:visited, .single .title a:link, .single .title a:visited  { color:#58585a; }

.post-meta{margin: 10px 0;font:11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase;}
.post-meta .comments a  { padding: 0 0 0 20px; text-transform: uppercase; }
.post-meta .small{text-transform:lowercase;}

.post-meta, .post-meta .post-author a, .post-more { color:#868686; }
.post-more { clear:both; text-transform:uppercase; border:1px solid #e6e6e6; border-width:4px 0 1px; padding:10px 0; font:11px/16px Arial, Helvetica, sans-serif;}
.post-more a, .post-meta a { text-decoration:none; }
.post-more a:hover, .post-meta a:hover { text-decoration:underline; }

.post p.tags{background:url(images/ico-tag.gif) no-repeat center left;padding-left:25px;width:100%;clear:both;margin-bottom:20px;}

.entry  {}

/* 3.1 Typographic Elements */
.entry h1 { border-bottom:1px solid #ccc; margin-bottom:20px; padding-bottom: 20px; }  
.entry h2 { padding-bottom:20px; }  .entry h3 { padding-bottom:10px; }  .entry h4 {}  .entry h5 {}  .entry h6 {}

.entry p  { margin: 0 0 10px 0; }

.entry blockquote  {  background:url(images/blockquote.png) no-repeat 0 12px; padding: 10px 20px 10px 50px; color: #444;  }
.entry blockquote p  { font-style:italic; font-family: 'Trebuchet MS', 'PT Sans', Georgia, serif;}

.entry ul  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ul ul  { margin: 0; }
.entry ul li  {	list-style-type: circle; }
.entry ul ul li  { list-style-type: disc; }

.entry ol  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ol ol  { margin: 0; }
/*.entry  ol li  { list-style-type: upper-latin; }
.entry  ol li ol li  { list-style-type: lower-latin; }*/
.entry  ol li  { list-style-type:decimal; }
.entry  ol li ol li  { list-style-type:lower-roman; }

.entry  ul li ol  { padding:0;}
.entry  ul li ol li { padding:0;list-style:none;}
.entry  ul li ul  { padding:0;list-style:none;}
.entry  ul li ul li { padding:0;list-style:none;}

/* 3.2 Images */
/*.entry img, img.thumbnail { padding: 5px; border: 1px solid #e6e6e6; background:#F8F8F8;  }*/
img.wp-smiley  { padding: 0; border: none; }

.alignleft  { float: left; height: auto; margin: 5px 15px 5px 0; }
.alignright  { float: right; height: auto; margin: 5px 0 5px 15px; }
.aligncenter  { text-align: center; margin-bottom:15px;}
img.aligncenter  { margin-left:auto; margin-right:auto; display:block; }

.entry .wp-caption { padding: 1px; text-align:center; background:#F8F8F8; border: solid 1px #e6e6e6; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text { margin:0; padding:0; font:11px/22px Arial, Helvetica, sans-serif; text-align:center; }

/* 3.3 Pagination / WP-Pagenavi */
.nav-entries, .wp-pagenavi { padding:30px 0px; /*background: url("images/bg-border.png") no-repeat scroll center top;*/ }
.nav-entries a { display: block; font:italic 12px/16px 'Trebuchet MS', 'PT Sans', Georgia, serif; color:#777; text-decoration:none;}
.nav-entries a:hover { text-decoration:underline; }

.wp-pagenavi { margin: 0 !important; text-align: right !important; }
.wp-pagenavi a:link,
.wp-pagenavi a:visited { display: inline !important; text-decoration: none !important; background: #EEEEEE !important;color: #666 !important; padding: 3px 7px !important; border:1px solid #DDDDDD !important;}
.wp-pagenavi .current, 
.wp-pagenavi .on,
.wp-pagenavi a:hover { padding: 3px 7px !important; background: #ddd !important; border:1px solid #bbb !important; }
.wp-pagenavi span.extend, .wp-pagenavi span.pages { float:left; font-family: 'Trebuchet MS', 'PT Sans', Georgia, serif; background:none !important; border:none !important; color:#666 !important; padding:0 !important}



/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */
.widget  { margin: 0 0 10px 0; font-size:1em; }
.widget h3  { 
font-family:'Trebuchet MS';
letter-spacing:-1px;
margin: 0; padding:4px 10px; font-size:18px;font-weight:normal; 
background:#58585a; 
color:#ffffff; 
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}
.widget p { margin-bottom:10px; font-size:.9em;}

.widget ul  { clear:both; padding-left:10px; list-style-position:inside; list-style-type:disc;}
.widget ul li { 
/*background:url(images/ico-bullet.png) no-repeat left 13px; */
padding-left:10px; list-style-type:none; }
.widget ul li a  { color:#555; padding: 0 0 0 5px; text-decoration: none; /*line-height: 23px; font-size:13px;*/}
.widget ul li a:hover  { text-decoration:underline; }
.widget ul ul  { padding: 0 0 0 15px; border-top: none; }

.widget_recent_comments li, #twitter li  { padding: 6px 0; line-height: 18px; border-bottom: 1px solid #eee; } /* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
.widget_recent_comments li a, #twitter a  { display: inline; padding: 0; line-height: 18px!important; background: none!important; border: none!important; } /* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */

.widget .textwidget, .widget ul, .widget_woo_feedback .feedback 
{ 
/*background:#457f4d; */
background: none;
padding:10px 15px; 
}
.widget .textwidget { padding-bottom:10px; }

#footer-widgets { background:#f1f1f1 url(images/bg-footer-widgets.png) repeat-x top; padding:10px 0 10px 0 ; }
#footer-widgets .left { width:580px; float:left; padding:0px 40px 0 0; margin-top:0px; background:url(images/border-vertical.png) repeat-y right;}
#footer-widgets .right { width:280px; float:right; padding:0px 0 0 0;}
#footer-widgets h3 { text-transform:uppercase; }
#footer-widgets .widget .textwidget, #footer-widgets .widget ul{ background:none; padding:0;}
#footer-widgets .widget ul{ padding-left:10px;}
#footer-widgets p { color:#333; }
#footer-widgets .post-meta { color:#777; }

/* 4.2 Specific Widgets */

/* WIDGET FORMS */
#searchform  { background:#fff;  border: 6px solid #e2e2e2; position:relative; }
#searchform .btn { position:absolute; right:10px; bottom:0; border:0; padding:2px; }
.widget input#s, .widget input.field  { width: 180px; padding: 8px 0; margin-left:10px; border: 0; color:#999999; }
#footer-widgets .widget input.s  { width: 55%; }
.widget .screen-reader-text  { display: none; }
.widget input.submit { float:right; }

/* FLICKR */
.widget_woo_flickr h3  {}
.widget_woo_flickr h3 span{color:#0061D8;}
.widget_woo_flickr h3 span span{color:#FF1183;}
.widget_woo_flickr .flickr_badge_image  { float: left; margin: 3px; }

.widget_woo_flickr .wrap  { position: relative; margin-bottom: 20px; padding: 0; }
.widget_woo_flickr a img  { float: left;  margin: 0 0 8px 8px;  display: block; border: #CECFC6 1px solid; padding: 3px;}
.widget_woo_flickr a:hover img  { border:#A8AA99 1px solid; }

/* LIFESTREAM */
.widget_lifestream ul li  { border-bottom: 1px solid #e0e6e6; }
.widget_lifestream ul li a  { border:none; background:none!important; }
.widget_lifestream ul .lifestream_meta  { color: inherit; }

/* CALENDAR */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;background:#E7E7E7;color:#9E9E9E;padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* Blog Author Widget */
.widget_woo_blogauthorinfo .avatar { padding: 5px; border: 1px solid #e6e6e6; background:#F8F8F8; background:rgba(255,255,255,0.7);}
.widget_woo_blogauthorinfo .left { float:left; margin:0 10px 5px 0; }
.widget_woo_blogauthorinfo .right { float:right; margin:0 0 5px 10px; }

/* Woo News Widget */
.widget_woo_news { position:relative; }
.widget_woo_news h3 { background:url(images/border-horizontal.png) repeat-x bottom; padding-bottom:25px; margin-bottom:25px; color:#444; }
.widget_woo_news .rss { position:absolute; right:0; top:0; }
.widget_woo_news a.title { font-size:18px; font-weight:bold; padding:0; color:#555; }
.widget_woo_news .post-meta { font-size:11px; }
.widget_woo_news .item { margin-bottom:25px; clear:both; }

/* Feedback Widget */
/*.widget_woo_feedback h3 { background:url(images/ico-feedback.png) no-repeat; padding:5px 0 5px 42px; }*/
.widget_woo_feedback blockquote p { font-family: 'Trebuchet MS', 'PT Sans', Georgia, serif; font-style:italic; color:#ffffff;}
.widget_woo_feedback cite { font-family: 'PT Sans Narrow', Arial, sans-serif; font-style:normal; color:#ffffff; font-size:12px; }

/* Twitter Stream */
.widget_woo_twitter h3 { background:url(images/ico-twitter.png) no-repeat; padding:5px 0 5px 42px; }
.widget_woo_twitter h3 a { color:#555; }
.widget_woo_twitter ul { padding-bottom:10px; }
.widget_woo_twitter ul li { background:none; padding:0 0 15px; font-family:'Trebuchet MS', 'PT Sans', Georgia, serif; font-style:italic; }
.widget_woo_twitter ul li span { display:block; }
.widget_woo_twitter ul li a { padding:0; color:#999; }
.widget_woo_twitter ul li span a { color:#333; }


/* 4.3 WooTabs */
#tabs {	
/*background:#457f4d; */
height:auto; display: block; padding:5px; margin-bottom:30px; }

#tabs ul.wooTabs { padding:0px; }
#tabs ul.wooTabs li { float: left; display:inline; color: #ffffff; margin:0px; cursor: pointer; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { background:#fff; text-decoration:none; }
#tabs ul.wooTabs li a {	color:#777; display: block;float: left;padding: 8px; text-transform:uppercase; font:11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; }

#tabs .inside { background:#fff; padding:5px;}
#tabs .inside li { background:#fff;  }
#tabs #tab-tags { padding:10px; }
#tabs .inside ul { margin:0; border: 1px solid #e6e6e6; border-width:1px 0 1px 0; }
#tabs .inside li { border:1px solid #e6e6e6; border-width:0 1px 1px 1px; padding:10px; }
#tabs .inside li a { color:#555; font:bold 12px/18px 'Trebuchet MS', 'PT Sans', Georgia, serif; }
#tabs .inside a:hover{}
#tabs .inside li span.meta { display:block; font:11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase; color:#777; }
#tabs .inside li img.avatar, #tabs .inside li img.thumbnail { border: 1px solid #ddd; padding: 2px;	background-color: #ffffff; float: left;	margin: 0 8px 0 0; }



/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */
#comments {position:relative;margin:20px 0 0;padding:20px 0 0 0;background: url("images/bg-border.png") no-repeat scroll center top;}
#comments h3  { color:#333; font-weight:normal; margin-bottom:20px; }
#comments .comment.thread-even { background: #f7f7f7; border-bottom:1px solid #b2b2b2; }
#comments .comment{margin-top:10px;width:100%;list-style-type:none;}
#comments .comment .comment-container  { position:relative; padding: 20px; }
#comments .comment-head  { margin: 0 0 15px 0; }
#comments  .avatar  { float:left; margin: 0 15px 10px 0; }
#comments  .avatar img{margin: 0;vertical-align: middle;border:1px solid #ddd; padding:3px; background:#fff; }
#comments .comment-head .name  { margin: 0; font-weight: bold; font-size: 15px; }
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma { font-size: 11px; }
#comments .comment-entry p  { margin: 0 0 10px 0;}
#comments .reply { padding-top:10px; }
#comments .reply a { }
#comments .reply a:hover { }

#comments ul.children{margin:10px 10px 0 25px;padding:0; }
#comments ul.children li {border-top:1px solid #e6e6e6; }
#comments .cancel-comment-reply{margin:10px 0;}

#comments .navigation { }
#comments .navigation a{ display: block; margin: 15px 0 0 0; text-decoration: none; }
#comments .navigation a:hover{}

#comments h3#pings { margin-top:25px; }
#comments .pingbacks li.pingback { margin:10px 0; }
#comments .pingbacks li.pingback .reply { display:none; }

/* 5.2 Comments Form */
#respond  { margin: 10px 0 0; }
#respond h3  { color:#333; font-weight:normal; margin-bottom:20px; }
#respond .left { float:left; width:200px; margin-right:15px; }
#respond .right { float:left; width:380px; }
#respond label { font-size:11px; color:#777; }

#commentform  {	margin: 15px 0 0 0;  }
#commentform label  { position:relative; display:inline; vertical-align:top; display:inline-block; margin-top:5px; }
#commentform input.txt, #commentform textarea { font:14px/14px Arial, Helvetica, sans-serif; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}
#commentform input.txt  { color:#666; background: #fcfcfc; width: 170px; margin: 0 5px 10px 0; padding: 5px 7px; }
#commentform textarea  { color:#666; background: #fcfcfc; width: 95% !important; padding: 5px 7px; }

#commentform #submit  { margin: 15px 0 0 0;  }

/* 5.3 Pingbacks / Trackbacks */
h3#pings  { margin: 25px 0 10px 0; }
.pinglist li  { margin: 0 0 0 20px; list-style-type: decimal; }
.pinglist li .author  { font-weight: bold; font-size: 15px; }
.pinglist li .date  { font-size: 11px; }
.pinglist li .pingcontent  { display: block; margin: 10px 0; }


/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/

/* 6.1 Buttons */
.button, .button:visited, .reply a{ font-family:Verdana, Geneva, sans-serif; background: url(images/alert-overlay.png); display: inline-block; padding: 5px 10px 6px; color: #fff !important; text-decoration: none; border:none; position: relative; cursor: pointer; }
.button, .button:visited, .reply a{ background-color:#00d0e3; }
.button:hover, .reply a:hover { color: #fff  !important; text-decoration:none; }
.button:active, .reply a:active { top: 1px; }
.small.button, .small.button:visited, .reply a { font-size: 10px; padding: 0px 6px 1px; text-transform:uppercase;}
.button, .button:visited, .medium.button, .medium.button:visited { font-size: 13px; font-weight: bold; line-height: 1; }
.large.button, .large.button:visited { font-size: 14px; padding: 8px 14px 9px; }

/* 6.2 Info Boxes */
p.alert, p.download, p.info, p.note, p.tick {  margin:10px 0 20px 0; padding:9px 10px 9px 50px; }
p.alert { border-top:1px solid #f0baa2; border-bottom:1px solid #f0baa2; background:#ffd9c8 url(images/ico-alert.png) no-repeat 20px 13px; }
p.download { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(images/ico-download.png) no-repeat 20px 13px; }
p.tick { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(images/ico-tick.png) no-repeat 20px 13px; }
p.info { border-top:1px solid #555; border-bottom:1px solid #555; background:#eee url(images/ico-info.png) no-repeat 20px 13px; }
p.note { border-top:1px solid #efe3ae; border-bottom:1px solid #efe3ae; background:#fef6d2 url(images/ico-note.png) no-repeat 20px 13px; }

/* 6.3 Contact Form */
#contact-page .screenReader { left: -9999px; position: absolute; top: -9999px; }
#contact-page ol.forms{float:left;list-style:none;width:100%;margin:10px 0 0;}
#contact-page ol.forms li{clear:both;float:left;margin-bottom:18px;position:relative;width:100%}
#contact-page ol.forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;}
#contact-page ol.forms input.txt{width:214px;}
#contact-page ol.forms input#sendCopy{border:none;}
#contact-page ol.forms textarea{height:300px;width:400px;}
#contact-page ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}
#contact-page ol.forms li.textarea .error{display:block; margin-left:120px}
#contact-page ol.forms li.screenReader{margin-bottom:0;}
#contact-page ol.forms li.buttons .submit{margin: 15px 0 0 120px; }
#contact-page ol.forms li.inline input{width:auto;margin-left:120px;}
#contact-page ol.forms li.inline label{display:inline;float:none;width:auto;}

/* 6.4 Gravity Forms */
.gfield { margin-bottom: 10px; }
.gform_wrapper .top_label .gfield_label { display:block;float:left; padding-right:20px; width: 100px; margin: 5px 0px 4px !important; }
.gform_wrapper input.button { padding: 5px 10px 6px !important; }
.gform_wrapper input { padding: 7px 3px !important; }
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { width: 400px !important; padding: 7px 3px !important; }
.gform_wrapper .entry img, .gform_wrapper img.thumbnail { padding: 0px !important; border: 0px !important; }
ul.top_label .clear-multi { clear: none !important; }
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio { margin-left: 120px !important; }
img.ui-datepicker-trigger { border: 0px; padding: 0px; }

.clientlogos{
width:625px;
clear:both;
}

.clientlogos .item{
width:120px;
height:80px;
float:left;
padding-right:5px;
}

.clientlogos .item img{
padding:0;
margin:0
border:none;
}

.hp_3im{
width:625px;
text-align:center;
clear:both;
padding-top:30px;
}

.hp_3im a:link h3, .hp_3im a:visited h3 { color: #58585a; text-decoration:none;}
.hp_3im a:hover h3, .hp_3im a:hover {color: #58585a; text-decoration:none;}


.hp_3im .l{
width:200px;
float:left;
padding-left:5px;
}

.hp_3im .r{
width:200px;
float:left;
}

.hp_3im .c{
width:200px;
float:left;
padding:0 10px;
}

.sb_full{
clear:both;
height:62px;
padding:10px 0 5px 10px;
background:#00d0e3;
/*background: #ffffff url(images/bg_4.jpg) repeat;*/
font-size:12px;
line-height:17px;
border-bottom:1px solid #555;
}

.lh_thu{
float:left;
padding-right:5px;
width:60px;
height:60px;
}

.rh_cont{
float:left;
width:190px;
}

.sb_full h3{
padding:0 0 10px 0;
margin:0;
font-size:18px;
background:none;
}

.cnt_full{
background:#58585a;
padding:10px 0 0px 10px;
clear:both;
color:#ffffff;
height:330px;
}

.cnt_l{
float:left;
width:350px;
padding-right:10px;
text-align:left;
}

.cnt_r{
float:left;
width:400px;
}

.full{
width:100%;
clear:both;
}

.leftbar{
width:200px;
float:left;
padding-top:30px;
}

.cnt_full h3{
color:#ffffff;
padding:5px 0;
font-size:18px;
}



/* Left Bar Navigation */
ul#navleft { 
margin:0; 
}
#navleft, #navleft ul  { z-index:9999; margin:0; padding:0; list-style:none; line-height:1; }
#navleft a  
{ 
font: 15px/25px 'Trebuchet MS', 'PT Sans', 'Myriad Pro', Helvetica, Arial, sans-serif; display:block; z-index:100; padding:0 10px; 
/*color:#58585a; */
color:#ffffff; 
text-decoration:none;
}

#navleft a:hover  { color:#fff;}
#navleft li  
{ 
	/*float:left; */
	width: 160px; 
	padding:2px; 
	margin:5px 0;
	/*border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;*/
	background:#58585a;
	color:#ffffff;

}
#navleft li:hover, #navleft li.current_page_item, #navleft li.current_page_parent, #navleft li.current-menu-item, #navleft li.current-menu-ancestor 
{ 
	/*background: #333 url(images/bg-navleft.png) repeat-x top; */
	background:#00d0e3;
	/*border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;*/
}

#navleft li.current_page_item a, #navleft li.current_page_parent a{
color:#fff;
background-color:#00d0e3;
}

#navleft li.current_page_item li a, #navleft li.current_page_parent li a{
color:#fff;
background-color:#58585a;
}

#navleft li.current_page_item li a:hover, #navleft li.current_page_parent li a:hover{
color:#fff;
background-color:#00d0e3;
}

#navleft li li.current_page_item, #navleft li li.current_page_parent, #navleft li li.current-menu-item, #navleft li li.current-menu-ancestor { background: #58585a; }

#hp_4im_wrap { 
/*background: #ffffff url(images/bg_1.jpg) repeat;*/
/*background:#989898;*/
width:960px;
clear:both;
}

.hp_4im,
.hp_4im1,
.hp_4im2{
/*width:940px;*/
clear:both;
}

.hp_4im .cont,
.hp_4im1 .cont{
width:280px;
float:left;
height:160px;
padding:10px;
/*background:#faa011;*/
/*background:#de1b23;*/
color:#ffffff;
}

.hp_4im2 .cont{
width:455px;
float:left;
height:120px;
/*padding:10px;*/
/*background:#faa011;*/
/*background:#de1b23;*/
color:#efefef;
}

.hp_4im2 .cont .ll{
float:left;
width:120px;
}

.hp_4im2 .cont .rr{
float:left;
width:312px;
height:100px;
padding:10px;
}

.hp_4im1 .cont{
/*background:#faa011;*/
}

.bg1{
background:#00d0e3;
}

.bg2{
background:#58585a;
}

.bg3{
background:#00d0e3;
}

.bg4{
background:#58585a;
}

.bg5{
background:#00d0e3;
}

.bg6{
background:#58585a;
}

.bg7{
background:#00d0e3;
}

.bg8{
background:#58585a;
}

.bg1 img{
float:left;
padding:0 4px 4px 0;
}

.bg2 img{
float:left;
padding:0 10px 4px 0;
}

.bg3{
background:#00d0e3;
}

.hp_4im .cont h2,
.hp_4im1 .cont h2,
.hp_4im2 .cont h2{
padding-bottom:10px;
color:#ffffff;
}

.hp_4im .cont h2 a,
.hp_4im1 .cont h2 a,
.hp_4im2 .cont h2 a{
color:#ffffff;
}

.hp_4im .cont h2 a:hover,
.hp_4im1 .cont h2 a:hover,
.hp_4im2 .cont h2 a:hover{
color:#ffffff;
}

.hp_4im .lt,
.hp_4im1 .lt,
.hp_4im2 .lt{
margin:0 10px 0 0;
}

.hp_4im .ct,
.hp_4im1 .ct,
.hp_4im2 .ct{
margin:0;
}

.hp_4im .rt,
.hp_4im1 .rt,
.hp_4im2 .rt{
margin:0 0 0 10px;
}


.hp_4im .lt,
.hp_4im .ct,
.hp_4im .rt{
margin-top:10px;
margin-bottom:10px;
}

.hp_4im1 .lt,
.hp_4im1 .ct
.hp_4im1 .rt{
margin-bottom:0px;
}

.hp_4im2 .lt,
.hp_4im2 .ct
.hp_4im2 .rt{
margin-bottom:0px;
}

.hp_4im p,
.hp_4im1 p,
.hp_4im2 p{
padding:0;
margin:5px 0 0 0;
font-size:14px;
line-height:20px;
}



#foo1 li{width:180px; height:300px; float:left; list-style:none;}


a#prevProd{
background-image:url(images/sliderArrows.png); 
background-repeat:no-repeat; background-position:left top; width:11px; height:120px; 
position: absolute; 
left: 90px; top: 200px;
}

a#nextProd{
background-image:url(images/sliderArrows.png); 
background-repeat:no-repeat; background-position:right top; width:11px; height:120px; 
position: absolute; right: 90px; top: 200px;
}


.prod{
width:180px;
float:left;
padding:0 4px;
font-size:13px;
line-height:20px;
margin:0;
}

.prod .des{
clear:both;
width:180px;
}

.prod .nig{
clear:both;
width:180px;
}

.prod .cos{
clear:both;
width:180px;
}

.prod h2 {
padding:0;
margin:5px 0 0 0;
font-weight: bold;
font-size:15px;
line-height:20px;
}

.prod_img{
width:328px;
float:left;
padding:0 10px 0 0;
margin:0;
}

.prod_img img{
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}

.prod_in{
width:360px;
float:left;
padding:0 0 0 0;
margin:0 10px 0 0;
}

.prod_in .prod_ll{float:left;width:80px;padding:0 10px 0 0;}
.prod_in .prod_rr{float:left;width:270px;color:#606060;}

.prod_in .des{
clear:both;
width:670px;
}

.prod_in .nig{
clear:both;
width:670px;
}

.prod_in .intro{
clear:both;
width:670px;
}

.prod_in .cos{
clear:both;
width:670px;
}

.prod_in h2 {
padding:0;
margin:5px 0 0 0;
font-weight: bold;
font-size:15px;
line-height:20px;
}

#woofader .feat_cont{
padding:0;
}


#single-tabs {
float:left;
margin-top:5px;
margin-bottom:10px;
}

.list-wrap{
width:680px; 
/*background-image:url(images/tabBodyTop.png); background-repeat:repeat-x;*/
padding:0 10px 0 0;
margin:1px 10px 0 0;
/*background-color:#fff;*/
border:1px solid #efefef;
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
text-align:justify;
}
.list-wrap-footer{width:100%; background-image:url(images/tabBodyBottom.png); background-repeat:repeat-x; clear:both; height:23px;}

.list-wrap ul{
padding:0;
margin:0;
}
.list-wrap ul li{
padding:5px 10px;
list-style:none;
}

#single-tabs ul {padding:0; list-style:none;}
#single-tabs ul ul{padding:0; list-style:none;}
#single-tabs .nav1 { overflow: hidden; margin: 0 0 0 0; height:23px; 
/*background:url(images/tabLine.png); background-repeat:repeat-x; padding-top:1px;*/
}

#single-tabs .nav1 li { 
width: 97px; 
float: left; 
height:23px; 
background-image:url(images/tabLi.png); 
background-repeat:repeat-x; 
margin-right:6px; line-height:15px;
list-style:none;
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}

#single-tabs .nav1 li.last { margin-right: 0; }
#single-tabs .nav1 li a { display: block; 
font-size: 13px;
text-align: center; border: 0; 
/*color:#000;*/
font-weight:normal; text-decoration:none;}

#single-tabs .nav1 a li  { display: block; 
font-size: 13px;
text-align: center; border: 0; 
/*color:#000;*/
font-weight:normal; text-decoration:none;}

#single-tabs .nav1 li a:hover { 
background-image:url(images/tabActive.png); background-repeat:repeat-x; text-decoration:none; color:#fff;
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}

#single-tabs ul { list-style: none; }
#single-tabs ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#single-tabs ul a li { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#single-tabs ul li a:hover, #single-tabs ul li a:focus { }
#single-tabs ul li:last-child a { border: none; }


#single-tabs ul #tripdetails,#single-tabs ul #itinerary,#single-tabs ul #dateprice, #single-tabs ul #booknow{height:230px!important;}
#single-tabs ul #see,#single-tabs ul #todo,#single-tabs ul #tips,#single-tabs ul #visa,#single-tabs ul #events{height:230px!important;}
#single-tabs li.nav1-one a.current, #single-tabs ul li a:hover { 
color:#fff; background-image:url(images/tabActive.png); background-repeat:repeat-x; 
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}

#single-tabs li.nav1-two a.current, #single-tabs ul.core li a:hover { 
color:#fff; background-image:url(images/tabActive.png); background-repeat:repeat-x;  
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}

#single-tabs a:hover li.nav1-three {
color:#fff; background-image:url(images/tabActive.png); background-repeat:repeat-x;  
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}

#single-tabs li.nav1-four a.current, #single-tabs ul.visa li a:hover { 
color:#fff; background-image:url(images/tabActive.png); background-repeat:repeat-x;  
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}

#single-tabs li.nav1-five a.current, #single-tabs ul.events li a:hover { 
color:#fff; background-image:url(images/tabActive.png); background-repeat:repeat-x;  
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}


.logo__wrap{
width:370px;
float:left;
height:65px;
padding:0;
margin-top:3px;
}

.logo_in{
	width:165px;
	padding-right:20px;
	float:left;
	height:65px;
}

.logo_in_r{
	width:185px;
	float:left;
	padding-top:10px;
	height:55px;
}

.nav__wrap{
float:left;
width:470px;
margin:0;
padding:0;
}

.top__nav{
float:right;
padding:0;
margin:3px 0 0 0;
width:750px;
height:70px;
text-align:right;
}

.bot__nav{
float:right;
padding:5px 0 0 0;
width:580px;
margin:35px 0 0 0;
text-align:right;
/*border-top:1px dotted #c8c8c8;*/
}

.top_cnt{
float:right;
padding:10px 20px;
margin-top:56px;
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
background:#efefef;
}

.top_cnt .cnt{
font: 13px/22px 'Trebuchet MS', 'PT Sans', 'Myriad Pro', Helvetica, Arial, sans-serif; 
font-weight:normal;
}

.top_cnt h2{
font-size: 16px;
}

.top_cnt h2 a{
font-size: 18px;
}

.top_cnt a:hover{
text-decoration:underline;
}

.redtxt{
color:#58585a;
}

.redtxt a, a.redtxt {
color:#58585a;
}







.list_carousel_feat {
	margin: 0;
	width: 980px;
	position:relative;
}
.list_carousel_feat ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel_feat li {
	width: 980px;
	height: 300px;
	display: block;
	float: left;
}
.list_carousel_feat.responsive {
	width: auto;
	margin-left: 0;
}
.list_carousel_feat .clearfix {
	float: none;
	clear: both;
}
.list_carousel_feat .pager {
	float: left;
	text-align: center;
	position:absolute;
	right:20px;
	top:300px;
}
.list_carousel_feat .pager a {
	margin: 0 3px;
	padding:0 5px;
	text-decoration: none;
	/*background:#fff;*/
	background:#58585a;
	color:#ffffff;
}
.list_carousel_feat .pager a:hover, .list_carousel_feat .pager a.selected {
	text-decoration: none;
	/*font-weight:bold;*/
	/*color:#00d0e3;*/
	background:#fd4a51;
	color:#ffffff;
}
.list_carousel_feat .timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}


/*.list_carousel {
	background-color: #ccc;
	margin: 0 0 30px 0;
	width: 940px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	background-color: #eee;
	border: 5px solid #999;
	width: 180px;
	height: 180px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.list_carousel .clearfix {
	float: none;
	clear: both;
}
.list_carousel .prev {
	float: left;
	margin-left: 10px;
}
.list_carousel .next {
	float: right;
	margin-right: 10px;
}
.list_carousel .pager {
	float: left;
	width: 300px;
	text-align: center;
}
.list_carousel .pager a {
	margin: 0 5px;
	text-decoration: none;
}
.list_carousel .pager a.selected {
	text-decoration: underline;
}
.list_carousel .timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}*/



.ip_gen, .hp_pck{
padding:0 10px 10px 10px;
margin-bottom:0px;
}

.ip_gen img{
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}

.ip_gen a:hover,
.hp_pck a:hover{
text-decoration:none;
}

.ip_gen h2, .ip_gen a, .ip_gen a:hover,
.hp_pck h2, .hp_pck a, .hp_pck a:hover{
color:#333333;
}

.ip_gen h2,.hp_pck h2{
font-size:12px;
line-height:16px;
padding:5px 0 0 0;
margin:0;
font-weight:normal;
}

.ip_gen h3,.hp_pck h3{
font-size:14px;
line-height:16px;
padding:5px 0 0 0;
margin:0;
font-weight:normal;
color:#00d0e3;
}

.ip_gen h3{
font-size:12px;
line-height:15px;
padding:0 0 0 0;
margin:0;
font-weight:normal;
}

h1.prodtitle  {font-size: 24px; margin:10px 0;padding:10px 0 10px 0;color: #58585a;} 
h2.prodtitle  {font-size: 20px; margin:5px 0;padding:5px 0 5px 0;color: #58585a;} 

h2.hptitle {
font-size:20px;
color: #58585a;
margin:0;
padding:0;
}

h3.hptitle {
font-size:17px;
color: #58585a;
margin:0;
padding:0;
}

.hwidth{
width:454px;
background:#efefef;
margin:0 0 5px 24px;
padding:6px 0 3px 2px;
float:left;
text-align:center;
}

.hwidth_r{
width:454px;
background:#efefef;
margin:0 24px 5px 0;
padding:6px 0 3px 2px;
float:right;
text-align:center;
}

.fwidth{
background:#efefef;
/*width:948px;
margin:0 0 5px 24px;
padding:3px 0 0px 2px;*/
width:980px;
margin:0 0 5px 0;
padding:3px 0 0px 0;
float:left;
text-align:center;
}

h2.hptitle a{
color: #58585a;
}

h2.hptitle a:hover{
color: #58585a;
text-decoration:underline;
}

/******  Homepage scrollers  *******/
.hp_vert_line{
width:1px;
height:120px;
background:#ccc;
float:left;
margin:0 6px;
}

.list_carousel1{width:483px; float:left; padding:0; position: relative;}
.list_carousel2{width:483px; float:left; padding:0; position: relative;}
.list_carousel3{width:958px; float:left; padding:0 0 5px 0; position: relative;}

.list_carousel3 img{
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}
#foo2, #foo3 {
	margin: 0;
	width: 455px;
	margin-left:14px;
}

#foo2 ul,#foo3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
#foo2 li, #foo3 li {
	/*background-color: #eee;
	border: 5px solid #999;
	width: 180px;
	height: 180px;
	padding: 0;
	margin: 6px;*/
	display: block;
	float: left;
	/*padding:1px;
	border:1px dotted #efefef;
	margin-right:4px;*/
}

#foo2 li h2, #foo3 li h2{
width:145px;
}

#foo2 li .nig, #foo3 li .duration{
width:145px;
}

a#foo2_prev, a#foo3_prev{
background-image:url(images/sliderArrows.png); background-repeat:no-repeat; background-position:left top; 
width:11px; height:120px; 
position: absolute; 
left: 0px;
top: 0px;
}

a#foo2_prev span, a#foo2_next span, a#foo3_prev span, a#foo3_next span{
display:none;
}

a#foo2_next, a#foo3_next{
background-image:url(images/sliderArrows.png); background-repeat:no-repeat; background-position:right top; 
width:11px; height:120px; 
position: absolute; 
right: 0px; 
top: 0px;
}

#foo7 {
	margin: 0;
	/*width: 455px;*/
	margin-left:14px;
}

#foo7 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
#foo7 li {
	/*background-color: #eee;
	border: 5px solid #999;
	width: 180px;
	height: 180px;
	padding: 0;
	margin: 6px;*/
	display: block;
	float: left;
}

#foo7 li h2{
width:145px;
}

#foo7 li .nig{
width:145px;
}

a#foo7_prev{
background-image:url(images/sliderArrows.png); background-repeat:no-repeat; background-position:left top; 
width:11px; height:120px; 
position: absolute; 
left: 0px;
top: 15px;
}

a#foo7_prev span, a#foo7_next span{
display:none;
}

a#foo7_next{
background-image:url(images/sliderArrows.png); background-repeat:no-repeat; background-position:right top; 
width:11px; height:120px; 
position: absolute; 
right: 0px; 
top: 15px;
}

.rightpad{width:20px;height:145px;background:#2c2c2c;}

#foo8 {
	margin: 0;
	/*width: 455px;*/
	margin-left:14px;
}

#foo8 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
#foo8 li {
	/*background-color: #eee;
	border: 5px solid #999;
	width: 180px;
	height: 180px;
	padding: 0;
	margin: 6px;*/
	display: block;
	float: left;
}

#foo8 li h2{
width:145px;
}

#foo8 li .nig{
width:145px;
}

a#foo8_prev{
background-image:url(images/sliderArrows.png); background-repeat:no-repeat; background-position:left top; 
width:11px; height:120px; 
position: absolute; 
left: 0px;
top: 0px;
}

a#foo8_prev span, a#foo8_next span{
display:none;
}

a#foo8_next{
background-image:url(images/sliderArrows.png); background-repeat:no-repeat; background-position:right top; 
width:11px; height:120px; 
position: absolute; 
right: 0px; 
top: 0px;
}

#small_wrap {
	margin: 0;
	/*width: 455px;*/
	margin-left:14px;
}

#small_wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
#small_wrap li {
	/*background-color: #eee;
	border: 5px solid #999;
	width: 180px;
	height: 180px;
	padding: 0;
	margin: 6px;*/
	display: block;
	float: left;
	padding-bottom:10px;
	height:185px;
}

#small_wrap li h2{
width:145px;
}


.bold{
font-weight:bold;
}






/*wpcf7-form*/
.wpcf7-form  select {
	width:200px;
	}

.wpcf7-form  input{
	width:200px;	
	}
.wpcf7-form textarea{
	width:200px;
	height:80px;	
	}
	
.wpcf7-form .field {
	width:200px;
	}
.wpcf7-form p{
	margin:1px 0;
	padding:2px 0;

	}
.wpcf7-form .wpcf7-submit{
	width:50px;
	}

.wpcf7-form .cf_ll{
float:left;
width:120px;
padding:0;
margin:0;
}

.wpcf7-form .cf_rr{
float:left;
width:250px;
padding:0;
margin:1px 0;
}


.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea{
font: 13px/22px 'Trebuchet MS', 'PT Sans', 'Myriad Pro', Helvetica, Arial, sans-serif; 
}

.wpcf7-form .sbar_cform .cururl_hidden{
width:0;
height:0;
padding:0;
border:none;
visibility:hidden;
margin:0;
}

.wpcf7-form .sbar_cform  select {
	width:150px;
	}

.wpcf7-form .sbar_cform  input{
	width:215px;	
	}
.wpcf7-form .sbar_cform textarea{
	width:215px;
	height:50px;	
	}
	
.wpcf7-form .sbar_cform .field {
	width:215px;
	}
.wpcf7-form .sbar_cform p{
	margin:1px 0;
	padding:2px 0;

	}
.wpcf7-form .sbar_cform .wpcf7-submit{
	width:50px;
	margin-top:5px;
	}


.submit
{ background: #333 url(images/bg-nav.png) repeat-x top; }

.wpcf7 .wpcf7-form p{
margin:0;
padding:0;
}

.wpcf7 .wpcf7-form input {
padding:5px;
}

.wpcf7 .wpcf7-submit{
	background:#58585a;
	padding:2px 4px;
	color:#ffffff;
}


.wpcf7-form .sbar_cform .cf_ll{
width:280px;
padding:0;
margin:0;
}

.wpcf7-form .sbar_cform .cf_rr{
width:250px;
padding:0;
margin:1px 0;
}

.wrap_scroll_indi{
width:260px;
padding:5px;
font-size:12px;
line-height:18px;
}

.wrap_scroll_indi h3{
font-size:16px;
line-height:24px;
}

.hp_rbar{
float:left;
width:270px;
height:340px;
margin:0 0 0 10px;
padding-bottom:10px;
background:#efefef;
}

.hp_lbar_im {
	margin: 0 0 0 25px;
	width: 950px;
	position:relative;
	text-align:justify;
	float:left;
}

.hp_rbar_im{
float:left;
width:270px;
margin:0 0 0 10px;
padding-bottom:0;
background:#efefef;
}

.hp_rbar_spro{
float:left;
width:250px;
margin:0;
padding-bottom:10px;
background:#efefef;
}

#prod_inq{
float:left;
width:250px;
padding:0;
margin:0;
}

#prod_inq .frm{
width:230px;
margin-top:0px;
padding:10px 0 0 10px;
}

#prod_inq h3{
margin: 0; padding:4px 10px; 
font-family:'Trebuchet MS';
font-size:15px;font-weight:normal; 
background:#58585a; 
color:#ffffff; 
/*border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;*/
}

.onesizesmaller{
font-size:.9em;	
}

.twosizesmaller{
font-size:.8em;	
}

.threesizesmaller{
font-size:.7em;	
}

.foursizesmaller{
font-size:.6em;	
}

.viewall_underbanner{
width:300px;
position:absolute;
right:0;
top:350px;
font-family: 'PT Sans Narrow', 'Myriad Pro', Helvetica, Arial, sans-serif; 
text-align:right;
color:#333333;	
}

.viewall_underbanner a{
color:#333333;	
}

.hp_conti{
height:144px;
width:960px;
background:none;
margin:10px 0 0 10px;	
}

.hp_conti .item{
height:138px;
width:182px;
background:#efefef;
float:left;
padding:2px;
border:1px solid #d2d2d2;
border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;

}

.hp_conti .pdr10{
margin-right:10px;
}

.hp_conti a:hover .item{
	background:#58585a;
}

.ip_bro{
padding:0 10px 0 10px;
}

.ip_bro .hp_conti{
height:144px;
width:960px;
background:none;
margin:10px 0 0 0;	
}

.ft_marquee{
	width:972px;
	margin:0 auto;	
	padding-left:4px;
	margin:5px 0;
}

.ft_marquee img{
	padding:0 10px;
}

.clr{
clear:both;
}
