/* $Id: fusion-starter-lite-style.css,v 1.1.2.1 2010/06/17 07:54:57 sociotech Exp $ */

/* Basic Typography & Colors
-------------------------------------------------------------- */
/* Add general site styling here for typography and background */
body {
  font-size: 75%;   /* also set in fusion_starter.info: settings[base-font-size] = font-size-12 */
}

/* Default link styles - separate a:visited for a different visited link style */
a,
a:link,
a:visited {
}

/* Hover/active link styles. Don't forget :focus for accessibility */
a:hover,
a:focus,
a:active {
}

#main-group sup,
#main-group sub {
  font-size: 8px;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
#main-group sup {
	bottom: 1ex;
}
#main-group sub {
	top: .5ex;
}

/* Specific Typography
-------------------------------------------------------------- */
#site-name {
}


/* HTML Elements
-------------------------------------------------------------- */
body {
}

/* Site Info
-------------------------------------------------------------- */
/* Add float here to put logo and site name side by side, also add margins as
  needed */
#logo {
  float: left;
  margin-top:14px;
}


#logo a {
  display: block;
}

/* Link and hover styles for site name */
#site-name a:link,
#site-name a:visited,
#site-name a:hover,
#site-name a:active {
}

/* Typography for site slogan */
#slogan {
}

.grid12-12 .block {
  margin-bottom: 0;
}


/* Regions
-------------------------------------------------------------- */

/* All Regions
-------------------------------------------------------------- */
.page {
}

/* Site info + Header Region
-------------------------------------------------------------- */
.header-group {
  position: relative;
  background: url(../images/everything_apple.gif) no-repeat 126px 54px;
}

#header-site-info .inner{
  margin: 0;
}

/* Primary Menu
/-------------------------------------------------------------- */
/* Add general styles for primary menu here, such as typography, borders, floats,
  or spacing above/below */
#primary-menu {
  width: 900px;
  float: left;
  position: absolute;
  bottom: 0px;
  right: 0px;
}


/* styles for Superfish primary menu */
#primary-menu ul.megamenu {
  margin: 0;
  padding: 0;
  display: block;
}

.megamenu a:link, .megamenu a:visited, .megamenu a:hover {
  color: #fff;
}

#footer a:link, #footer a:visited, #footer a:hover {
  color: #fff;
}

/* Link style for top level menu items, add padding here */
#primary-menu ul.megamenu a.top-link,
#primary-menu ul.megamenu a.top-link:visited {
  padding: 14px 2px 12px;
  width: 84px;
  text-align: center;
  border-left: 1px solid #888;
  border-right: 1px solid #333;
  display: inline;
  float: left;
}

#primary-menu ul.megamenu li.hover a {
  background: url(../images/bg_menu_over.jpg) repeat-x;
  color: #fff;
}

#primary-menu ul.megamenu li.hover .dropblock a{
  background: none;
}

#primary-menu div.dropblock {
  position: absolute;
  width: 316px;
  top: 46px;
  left: 1px;
  display: none; 
  z-index: 20;
}


#primary-menu .item-9 div.dropblock, #primary-menu .item-6 div.dropblock, #primary-menu .item-7 div.dropblock, #primary-menu .item-8 div.dropblock {
  left: auto;
  right: 1px;
}

.drop-bottom {
  background: url(../images/black_bl.png) no-repeat bottom left; 
  height: 13px;
  width: 100%;
  float: left;
}

#primary-menu .item-9 .drop-bottom, #primary-menu .item-6 .drop-bottom, #primary-menu .item-7 .drop-bottom, #primary-menu .item-8 .drop-bottom {
  /* background: url(../images/red_br.png) no-repeat bottom right;  */
  background: url(../images/black_br.png) no-repeat bottom right;
}

.drop-content {
  /*background: #EE2E22;*/
  background: #000;
  float: left;
}

.drop-content a{
  color: #fff;
}

.drop-top {
  background: url(../images/black_tr.png) no-repeat top right;
  height: 16px;
  width: 100%;
  float: left;
}

#primary-menu .item-9 .drop-top, #primary-menu .item-6 .drop-top, #primary-menu .item-7 .drop-top, #primary-menu .item-8 .drop-top {
  background: url(../images/black_tl.png) no-repeat bottom left; 
}


#primary-menu li.top-level {
  position: relative;
}

#primary-menu li.hover div.dropblock {
  display: block;
}

/* These are the top level menu items, add border-right here for separators */
#primary-menu ul.megamenu li {
  float: left;
  list-style: none;
}

/* Style for individual dropdown menu items, add border-bottom for separators */
#primary-menu ul.megamenu li li {
  width: 150px;
  float: left;
}


/* Secondary menu
-------------------------------------------------------------- */
/* This menu usually appears in the header as a set of simple text links */
.secondary-menu {
  float: right;
  width: auto;
  text-transform: lowercase;
}

/* Set general style for menu here -- background, alignment, etc. */
.secondary-menu-inner ul.links {
  color: #969696;
  font-size: 13px;
}

/* Add a border-right here for a separator */
.secondary-menu-inner ul.links li {
  border-right: 1px solid;
}

/* Add border-right: 0; here to remove right separator on last menu item */
.secondary-menu-inner ul.links li.last {
  border-right: 0;
}

/* Styles for links */
.secondary-menu-inner ul.links li a:link,
.secondary-menu-inner ul.links li a:visited {
  padding: 3px;
  text-decoration: none;
    color: #969696;
}

.secondary-menu-inner ul.links li a:hover,
.secondary-menu-inner ul.links li a:focus,
.secondary-menu-inner ul.links li a.active {
}

/* Header - Search
-------------------------------------------------------------- */
.block-search {
 float: right;
 width: 200px;
 clear: right;
}

#edit-search-block-form-1 {
  width: 150px;

}

#edit-search-block-form-1-wrapper {
    float: left;
	height:28px;
	line-height:28px;

	 }
	 
	 

.block-search .form-submit {
  color: #fff;
  background:url(../images/search_btn_bg.gif) repeat-x;
  width:36px;
  height:24px;
  margin: 0 0 0 2px;
  float:right;
  border:none;
  
}


.btn_sq_med {
float:left;
margin:0 17px 0 0;
}


#header-search .block {
  margin-bottom: 0;
}

#header-group {position:relative;}

#header-group #secondary-menu {position:absolute;top:62px;right:80px;}

#header-group .form-item {margin:0;}

#header-group #block-search-0 {position:absolute;right:85px;top:29px; z-index: 5;}

#slogan {
  margin-top: 1.4em;
  font-size: 120%;
}

#slogan span{
  color: #ee3022;
}

#slogan strong {
  margin-left: 20px;
}

/*  Main Area (content + sidebars)
-------------------------------------------------------------- */
.main {
}

/* Sidebar Regions
-------------------------------------------------------------- */
/* Sidebar widths can be controlled through theme settings */
.sidebar-first {
}

.sidebar-last {
}

/* Content Regions
-------------------------------------------------------------- */
.content {
}

/*  Footer Region
-------------------------------------------------------------- */
.footer ul, .footer li{
  list-style:none;
  float: left;
  margin: 0;
}

.footer .block .inner {
  margin: 0;
}

#block-menu-menu-footer-menu {
  width: 540px;
 /* padding:25px 0 0 0;*/
}

#block-menu-menu-footer-menu .menu li {
  border-right: 1px solid #000;
   margin:25px 0 26px 0;
   line-height:100%;
     font-size:11px;
}

#block-menu-menu-footer-menu .menu a{
  display: block;
  padding: 0px 10px;

}

#block-block-8 {
  width: 350px;
  float: left;
  text-align: left;
}

#block-block-8 li {
line-height:32px;
    margin:15px 0;
	font-size:10px;
}

#block-block-8 li img {
  display: inline;
  vertical-align: middle;
  margin: 0 4px 0 12px;
}

#block-block-8 .clearfix {
}

#block-block-8 p {
  margin-top: 0;
}

#footer-message {
  width: 100px;
  float: left;
}

/* Page titles
/-------------------------------------------------------------- */
/* Page and full node titles */
h1.title {
}

/* Default node styles
/-------------------------------------------------------------- */
/* Change unpublished and preview colors for dark background themes */
.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}

/* Typography for node titles */
h2.title {
}

/* Colors and styles for linked node titles, ie. teaser listing at /node */
h2.title a:link,
h2.title a:visited {
}

h2.title a:hover,
h2.title a:focus,
h2.title a:active {
}

/* Separators and padding for node teasers */
.teaser {
}

/* Author/date info */
.meta {
}

.submitted {
}

/* Links for nodes (taxonomy, commenting, read more, etc) */
.node ul.links li {
}
.node ul.links a {
}

/* Only more/read more links */
div.node .read-more a,
div.node .more-link a {
}

/* Drupal Messages
/-------------------------------------------------------------- */
/* General style for all errors/messages (border, padding, etc.) */
div.content-messages div.messages,
div.content-help div.help {
}

/* Status messages: green */
div.content-messages-inner div.status {
}

/* Warning messages: yellow */
div.content-messages-inner div.warning {
}

/* Error messages: red */
div.content-messages-inner div.error {
}

/* Help messages: blue */
div.content-help-inner div.help {
}

/* Error that appears when a required form field is not filled out */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #aa1144;
}

/* "New" text and required form field asterisk (default = red) */
.marker,
.form-required {
  color: #aa1144;
}

/* Default block title styles
/-------------------------------------------------------------- */
h2.block-title {
}

/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
padding: 10px;
}

.breadcrumbs a:link,
.breadcrumbs a:visited {
}

/* Pagers
-------------------------------------------------------------- */
ul.pager {
}

ul.pager li {
}

ul.pager a,
ul.pager li.pager-current {
  border-color: #333;
}

ul.pager li.pager-current {
  background-color: #777;
  color: #fff;
}

ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
  background-color: #777;
  border-color: #333;
  color: #fff;
}

/* Forms
/-------------------------------------------------------------- */
/* Typography and backgrounds for all form buttons */
form input.form-submit {
  margin: 2px;
  padding: 3px 5px;
}

/* Hover style for form buttons */
form input.form-submit:hover,
form input.form-submit.hover,
form input.form-submit:focus {
}

/* Typography, background, borders, padding for form fields */
.form-item input,
.form-item select,
.form-item textarea {
}

/* Remove backgrounds and border on radios and checkboxes */
.form-item .form-radio,
.form-item .form-checkbox {
  background: none;
  border: none !important;
}

/* Fieldset wrapper around groups of form elements -- add border here */
fieldset {
}

/* Typography and spacing for legend of fieldsets */
fieldset legend {
}

/* Link style for legend of fieldsets */
fieldset legend,
legend.collapse-processed,
legend.collapse-processed a:link,
legend.collapse-processed a:visited {
}

/* Custom icons on (open) collapsible fieldsets */
html.js fieldset.collapsible legend a:link,
html.js fieldset.collapsible legend a:visited {
}

/* Custom icons on (closed) collapsible fieldsets */
html.js fieldset.collapsed legend a:link,
html.js fieldset.collapsed legend a:visited {
}


/* Tables
-------------------------------------------------------------- */
table {
}

/* Body of tables */
tbody {
  border-top: 1px solid #ccc;
}

/* Header of tables */
thead th,
th {
  border-bottom: 3px solid #ccc;
}

tbody th {
  border-bottom: 1px solid #ccc;
}

/* Alternating row background styles */
tr.even,
tr.even td {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}

tr.odd,
tr.odd td {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

td.active {
}

tr.drag td,
tr.drag-previous td {
  color: #000;
}


/* Maintenance Page
/-------------------------------------------------------------- */
/* Maintenance page tpl file in Fusion Core has simplified layout, but you can
  also add specific styles, such as a background, just for your offline page */
.in-maintenance  {
}


/*--------------------------------------------------------------*/
/* Module styles
/-------------------------------------------------------------- */


/* Book
/-------------------------------------------------------------- */
.book-navigation .menu {
  border-top: 1px solid #ccc;
}

.book-navigation .page-links {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


/* Comments
/-------------------------------------------------------------- */
/* Style for each individual comment */
div.comment {
}

/* Subject (title) of each comment */
div.comment h3.title {
}

/* Links (edit, reply, delete) for each comment */
div.comment div.links a,
div.comment ul.links a {
}

/* Alternating styles for even/odd comments */
.comments div.odd {
  background-color: #fff;
}

.comments div.even {
  background-color: #eee;
}

/* A special highlight style for a comment by the author of the node */
.comments div.comment-by-author {
  background-color: #ddd;
}

/* Comment signatures */
.signature {
  border-top: 1px solid #d6ddb9;
}

/* User avatars in comments */
.comment-wrapper .picture img {
}


/* Forum
/-------------------------------------------------------------- */
#forum .description {
}

.forum-topic-navigation {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}


/* Poll
/-------------------------------------------------------------- */
div.poll div.bar {
  background-color: #ddd;
}

div.poll div.bar div.foreground {
  background-color: #999;
}


/* Profiles
/-------------------------------------------------------------- */
.profile .picture {
  float: none;
}

/* Styles for sub-headings on user profiles */
.profile dt {
  background-color: #ccc;
}


/* Skinr
/-------------------------------------------------------------- */

/* This is a sample Skinr style to get you started. See fusion_starter.info */
.red-bite-33 {
  background: url(../images/bite-top.png) no-repeat #ee3022;
  
  color: #fff;
}

.red-bite-33 .pane-title {
  padding: 10px 73px 5px 14px;
}

.red-bite-33 .pane-content{
  padding: 20px;
  background: url(../images/bite-bottom.png) no-repeat bottom center ;
}

.grey-outline{
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 10px;
}

.grey-outline img{
  text-align: center;
  margin: 0 auto;
}

.grey-red-round{
  background: url(../images/product_menu_bg.gif) no-repeat; 
  height: 67px;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}

.grey-red-round .pane-title {
  display: none;
}

.grey-red-round .pane-content {
  padding-top: 23px;
  background: none;
}

.grey-round{
  background: url(../images/grey_round.gif) no-repeat; 
  height: 46px;
  width: 100%;

  }
  
.grey-round .pane-content {
  padding-top: 27px;
  padding-left: 17px;
}
  
  .grey-round h2 {
    font-size: 22px;
    font-weight: normal;
  }

  .grey-round h2 strong {
    font-weight: bold;
  }

.grey-red-round .pane-content {
  text-align: center;
}

.grey-red-round .pane-content ul.menu {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.grey-red-round li {
  list-style: none;
  display: inline;
}

.grey-red-round li a {
  font-size: 17px;
  font-weight: bold;
  color: #666;
  margin: 0 20px;
  padding-bottom: 15px;
}

.grey-red-round li a.active, .grey-red-round li a.active-trail {
  font-size: 22px;
  color: #fff;
  margin: 0 26px;
  background: url(../images/arrow.gif) no-repeat center 30px;
}


body.no-sidebars .content-inner-inner {
  margin-left: 0;
  margin-right: 0;
}

.whynextbyte {
  background: url(../images/ad_whynextbyte.gif) no-repeat top center;
  padding: 0 16px;
  width: 184px;
  height: 347px;
}

.pane-5 p, .pane-11 p{
  margin-top: 0;
}

/*
#content-content .inner, #content-content .inner {
  margin: 0 10px 0 10px;
}
*/

/*  View grid is set for 4 columns, if this changes, change below CSS */
#view-id-locations-page_1 .views-view-grid td {
  vertical-align: top;
  width: 25%;
}

#view-id-locations-page_1 h3 {
  margin-top: 2em;
  border-bottom: 3px double #888;
}

#view-id-locations-page_1 .views-view-grid h3 {
  border-bottom: none;
}


/* mock up */
.front body {
  background: url(../mockups/home.png) no-repeat top center;
}


/* Drop downs */

.menu-drop {
  background: url(../images/red_tr.png) no-repeat top right;
}

.menu-inner {
  background: url(../images/red_bl.png) no-repeat bottom left;
}

/*
.pane-promos-view {
background:url("../images/bg_promoshead.gif") no-repeat scroll 0 0 #E7E7E8;
height:298px;
margin:0 12px 12px 0;
padding:0px 12px 0px;
width:268px;
}

.pane-promos-view .views-field-body{
line-height:16px;
}


.pane-promos-view h2{
font:16px/24px "Myriad pro",helvetica,arial,sans-serif;
line-height:32px;
margin:0;
color:#FFFFFF;
}


.panel-row p {
	margin: 0px;
}

.view-promos-view {
	padding-top: 6px;
}

.view-promos-view .views-field-title {
float:right;
position:relative;
top:-20px;
}

*/
.pane-promos-view{
float: left;
}

.col9_med {
  float: left;
  width: 100%;
}

.col9_med .pane-content {
   /* margin-bottom: 12px;  */
}


a:visited {
color:#B40C00;
}


html{
background: url("../images/bg_menu.jpg") repeat-x 0 98px;
padding-bottom: 20px;
}

#footer {
  width: 100%;
  text-align: center;
  background: url("../images/menu_bg.png") repeat-x 0 0;
  height:62px;
  margin:0 0 40px 0;
}

#footer-contents {
  margin: 0 auto;
  width: 900px;
  height:auto;
  overflow:auto;
}

.view-small-buttons {
  margin-bottom: 12px;
  float: left;
}

.views-slideshow-controls-bottom {
  width: 100%;
  text-align: right;
  background: url("../images/menu_bg.png") repeat-x 0 -13px #ccc;
}

.views-slideshow-controls-bottom .views_slideshow_pagerNumbered {
  padding: 0 10px;
}

.views-slideshow-controls-bottom .activeSlide {
  background: #444;
  border: 1px solid #222;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}

.views_slideshow_singleframe_pager div {
  height: 100%;
  padding: 0 5px;
}

.block ul, .block ol {
	padding: 0px 0px 0.25em 1em;
}

.front #content {
  margin-top: 12px;
}

.whynextbyte p {
  font-size: 12.5px;
}

.front #breadcrumbs {
  display: none;
}

#header-search{
  float: right;
  width: 300px;
}

.premium_reseller_image{
	float: right;
}

#twitter-feed {
  background: url(../images/twitter_feed_bg.jpg) no-repeat 0 2px;
  height: 60px;
}

#twitter-feed a {
  color: #000;
}

.menu-879 {
  font-weight: bold;
}

.node-type-mirror-page .field-field-banner {
  float: right;
}

.node-type-mirror-page .col9_med .pane-content {
  margin: 0;
}

#mirror-standard-page .col9 {
  color: #fff;
  background: url(../images/hbs_footer.jpg) no-repeat bottom left #000;
}

#mirror-standard-page .col9 h2 {
  color: #fff;
}

#mirror-standard-page .pane-node-body {
  padding: 0 20px;
}

#mirror-standard-page .col3 .pane-primary-links {
  background: url(../images/menu_bg.jpg) no-repeat;
  width: 201px;
  height: 187px;
}

#mirror-standard-page .col3 {
  width: 201px;
  margin: 0;
}

#mirror-standard-page .col3 a {
  color: #fff;
}

#mirror-standard-page .col9 {
width: 699px;
}

#mirror-standard-page .col3 .pane-primary-links .pane-content {
  padding: 10px;
}


.front #main {
  min-height: 610px;
}

#main {
  z-index: 1;
  }

.pane-home-banners {
  min-height: 454px;
}

#views_slideshow_singleframe_main_home_banners-default {
  min-height: 422px;
}


#header-group {
  z-index: 500;
}

#secondary-menu li.first a {
  color: #ee2e24;
}

.views-slideshow-controls-bottom a:link {
  color: #fff;
}

tr.even, tr.even td {
  background: #fff;
}

li.leaf {
  list-style: none;
  list-style-image: none;
}

a.promotions, a.promo {
  font-weight: bold;
  font-size: 14px;
}

#block-block-8 a:hover {
  text-decoration:none;
}

.no-border, .no-border td, .em_wfs_layout td {
  border: none;
}

.node-form fieldset.group-bottom, .node-form fieldset.group-top{
  border: 1px solid;
  padding: 20px;
}

#trade-in
{
	display: block; 
	width: 100%; 
	border: none; 
	overflow-y:auto;
	overflow-x: hidden;
}


#sidebarSocialMedia
{
	padding: 0 0 10px 0;
	float: left;
	width: 216px;
	height: 100%;

	border: none;
}
	#sidebarSocialMedia p
	{
		margin: 0;
	}
	#sidebarSocialMedia .shareThis
	{
		padding: 0 0 15px 10px;
		float: left;
	}
		#sidebarSocialMedia .shareThis span
		{
			padding-right: 15px;
			display: block;
			float: left;
		}
		#sidebarSocialMedia .shareThis .fblike
		{
			margin-top: 7px;
		}	
			#sidebarSocialMedia .shareThis .fblike iframe
			{
				width: 45px !important;
			}
			
		#sidebarSocialMedia .shareThis .twitter
		{
			padding-top: 4px;
		}
			#sidebarSocialMedia .shareThis .twitter .twitter-follow-button
			{
				width: 61px !important;
				margin: 3px 2px 0 0;
			}
			
		#sidebarSocialMedia .shareThis .st_plusone_button
		{
			margin: 7px 0 0 0;
		}
	
	#sidebarSocialMedia .recommend
	{
		float: left;
		width: 67px;
		height: 42px;
		padding: 16px 0 0 146px;

		background: url(images/sidebarSocialMedia-bg.jpg) 0% 0% no-repeat;
	}	
		#sidebarSocialMedia .recommend span
		{
			position: absolute;
			left: -9999em;
			width: 1000em;			
		}
		#sidebarSocialMedia .recommend .facebook
		{
			display: block;
			width: 27px;
			height: 27px;
			float: left;
			margin-right: 3px;
			
			background: url(images/sidebarSocialMedia-icon-fb.gif) 0% 0% no-repeat;
		}
		#sidebarSocialMedia .recommend .twitter
		{
			display: block;
			width: 27px;
			height: 27px;
			float: left;
			margin-right: 3px;
			
			background: url(images/sidebarSocialMedia-icon-twitter.gif) 0% 0% no-repeat;
		}	
		
		.field-field-why-promo p{
	margin-top:0px;
}

.node-type-basic_page .meta{
	display:none;
}