/* $id$ */
/* 
  BlueFire theme designed and built by Derek Webb of http://CollectiveColors.com
  Please see me if you would like to have modifications made to your website.

  Email me at: derek(at)collectivecolors(dot)com
*/

/* HTML styles */

body {
  /*width: 957px;  *//* Total site width */
  margin: 40px auto;
  padding: 0;
  color: #606060;
  background: #FFFFFF url('images/bg-n.jpg') top center no-repeat;
  font: 76% tahoma, verdana, arial, trebuchet ms, helvetica;
   background-size: 100%;
}
table {
  font-size: 100%; /* Forces font size inheritance in IE5 */
  width: 100%;
}
table thead th {
  border-bottom: 2px solid #777777;
  padding: 3px 4px;
}
table tr td {
  border-bottom: 1px solid #777777;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
tr.odd td {
  background: #FFFFFF;
}
tr.even td {
  background: #EEEEEF;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
font-size: 2em;
color: #f78f1e;
}
h2 {
	font-size: 1.8em;
	color: #0078c1;
}
h3 {
  font-size: 1.25em;
}
h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.7em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
  outline: none;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ccc;
}
cite {
  font-style: italic;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}
.clear {
  height: 0px;
  line-height: 0px;
  clear: both;  
}

/* Header styles */
.header-div {
  background: #f8f8f8 url('images/header-bg-n.jpg') left bottom repeat-x;
  height: 110px; 
  border-radius: 10px 10px 0 0;

    /* Ather start */
    width: 957px;
    margin: 0 auto;
    /* Ather End*/
}
.header-left-div {
  height: 110px;
  /*width: 384px;*/
  float: left;
}
.header-right-div {
  height: 110px;
  /*width: 384px;*/
  float: right;
  margin: 10px 15px -10px 0;
}

/* Left side - includes logo image, site name, and slogan */
.header-left-div .logo-img {
  margin: -25px 0 0 15px;
  float: left;
}
.header-left-div .site-info-div {
  padding-top: 40px;
}
.header-left-div .site-info-div .site-name {
  font-size: 300%;
  margin-bottom: 10px;
}
.header-left-div .site-info-div .site-name a {
  color: #FFFFFF;
}
.header-left-div .site-info-div .site-name a:hover {
  color: #CECECE;
  text-decoration: none;
}
.header-left-div .site-info-div .site-slogan {
  font-size: 140%;
  font-weight: bold;
}

/* Right side - search block */
.header-right-div .searchbox-div {
  text-align: right;
  padding: 15px 15px 0 0;
} 
.header-right-div .searchbox-div .form-text {
  background: #EEEEEF;
}

/* Primary and secondary links styles */
/* Primary links */
.links-div {

    /* Ather start */
    width: 957px;
    margin: 0 auto;
    /* Ather End*/

}


.links-div .plinks-div #navlist {
  font-size: 120%;
  font-weight: bold;
  padding: 13px 0;
  background: #FFFFFF url('images/nav-bg-n.jpg') 0 0 repeat-x;
  text-align: center;
}
.links-div .plinks-div #navlist li {
  margin: 0;
  padding: 0;
}
.links-div .plinks-div #navlist li a {
  color: #023779;
  margin: 0;
  padding: 0 15px;
  border-right: 1px solid #023779;
  font-weight: normal;
  font-size:95%;
  text-transform:uppercase;
  
}
.links-div .plinks-div #navlist li.last a {border-right:none;}
.links-div .plinks-div #navlist li a:hover {
  color: #f89020;
  text-decoration: none;
}

/* Secondary links */
.links-div .slinks-div {
  border-top: 1px solid #222;
}
.links-div .slinks-div #subnavlist {
  font-size: 100%;
  padding: 4px 0;
  background: #BC853F url('images/BlueFireSecondaries.gif') 0 0 repeat-x;
}
.links-div .slinks-div #subnavlist li {
  margin: 0;
  padding: 0;
}
.links-div .slinks-div #subnavlist li a {
  color: #FFFFFF;
  margin: 0;
  padding: 4px 8px;
  border-right: 1px solid #000000;
}
.links-div .slinks-div #subnavlist li a:hover {
  color: #000000;
  background: url('images/BlueFireSecondaries.gif') 0 -50px repeat-x;
  text-decoration: none;
}
.links-div .slinks-div #subnavlist li a:active,
.links-div .slinks-div #subnavlist li a.active {
  color: #000000;
  background: url('images/BlueFireSecondaries.gif') 0 -100px repeat-x;
}


/* Content area styles */
.main-div,
.main-nosb-div {
  /*border-left: 1px solid #222222;*/
  /*border-right: 1px solid #222222;*/
  /*width: 955px; *//* compensate for 1px border on right and left of main-div (would be 770px) */

    /* Ather start */
    width: 957px;
    /* Ather End*/

}

.main-div { /* There is a sidebar - display sidbar bg */
  /* Sidebar bg is set here so that it is guaranteed to go from top to bottom */
/*   background: url('images/yellowGraySidebarTitle.png') left repeat-y; */
  position: relative;

    /* Ather start */
      background-color: #ffffff;
    width: 957px;
    margin: 0 auto;
        /* Ather End*/
}
.content-div {
  float: right;
  /*width: 777px; *//* compensate for 1px border on right of main-div (would be 595px) */
    /*ather start*/
    width: 729px;
    /*ather end*/
}
.content-nosb-div {
  width: 768px;
}
.content-mid-div {
  padding: 10px;
}
.content-inner-div {
  padding: 0 7px 7px 7px;
}
.breadcrumb a {
  color: #000000;
}
.breadcrumb a:hover {
  color: #000000;
  text-decoration: none;
}
.mission-div {
  border: 1px solid #AAAAAA;
  background: #F2F5F8;
  font-size: 120%;
  font-weight: bold;
  padding: 5px 8px;
}

/* Sidebar styles */
.sidebar-div {
  /*float: right;*/
  /*width: 177px; *//**//* compensate for 1px border on left of main-div (would be 180px) */
    /*color: #111;*/
    /*background-color:#FF9A27;*/
    /*border-right: 1px solid black;  */

    /* Ather start */
    margin: 18px 10px 10px 10px;
    float: left;
    width: 208px;
    color: white;
    background-color: #505050  ;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    /* Ather End*/

  
  /*  original orange: #fd8d00
  		desaturated orange: #fed198;
  		very desaturated: #fee5cb
  		light gray: #d4d4d4
  		yellow: #fdffd4
    */
  /**
  * NOTE: the background tile for the left sidebar is actually placed in the 
  * main-div so that the tile can go from top to bottom instead of stopping
  * when the sidebar does...
  **/     
}
.sidebar-div .sidebar-inner-div {
  /*padding: 0 10px 10px 10px;*/

    /* Ather start */
    padding: 0 11px 10px 11px;
    /* Ather End*/
}

.sidebar-div .item-list ul li,
.sidebar-div ul.menu li {      /* Standardize the display of menues */
  list-style-type: none;
  /*list-style-image: url(../../misc/menu-leaf.png);*/
  margin: 0;
  padding: 0;
}
/* Block styles */
.block {
  margin: 10px 0;
}
.block h2 {
  /*margin-left: 0;*/
  /*margin-right: 0;*/
  /*border-bottom: 1px solid #BBD2F6;*/
    /* Ather start */
    margin-left: -11px;
    margin-right: -11px;
    /* Ather End*/

}
.block ul.menu,
.block ul {
  padding: 0 0 .25em .5em;
}


/* Poll styles */
.poll {
  margin-bottom: .9em;
}
.poll .vote-form {
  text-align: left;
}
.poll .vote-form .choices {
  text-align: left;
  margin: 0 15px;
  display: table;
}
.poll .bar {
  height: 1.25em;
  margin: 1px 0;
  background: #A1C9FF url('images/BlueFirePollTiles.gif') 0 -40px repeat-x;
  border: 1px solid #222222;
}
.poll .bar .foreground {
  background: #6480FF url('images/BlueFirePollTiles.gif') 0 0 repeat-x;
  height: 1.25em;
  float: left;
  border-right: 1px solid #222222;
}


/* Node styles */
.node h2.title {
  margin-bottom: 5px;
  padding-bottom: 7px;
  border-bottom: 1px solid #BBD2F6;
}
.node .content {
  margin: 15px 0;
  padding: 0 5px;
}
.node-links,
.comment-links {
  text-align: right;
  margin: .25em 0 .75em 0;
  clear: both; /* Ensures pictures dont protrude past the bottom of nodes teasers and comments */
}
.node .picture,
.node-teaser .picture,
.comment .picture {
  display: inline;
  float: left;
  margin: 7px 7px 3px 5px;
}
.submitted, .meta {
  margin: .75em 0;
  padding-left: 7px;
}
.new {
  color: #F1B414;
  font-weight: bold;
  font-size: 120%;
  text-align: right;
}

/* Node icons - icons gathered from the amadou theme */
.content-inner-div .terms {
  padding: 4px 0 4px 20px;
  background: url('images/icons/tag_blue.gif') no-repeat 0 6px;
}
.content-inner-div .node_read_more a {
	background: url('images/icons/page_white.gif') no-repeat;
	padding-bottom: 7px;
	padding-left: 20px;
	position: relative; /* IE FIX - please stop using IE!!! */
}
.content-inner-div .comment_comments a {
  background: url('images/icons/comment.gif') no-repeat 0 2px;
	padding-bottom: 7px;
	padding-left: 20px;
	position: relative; /* IE FIX - please stop using IE!!! */
}
.content-inner-div .comment_add a,.comment_reply a {
	background: url('images/icons/comment_add.gif') no-repeat;
	padding-bottom: 7px;
	padding-left: 20px;
	position: relative; /* IE FIX - please stop using IE!!! */
}
.content-inner-div .comment_delete a {
	background: url('images/icons/comment_delete.gif') no-repeat;
	padding-bottom: 7px;
	padding-left: 20px;
	position: relative; /* IE FIX - please stop using IE!!! */
}
.content-inner-div .comment_edit a {
	background:url('images/icons/comment_edit.gif') no-repeat;
	padding-bottom: 7px;
	padding-left: 20px;
	position: relative; /* IE FIX - please stop using IE!!! */
}


/* Comment styles */
.comment {
  margin: 0 0 30px 0;
}
.comment .comment-title {
  margin-bottom: 10px;
}
.comment .comment-title h3 {
  margin-top: 5px;
  border-bottom: 1px solid #BBD2F6;
}
.comment .comment-title a:hover {
  text-decoration: none;
}
.comment .new {
  color: #F1B414;
  font-weight: bold;
  font-size: 120%;
  text-align: right;
}
.comment .content {
  margin: 12px 0;
  padding: 0 5px;
}
.comment .submitted {
  padding-left: 15px;
}


/* Forum styles */
#forum .container {
  background: #254CEA url('images/BlueFireForumContTile.gif') center repeat-x;
  padding: 7px 10px;
  color: #FFFFFF;
  border-left: 1px solid #777777;
  border-right: 1px solid #777777;
}
#forum .forum {
  border-left: 1px solid #777777;
}
#forum .last-reply {
  border-right: 1px solid #777777;
}
#forum .container a {
  color: #FFFFFF;
  font-size: 110%;
}
#forum .container a:hover {
  text-decoration: underline;
}


/* Footer styles */
.footer-div {
  /*background: #DBDBDB url('images/BlueFireFooterTile.gif') top repeat-x;*/
  /*text-align: center;*/
  /*padding: 10px;*/
  /*border: 1px solid #222222;*/

    /* Ather start */
    background: url('images/BlueFireFooterTile.gif') top repeat-x;
    /*text-align: center;*/
    padding: 10px;
    width: 100%;
    float: left;
    /*padding-top: 416px;*/
    color: white;
    /* Ather End*/


}


/* admin styles */
.admin .clear-block {
  display: inline;
}
div.admin div.admin-panel {
  padding-bottom: 0px;
}
.admin-panel h3 {
  padding: 3px 5px;
  border: 1px solid #222222;
  background: #224BEA;
  color: #FFFFFF;
  margin: 10px 0 0 0;
}
.admin-panel .body {
  border: 1px solid #222222;
  background: #E9F2FD;
  margin: 3px 2px 5px 2px;
}
.admin-panel .body dl dd {
  margin: 5px 0 7px 10px;
  padding: 3px;
}
.admin-panel .body ul {
  padding: 0 5px 0 15px;
  margin: 7px 0;
}
.admin-panel .body ul li {
  margin: 2px 0;
  padding: 0;
}

/* Misc styles */
.messages {
  font-size: 140%;
  font-weight: bold;
  padding: 7px;
  margin: 10px 0; 
}
div.status {
  color: #3a3;
  border: 2px solid #3a3;
}
div.error, tr.error {
  color: red;
  border: 2px solid red;
  background: #fff; 
}

/* Tabs styles */
ul.primary li a {
  background: #7CAFEE;
  color: #000000;
}

ul.primary li a:hover {
  background: #D6E6FA;
  color: #000000;
}

ul.primary li a:active,
ul.primary li a.active {
  color: #000000;
}


/* Andrew's changes */
.sidebar-div a, #block-spnet-0 h2 a {color: #0071c8;}
/*.sidebar-div a:visited, #block-spnet-0 h2 a:visited { color: #0071c8;}*/

#block-menu-102 .content .expanded,
.sidebar-div h2 {

    /*font-size: 1.2em ;*/

    /* Ather start */
    font-size: 1.2em;
    font-weight: normal;
    background-image: url("./images/ather.png");
    padding: 9px !important;
    color: white;
    font-size: 14px;
    background-repeat: repeat-x;
    background-size: 5px;
    /* Ather End*/

}

#block-menu-102 .content .expanded {
  width: 190px;
  margin: 0 0 0 -17px;
}

#block-menu-102 .content .expanded ul {
  margin: 20px 0 0 0;
}

#block-menu-102 .content .expanded > a {
  pointer-events: none;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  padding-top: 2px;
}
#block-menu-102 .content .expanded > a:visited {
  color: #fff;
}

.sidebar-div .messages {font-size: 1.1em; margin-top:0;}



#block-spnet-2 input.submit{
    /* Ather start */
    vertical-align: top;
    margin-top: -23px;
    margin-left: 158px;
    /* Ather End*/
}


#block-spnet-2 input.search {
    /*width:78%;*/

    /* Ather start */
    width: 93%;
    border-radius: 7px;
    border: 2px solid #c2c2c1;
    height: 24px;
    padding-left: 9px;
    margin-top: 5px;

    /* Ather End*/
}

#spnet_category_list li, .sidebar-div li {list-style-type: square; list-style-image: none}
#block-spnet-1 li, .sidebar-div li {list-style: none; list-style-image: none}
#block-spnet-1 li.depth1, .sidebar-div li.depth1 {margin: 0}
#block-spnet-1 ul, .sidebar-div ul {padding: 0}
#block-spnet-1 ul li a, .sidebar-div ul li a {

	/*border-style: solid; border-width: 1px;*/
	/*border-color: #cccccc #dedede #dedede #b3b3b3;*/
	/*background-image:url("images/category-button-gray.png");*/
	/*background-repeat:no-repeat;*/
	/*width: 157; display: block; */
	/*margin-bottom:2px;*/
	/*padding:7px 0 7px 6px;*/

    /* Ather start */
    display: block;
    margin-bottom: 2px;
    padding: 5px 0 5px 0px;
    text-align: left;
    color: #ababab;
    font-size: 11px;
    font-weight: bold;
    /* Ather End*/
}

/* Ather start */
#block-spnet-1 ul li a:hover, .sidebar-div ul li a:hover{
    text-decoration: none;
    color: #ffffff;
}
/* Ather End*/



#PRODTBL th {color: white}



/*####################################################################################*/
/* CUSTOM CSS ADDED BY MUNIR @ BUSINESS UPLIFT										  */
/*####################################################################################*/

.h-slogan {
font-size: 26px;
font-weight: bold;
color: #f89020;
margin: 0;
}
.h-call {
color: #0079c2;
font-size: 16px;
font-weight: bold;
text-align: right;
margin: 5px;
}
.block ul.menu, .block ul {
padding: 0 0 .25em .5em;
text-align: right;
}

.h-social li {
display: inline;
margin: 0 3px;
}
.buy-online-deadline {
font-size: 22px;
font-weight: bold;
}

#block-block-5 {
height: 300px;
background: #ffffff;
width: 220px;
margin-left: -15px;
margin-bottom: -10px;
padding-top: 30px;
}
#block-block-9 {
background: #ffffff;
margin-left: -15px;
margin-bottom: -24px;
}
.footer-inner {
width: 957px;
margin: 20px auto;
}
#block-block-6 {
width: 270px;
float: left;
}
#block-menu-2 {
width: 230px;
float: left;
padding: 15px 0 0 40px;}
#block-menu-2 .menu {
text-align: left;
}
#block-block-8 {
float: left;
width: 415px;
padding: 15px 0 0;
}
#f-threecol-one, #f-threecol-two {width:50%;float:left;}
#block-menu-2 h2, #block-block-8 h2 {
text-transform: uppercase;
font-size: 15px;
}
.home-box {
float: left;
width: 225px;
text-align: center;
}
.flexslider {
margin: 0 0 20px !important;
}
.footer-inner .block h2 {
color: #fff;
}
.footer-inner .block a {
color: #fff;
}
.footer-inner ul.menu li {
list-style-image: url("/sites/all/themes/bluefire/images/bullet_orange.png");
}
.form-item input[type="text"] {
border-radius: 5px;
border: 2px solid #c2c2c1;
height: 24px;
margin-top: 5px;
}

.form-item .resizable-textarea textarea {
border-radius: 5px;
border: 2px solid #c2c2c1;
margin-top: 5px;
}

.webform-client-form input[type="submit"]{
background: #f78f1e;
border: 0;
color: #fff;
padding: 10px 20px;
font-size: 20px;
border-radius: 5px;
}

.location-left {
    float: left;
    margin-right: 100px;
}

/**** Product Gallery ***/
/*Gallery Container*/
.image-gallery{
  position:relative;  
  margin:0 auto;
  width:600px;  
  border-radius:20px;  
}
/*Sets Big Image style*/
.image-gallery .big-image{
  width:600px;
  height:460px;   
  margin:0 auto;  
  position:relative;
}
.image-gallery .big-image img{
  opacity:0;position:absolute;left:0px;top:0px; width:600px;
  margin:0 auto;
  transition: opacity 350ms;
  box-shadow:0 1px 20px 1px rgba(0,0,0,0.7);
}

/*Selected image display*/
.image-gallery .big-image img:target{opacity:1;}
/*on select image display none the default image*/
.image-gallery .big-image img:target ~ img#default{opacity:0;}

/*Show Default Image in first load*/
.image-gallery .big-image img#default{opacity:1;}

/***Button***/
.image-gallery .button{
  background-color: #CCCCCC;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  padding: 0 10px;
  text-decoration: none;
  transform: scale(1, 2.7);
}
.image-gallery .prev{position:absolute; left:0; top:503px;}
.image-gallery .next{position:absolute; right:0; top:503px;}

/***move thumbs on click on buttons***/
.image-gallery .prev:active ~ .thumbs  ul{
  transform:translateX(0%);
  transition:3s all;
}
.image-gallery  .next:active ~ .thumbs  ul{
  transform:translateX(-90%);
  transition:3s all;  
}

/***thumbs***/
.image-gallery .thumbs{
  overflow:hidden; white-space:nowrap; margin:0 45px;
}
.image-gallery .thumbs ul{
  float:left; transition:999999s all; transform:translateX(0);
}
.image-gallery .thumbs li{display:inline-block; margin-right:3px;}
.image-gallery .thumbs li a:hover{opacity:1;}
.image-gallery .thumbs li a{opacity:0.85;}
.image-gallery .thumbs li a:focus{opacity:1;}
.image-gallery .thumbs li img{width:128px;}
/**** Pruduct Gallery end***/


#block-spnet-3 form {width: 300px;height: auto !important;}
#block-spnet-3 input[type="text"] {
border-radius: 5px;
border: 2px solid #c2c2c1;
height: 24px;
margin-top: 5px;
position: relative !important;
}
#block-spnet-3 input[type="password"] {
border-radius: 5px;
border: 2px solid #c2c2c1;
height: 24px;
margin-top: 5px;
position: relative !important;
}
#block-spnet-3 label {
float: none !important;
position: relative !important;
font-size: 1em;
color: #222;
font-weight: bold;
}
#block-spnet-3 .login_button {position: relative !important;height: 100px !important;}

.content p {
font-size: 16px !important;
letter-spacing: 1px !important;
line-height: 1.5 !important;
margin-bottom: 20px !important;
}
.sidebar-inner-div .menu a.active {
color: #fff;
}

div#block-menu-85 {
  width: 200px;
  float: left;
  margin: 0px 30px;
}

div#block-menu-85 h2 {
 font-size: 1.5em;
 margin-left: 10px;
}

div#block-menu-85 ul {
 text-align: left;
}

div#block-menu-85 ul li {
 list-style:none;
}