/* The Logo Factory Home Page CSS styles */


/* Overall styles */
body {
	margin-top: 0px;
	text-align: center;
}
a:link {
	text-decoration: underline;
	color: #486999;
	 }
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: red;
}

h1, h2, h3, h4 { 
  font-size: 13pt;
  line-height: 14pt; 
  font-family: Helvetica, Arial, sans-serif;
  font-variant: normal;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #486999;
}

ul.list{
list-style-type: none;
}


/* START HEADER CODE & STYLES */
/* Header Background Image */

.header{
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	margin-top: 0px;
	height:196px;
	background: url(http://www.thelogofactory.com/styles/ServicesTopBackground.jpg);
	background-position:top center;
 	background-repeat: no-repeat;
} 

/* GENERIC Top Text Link Navigation Links ****DO NOT CHANGE!***** */

#top-nav{
	width:350px;
	height:24px;
	margin:0 auto;
	position:absolute;
	left:450px;
	top:0px;
	background: url(http://www.thelogofactory.com/styles/TopMenuButtons.png); background-repeat: no-repeat;
}
#top-nav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#top-nav ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#top-nav ul li a span{
	display:none;
}
#top-nav ul li a{
	width:70px;
	height:24px;
	margin:0px;
	padding:0px;
	display: block;	
}

/* -- Hovers -- DO NOT CHANGE! */

#top-nav ul li a.home:hover{
	background: url(http://www.thelogofactory.com/styles/TopMenuButtons.png) 0px -24px; 
}
#top-nav ul li a.contact:hover{
	background: url(http://www.thelogofactory.com/styles/TopMenuButtons.png) -70px -24px; 
}
#top-nav ul li a.login:hover{
	background: url(http://www.thelogofactory.com/styles/TopMenuButtons.png) -140px -24px;
}			
#top-nav ul li a.search:hover{
	background: url(http://www.thelogofactory.com/styles/TopMenuButtons.png) -210px -24px;
}		
#top-nav ul li a.help:hover{
	background: url(http://www.thelogofactory.com/styles/TopMenuButtons.png) -280px -24px;
}		

/* --------- Page Title Only CHANGE FOR EACH SECTION --------- */

#page-title{
	width:615px;
	height:55px;
	position:absolute;
    left:0px;
    top:44px;
	margin:0 auto;
}

/* Main Navigation Rollover Buttons CHANGE FOR EACH SECTION */

#main-nav{
	width:780px;
	height:27px;
	margin:0 auto;
	position:absolute;
	left:0px;
	top:128px;
	background: url(http://www.thelogofactory.com/styles/ServicesMainNav.gif);
	background-repeat: no-repeat;
}
#main-nav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#main-nav ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#main-nav ul li a span{
	display:none;
}
#main-nav ul li a{
	width:78px;
	height:27px;
	margin:0px;
	padding:0px;
	display: block;	
}

/* -- Hovers --  CHANGE IMAGE FILE ONLY*/

#main-nav ul li a.about:hover{
	background: url(http://www.thelogofactory.com/styles/ServicesMainNav.gif) 0px -27px;  /* <--------- HEADER MENNU IMAGE */
}
#main-nav ul li a.services:hover{
	background: url(http://www.thelogofactory.com/styles/ServicesMainNav.gif) -78px -27px;  
}
#main-nav ul li a.showroom:hover{
	background: url(http://www.thelogofactory.com/styles/ServicesMainNav.gif) -156px -27px;  
}			
#main-nav ul li a.pricing:hover{
	background: url(http://www.thelogofactory.com/styles/ServicesMainNav.gif) -234px -27px;
}		
#main-nav ul li a.order:hover{
	background: url(http://www.thelogofactory.com/styles/ServicesMainNav.gif) -312px -27px;
}		
#main-nav ul li a.faq:hover{
	background: url(http://www.thelogofactory.com/styles/ServicesMainNav.gif) -390px -27px;
}	
#main-nav ul li a.articles:hover{
	background: url(http://www.thelogofactory.com/styles/ServicesMainNav.gif) -468px -27px;
}	
#main-nav ul li a.warehouse:hover{
	background: url(http://www.thelogofactory.com/styles/ServicesMainNav.gif) -546px -27px;
}	
#main-nav ul li a.podcasts:hover{
	background: url(http://www.thelogofactory.com/styles/ServicesMainNav.gif) -624px -27px;
}	
#main-nav ul li a.blog:hover{
	background: url(http://www.thelogofactory.com/styles/ServicesMainNav.gif) -702px -27px;
}	

/* -- Page Logo change for each section -- */

#page-logo{
	width:194px;
	height:196px;
	position:absolute;
	left:765px;
	top: 0px;
	margin:0 auto;
	z-index: 5000;
}

/* -- Page Subtitle change for each section -- */

#page-subtitle{
	width:409px;
	height:23px;
	position:absolute;
    left:0px;
    top: 157px;
	margin:0 auto;
	background: url(http://www.thelogofactory.com/styles/GenericSubtitle.gif); background-repeat: no-repeat; /* <--------- HEADER SUBTITLE IMAGE */
}
/* END HEADER CODE */

/* SUBMENU////////////////////NEEDS WIDTHS FIXED (ORIGINAL AT ($) //////////////////////////////////////////////////////////////////////////////////////////*/
#submininav{
	width:820px;
	height:23px;
	margin:0 auto;
	position:absolute;
	left:0px;
	top:158px;
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashlogo-section-sub.gif); background-repeat: no-repeat;		/* <--- HEADER MAN NAVIGATION IMAGE */
}
#submininav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#submininav ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#submininav ul li a span{
	display:none;
}
#submininav ul li a{
	width:82px;
	height:23px;
	margin:0px;
	padding:0px;
	display: block;	
}

/* -- Hovers --  CHANGE IMAGE FILE ONLY*/

#submininav ul li a.logos:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashlogo-section-sub.gif) 0px -23px; /* <--- HEADER MAN NAVIGATION IMAGE */
}
#submininav ul li a.repair:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashlogo-section-sub.gif) -82px -23px; 
}
#submininav ul li a.stationery:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashlogo-section-sub.gif) -164px -23px;
}			
#submininav ul li a.flash:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashlogo-section-sub.gif) -246px -23px;
}		
#submininav ul li a.threedrender:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashlogo-section-sub.gif) -328px -23px;
}		
#submininav ul li a.folder:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashlogo-section-sub.gif) -410px -23px;
}	
#submininav ul li a.brochure:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashlogo-section-sub.gif) -492px -23px;
}	
#submininav ul li a.webdesignservice:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashlogo-section-sub.gif) -574px -23px;
}	
#submininav ul li a.graphicservices:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashlogo-section-sub.gif) -656px -23px;
}	

/* REPAIR SUBMENU//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#repairsplashmininav{
	width:820px;
	height:23px;
	margin:0 auto;
	position:absolute;
	left:0px;
	top:158px;
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashrepair-section-sub.gif); background-repeat: no-repeat;		/* <--- HEADER MAN NAVIGATION IMAGE */
}
#repairsplashmininav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#repairsplashmininav ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#repairsplashmininav ul li a span{
	display:none;
}
#repairsplashmininav ul li a{
	width:82px;
	height:23px;
	margin:0px;
	padding:0px;
	display: block;	
}

/* -- Hovers --  CHANGE IMAGE FILE ONLY*/

#repairsplashmininav ul li a.logos:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashrepair-section-sub.gif) 0px -23px; /* <--- HEADER MAN NAVIGATION IMAGE */
}
#repairsplashmininav ul li a.repair:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashrepair-section-sub.gif) -82px -23px; 
}
#repairsplashmininav ul li a.stationery:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashrepair-section-sub.gif) -164px -23px;
}			
#repairsplashmininav ul li a.flash:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashrepair-section-sub.gif) -246px -23px;
}		
#repairsplashmininav ul li a.threedrender:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashrepair-section-sub.gif) -328px -23px;
}		
#repairsplashmininav ul li a.folder:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashrepair-section-sub.gif) -410px -23px;
}	
#repairsplashmininav ul li a.brochure:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashrepair-section-sub.gif) -492px -23px;
}	
#repairsplashmininav ul li a.webdesignservice:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashrepair-section-sub.gif) -574px -23px;
}	
#repairsplashmininav ul li a.graphicservices:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashrepair-section-sub.gif) -656px -23px;
}	

/* FLASH SUBMENU//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#flashsplashmininav{
	width:820px;
	height:23px;
	margin:0 auto;
	position:absolute;
	left:0px;
	top:158px;
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashflash-section-sub.gif); background-repeat: no-repeat;		/* <--- HEADER MAN NAVIGATION IMAGE */
}
#flashsplashmininav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#flashsplashmininav ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#flashsplashmininav ul li a span{
	display:none;
}
#flashsplashmininav ul li a{
	width:82px;
	height:23px;
	margin:0px;
	padding:0px;
	display: block;	
}

#flashsplashmininav ul li a.logos:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashflash-section-sub.gif) 0px -23px; /* <--- HEADER MAN NAVIGATION IMAGE */
}
#flashsplashmininav ul li a.repair:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashflash-section-sub.gif) -82px -23px; 
}
#flashsplashmininav ul li a.stationery:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashflash-section-sub.gif) -164px -23px;
}			
#flashsplashmininav ul li a.flash:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashflash-section-sub.gif) -246px -23px;
}		
#flashsplashmininav ul li a.threedrender:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashflash-section-sub.gif) -328px -23px;
}		
#flashsplashmininav ul li a.folder:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashflash-section-sub.gif) -410px -23px;
}	
#flashsplashmininav ul li a.brochure:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashflash-section-sub.gif) -492px -23px;
}	
#flashsplashmininav ul li a.webdesignservice:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashflash-section-sub.gif) -574px -23px;
}	
#flashsplashmininav ul li a.graphicservices:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashflash-section-sub.gif) -656px -23px;
}	

/* WEB SUBMENU//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#websplashmininav{
	width:820px;
	height:23px;
	margin:0 auto;
	position:absolute;
	left:0px;
	top:158px;
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashweb-section-sub.gif); background-repeat: no-repeat;		/* <--- HEADER MAN NAVIGATION IMAGE */
}
#websplashmininav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#websplashmininav ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#websplashmininav ul li a span{
	display:none;
}
#websplashmininav ul li a{
	width:82px;
	height:23px;
	margin:0px;
	padding:0px;
	display: block;	
}

#websplashmininav ul li a.logos:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashweb-section-sub.gif) 0px -23px; /* <--- HEADER MAN NAVIGATION IMAGE */
}
#websplashmininav ul li a.repair:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashweb-section-sub.gif) -82px -23px; 
}
#websplashmininav ul li a.stationery:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashweb-section-sub.gif) -164px -23px;
}			
#websplashmininav ul li a.flash:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashweb-section-sub.gif) -246px -23px;
}		
#websplashmininav ul li a.threedrender:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashweb-section-sub.gif) -328px -23px;
}		
#websplashmininav ul li a.folder:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashweb-section-sub.gif) -410px -23px;
}	
#websplashmininav ul li a.brochure:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashweb-section-sub.gif) -492px -23px;
}	
#websplashmininav ul li a.webdesignservice:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashweb-section-sub.gif) -574px -23px;
}	
#websplashmininav ul li a.graphicservices:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashweb-section-sub.gif) -656px -23px;
}	

/* STATIONERY SUBMENU//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#statsplashmininav{
	width:820px;
	height:23px;
	margin:0 auto;
	position:absolute;
	left:0px;
	top:158px;
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashstationery-section-sub.gif); background-repeat: no-repeat;		/* <--- HEADER MAN NAVIGATION IMAGE */
}
#statsplashmininav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#statsplashmininav ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#statsplashmininav ul li a span{
	display:none;
}
#statsplashmininav ul li a{
	width:82px;
	height:23px;
	margin:0px;
	padding:0px;
	display: block;	
}

#statsplashmininav ul li a.logos:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashstationery-section-sub.gif) 0px -23px; /* <--- HEADER MAN NAVIGATION IMAGE */
}
#statsplashmininav ul li a.repair:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashstationery-section-sub.gif) -82px -23px; 
}
#statsplashmininav ul li a.stationery:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashstationery-section-sub.gif) -164px -23px;
}			
#statsplashmininav ul li a.flash:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashstationery-section-sub.gif) -246px -23px;
}		
#statsplashmininav ul li a.threedrender:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashstationery-section-sub.gif) -328px -23px;
}		
#statsplashmininav ul li a.folder:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashstationery-section-sub.gif) -410px -23px;
}	
#statsplashmininav ul li a.brochure:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashstationery-section-sub.gif) -492px -23px;
}	
#statsplashmininav ul li a.webdesignservice:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashstationery-section-sub.gif) -574px -23px;
}	
#statsplashmininav ul li a.graphicservices:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashstationery-section-sub.gif) -656px -23px;
}	

/* 3D SUBMENU////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#threedminnav{
	width:820px;
	height:23px;
	margin:0 auto;
	position:absolute;
	left:0px;
	top:158px;
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splash3D-section-sub.gif); background-repeat: no-repeat;		/* <--- HEADER MAN NAVIGATION IMAGE */
}
#threedminnav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#threedminnav ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#threedminnav ul li a span{
	display:none;
}
#threedminnav ul li a{
	width:82px;
	height:23px;
	margin:0px;
	padding:0px;
	display: block;	
}

#threedminnav ul li a.logos:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splash3D-section-sub.gif) 0px -23px; /* <--- HEADER MAN NAVIGATION IMAGE */
}
#threedminnav ul li a.repair:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splash3D-section-sub.gif) -82px -23px; 
}
#threedminnav ul li a.stationery:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splash3D-section-sub.gif) -164px -23px;
}			
#threedminnav ul li a.flash:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splash3D-section-sub.gif) -246px -23px;
}		
#threedminnav ul li a.threedrender:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splash3D-section-sub.gif) -328px -23px;
}		
#threedminnav ul li a.folder:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splash3D-section-sub.gif) -410px -23px;
}	
#threedminnav ul li a.brochure:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splash3D-section-sub.gif) -492px -23px;
}	
#threedminnav ul li a.webdesignservice:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splash3D-section-sub.gif) -574px -23px;
}	
#threedminnav ul li a.graphicservices:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splash3D-section-sub.gif) -656px -23px;
}	

/* FOLDER SUBMENU//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#foldersplashmininav{
	width:820px;
	height:23px;
	margin:0 auto;
	position:absolute;
	left:0px;
	top:158px;
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashfolder-section-sub.gif); background-repeat: no-repeat;		/* <--- HEADER MAN NAVIGATION IMAGE */
}
#foldersplashmininav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#foldersplashmininav ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#foldersplashmininav ul li a span{
	display:none;
}
#foldersplashmininav ul li a{
	width:82px;
	height:23px;
	margin:0px;
	padding:0px;
	display: block;	
}

#foldersplashmininav ul li a.logos:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashfolder-section-sub.gif) 0px -23px; /* <--- HEADER MAN NAVIGATION IMAGE */
}
#foldersplashmininav ul li a.repair:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashfolder-section-sub.gif) -82px -23px; 
}
#foldersplashmininav ul li a.stationery:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashfolder-section-sub.gif) -164px -23px;
}			
#foldersplashmininav ul li a.flash:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashfolder-section-sub.gif) -246px -23px;
}		
#foldersplashmininav ul li a.threedrender:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashfolder-section-sub.gif) -328px -23px;
}		
#foldersplashmininav ul li a.folder:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashfolder-section-sub.gif) -410px -23px;
}	
#foldersplashmininav ul li a.brochure:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashfolder-section-sub.gif) -492px -23px;
}	
#foldersplashmininav ul li a.webdesignservice:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashfolder-section-sub.gif) -574px -23px;
}	
#foldersplashmininav ul li a.graphicservices:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashfolder-section-sub.gif) -656px -23px;
}	

/* BROCHURE SUBMENU//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#brochuresplashmininav{
	width:820px;
	height:23px;
	margin:0 auto;
	position:absolute;
	left:0px;
	top:158px;
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashbrochure-section-sub.gif); background-repeat: no-repeat;		/* <--- HEADER MAN NAVIGATION IMAGE */
}
#brochuresplashmininav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#brochuresplashmininav ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#brochuresplashmininav ul li a span{
	display:none;
}
#brochuresplashmininav ul li a{
	width:82px;
	height:23px;
	margin:0px;
	padding:0px;
	display: block;	
}

#brochuresplashmininav ul li a.logos:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashbrochure-section-sub.gif) 0px -23px; 
}
#brochuresplashmininav ul li a.repair:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashbrochure-section-sub.gif) -82px -23px; 
}
#brochuresplashmininav ul li a.stationery:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashbrochure-section-sub.gif) -164px -23px;
}			
#brochuresplashmininav ul li a.flash:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashbrochure-section-sub.gif) -246px -23px;
}		
#brochuresplashmininav ul li a.threedrender:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashbrochure-section-sub.gif) -328px -23px;
}		
#brochuresplashmininav ul li a.folder:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashbrochure-section-sub.gif) -410px -23px;
}	
#brochuresplashmininav ul li a.brochure:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashbrochure-section-sub.gif) -492px -23px;
}	
#brochuresplashmininav ul li a.webdesignservice:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashbrochure-section-sub.gif) -574px -23px;
}	
#brochuresplashmininav ul li a.graphicservices:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashbrochure-section-sub.gif) -656px -23px;
}	

/* GRAPHICS SUBMENU//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#graphicsplashmininav{
	width:820px;
	height:23px;
	margin:0 auto;
	position:absolute;
	left:0px;
	top:158px;
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashgraphics-section-sub.gif); background-repeat: no-repeat;		/* <--- HEADER MAN NAVIGATION IMAGE */
}
#graphicsplashmininav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#graphicsplashmininav ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#graphicsplashmininav ul li a span{
	display:none;
}
#graphicsplashmininav ul li a{
	width:82px;
	height:23px;
	margin:0px;
	padding:0px;
	display: block;	
}

#graphicsplashmininav ul li a.logos:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashgraphics-section-sub.gif) 0px -23px; 
}
#graphicsplashmininav ul li a.repair:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashgraphics-section-sub.gif) -82px -23px; 
}
#graphicsplashmininav ul li a.stationery:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashgraphics-section-sub.gif) -164px -23px;
}			
#graphicsplashmininav ul li a.flash:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashgraphics-section-sub.gif) -246px -23px;
}		
#graphicsplashmininav ul li a.threedrender:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashgraphics-section-sub.gif) -328px -23px;
}		
#graphicsplashmininav ul li a.folder:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashgraphics-section-sub.gif) -410px -23px;
}	
#graphicsplashmininav ul li a.brochure:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashgraphics-section-sub.gif) -492px -23px;
}	
#graphicsplashmininav ul li a.webdesignservice:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashgraphics-section-sub.gif) -574px -23px;
}	
#graphicsplashmininav ul li a.graphicservices:hover{
	background: url(http://www.thelogofactory.com/styles/menus/submenus/splashgraphics-section-sub.gif) -656px -23px;
}	

/* START MAIN BODY CODE ------------------------------------------------------------------------------------------------------------------------------------ */
.picturebox{
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	margin-top: 183px;
	height:351px;
	background: url(http://www.thelogofactory.com/styles/main-box-backgroundwhite.jpg); background-repeat: repeat-x; /* <--------- PICTURE BOX BACKGROUND TILE */
} 

#pictureboxtitle{
	width:792px;
	height:70px;
	position:absolute;
    left:78px;
    top: 8px;
	margin:0 auto;
	background: url(http://www.thelogofactory.com/styles/HP/main-box-tile.png); background-repeat: no-repeat;	/* <--------- HOME PAGE PICTURE BOX TITLE  */
}
#pictureboxslice{
	width:194px;
	height:196px;
	position:absolute;
    left:765px;
    top: -183px;
	margin:0 auto;
}

/* LOGO DESIGN NAVIGATION//////////////////////// */

#pictureboxboxes{
	width:940px;
	height:69px;
	position:absolute;
	left:10px;
	top: 259px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-image: url(http://www.thelogofactory.com/styles/HP/splash-sections.png);
}

#pictureboxboxes ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#pictureboxboxes ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#pictureboxboxes ul li a span{
	display:none;
}
#pictureboxboxes ul li a{
	width:235px;
	height:69px;
	margin:0px;
	padding:0px;
	display: block;	
}

#pictureboxboxes ul li a.portfolio:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-sections.png) 0px -69px; 
}
#pictureboxboxes ul li a.difference:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-sections.png) -235px -69px; 
}
#pictureboxboxes ul li a.designpricing:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-sections.png) -470px -69px;
}			
#pictureboxboxes ul li a.library:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-sections.png) -705px -69px;
}		

/* REPAIR NAVIGATION//////////////////////// */

#splashrepairnav{
	width:940px;
	height:69px;
	position:absolute;
	left:10px;
	top: 259px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-image: url(http://www.thelogofactory.com/styles/HP/splash-repair-sections.png);
}

#splashrepairnav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#splashrepairnav ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#splashrepairnav ul li a span{
	display:none;
}
#splashrepairnav ul li a{
	width:235px;
	height:69px;
	margin:0px;
	padding:0px;
	display: block;	
}

#splashrepairnav ul li a.portfolio:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-repair-sections.png) 0px -69px; 
}
#splashrepairnav ul li a.difference:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-repair-sections.png) -235px -69px; 
}
#splashrepairnav ul li a.designpricing:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-repair-sections.png) -470px -69px;
}			
#splashrepairnav ul li a.library:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-repair-sections.png) -705px -69px;
}

/* FLASH NAVIGATION//////////////////////// */

#splashflashnav{
	width:940px;
	height:69px;
	position:absolute;
	left:10px;
	top: 259px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-image: url(http://www.thelogofactory.com/styles/HP/splash-flash-sections.png);
}

#splashflashnav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#splashflashnav ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#splashflashnav ul li a span{
	display:none;
}
#splashflashnav ul li a{
	width:235px;
	height:69px;
	margin:0px;
	padding:0px;
	display: block;	
}

#splashflashnav ul li a.portfolio:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-flash-sections.png) 0px -69px; 
}
#splashflashnav ul li a.difference:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-flash-sections.png) -235px -69px; 
}
#splashflashnav ul li a.designpricing:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-flash-sections.png) -470px -69px;
}			
#splashflashnav ul li a.library:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-flash-sections.png) -705px -69px;
}		

/* WEB DESIGN NAVIGATION//////////////////////// */

#splashwebdesignnav{
	width:940px;
	height:69px;
	position:absolute;
	left:10px;
	top: 259px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-image: url(http://www.thelogofactory.com/styles/HP/splash-web-sections.png);
}

#splashwebdesignnav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#splashwebdesignnav ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#splashwebdesignnav ul li a span{
	display:none;
}
#splashwebdesignnav ul li a{
	width:235px;
	height:69px;
	margin:0px;
	padding:0px;
	display: block;	
}


#splashwebdesignnav ul li a.portfolio:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-web-sections.png) 0px -69px; 
}
#splashwebdesignnav ul li a.difference:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-web-sections.png) -235px -69px; 
}
#splashwebdesignnav ul li a.designpricing:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-web-sections.png) -470px -69px;
}			
#splashwebdesignnav ul li a.library:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-web-sections.png) -705px -69px;
}

/* STATIONERY NAVIGATION//////////////////////// */

#stationerynavboxes{
	width:940px;
	height:69px;
	position:absolute;
	left:10px;
	top: 259px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-image: url(http://www.thelogofactory.com/styles/HP/splash-stationery-sections.png);
}

#stationerynavboxes ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#stationerynavboxes ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#stationerynavboxes ul li a span{
	display:none;
}
#stationerynavboxes ul li a{
	width:235px;
	height:69px;
	margin:0px;
	padding:0px;
	display: block;	
}

#stationerynavboxes ul li a.portfolio:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-stationery-sections.png) 0px -69px; 
}
#stationerynavboxes ul li a.difference:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-stationery-sections.png) -235px -69px; 
}
#stationerynavboxes ul li a.designpricing:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-stationery-sections.png) -470px -69px;
}			
#stationerynavboxes ul li a.library:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-stationery-sections.png) -705px -69px;
}		

	
/* 3D NAVIGATION//////////////////////// */

#splashthreesnav{
	width:940px;
	height:69px;
	position:absolute;
	left:10px;
	top: 259px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-image: url(http://www.thelogofactory.com/styles/HP/splash-3D-sections.png);
}

#splashthreesnav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#splashthreesnav ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#splashthreesnav ul li a span{
	display:none;
}
#splashthreesnav ul li a{
	width:235px;
	height:69px;
	margin:0px;
	padding:0px;
	display: block;	
}

#splashthreesnav ul li a.portfolio:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-3D-sections.png) 0px -69px; 
}
#splashthreesnav ul li a.difference:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-3D-sections.png) -235px -69px; 
}
#splashthreesnav ul li a.designpricing:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-3D-sections.png) -470px -69px;
}			
#splashthreesnav ul li a.library:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-3D-sections.png) -705px -69px;
}

/* FOLDER NAVIGATION//////////////////////// */

#splasfoldernav{
	width:940px;
	height:69px;
	position:absolute;
	left:10px;
	top: 259px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-image: url(http://www.thelogofactory.com/styles/HP/splash-folder-sections.png);
}

#splasfoldernav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#splasfoldernav ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#splasfoldernav ul li a span{
	display:none;
}
#splasfoldernav ul li a{
	width:235px;
	height:69px;
	margin:0px;
	padding:0px;
	display: block;	
}

#splasfoldernav ul li a.portfolio:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-folder-sections.png) 0px -69px; 
}
#splasfoldernav ul li a.difference:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-folder-sections.png) -235px -69px; 
}
#splasfoldernav ul li a.designpricing:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-folder-sections.png) -470px -69px;
}			
#splasfoldernav ul li a.library:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-folder-sections.png) -705px -69px;
}	

/* FOLDER NAVIGATION//////////////////////// */

#splasbrochurenav{
	width:940px;
	height:69px;
	position:absolute;
	left:10px;
	top: 259px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-image: url(http://www.thelogofactory.com/styles/HP/splash-brochure-sections.png);
}

#splasbrochurenav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#splasbrochurenav ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#splasbrochurenav ul li a span{
	display:none;
}
#splasbrochurenav ul li a{
	width:235px;
	height:69px;
	margin:0px;
	padding:0px;
	display: block;	
}

#splasbrochurenav ul li a.portfolio:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-brochure-sections.png) 0px -69px; 
}
#splasbrochurenav ul li a.difference:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-brochure-sections.png) -235px -69px; 
}
#splasbrochurenav ul li a.designpricing:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-brochure-sections.png) -470px -69px;
}			
#splasbrochurenav ul li a.library:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-brochure-sections.png) -705px -69px;
}	

/* GRAPHICS NAVIGATION//////////////////////// */

#splasgraphicsnav{
	width:940px;
	height:69px;
	position:absolute;
	left:10px;
	top: 259px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-image: url(http://www.thelogofactory.com/styles/HP/splash-graphic-design-sections.png);
}

#splasgraphicsnav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#splasgraphicsnav ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#splasgraphicsnav ul li a span{
	display:none;
}
#splasgraphicsnav ul li a{
	width:235px;
	height:69px;
	margin:0px;
	padding:0px;
	display: block;	
}

#splasgraphicsnav ul li a.portfolio:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-graphic-design-sections.png) 0px -69px; 
}
#splasgraphicsnav ul li a.difference:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-graphic-design-sections.png) -235px -69px; 
}
#splasgraphicsnav ul li a.designpricing:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-graphic-design-sections.png) -470px -69px;
}			
#splasgraphicsnav ul li a.library:hover{
	background: url(http://www.thelogofactory.com/styles/HP/splash-graphic-design-sections.png) -705px -69px;
}	
	
#logoexamples{
	width:940px;
	height:150px;
	position:absolute;
    left:10px;
    top: 5px;
	margin:0 auto;
}

/* START OF BODY BOX */
.bodybox{
	position: absolute;
	left: 50%;
	width: 960px;
	height:500px;
	margin-left: -480px;
	margin-top: 546px;
	background: url(http://www.thelogofactory.com/styles/HP/your-logo-hand-built2.png);
	background-position:top center;
	background-repeat: no-repeat;
}

.graphicsbodybox{
	position: absolute;
	left: 50%;
	width: 960px;
	height:500px;
	margin-left: -480px;
	margin-top: 546px;
	background: url(http://www.thelogofactory.com/styles/HP/graphic-design-tag.png);
	background-position:top center;
	background-repeat: no-repeat;
}

.brochurebodybox{
	position: absolute;
	left: 50%;
	width: 960px;
	height:500px;
	margin-left: -480px;
	margin-top: 546px;
	background: url(http://www.thelogofactory.com/styles/HP/brochure-design-tag.png);
	background-position:top center;
	background-repeat: no-repeat;
}

.repairbodybox{
	position: absolute;
	left: 50%;
	width: 960px;
	height:500px;
	margin-left: -480px;
	margin-top: 546px;
	background: url(http://www.thelogofactory.com/styles/HP/logo-repair-tag.png);
	background-position:top center;
	background-repeat: no-repeat;
}
.flashbodybox{
	position: absolute;
	left: 50%;
	width: 960px;
	height:500px;
	margin-left: -480px;
	margin-top: 546px;
	background: url(http://www.thelogofactory.com/styles/HP/flash-animation-tag.png);
	background-position:top center;
	background-repeat: no-repeat;
}

.webbodybox{
	position: absolute;
	left: 50%;
	width: 960px;
	height:500px;
	margin-left: -480px;
	margin-top: 546px;
	background: url(http://www.thelogofactory.com/styles/HP/web-design-tag.png);
	background-position:top center;
	background-repeat: no-repeat;
}

.stationerybodybox{
	position: absolute;
	left: 50%;
	width: 960px;
	height:500px;
	margin-left: -480px;
	margin-top: 546px;
	background: url(http://www.thelogofactory.com/styles/HP/stationery-design-tag.png);
	background-position:top center;
	background-repeat: no-repeat;
}

.threedbodybox{
	position: absolute;
	left: 50%;
	width: 960px;
	height:500px;
	margin-left: -480px;
	margin-top: 546px;
	background: url(http://www.thelogofactory.com/styles/HP/3D-design-tag.png);
	background-position:top center;
	background-repeat: no-repeat;
}

.folderbodybox{
	position: absolute;
	left: 50%;
	width: 960px;
	height:500px;
	margin-left: -480px;
	margin-top: 546px;
	background: url(http://www.thelogofactory.com/styles/HP/folder-design-tag.png);
	background-position:top center;
	background-repeat: no-repeat;
}

.columnsfont {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	color: #000000;
	}

/* NEWSBOX */
#newsbox{
	width:455px;
	height:289px;
	margin:0 auto;
	position:absolute;
	left:10px;
	top:51px;
	background: url(http://www.thelogofactory.com/styles/HP/news-box-background.jpg); background-repeat: repeat-x;
}
#newscopy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
	color: #000000;
	text-align: left;
	width:438px;
	height:150px;
	margin:0 auto;
	position:absolute;
	left:3px;
	top:37px;
}

#postitnote{
	width:236px;
	height:186px;
	margin:0 auto;
	position:absolute;
	left:720px;
	top:20px;
}

#newsboxtitle{
	width:375px;
	height:22px;
	margin:0 auto;
	position:absolute;
	left:15px;
	top:60px;
	}
	
#large3Dcog{
	width:358px;
	height:287px;
	margin:0 auto;
	position:absolute;
	left:0px;
	top:155px;
	}	
	
#followus{
	width:87px;
	height:47px;
	margin:0 auto;
	position:absolute;
	left:347px;
	top:129px;
	}	
	
#socialmedia{
	width:94px;
	height:42px;
	margin:0 auto;
	position:absolute;
	left:343px;
	top:182px;
	background: url(http://www.thelogofactory.com/styles/HP/twitter-facebook-icons.png); background-repeat: no-repeat;
}
#socialmedia ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#socialmedia ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#socialmedia ul li a span{
	display:none;
}
#socialmedia ul li a{
	width:47px;
	height:42px;
	margin:0px;
	padding:0px;
	display: block;	
}

/* -- Hovers -- DO NOT CHANGE! */

#socialmedia ul li a.twitter:hover{
	background: url(http://www.thelogofactory.com/styles/HP/twitter-facebook-icons.png) 0px -42px;
}
#socialmedia ul li a.facebook:hover{
	background: url(http://www.thelogofactory.com/styles/HP/twitter-facebook-icons.png) -47px -42px;
}

#footertile{
	width: 960px;
	height:123px;
	position:absolute;
	left:0px;
	top:331px;
	background: url(http://www.thelogofactory.com/styles/ServicesFooterTop.jpg);
	background-position:top center;
	background-repeat: no-repeat;
}

#pagecolumn1 {
	text-align: left;
	width:214px;
	height:289px;
	margin:0 auto;
	position:absolute;
	left:492px;
	top:51px;
}

#pagecolumn2 {
	text-align: left;
	width:214px;
	height:162px;
	margin:0 auto;
	position:absolute;
	left:733px;
	top:180px;
}

#footer-nav{
	width:216px;
	height:23px;
	margin:0 auto;
	position:absolute;
	left:726px;
	top:356px;
	background: url(http://www.thelogofactory.com/styles/ServicesWorkButtons.gif);
	background-repeat: no-repeat;
}
#footer-nav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}
#footer-nav ul li{
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#footer-nav ul li a span{
	display:none;
}
#footer-nav ul li a{
	width:108px;
	height:23px;
	margin:0px;
	padding:0px;
	display: block;	
}

/* -- Hovers -- DO NOT CHANGE! */

#footer-nav ul li a.top:hover{
	background: url(http://www.thelogofactory.com/styles/GenericWorkButtons.gif) 0px -23px; 
}

#footer-nav ul li a.howwework:hover{
	background: url(http://www.thelogofactory.com/styles/GenericWorkButtons.gif) -108px -23px;
}

/* -- GALLERY CHICLET CODE ON EVERY PAGE */

.gallerychiclets {

	width: 620px;
	height:48px;
	position:absolute;
	left:350px;
	top:388px;
}
.gallerychiclets a{
	text-decoration:none;
} /* <--------- END OF GALLERY CHICLET CODE */

/* RND OF PICTURE BOX CODE */


/* <------------------------------------------------------------START FOOTER CODE ----------------------------------------------------------*/
/* Top & How We Work Buttons CHANGE FOR EACH SECTION */

.bottom-field{
	position: absolute;
	left: 50%;
	top: 1000px;
	width: 960px;
	margin-left: -480px;
	margin-top: 0px;
	height:375px;
	background-color:#1F1F1F;
	text-align: left;
}

/* --------- FOOTER LINK BOXES --------- */
/* --------- Related Pages & Studio Areas Title & Links --------- */
#bottomfieldtitle{
	font-family: Helvetica, Arial, sans-serif;
	color: #486999; /* <--------- CHANGE COLOR ON EACH SECTION */
	font-weight: bold;
	font-size: 20px;
	width:500px;
	height:23px;
	margin:0 auto;
	position:absolute;
	left:251px;
	top:20px;
	}

/* --------- Bottom Three Text Columns CHANGE COLOR TO MATCH --------- */	

.footercolumns {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF; /* <--------- CHANGE COLOR ON EACH SECTION */
	font-weight: nromal;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
    }

.footercolumns a:link {
    color: #999999;
    text-decoration: none;
    }

.footercolumns a:visited {
    color: #999999;
    text-decoration: none;
    }

.footercolumns a:hover {
    color: #486999;
    text-decoration: underline;
    }
	
.footercolumns a:active {
    color: #FF9900;
    text-decoration: underline;
    }

#Column1{
	width:214px;
	height:220px;
	margin: 0px;
	position:absolute;
	left:251px;
	top:50px;
	border-right: #486999 1px solid; /* <--------- CHANGE COLOR ON EACH SECTION */

}

#Column2{
	width:214px;
	height:220px;
	margin:0px;
	position:absolute;
	left:492px;
	top:50px;
	border-right: #486999 1px solid; /* <--------- CHANGE COLOR ON EACH SECTION */
}


#Column3{
	width:214px;
	height:220px;
	margin:0px;
	position:absolute;
	left:733px;
	top:50px;
}
.copytype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
}

.copytype a:link {
	text-decoration: none;
	color: #999999;
}

.copytype a:visited {
	text-decoration: none;
	color: #999999;
}
.copytype a:hover {
	text-decoration: underline;
	color: #486999; /* <--------- CHANGE COLOR ON EACH SECTION */
}
.copytype a:active {
	text-decoration: none;
	color: #FF9900;
}
#Copyright{
	width:675px;
	height:40px;
	margin:0 auto;
	position:absolute;
	left:251px;
	top:300px;
}

