/*
    Theme Name: BeyondSuvs
    Theme URI: http://newwpthemes.com/beyondsuvs-free-wordpress-theme/
    Description: Free General/Blog WordPress theme by NewWpThemes
    Author: NewWpThemes
    Author URI: http://newwpthemes.com
    Version: 1.1
    Tags: black, orange, three-columns, left-right-sidebars
*/

/* INDEX:

    =GENERAL
    =LAYOUT
    =HEADER
    =MENUS
    =POST
    =SITEMAP
    =CONTACT FORM
    =SLIDER
    =WP-PAGENAVI
    =FOOTER
    =WIDGETS
    =COMMENTS
*/

/* =GENERAL
-------------------------------------------------------------- */

body {
    background: #ffffff center top;
    color: #D7D5CA;
}

a {
    color: #F45B04;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #E35801;
    text-decoration: none;
}

a:focus { 
    outline: none;
}

/* =LAYOUT
-------------------------------------------------------------- */

#container {
	width: 972px;
	margin: 0 auto;
}

/*#main {
	padding:10px 8px 0 15px;	
    background: #fff;
}*/

#main-fullwidth {
    padding: 15px;
    background: #2B2B2B;
}

#content {
    overflow: hidden;
    float: left;
    width: 538px;
    margin-left: 184px;
}

#sidebar-primary {
    overflow: hidden;
	float: left;
    width: 171px;
    margin-left: -717px;
}

#sidebar-secondary {
    overflow: hidden;
	float: left;
    width: 190px;
    margin-left: 10px;
}

/* =HEADER
-------------------------------------------------------------- */

#header {
margin:0px auto;

    padding:0px;
}

.logo {
    float: left;
}

.logo h1.site_title {
    margin: 0;
    padding:0;
    font-family: Arial, Helvetica, Sans-serif;
    font-size:48px;
    line-height: 40px;
    font-weight: bold;
}

.logo h1.site_title a, .logo h1.site_title a:hover {
    color: #E6E3DB;
    text-decoration: none;
}

.logo h2.site_description {
    margin: 0;
    padding:0;
    color: #E26A05;
    font-family: Arial, Helvetica, Sans-serif;
    font-size:14px;
    line-height: 14px;
}

.header-right {
    float: right;
}

/* =MENUS
-------------------------------------------------------------- */

/* Menu Primary
----------------------------*/

.menu-primary-container {
    float: right;
    padding:0 4px 0 6px;
    position:relative;
    height: 34px;
    background: url(images/menu-primary-bg.png) left top repeat-x;
    z-index: 400;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
}

.menu-primary {
}

.menu-primary ul {
	min-width: 160px;
}

/* First Level - Menu Primary */

.menu-primary li a {
    color: #1E1C17;
    padding: 12px 15px 11px 15px;
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 2px 0 0;
}

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
    color: #fff;
    outline: 0;
    background: url(images/menu-primary-bg.png) left -134px repeat-x;
}

/* Child Levels - Menu Primary */

.menu-primary li li a {
	color: #fff;
    text-transform: none;
    background: #E16805;
    padding: 10px 15px;
    margin: 0;
    border: 0;
    font-weight: normal;
}

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	color: #fff;
    background: #C83704;
    outline: 0;
    border-bottom:0;
    text-decoration: none;
}


/* Arrows Menu Primary */

.menu-primary a.sf-with-ul {
    padding-right: 20px;
    min-width: 1px;
}
.menu-primary  .sf-sub-indicator {
    position: absolute;
    display: block;
    overflow: hidden;
    right: 0;
    top:  0;
    padding: 11px 10px 0 0;
}

.menu-primary  li li .sf-sub-indicator {
    padding: 9px 10px 0 0;
}

/* Shadows Menu Primary */

.wrap-menu-primary .sf-shadow ul {
    background:	url('images/menu-primary-shadow.png') no-repeat bottom right;
}

/* Menu Secondary
----------------------------*/

ul{list-style-type:none;}
.menu-secondary {}

.menu-secondary ul {
    min-width: 160px;
}

/* First Level - Menu Secondary */

.menu-secondary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:focus, 
.menu-secondary li li:hover > a, .menu-secondary li li.current-cat > a, .menu-secondary li li.current_page_item > a, .menu-secondary li li.current-menu-item > a {
	color: #fff;
    background: #C83704;
    outline: 0;
}

/* Arrows - Menu Secondary */

.menu-secondary a.sf-with-ul {
    padding-right: 26px;
    min-width: 1px;
}
.menu-secondary  .sf-sub-indicator {
    position: absolute;
    display: block;
    overflow: hidden;
    right: 0;
    top:  0;
    padding: 15px 13px 0 0;
}

.menu-secondary li li .sf-sub-indicator {

    padding: 9px 13px 0 0;
}

/* Shadows - Menu Secondary */

.wrap-menu-secondary .sf-shadow ul {
    background:	url('images/menu-secondary-shadow.png') no-repeat bottom right;
}

/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.post {
    margin-bottom: 15px;
    border-bottom: 0;
}

.page, .post-single {
    border-bottom: 0;
    margin-bottom: 0;
}

.title {
    color: #FF7501;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.title a {
    color: #FF7501;
    text-decoration: none;
}

.title a:hover {
    color: #FF7501;
    text-decoration: none;
}

.entry {
    line-height: 20px;
}

.featured_image {
    padding: 6px;
    border: 1px solid #c8cdd1;
    background: #ebecee;
}

.page-title {
    color: #FF7501;
    margin: 0px 0 10px 0;
    padding: 0 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Arial, Helvetica, Sans-serif;
    border-bottom: 2px solid #E4D8BF;
}

/* Post Metas
----------------------------*/

.postmeta-primary {
    color: #C5C2BA;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}

.postmeta-secondary {
    color: #C5C2BA;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}

.postmeta-primary span, .postmeta-secondary span {
    padding:3px 0 3px 20px;
    background-position:left center;
    background-repeat: no-repeat;
}

.meta_date {
    background-image: url(images/date.png);
	color:#F45B04;
}

.meta_author {
    background-image: url(images/author.png);
}

.meta_comments {
    background-image: url(images/comments.png);
}

.meta_edit {
    background-image: url(images/edit.png);
}

.meta_categories {
    background-image: url(images/category.png);
}

.meta_tags {
    background-image: url(images/tags.png);
}

/* Read More
----------------------------*/

.readmore {
    margin-bottom: 15px;
    float: right;
}

.readmore a {
    color: #050607;
    background: #FEFEFE /*url(images/readmore-bg.png) left top repeat-x*/;
    border: 1px solid #FEFEFD;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    text-decoration: none;
}

.readmore a:hover {
    color: #EF7702;
    /*background: #BEB7A7 url(images/readmore-bg.png) left -126px repeat-x*/;
    border: 1px solid #FEFEFD;
    text-decoration:underline;
}

/* =SITEMAP
-------------------------------------------------------------- */
.sitemap {
}

.sitemap-col {
    width: 30%;
    padding: 0 0 0 10px;
}

.sitemap-col-archives {
    width: 45%;
    padding: 0 0 0 10px;
}

.sitemap h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.sitemap h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0;
}

.sitemap-list {
    font-size: 13px;
    line-height: 22px;
}

.sitemap-list, .sitemap-list ul {
    padding: 0 0 0 20px;
}

/* =CONTACT FORM
-------------------------------------------------------------- */
.contact-form {
}

.contact-form-label {
    width: 90px;    
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0;
}

.contact-form-input {
    margin-left: 90px;    
}

.contact-form input[type=text] {
    padding: 6px;
    width: 60%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form input[type=submit] {
    padding: 5px 50px;
    border: 1px solid #ccc;
    background: #eee;
}
.contact-form textarea {
    width: 96%;
    padding: 6px;
    height: 160px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form-required {
    color: red;
}

/* =SLIDER
-------------------------------------------------------------- */

.fp-slider {
    margin: 0 0 15px 0;
}

.fp-slides-container {}

.fp-slides, .fp-thumbnail, .fp-prev-next, .fp-nav {
    width: 460px;
}

.fp-slides, .fp-thumbnail {
    height: 300px;
    overflow: hidden;
	position: relative;
}

.fp-title {
    font-family: Arial, Helvetica, Sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 2px 0;
    margin: 0;
}

.fp-title a, .fp-title a:hover {
    color: #fff;
    text-decoration: none;
}

.fp-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    padding: 10px 15px;
    overflow: hidden;
}

.fp-content p {
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 18px;
}

.fp-more,  .fp-more:hover{
    color: #fff;
    font-weight: bold;
}

.fp-nav {
    height: 12px;
    text-align: center;
    padding: 10px 0;
    background: #000000;
}

.fp-pager a { 
    background-image: url(images/featured-pager.png); 
    cursor:pointer;  
    margin: 0 8px 0 0; 
    padding: 0;
    display: inline-block;
    width: 12px; 
    height: 12px;
    overflow: hidden;
    text-indent: -999px; 
    background-position: 0 0;
    float: none;
    line-height: 1;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

.fp-pager a:hover, .fp-pager a.activeSlide  { 
    text-decoration: none;
    background-position: 0 -112px;
    opacity: 1.0;
    filter: alpha(opacity = 100);
}

.fp-prev-next-wrap {
    position: relative; 
    z-index: 200; 
}

.fp-prev-next {
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    height: 37px;  
}

.fp-prev {
    float:left;
    margin-left: 14px;
    width:37px;
    height:37px;
    background:url(images/featured-prev.png) left top no-repeat;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.fp-prev:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

 .fp-next {
    float:right;
	width:36px;
    height:37px;
    margin-right: 14px;
    background:url(images/featured-next.png) right top no-repeat;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.fp-next:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

/* =WP-PAGENAVI
-------------------------------------------------------------- */

.wp-pagenavi {
    float: left;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 8px;
	margin: 2px;
    font-size: 15px;
    line-height: 15px;
    float: left;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #D7D5CA;
    background:none;
    border: 1px solid #2B2B2B;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #050607;
    background: #FEFEFD url(images/wp-pagenavi-bg.png) left top repeat-x;
    border: 1px solid #FEFEFD;
}

.wp-pagenavi a:hover {
    color: #fff;
    background: #FF7E00 url(images/wp-pagenavi-bg.png) left -123px repeat-x;
    border: 1px solid #FF7E00;
}

.wp-pagenavi span.pages {
    color: #D7D5CA;
    background: none;
    padding: 4px 8px 4px 0;
    border: 1px solid #2B2B2B;
}

.wp-pagenavi span.extend {
    background:transparent;
    color: #D7D5CA;
    background: none;
    border: 1px solid #2B2B2B;
}

/* =FOOTER
-------------------------------------------------------------- */




/*#credits {
    color: #FFFFFF;
    text-align: center;
    font-size: 11px;
    padding: 10px 0 0 0;
}

#credits a {
    color: #FFFFFF;
    text-decoration: none;
} 

#credits a:hover {
    text-decoration: none;
    color: #FFFFFF;
} */

/* =WIDGETS
-------------------------------------------------------------- */

/* Widgets Defaults
----------------------------*/

.widget-container {
    list-style-type: none;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    color: #E0DBCE;
    font-size: 13px;
}

.widget-container a {
    color: #333333;
    text-decoration: none;
	font-family:Arial;
}

.widget-container a:hover {
    color: #F9820E;
    text-decoration: none;
}
.widgettitle_umesh{
    list-style-type: none;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    color: #E0DBCE;
    font-size: 13px;
	background:#5fa223;
}
.widgettitle {
    background:#eceeef /*url(images/widgettitle-bg.png) left top repeat-x*/;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 10px;
    border: 1px solid #FEFEFD;
}

.widgettitle, .widgettitle a, .widgettitle a:hover {
    color: #111;
    font-size: 16px;
    line-height: 16px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    padding: 0 0 9px 12px;
    margin: 0 0 8px 0;
    background: url(images/widget-list.png) left 4px no-repeat;
    border-bottom: 1px dashed #7D786D;
	list-style-type:none;
}

/* Search
----------------------------*/

#search {
    border: 5px solid #5fa223;
    background: #fff url(images/search.png) 99% 50% no-repeat;
    text-align: left;
    padding: 6px 24px 6px 6px;
}

#search #s {
    background: none;
    color: #38362F;
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
}

#content-search {
    width: 300px;
    padding: 15px 0;
}

/* Wp Calendar
----------------------------*/

#wp-calendar td:hover, #wp-calendar #today {
    background: #F9820E;
    color: #fff;
}

#wp-calendar td:hover a, #wp-calendar #today a {
    color: #fff;
}

/* Text Widget
----------------------------*/

.textwidget {
    line-height: 18px;
}

/* 125x125 Banners Widget
----------------------------*/

.banners-125 {
    text-align: center;
    margin-bottom: -10px;
}

.banners-125 img {
    margin: 0 5px 5px 5px;
}


/* Posts Widget
----------------------------*/

.posts-widget ul {

    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.posts-widget ul li {
    list-style-type: none; 
    list-style: none;
    padding: 0 0 15px 0; 
    margin: 0 0 15px 0;
    border-bottom: 1px dashed #7D786D;
}

.posts-widgettitle {
    font-weight: bold; 
    padding: 0 0 5px 0; 
    margin: 0; 
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px;
}

.posts-widgettitle a {}

.posts-widgettitle a:hover {}

.posts-widget-meta { 
    font-style: italic;  
    padding: 0 0 5px 0;
	color:#333333;
}

.posts-widget-entry {
    font-family: Arial, Helvetica, Sans-serif; 
    line-height: 20px;
	color:#333333;
}

.posts-widget-more {
    font-weight: bold;
}

.posts-widget-more:hover {}

.posts-widget-featured-image {
    border: 1px solid #c8cdd1;
    padding: 4px;
    background-color: #ebecee;
}

.posts-widget .alignleft {
    margin: 0 8px 8px 0;
}

.posts-widget .alignright {
    margin: 0 0 8px 8px;
}

.posts-widget .aligncenter {
    margin-bottom: 8px;
}

/* Comments Widget
----------------------------*/

.comments-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0; 
    margin: 10px 0 0 0;
}
 
.comments-widget ul li {
    list-style-type: none; 
    list-style: none;
    padding: 0 0 10px 0; 
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #7D786D;
}

.comments-widget-author {
    text-decoration: none; 
    font-weight: bold; 
    padding: 0 0 5px 0; 
    margin: 0;
}

.comments-widget-author:hover {}

.comments-widget-entry {
    font-family: Arial, Helvetica, Sans-serif; 
    line-height: 20px;
	color:#333333;
}

.comments-widget-more {
    font-weight: bold; 
}

.comments-widget-more:hover {}

.comments-widget-avatar {
    border: 1px solid #635B47;
    padding: 4px;
    background-color: #363530;
}

.comments-widget .alignleft {
    margin: 0 8px 0 0;
}

.comments-widget .alignright {
    margin: 0 0 0 8px;
}

.comments-widget .aligncenter {
    margin-bottom: 8px;
}

/* Info Box Widget
----------------------------*/

.infobox-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.infobox-widget ul li {
    list-style-type: none; 
    list-style: none;
    padding: 0; 
    margin: 5px 0 0 0;
}

.infobox-widget ul li a {
    text-decoration: none;
}

.infobox-widget-description {
    line-height: 20px;
}

.infobox-widget-more {
    font-weight: bold;    
}

.infobox-widget-more:hover {   
}


.infobox-widget .alignleft {
    margin: 0 10px 10px 0;
}

.infobox-widget .alignright {
    margin: 0 0 10px 10px;
}

.infobox-widget .aligncenter {
    margin-bottom: 10px;
}

.infobox-widget .inbottom {
    margin-top: 10px;
}

/* Social Profiles Widget
----------------------------*/
.social-profiles-widget img {
    margin: 0 4px 0 0;
} 

.social-profiles-widget img:hover {
    opacity: 0.8;
} 

/* Tabs Widget
----------------------------*/

.tabs-widget {
    list-style: none; 
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 0; 
    height: 26px;

}

.tabs-widget li {
    list-style: none; 
    list-style-type: none; 
    margin: 0 0 0 2px; 
    padding: 0; 
    float: left;
}

.tabs-widget li:first-child {
    margin: 0;
}

.tabs-widget li a {
    color: #222220;
    background: #dcdfe0;
    padding: 6px 5px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
}

.tabs-widget li a:hover, .tabs-widget li a.tabs-widget-current {
    background: #ff7501;
    color: #fff;
}

.tabs-widget-content {
}

/* Tweets Widget
----------------------------*/

.tweets-widget ul {
    list-style-type: none; 
    list-style: none;
    margin: 0; 
    padding: 0; 
    line-height: 20px;
    font-family: Arial, Helvetica, Sans-serif;
	color:#333333;
}

.tweets-widget ul li {
    list-style-type: none;
    list-style: none;
    padding: 0; 
    margin: 15px 0 0 0; 
}

.tweets-widget ul li:first-child {
    margin-top: 5px;
}

.tweets-widget li.tweets-bird {
    padding-left: 24px;
    background: url(images/tweets.png) left 2px no-repeat;
}

.tweets-widget a {}

.tweets-widget a:hover {}

a.tweets-widget-time {
    text-decoration: underline; 
}

a.tweets-widget-time:hover {
    text-decoration: none; 
}



/* =COMMENTS
-------------------------------------------------------------- */

#comments {
    margin-bottom: 15px;
}

#comments p {
    margin: 5px 0 10px 0;
}

h3#comments-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px 0;
	color:#000000;
}

.commentlist { 
    list-style: none;
    margin: 0;
    padding: 0;
}

.commentlist li.comment {
    line-height: 24px;
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
    position: relative;
}

.commentlist li:last-child {
    border-bottom:none;
    margin-bottom:0;
}

#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 15px;
	list-style-type:none;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 15px;
}

.commentlist .avatar {
    border: 3px solid #ffffff;
    margin-right: 10px; 
    width: 40px; 
    height: 40px; 
    vertical-align: middle;
    margin-bottom: 2px;
}

.comment-author {
    padding: 5px;
    display: block;
    background: #F2F2F2;
    border: 1px solid #DFDFDF;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.comment-author cite {
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic;
	color:#666666;
}

.fn, .fn a:link, .fn a:hover, .fn a:visited {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16px; 
    font-style: normal; 
    font-weight: bold;
    text-decoration: none;
	color:#F45B04;
}

.comment-meta {
    margin: -23px 0 0 65px;
    display: block;
    font-size: 11px;
    padding:0;
}

.comment-meta a:link,
.comment-meta a:visited {
    text-decoration: none;
}
.commentlist .bypostauthor {
}
.reply {
    text-align: right;
    margin-bottom: 10px;
}

.comment-reply-link  {
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    background: #EDEDED;
    color: #333;
    padding: 2px 8px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:  1px solid #999999;
}

.comment-reply-link:hover {
    background: #F5F5F5;
    color: #333;
}


.commentlist .children {
    list-style: none;
    margin: 0;
}

/* Children */

.commentlist .children li {
    border: none;
    margin: 0;
}

.nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    font-size: 12px;
    line-height: 18px;
    display:block;
    margin: 0;
}

#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}

/* Comments form */

#respond {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

h3#reply-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px 0;
	color:#000000;
}

#respond .required {
    color:#FF4B33;
}
#respond p{text-align:left;}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    display: none;
}

.children #respond {
    margin: 0 48px 0 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

#respond .required {
    color:#FF4B33;
    font-weight:bold;
}

#respond label {
    font-size: 12px;
    font-weight: bold;
}

#respond input {
    margin:10px 0 0 0;
    width:90%;
	padding:8px;
}

#respond textarea {
    width:90%;
    margin:10px 0 0 0;
	padding:8px;
}

#respond .form-allowed-tags {
    font-size: 12px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

#respond input[type=submit] {
    margin: 0;
}

#respond .form-submit {
    margin: 0;
}

#respond .form-submit input {
    width: auto;
    font-size: 14px;
}
#respond dl {
    margin: 0 0 10px;
}

#respond dt {
    display: inline;
    font-weight: normal;
}

#respond dd {
    display: inline;
}

/* =END
-------------------------------------------------------------- */




/*.................................Inherited CSS from Design 4 June 2012 ...*/

/*
Project		:www.hoodaki.com/blog
Author Name	:Umesh Pal Singh
Created on	:15th February 2012
All Rights Reserved
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea 
{
	margin:0px; padding:0px;
}

img, fieldset 
{
	border:0px;
}

#layout 
{
	margin:0px auto; width:972px; background:#FFFFFF;
}

#main-section
{
	width:961px; float:left; background:url(images/main-background.gif) #fff repeat-y; padding:0px 0px 0px 11px; position:relative;
}
#main
{
	float:left; width:940px; margin:0px; padding:10px 0px 0px 11px; background:url(images/bottom-part.gif) repeat-y;
}
/* Header CSS starts from Here */

#header 
{
	float:left; width:930px; padding:0px 5px 0px 0px;
}

#header .logo 
{
	float:left; width:319px; margin:3px 0px 0px 6px;
}

#header .right-section 
{
	float:right; width:400px; padding:0px 0px 8px 0px;
}

#header .right-section .number 
{
	float:right; width:107px; height:48px; margin-left:14px; background:url(images/phone-number.gif) no-repeat; font-size:15px; color:#e43e16; font-weight:bold; padding:30px 0px 0px 15px;
}

#header .right-section .chat 
{
	float:right; width:138px; padding:0px 10px 0px 0px; margin:0px; border-right:solid 1px #92d0da;
}

#header .right-section .chat img 
{
	padding:0px; margin:0px; float:left;
}

#header #menu 
{
	width:934px; float:left; padding:0px; margin:0px; background-color:#e7ecf3; border:8px solid #25a1b6;
}

#header #menu img 
{
	float:left;
}

#header #menu ul 
{
	float:left; list-style:none;
}

#header #menu li 
{
	float:left; padding:2px 0px;
}


/*#header #menu 
{
	width:934px; float:left; padding:0px; margin:0px; background-color:#e7ecf3; border:8px solid #25a1b6;
}
#header #menu ul{ padding:0px; list-style-type:none; margin-left:2px;}
#header #menu ul li{float:left; display:block;}
#header #menu ul li a{display:block; float:left; font:normal 12px Arial; color:#000000; line-height:24px; padding:2px 10px 2px 10px; background:#666666;}
*/
/* Search css starts from Here */


#search-box 
{
	float:left; width:924px; border-left:8px solid #25a1b6; border-right:8px solid #25a1b6; padding-right:10px;
}

#search-box .grid-buttons 
{
	float:left; width:81px;
}

#search-box .grid-buttons img 
{
	padding:0px; margin:0px; float:left;
}

#flight-search, #hotel-search, #holidays-search 
{
	float:left; width:628px; padding:0px 0px 0px 10px; margin:10px 0px 10px 0px; color:#666666; 
}

#label 
{
	float:left; width:120px; font-weight:bold; color:#25a1b6; 
}

#flight-search .border, #hotel-search .border, #holidays-search .border 
{
	float:left; width:625px; border-top:#91c9e3 1px solid; border-bottom:#d6d6d6 1px solid; margin:5px 0px 0px 0px; padding:0px 0px 6px 0px;
}

#flight-search .inputtext, #hotel-search .inputtext, #holidays-search .inputtext
{
	float:left; width:130px; border:1px solid #c6e6ec; margin:0px 0px 0px 0px; padding:2px 1px 2px 1px; 
	background:url(../images/gallery/input-bg.gif) repeat-x; font-size:11px; color:#333;
}

#flight-search .inputcal, #hotel-search .inputcal, #holidays-search .inputcal
{
	float:left; width:80px; border:1px solid #c6e6ec; margin:3px 5px 0px 0px; 
	padding:2px 1px 2px 1px; font-size:11px; color:#333;
}

#flight-search .inputselect, #hotel-search .inputselect, #holidays-search .inputselect
{
	font-size:11px; color:#333; margin:0px 0px 0px 2px; width:35px; height:21px;
}

#flight-search .inputselect option, #hotel-search .inputselect option, #holidays-search .inputselect option
{
	padding:2px 0px 1px 3px; 
}

#flight-search img, #hotel-search img, #holidays-search img 
{
	float:left; margin-top:5px;
}
	
#search-box .refer-friend 
{
	float:right; width:185px; height:136px; padding:5px; margin:10px 0px; background:url(images/gallery/refer-frnd.gif) repeat-x; border:solid 1px #c5e6eb;
}

#divSevenResults
{
	float:left; clear:both; width:706px; height:146px; display:block; margin: 10px 4px 10px 4px; background:url(images/gallery/OrangeBG.gif); border:solid 1px #c2e7d5;		
}

#divMoreFareResults
{
	float:left; width:696px; height:136px; padding:5px; display:block; margin: 10px 5px 10px 5px; background:url(images/gallery/More-InfoBG.gif) no-repeat;	
}

#divMoreFarePrice
{
	float:right; width:188px; height:136px; padding:5px; margin:10px 0px 10px 0px; background:url(images/gallery/More-InfoBG2.gif) no-repeat;
}

.curve 
{
	float:left; background:url(images/curve.gif); width:950px; height:17px;
}

/* Offers CSS Starts from Here */

.SearchDetails
{
	float:left; width:900px; height:22px; background:url(images/Main-Tab.gif) repeat-x; padding-left:9px; padding-right:9px; padding-top:8px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#FFFFFF; font-weight:bold; font-size:12px;	 
}

.yellowtxt
{
	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#FFFC00; font-weight:bold; font-size:12px;
}

.redtxt
{
	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#FD081F; font-weight:bold; font-size:13px;
}

.fareBannerHeader
{
	font-size: 12px;
	font-family:Arial;
	text-decoration:none;
	color:#25a1b6;	
	padding:3px 0;
}

.fareBannerText
{
	font-size: 11px;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
	color:#333333;	
	padding:3px 0;
}

.fareBannerPriceFrom
{
	font-size: 11px;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
	color:#ea5210;	
	padding:3px 0;
}

.fareBannerPrice
{
	font-size: 12px;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
	color:#ea5210;	
	padding:3px 0;
}

.AdminText
{
	font-size: 12px;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
	color:Black;	
	padding:3px 0;
}

#offers, #SearchResult 
{
	float:left; width:940px; padding:8px 0px 0px 16px; background:url(images/bottom-part.gif) repeat-y;
}
#offers .banner1 
{
	float:left; width:171px;
}

#offers .banner1 p 
{
	float:left; width:159px; background-color:#53a9ff; padding:6px 6px; margin:0px; font-weight:bold; color:#FFFFFF;
	clear:both;
}
	
#offers .banner2 
{
	float:left; width:538px; margin:0px 8px 0px 8px;
}

#offers .banner2 img 
{
	border:0px; float:left;
}

#offers .banner2 .flight-deals 
{
	clear:both; width:520px; padding-left:8px; padding-right:8px; border-left:1px #e5e5e5 solid; border-right:1px #e5e5e5 solid;
}

#offers .banner2 .flight-deals ul 
{
	float:left; width:160px; padding:0px 9px;
}

#offers .banner2 .flight-deals ul.border 
{
	border-left:1px dashed #b1b0b0; border-right:1px dashed #b1b0b0;
}

#offers .banner2 .flight-deals ul li 
{
	float:left; padding:3px 0px; font-size:11px; width:110px; font-weight:bold; 
}

#offers .banner2 .flight-deals ul li a 
{
	 text-decoration:none; color:#f60; font-size:12px;
}

#offers .banner2 .flight-deals ul li.fare 
{
	color:#f60; text-align:right; width:50px;
}

#offers .banner2 .flight-deals-bottom 
{
	float:left; width:538px; background:url(images/flight-deals-bottom.gif) no-repeat;
} 
	
#offers .banner3 
{
	float:left; width:190px;
}

#offers .banner3 .holidays 
{
	float:left; width:190px; font-size:11px;
}

#offers .banner3 .holidays p 
{
	float:left; width:176px; background-color:#5fa223; padding:7px; margin:0px; font-weight:bold; color:#FFFFFF; margin-bottom:10px;
}

#offers .banner3 .holidays ul 
{
	float:left; width:176px; background:url(images/holidays-content.gif) no-repeat; padding:7px 7px 8px 7px;
}

#offers .banner3 .holidays li 
{
	color:#333333; float:left; width:113px; margin-top:3px; margin-bottom:3px;
}

#offers .banner3 .holidays li a 
{
	font-weight:bold; text-decoration:none; color:#336600; font-size:12px;
}

#offers .banner3 .holidays li.price 
{
	color:#336600; text-align:right; width:62px;
}

#offers .banner3 .signUp-Email 
{
	width:170px; height:50px; background:url(images/signUp.gif) no-repeat; padding:10px; margin-bottom:10px;
}

#offers .banner3 .addEmail
{
	width:170px; height:50px; background:url(images/addEmail.gif) no-repeat; padding:10px; margin-bottom:10px;
}
.Signup-TextBox
{
	float:left; width:100px; font-size:11px; padding:3px; color:#999; margin:0px; border:#9ad4dd 1px solid; 
}
	
/* Accordion CSS Starts from Here */
	
* {
	margin:0px; padding:0px; list-style:none;
  }
  
#basic-accordian 
{
	width:171px; float:left; padding-bottom:8px;
}

#basic-accordian .accordion_headings 
{
	padding:5px 6px; background:url(images/offer-bullet.gif) no-repeat; color:#06c; font-size:11px; cursor:pointer;
}

#basic-accordian .header_highlight 
{
	background:url(images/offer-bulleton.gif) no-repeat;
}

#basic-accordian .accordion_child 
{
	padding:0px 0px 0px 0px; font-size:11px; background-color:#fcfeff; border-left:6px solid #e9f8ff; border-right:6px solid #e9f8ff;
}

#basic-accordian .accordion_child ul 
{
	float:left; width:152px; background-color:#fcfeff; padding:0px 0px 0px 7px; margin:0px;
}

#basic-accordian .accordion_child li 
{
	float:left; list-style-image:none; list-style-position:outside; width:140px; padding:5px 0px 5px 0px; 
	color:#06c; margin:0px;
}

#basic-accordian .accordion_child li b 
{
	float:left; width:90px; color:#FF6600;
}

#basic-accordian .accordion_child li h6 
{
	float:right; width:50px; text-align:right; font-size:20px; font-family:tahoma; color:#FF9900;
}
	
/* Footer CSS Starts from Here */

#footer 
{
	float:left; width:945px; padding:8px 0px 8px 7px;
}

#footer ul 
{
	margin:0px; padding:0px 0px 10px 140px; color:#FF0000; font-size:11px; font-weight:bold;
}

#footer ul a 
{
	color:#FF0000; text-decoration:none;
}

#footer li 
{
	margin:0px; display:inline; padding:0px 3px;
}

#footer .footer-content 
{
	float:left; width:907px; margin-left:10px; padding:10px 5px 0px 5px; border-top:#bddfe8 solid 1px; color:#57aec4; font-weight:bold; 
}

#footer .footer-content .column 
{
	float:left; width:290px; height:65px;
}

#footer .footer-content .column p 
{
	float:left; width:72px; line-height:18px; padding:0px; margin:0px;
}

#footer .footer-content .border 
{
	border-right:solid 1px #bddfe8; padding:0px 8px 0px 0px; width:298px;
}

#footer .footer-content .column img 
{
	float:right; padding:0px 0px 0px 5px;
}

/* Show Page Result Box CSS Starts from Here */

.resultbg
{ 
	padding: 5px; margin-bottom:10px; background:url(images/Resultbg.gif) no-repeat; width:908px; height:128px;
}

.resultbgMF
{ 
	padding: 5px; margin-bottom:10px; background:url(images/More-Farebg.gif) no-repeat; width:908px; height:128px;
}
.MFPassengers
{ 
	background:url(images/More-InfoDetailsBG.gif) no-repeat; width:918px; height:309px;
}

.MFInformations
{ 
	background:url(images/InformationBG.gif) no-repeat; width:918px; height:300px;
}

.formtitletxt
{
	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#58585A; font-weight:bold; font-size:12px;
}

.blacktext
{
	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#000000; font-weight:bold; font-size:12px;
}

.fareExpiringDate
{
	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#FD081F; font-weight:bold; font-size:11px; height:24px; margin-bottom:6px;
}

.Fare
{
	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#3594D6; font-weight:bold; font-size:26px; height:30px;
}

.FormTxtBold
{
	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#58585A; font-weight:bold; font-size:12px;
}

.FormTxt
{
	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#58585A; font-size:12px;
}

.FormTxtNotes
{
	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#b6060c; font-size:11px;
}

.InclusiveTaxes
{
	font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none; color:red; font-size:11px;
}

.View
{
	font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-decoration:underline; color:#0DA377; height:35px; padding-bottom:5px; cursor:pointer;
}

.FareSummary
{ 
	 padding:12px 25px 15px 25px; position:absolute; display:none; width:211px; height:83px; background:transparent url(images/Fare_Summary_BG.gif) no-repeat scroll 0 0; text-align:center;
}
.FareBoldWhite
{
	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#fff; font-weight:bold; font-size:12px;
}

.FareBoldYellow
{
	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#ECF828; font-weight:bold; font-size:12px;
}

.FareBoldYellowBig
{
	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#ECF828; font-weight:bold; font-size:13px;
}

.TopSevenAirlinesPrices
{ 
	font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#9E0B23; text-decoration:none; font-weight:bold;font-style: normal;	line-height: normal; font-variant: normal; text-transform: none;
}

.blacktext
{
	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#000000; font-weight:bold; font-size:12px;
}

.Orantxt
{
	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#FF6F02; font-weight:bold; font-size:12px;
}

.detailsfaretxt
{
	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#868181; font-weight:bold; font-size:12px;
}

.detailsfaretxt_Small
{
	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#868181; font-size:11px;
}

.SmallreferBG
{ 
	background:url(images/Small-ReferBG.gif) no-repeat; width:187px; height:105px; font-size:11px;
}

.Simpletext
{
	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#58585A; font-weight:normal;
}

.InputBox
{ 
	background:#FFFFFF; height:18px; border:1px solid #A0D4CF; color:#999999; font-size:11px; padding-left:3px;
}

.SmallSimpletext
{
	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#58585A; font-weight:normal; font-size:11px;
}

.rightnavcallus 
{
	background:url(images/More-Rightnav-Callus.gif) no-repeat; width:175px; height:200px; padding:5px;
}

.Tollno
{
	font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; text-decoration:none; color:#F17200;
}

.greyCallusnw
{
	font-family:Arial, Helvetica, sans-serif; font-size:18px; text-decoration:none; font-weight:bold; color:#9A9797
}

.callusnow
{
	background:url(images/CallUs.gif) no-repeat; width:207px; height:119px; 
}

.spOffersOnHotels
{
	background:url('../../Common/images/gallery/Rectangle.gif') no-repeat; width:170px; height:17px; color:#04577f; font-weight:bold; font-size:12px; padding:10px;
}

/*this is what we want the div to look like when it is not showing*/
div.loading-invisible
{
    /*make invisible*/
    display:none;
    visibility:hidden;
}

/*this is what we want the div to look like when it IS showing*/
div.loading-visible
{
    /*make visible*/
    display:block;
    visibility:visible;
    
    /*position it 200px down the screen*/
    position:absolute;
    z-index:100000;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    text-align:center;
	
    /*in supporting browsers, make it a little transparent*/
    background:#fff;
    /*background-image: url('../images/loading_bg.jpg');*/
    
    /* filter: alpha(opacity=75);    /* internet explorer */
    /* -khtml-opacity: 0.75;         /*  khtml, old safari */
    /* -moz-opacity: 0.75;             /* mozilla, netscape */
    /* opacity: 0.75;                  /* fx, safari, opera */
    /* border-top:1px solid red;    */
    /* border-bottom:1px solid red; */
}


/* baggage css start*/
.up_bg{ float:left; border:1px solid #fff;}
.accordion_toggle_bg h1 {display:block; color:#fff;font:12px Arial; font-weight:bold; margin:0px; padding:5px 0 5px 10px; cursor:pointer;}
.accordion_content_bg {background-color:#ffffff; color:#333333; font-family:Verdana; font-size:11px; text-align:justify;padding:5px 5px 10px 5px;}
.accordion_content_bg p{background-color:#ffffff; color:#333333; font-family:Verdana; font-size:11px; text-align:justify; padding:5px;}
.accordion_content_bg ul{ margin:0px 0px 0px 5px;}

.heading_BG
{
	color: #333;
	margin: 0px !important;
	text-align: center;
	text-decoration:none;
	font-size: 18px;
	font-family:Verdana;
	padding:2px 0;
	background:#f99762;
}
.border_baggage_bg
{
	border: 1px #f99762 solid;
	padding: 3px;
	text-align: left;
}
.table_text_bg
{
	font-family:Verdana;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	border:1px solid #f99762;
	text-align:left;
	padding:1px;
}
.border_div_bg
{
	border: 1px #c65b5b solid;
	margin-bottom:1px;
}
.ul_bg ul
{
	list-style-type:circle;
	margin:8px 0px 8px 10px;	
}

.ul_bg ul li
{
	list-style-type:disc;
	margin:10px;	
}

/* baggage css end*/

/* City Guide Css Starts */

.cityGuideTextBox
{
	width:150px; border:1px solid #d2b41d; margin:0px 0px 0px 0px; padding:2px 1px 2px 1px; 
	background:url(images/input-bg-cityguide.gif) repeat-x; font-size:11px; color:#333;
}

/* City Guide Css Ends */

/* MoreInfo Use Classes */

.overview-left {
	background-image: url(images/rusult-overviewl.gif);
	float: left;
	height: 104px;
	width: 12px;
}
.overview-right {
	background-image: url(images/rusult-overviewr.gif);
	float: left;
	height: 104px;
	width: 12px;
}
.overview-center {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	text-align:justify;
	padding-top:4px;
	background-image: url(images/rusult-overviewc.gif);
	float: left;
	height: 100px;
	width: 621px;
}
/* online css */

/* Changed all */
.MFPassengers2
{ 
	background:url(images/More-InfoDetailsBG2.gif) no-repeat; width:645px; height:309px;
}
/* Changed all */
.MFInformations2
{ 
	background:url(images/InformationBG2.gif) no-repeat; width:645px; height:300px;
}
/* Changed Path */
.callusnow2
{
	background:url(images/CallUs.gif) no-repeat; width:207px; height:119px; 
}

.blacktext2
{
	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#000000; font-weight:bold; font-size:11px;
}

/* End classes */

/*offer center*/
.flightdeals-header {
	width: 538px;
	height: 73px;
	background-image:url(images/flight-dealsbg.jpg);
	background-repeat:no-repeat;
}
.flightdeals-row {
	width:522px;
	padding-left:14px;
}

.flightdeals-tax {
	width:275px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555a70;
	padding-top:9px;
	padding-left:9px;
}
.flightdeals-heading {
	width:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#f46301;
	padding-top:3px;
	padding-left:9px;
}

.flight-tax {
	width:275px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555a70;
}
.flight-heading {
	width:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#f46301;
	padding-top:3px;
}

.flightdeals-destination {
	width:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#25a1b6;
	padding-top:3px;
	padding-left:5px;
}

/* Left user control start */
.hotel-deals-main {
	width:171px;
	height:253px;
	padding:50px 0 0 0;
	margin:0px;
	background-image:url(http://www.hoodaki.com/Common/Images/gallery/hotel-dealsbg.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	clear:both;
}
.hotel-deals-row {
	margin:0px; 
	padding:6px 0 0 7px;
	height:36px; 
	display:block;
}
.hotel-deals-name {
	margin:0px;
	padding:0px;
	width:116px;
	float:left;
}
.hotel-deals-name a {
	text-decoration:none;
	color:#000;
}
.hotel-deals-name img {
	padding-right:2px;
	margin:0px;
}
.hotel-deals-price {
	width:48px;
	float:left;
}
.hotel-deals-price span a {
	text-decoration:none;
	font-weight:bold;
	color:#fe0000;
	font-size:12px;
}
/*left user control End */

.button1 {
  
   background:url("images/buttonbg.jpg") no-repeat;
   color: white;
   font-size: 10px;
   font-weight:bold;
   font-family: Verdana, serif;
   text-decoration: none;
  vertical-align: middle;
   text-align: center;
   width:126px;
   height:28px;
   border:0px;
  padding-left:0px; 
   }
.button1:active {  
   background:url("images/buttonbg.jpg") no-repeat;
   color: white;
   font-size: 10px;
   font-weight:bold;
   font-family: Verdana, serif;
   text-decoration: none;
   vertical-align: middle;
   text-align: center;
   width:126px;
   height:28px;
   border:0px;
 padding-left:0px;
   }
   .buttonx {
	-moz-box-shadow:inset 0px 1px 0px 0px #BA1624;
	-webkit-box-shadow:inset 0px 1px 0px 0px #BA1624;
	box-shadow:inset 0px 1px 0px 0px #BA1624;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #BA1624), color-stop(1, #BA1624) );
	background:-moz-linear-gradient( center top, #BA1624 5%, #BA1624 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BA1624', endColorstr='#BA1624');
	background-color:#BA1624;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #BA1624;
	display:inline-block;
	color:#BA1624;
	font-family:Verdana, serif;
	font-size:10px;
	font-weight:bold;
	padding:0px 0px;
	text-decoration:none;
	text-shadow:1px 1px 0px #BA1624;
	height:28px;
	width:126px;
}.buttonx:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #BA1624), color-stop(1, #BA1624) );
	background:-moz-linear-gradient( center top, #BA1624 5%, #BA1624 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BA1624', endColorstr='#BA1624');
	background-color:#BA1624;
}.buttonx:active {
	position:relative;
	top:1px;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
p {
	font:normal 12px Arial; color:#000000; line-height:18px; text-align:justify;
}
/* search form 
-------------------------------------- */
.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #5fa223;
	padding: 3px 5px;
	background: #5fa223;
	margin-bottom:6px;
	width:178px;
}
.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
	background: #fff;
	padding: 4px 4px 4px 6px;
	width: 138px;
	border: solid 1px #fff;
	outline: none;
}
.searchform .searchbutton {
	color: #000;
	border: solid 1px #e6e3d3;
	font-size: 11px;
	padding:6px;
	background: #e6e3d3;
}
.more a:link {font:normal 12px Arial; color:#EA5210; text-decoration:none;}      /* unvisited link */
.more a:visited {font:normal 12px Arial; color:#EA5210; text-decoration:none;}  /* visited link */
.more a:hover {font:normal 12px Arial; color:#EA5210; text-decoration:underline;}  /* mouse over link */
.more a:active {font:normal 12px Arial; color:#EA5210; text-decoration:none;}  /* selected link */

/* start banner gallery */

.clear {
	clear:both
}
#gallery { position:relative;height:152px;}
#gallery a {float:left;position:absolute;}
#gallery a img {border:none;}
#gallery a.show {z-index:500}
#gallery .caption {z-index:717; background-color:#000000; color:#fff; height:50px; position:absolute;bottom:0;text-align:left;
font-family:Arial;font-size:12px;font-weight:normal;}
#gallery .caption .content {margin:5px}
#gallery .caption .content h3 {margin:0;padding:0;color:#1DCCEF;}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}