/*
Theme Name: F8 Lite
Theme URI: http://graphpaperpress.com/2008/06/02/f8-lite-portfolio-theme-for-wordpress/
Description: A photography & multimedia portfolio theme for Wordpress
Version: 2.0
Tags: video/photography, one-column, minimal, widgets, white, portfolio
Author: Thad Allender
Author URI: http://graphpaperpress.com
License: GPL
*/

/*
    Copyright 2008 Graph Paper Press

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/

/************************* IMPORT BLUEPRINT *************************/
@import url("css/screen.css");

/************************* DEFAULT STYLES ***************************/
body {color:#222;background:url(images/bg.jpg) repeat-x;font-family:Georgia, "Times New Roman", Times, serif;}

.navbg {width:100%;position:fixed;top:0;height:61px;background:#FFF;}
.homey {width:960px;margin:20px auto 0;padding-bottom:0px;text-align:center;}
.homey img {text-align:center;}
.homey .text {float:left;width:560px;margin-top:130px;}
.homey .bottom {float:left;height:300px;}
.homey p {font-size:14px;color:#666;}
.homey h1 {font-weight:normal;font-size:29px;}

.container-inner {width:960px; margin:0 auto;}
h1,h2,h3,h4,h5,h6 {color:#000;font-family:"Times New Roman", Times, serif; font-weight:normal;letter-spacing:-0.05em;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color:#000;}
h4 {font-weight:normal;}
h3 {font-weight:normal;text-transform:uppercase;font-size:14px;}
a {color:#000;text-decoration:none;}
a:hover, a:focus {text-decoration:underline;}

/************************* RSS ************************************/
#inside-subscribe {float:right;color:#666;}
#inside-subscribe a {color:#666;}
#inside-subscribe a:hover {color:#000;}
.feed {margin-left: 3px;padding: 0 0 0 19px;background: url("images/rss.png") no-repeat 0 50%;color:#eee;}

#inside-widgets {margin:2em 0;color:#333;line-height:170%;padding-left:0px;padding-top:0px;text-align:left;}

#inside-widgets h6.widgettitle {color:#000;font-family:"Times New Roman", Times, serif;font-size:14px;text-transform:uppercase;padding:1em 0;margin-bottom:0em;}
#inside-widgets ul{list-style:none;margin:0 0 .4em 0;font-size:1em;}
#inside-widgets ul li a,ul.txt li{color:#FFF;height:1%;background:url(images/i.png) no-repeat  0;line-height:1.2em;border-bottom:0px solid #666;display:block;padding:6px 0 6px 8px;}
#inside-widgets ul li a:hover,ul.txt li:hover{color:#FFCC00;}
#inside-widgets ul li a span,ul.txt li,h4 a span{color:#696455;}
#inside-widgets ul li.active a{cursor:default;color:white;}
#inside-widgets ul ul{margin:0;list-style:none;}
#inside-widgets a {color:#454545;text-decoration:none;}
#inside-widgets a:hover {color:#454545;text-decoration:underline;}
#inside-widgets hr {background:#eaeaea;color:#eaeaea;height:1px;}
#inside-widgets .span-12 h6.widgettitle, #inside-widgets .span-888 h6.widgettitle {color:#333;}
#inside-widgets .span-12 ul li a {text-decoration:none;}

#top-widgets {margin-top:-5px;background:#F4F1F1;width:100%;padding:10px 0 20px;font-family:Georgia, "Times New Roman", Times, serif;font-size:11px;color:#888;line-height:170%;text-align:left;border-bottom:1px solid #F0E8E5}

#bottom {background:#0F0903;width:100%;margin:60px 0 0;overflow:hidden;}
.bottom-container {width:960px;margin:0 auto;}
#work-rows {background:#fff;width:100%;overflow:hidden;margin:50px 0 0;}
.work-container {width:960px;margin:0 auto;}
.work-container h6 {color:#999;font-size:22px;letter-spacing:-0.03em;padding:10px 0;margin-bottom:30px;font-weight:normal;border-bottom:1px solid #efefef;}



.top-container {width:960px;margin:0 auto;}


#top-widgets h6.widgettitle {color:#1d1d1d;font-size:26px;letter-spacing:-0.03em;padding:1em 0 .8em 0 ;margin-bottom:0em;font-weight:normal;}
#top-widgets h6.widgettitle a:hover {text-decoration:underline;}

#top-widgets h6.widgettitle.pink { color:#c05681; }
#top-widgets a {text-decoration:none;}
#top-widgets a:hover {text-decoration:underline;}

.home-overview p {
	font-size:18px;
	letter-spacing:-0.02em;
}


/************************* MASTHEAD ************************************/
.pusher {cursor:pointer;}
#masthead { background:none; padding:0;}
#masthead h4 {margin:1em 0;font-weight: bold; text-transform: uppercase;width:100%;}
#masthead h4 a { color: #333; text-decoration: none; float:left;} 
#masthead h4 a:hover {color:#000;}
#masthead span {color:#666;font-size:.8em;text-transform:lowercase;font-weight:normal;}
#masthead span.description {float:left;margin-left: 20px;padding-top:.2em;}
#masthead span.contact {float:right;line-height:1em;}
#masthead span.contact a:hover {color:#000;}



/********************************POSTS ************************* */

.menu-header {
	float:right;
	margin:-13px 0 60px;
	
}


#menu-navigation .menu {
	float:right;
	margin-bottom:25px;
}

.menu li a {
	color:#fff;
	font-size:18px;

}

.menu a {
	border-bottom: medium none;
    border-top: 2px solid #0E0903;
    color: #FFFFFF;
    display: block;
	font-size:18px;
    height: 20px;
    letter-spacing: -0.06em;
    margin: -5px 0 0;
    padding: 30px 19px 0;	
	-webkit-transition-property:color, border-color; 
-webkit-transition-duration: 0.3s, 0.3s; 
-webkit-transition-timing-function: linear, ease-in;

-moz-transition-property:color, border-color; 
-moz-transition-duration: 0.3s, 0.3s; 
-moz-transition-timing-function: linear, ease-in;
}

.menu li {
	float:left;	
	border-top:transparent;
	height:50px;
	padding:0;
}

.menu a:hover {
	border-color:#000;
	text-decoration:none;
	color:#c05681;
	-webkit-transition-property:color, border-color; 
-webkit-transition-duration: 0.3s, 0.3s; 
-webkit-transition-timing-function: linear, ease-in;

-moz-transition-property:color, border-color; 
-moz-transition-duration: 0.3s, 0.3s; 
-moz-transition-timing-function: linear, ease-in;
}

.menu li.current-menu-item a, .menu li .current_page_parent a, .menu li .current_page_ancestor a {
	border-color:#c05681;
	text-decoration:none;
	color:#c05681;
}

.menu li.current_page_item a {
	border-color:#c05681;
	text-decoration:none;
	color:#c05681;	
}

li.current_page_parent a, li.current_page_ancestor a {
	border-color:#c05681;
	text-decoration:none;
	color:#c05681;
}

.home-project {
	background:#F7F6F5;width:910px;padding:10px 20px;margin:-5px auto 60px;text-align:left;
}

.home-project h2 {
	font-size:32px;
	font-family:Georgia;
	letter-spacing:-0.8px;
	margin-bottom:-6px;
	margin-top:5px;
}

.home-project p {
	margin-bottom:10px;
	color:#666;
	font-size:14px;
}

.news-section {
	float:left;width:250px;font-size:15px;letter-spacing:-0.05em;
}

.news-section li {
	margin-bottom:15px;
}

.news-section h2 {
	font-size:32px;
	font-family:Georgia;
	letter-spacing:-0.8px;
	margin-bottom:-6px;
	margin-top:0px;
}

.news-section span {
	font-size:20px;float:left;letter-spacing:-0.05em;margin:0px 0px 0 0;width:100px;color:#ccc;font-style:italic;
}

.news-section a {
	margin:10px 0 0;	
}

#header {width:100%;background:#0F0903;}

.archive {margin-top:30px;margin-bottom:50px;background:#fff;}
.archive h3 {color:#000;font-size:28px;font-weight:normal;margin-bottom:3px;letter-spacing:-0.05em;text-transform:none;}
.archive h3 a:hover {text-decoration:underline;}
.archive h6 {color: #999;
	display:block;
	width:960px;
	border-bottom:1px solid #efefef;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -0.03em;
    margin-bottom: 50px;
    padding: 10px 0 0.3em;}

.viewproject {float:right;margin:-33px 20px 0 0;}
.viewproject a {color:#c05681;font-size:16px;font-style:italic;letter-spacing:-0.04em;}

.viewsite {float:right;margin:-30px 20px 0 0;}
.viewsite a {color:#c05681;font-size:16px;font-style:italic;letter-spacing:-0.04em;}
	
.twothird {width:600px;margin:0 60px 0 0;float:left;}
.third {width:300px;margin:0 25px 0 0;float:left;}
.third-last {width:300px;margin:0 0 0 0;float:left;}

.half {width:450px;float:left;margin:0 30px 0 0;}
.half-last {width:450px; float:left;margin: 0 0 0 0;}

.top-container h2 {font-size:32px;padding:20px 0 15px;margin-bottom:0;}
.archive-container {width:960px;margin:50px auto 0;}
.archive-container hr {margin:40px 0 40px;color:#efefef;background:#efefef;height:1px;}
.archive-container h2 {margin-bottom:10px;}
.archive-container p {font-size:15px;color:#333;}
.archive-container ul {margin:0 0 0 0;}
.archive-container li {overflow:hidden;padding-bottom:30px;}
.archive p {line-height:170%;color:#777;}

.news {margin-top:30px;margin-bottom:50px;background:#fff;}
.news h3 {color:#000;font-size:28px;font-weight:normal;margin-bottom:3px;letter-spacing:-0.05em;text-transform:none;}
.news h3 a:hover {text-decoration:underline;}
.news h6 {color: #999;
	display:block;
	width:960px;
	border-bottom:1px solid #efefef;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -0.03em;
    margin-bottom: 50px;
    padding: 10px 0 0.3em;}
.news-container {width:960px;margin:50px auto 0;}
.news-container hr {margin:40px 0 40px;color:#efefef;background:#efefef;height:1px;}
.news-container h2 {margin-bottom:10px;}
.news-container p {font-size:15px;color:#333;}
.news-container ul {margin:0 0 0 0;}
.news-container li {overflow:hidden;padding-bottom:50px;}
.news p {line-height:170%;color:#777;}



.post {display:block;clear:both;}
.postmetadata {color:#454545;font-size:15px;font-style:italic;}
.postmetadata a {color:#454545;}
.postmetadata a:hover {text-decoration:underline;}
.underlined {border-bottom:1px solid #000;}
h6.underlined {margin:0 0 1em;}
.excerpt {color:#999;margin:0;padding:0;}

.news-left {float:left;width:320px;margin-right:30px;font-size:15px;}
.news-body {float:left;}


.image {
   position: relative;
   width: 100%; /* for IE 6 */
   z-index:0;
   margin:0 0 50px 0;
   text-align:center;
  
}


.image img {
	opacity:1.0;
	-webkit-transition-property:opacity; 
-webkit-transition-duration: 0.3s, 0.3s; 
-webkit-transition-timing-function: linear, ease-in;

-moz-transition-property:opacity; 
-moz-transition-duration: 0.3s, 0.3s; 
-moz-transition-timing-function: linear, ease-in;
}

.image img:hover {
   opacity:0.7;
   -webkit-transition-property:opacity; 
-webkit-transition-duration: 0.3s, 0.3s; 
-webkit-transition-timing-function: linear, ease-in;

-moz-transition-property:opacity; 
-moz-transition-duration: 0.3s, 0.3s; 
-moz-transition-timing-function: linear, ease-in;
}


.image h6 {
   border-bottom: 1px dotted transparent;
    color: #2C251E;
    display: block;
    font-family: georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    text-align: center;
	letter-spacing:-0.05em;
  	 padding:0px;
   	margin:20px 0 0;
	line-height:100%;
}

.image span {

	letter-spacing:-0.05em;
	color:#999;
	text-align:center;
	
}

.image h6 a {
	border-bottom: 1px dotted transparent;
    color: #2C251E;
    display: block;
    font-family: georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    text-align: center;
	letter-spacing:-0.05em;
	}
	
.image h6 a:hover {
	color:#000;
	}

.image p {
   color:#999;
   margin: 0 0 20px 0px;
   font-weight:normal;
   font-size:12px;
   font-family:Georgia, "Times New Roman", Times, serif
}

.image h6 span {
   color: #000;
   font-weight:normal;
   text-transform:none;
   letter-spacing: 0px;
   padding: 0px 0 10px 0px;
   
}

.nav-image-left, .nav-image-up, .nav-image-right {text-align:center;float:left;width:25px;margin:0 10px 0 2px;}
.nav-image-left a, .nav-image-up a, .nav-image-right a {background:#eee;padding:2px 48% 2px 48%;text-decoration:none;color:#000;}
.nav-image-left a:hover, .nav-image-up a:hover, .nav-image-right a:hover {background:#000;color:#fff;}

.nav {background:url("images/bt-nav.jpg") no-repeat;margin:2em 0 1em 0;width:83px;display:block;}
.nav:hover {}
.prev a {background-position:0px 0;color:#000;text-decoration:none;padding:12px}
.next a {background-position:-83px 0;color:#000;width:83px;text-decoration:none;padding:12px}
.nav-interior {margin:0;padding:0;clear:both;display:inline;}
.nav-interior .next {color:#000;text-decoration:none;float:right;}
.nav-interior .prev {color:#000;text-decoration:none;float:left;}

/* ************************* FOOTER *********************** */
#footer {margin:5em 0 0px;padding:1em;height:10px;}
#footer p {text-align:left;color:#ccc;}
#footer a {color:#999;}
#footer a:hover {color:#666;}
#footer h3 {font-size:20px;color:#333;font-weight:bold;text-align:left;}

#footer p.touch {float:left;width:400px;margin-left:50px;color:#333;text-align:left;display:inline;}
#footer p.touch h3 {color:#333; font-weight:bold; font-size:20px;text-align:left;}


#footer p.news {float:left;width:300px;margin-left:50px;color:#333;text-align:left;display:inline;}
#footer p.news h3 {color:#333; font-weight:bold; font-size:20px;text-align:left;}

.f-mission {float:right;width:394px;padding:10px 10px 10px 0px;margin-right:20px;color:#888;}
.f-mission h3 {color:#888;border-bottom:1px solid #666;padding-bottom:15px;font-weight:normal;}

.f-credit {float:left;width:100%;padding:50px 10px 50px 0px;color:#999;font-size:13px;font-style:italic;}
.f-credit ul {list-style-type:none;margin-bottom:20px;border-bottom:1px solid #666;padding-bottom:33px;}
.f-credit li {float:left;list-style-type:none;margin-left:-8px;
padding-left:0;
padding-right:10px;}
.f-credit a {color:#c05681;margin-right:10px;font-style:normal;}
.f-credit a:hover {color:#fff;}

/* ************************ SLIDESHOW ********************************/
#slideshow {padding:0;margin:0 0 1em;overflow:hidden;max-height:435px;}
#slideshow .slide img {max-width:950px;text-align:center;margin:0;}

/* **************************** FLOATS & IMAGES ***************************** */
.right { float: right; }
.left { float: left; }
.middle {margin: 0 auto;float:left;}
.clear { clear: both; }
img.centered{display: block;margin-left: auto;margin-right: auto;}
img.alignright{padding: 4px;margin: 3px 0 2px 20px;display: inline;}
img.alignleft{padding: 4px;margin: 3px 20px 2px 0;display: inline;}
.alignleft{float: left;}
.alignright{float: right;}
.aligncenter,div.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.wp-caption {border: 1px solid #ddd;text-align: center;background-color: #f3f3f3;padding-top: 4px;margin: 10px;-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.wp-caption img {margin: 0;padding: 0;border: 0 none;}
.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;}
.thumbnail {width:220px;height:199px;background:#eee url('images/x.png') no-repeat center;max-width:220px;max-height:199px;overflow:hidden;}

/***************************** ARCHIVE *****************************/
h6.archive-header {display:block;margin:1em 0 .1em;}
h6 a {color:#000;font-size:14px;font-weight:normal;}
.archive-stack {width:100%; height:1em;}

/***************************** ETC *****************************/
#filters {clear: both;height: 2em;margin-bottom: 1em;}
#filters li {float: left;margin-right: 2em;}
.prev {}
.next {}
/* remember to define focus styles! */
:focus {outline: 0;}

/***************************** SEARCH *****************************/
#search {float: right;margin:15px 0 0;}
#search #s {background: transparent url('images/search.gif') 0px center no-repeat;color: #666;font-size: 0.9em;margin:0 0 0 10px;padding: 2px 0 2px 17px;width: 100px;}
#search input {border:1px solid #222;}
#search #s:hover {color: #666;}
.search-excerpt {margin: 0;}

/***************** COMMENTS ********************/
h3#comments{margin: 10px 0 0;padding: 20px 10px;background: #f5f5f5;}
h3#comments span.comments-subscribe {float:right;font-size:.7em;margin-left: 3px;padding: 0 0 0 19px;background: url("images/rss.png") no-repeat 0 50%;color:#cccccc;}
h3#respond{margin: 10px 0 0;padding: 20px 10px;background: #f5f5f5;}
ol.commentlist{list-style-type: none;margin: 0;padding: 0;border-top: 5px solid #eee;}
ol.commentlist li strong{padding-left:1em;}
ol.commentlist li .comment-entry{margin: -135px 0 0;border-bottom: 5px solid #eee;padding: 5px 150px 0;line-height: 2em;}
ol.commentlist li .avatar{border:1px solid #eee;padding:1em;margin:2em 1em 1em 0;}
#commentform{margin: 0 0 7px;padding: 30px 150px 6px;border-top: 10px solid #fff;background: #eee;}


.header-content {line-height:200%;height:510px;background:#transparent;margin-bottom:60px;font-size:14px;color:#626262;}
.header-content h3 {display:inline;padding:0;margin:0;font-weight:normal;font-size:16px;}

.header-content-suzuki {line-height:170%;height:570px;background:url('images/bg-banner-suzuki.jpg') no-repeat 0 10px;margin-bottom:60px;padding-right:20px;font-size:12px;color:#ccc;border-bottom:1px solid #eaeaea;}
.header-content-suzuki h3 {display:inline;padding:0;margin:0;font-weight:normal;font-size:14px;color:#CCCCCC}
.header-content-suzuki .text {float:right;width:390px;}

.header-content-hob {line-height:170%;height:390px;background:transparent;margin-bottom:60px;font-size:12px;color:#ccc;border-bottom:1px solid #eaeaea;}
.header-content-hob h3 {display:inline;padding:0;margin:0;font-weight:normal;font-size:14px;color:#000;}
.header-content-hob .text {float:left;width:400px;color:#454545;}

.header-content-derma {line-height:170%;height:420px;background:transparent;margin-bottom:40px;margin-top:40px;font-size:12px;color:#454545;border-bottom:1px solid #eaeaea;}
.header-content-derma h3 {display:inline;padding-top:30px;margin:0;font-weight:normal;font-size:14px;color:#000;}
.header-content-derma .text {float:right;width:400px;color:#454545;}

.header-content-pine {line-height:170%;height:500px;background:transparent;margin-bottom:0px;margin-top:35px;font-size:12px;color:#454545;background:url('images/bg-banner-pine.png');border-bottom:1px solid #eaeaea;}
.header-content-pine h3 {display:inline;padding-top:50px;margin:0;font-weight:normal;font-size:16px;color:#000;}
.header-content-pine .text {float:left;width:460px;color:#454545;}

.header-content-bmc {line-height:170%;height:560px;background:transparent;margin-bottom:0px;margin-top:35px;font-size:12px;color:#454545;border-bottom:0px solid #eaeaea;}
.header-content-bmc h3 {display:inline;padding-top:50px;margin:0;font-weight:normal;font-size:16px;color:#000;}
.header-content-bmc .text {float:left;width:460px;color:#454545;}

.header-content-sb {line-height:170%;height:525px;background:transparent;margin-bottom:40px;margin-top:50px;font-size:12px;color:#454545;border-bottom:1px solid #eaeaea;}
.header-content-sb h3 {display:inline;padding-top:30px;margin:0;font-weight:normal;font-size:14px;color:#000;}
.header-content-sb .text {float:right;width:400px;color:#454545;}
.content-sb {height:950px; font-size:12px;color:#454545; background:#FFF no-repeat top center;}
.content-sb .text {float:right;width:350px;color:#454545;padding-top:80px;}
.content-sb .text h3 {font-weight:normal;font-size:14px;}



.content-block250 h3, .content-block300 h3, .content-block350 h3, .content-block400 h3, .content-block450 h3, .content-block500 h3, .content-block650 h3 {padding-top:30px;font-weight:normal;}

.content-block250 {height:250px; font-size:12px; color:#454545;}
.content-block300 {height:300px; font-size:12px; color:#454545;}
.content-block350 {height:350px; font-size:12px;color:#454545;}
.content-block400 {height:400px; font-size:12px;color:#454545;}
.content-block450 {height:450px; font-size:12px;color:#454545;}
.content-block500 {height:500px; font-size:12px;color:#454545;}
.content-block650 {height:650px; font-size:12px;color:#454545;margin-top:50px;}



#button ul {
	list-style-type:none;
	margin-left:-20px;
	padding-left:-20px;
	}

#button a {
	height:22px;
	display: block;
	padding: 0 0 0 25px;
	overflow: hidden;
	text-decoration: none;
}


#button a#back {
	background:url('images/bt-back.png') no-repeat;
	background-position: 0 0px;
	width: 83px;
	height:22px;
	margin-top:20px;
}
#button a:hover#back {
	background-position: 0 -22px;

}	

.logos {
	margin:30px 0 50px 0;
}

#logos ul {
	list-style-type:none;
	margin:30px 0 40px;
	clear:both;
	
	}

#logos ul li {
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
	float:left;
	}

#logos li {
	display:inline;
	
	float:left;
	margin-right:13px;
	background:url('images/logos.jpg') no-repeat;
	height:70px;
	width:106px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	}
	
#logos li#last {
	margin-right:0px;
	}
	
#logos li a {
	
	
}





#logos li#espn {
	background-position: 0 0px;
}
#logos li#espn:hover {
	background-position: 0 -107px;
}


#logos li#xgames {
	background-position: -107px 0px;
}

#logos li#xgames:hover {
	background-position: -107px -107px;
}


#logos li#fuel {
	background-position: -214px 0px;	
}

#logos li#fuel:hover {
	background-position: -214px -107px;
}


#logos li#skechers {
	background-position: -321px 0px;	
}

#logos li#skechers:hover {
	background-position: -321px -107px;
}


#logos li#motorola {
	background-position: -428px 0px;	
}

#logos li#motorola:hover {
	background-position: -428px -107px;
}


#logos li#e {
	background-position: -535px 0px;	
}

#logos li#e:hover {
	background-position: -535px -107px;
}


#logos li#cbs {
	background-position: -642px 0px;	
}

#logos li#cbs:hover {
	background-position: -642px -107px;
}


#logos li#beingwell {
	background-position: -749px 0px;
	margin-right:0px;	
}

#logos li#beingwell:hover {
	background-position: -749px -107px;
}
	

#logos li#suzuki {
	background-position: -856px 0px;	
}

#logos li#suzuki:hover {
	background-position: -856px -107px;
}


#logos li#discovery {
	background-position: -963px 0px;	
}

#logos li#discovery:hover {
	background-position: -963px -107px;
}

#logos li#sears {
	background-position: -1070px 0px;	
}

#logos li#sears:hover {
	background-position: -1070px -107px;
}


#logos li#travel {
	background-position: -1177px 0px;	
}

#logos li#travel:hover {
	background-position: -1177px -107px;
}



#logos li#gems {
	background-position: -1284px 0px;	
}

#logos li#gems:hover {
	background-position: -1284px -107px;
}

#logos li#ford {
	background-position: -1391px 0px;	
}

#logos li#ford:hover {
	background-position: -1391px -107px;
}

#logos li#nbc {
	background-position: -1498px 0px;	
}

#logos li#nbc:hover {
	background-position: -1498px -107px;
}

#logos li#food {
	background-position: -1605px 0px;
	margin-right:0px;	
}

#logos li#food:hover {
	background-position: -1605px -107px;
}
	
