@charset "UTF-8";

/* ===============================================

TOPSPOT IMS SCREEN STYLESHEET

--------------------------------------------------
AUTHOR(S): zak@topspotims.com
REVISION: 05/16/08
==================================================

COLOR TABLE

--------------------------------------------------

Red		#881d25
Gray	#7d7d7d

=================================================*/

body {
	background: #f0f1f3 url(../images/background.gif) repeat-x top left;
	text-align: center;
	font: normal 62.5% "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;	
	margin: 0;
	padding: 0;
	color: #333;
}

/*============================================ GLOBALS */

a  {
	color: #881d25;
	overflow: hidden;
	text-decoration: none;
}

a:hover {
	color: #4f4f4f;
	text-decoration: none;
}

h1 {
	padding: 0px 10px 5px 0px;
	margin-bottom: 10px;
	font-size: 1.5em;
	color: #333;
	display:block;
}

h2 {
	margin: .7em 0;
	font-size: 1.5em;
}

h2.IPAddress { font-size: 50px; font-weight: bold; line-height: 70px; margin-top: 40px; text-align: center; }

h3 {
	color: #000 !important;
}

p {
	line-height: 1.6;
	margin: 10px 0 0 0;
	font-size: 1.2em;
}

.clear {
	clear: both;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}
.resetList, .resetList li ul {
	margin: 0;
	padding: 0;
}

.resetList li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.B_crumbBox {
	font-size: 1em;
	display: block;
	padding: 5px 10px;
}
#googleChart p {
	margin: 0;
	padding: 0;
	display: none;
}

/*============================================ LAYOUT */

#wrapper {
	background: url(../images/wrapper-bg.png) repeat-y center top;
	text-align: left;
	width: 90em;
	padding: 0pt 11px 0 8px;
	margin: 0 auto;
}
 
#header {	
	height: 7.9em;
	position: relative;
	background: #FFF;
}

.logo {
	display: block;
	background: transparent url(../images/topspot-logo.png) no-repeat left top;
	width: 17.9em;
	height: 5.9em;
	text-indent: -9999px;
	margin: 10px;
}

.tollFree {
	position: absolute;
	top: 2em;
	right: 0px;
	width: 14.5em;
	font-weight: bold;
	color: #79081a;
	font-size: 1.6em;	
}

#globalNav {
	padding: 15px 9px;
	float: right;
}

#globalNav li {
	float: left;
	margin: 0 5px;
	display: block;
	padding: 0 0 0 12px; 
	background: transparent url(../images/green-arrow.gif) no-repeat center left;
}

#globalNav li a {
	color: #000;
}

#breadcrumbs {
	background: #d7d7d7; 
	margin-left: 9px;
	width: 87.7em;
	height: 2em;
}

.more {
	float: left;
	display: block;
	padding-right: 15px;
	width: auto;
	background: transparent url(../images/red-arrow.gif) no-repeat center right;
	font-weight: bold;
}

/*============================================ PRIMARY NAV */

div#primaryNavWrapper {
	height: 3.1em;
	padding: 0;
	background: #FFF url(../images/nav_bg.gif) repeat left center;
	position: relative;
}

#primaryNav { /* JDW - IE8 fix... */
	position: absolute;
	left: 0;
}

#primaryNav li.last {
	border: none;
}

#primaryNav a {
	display: block;
	font-size: 1em;
	padding: 10px 12px 8px;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	border-right: solid 1px #FFF;
	line-height: 1.3;
}

#primaryNav a:hover {
	color: #FFF;
	background: transparent url(../images/hover-bg.png) repeat top left;
}

#primaryNav li { /* all list items */
	float: left;  
}

#primaryNav .last ul {
	right: auto;
}

#primaryNav li ul { /* second-level lists */
	position: absolute;
	width: 11.5em;
	left: -999em; /* using left instead of display to hide menus because display none isn't read by screen readers */
}

#primaryNav li ul li { /* second-level lists */
	margin: 0;
	padding: 0;
}

#primaryNav li ul .last a {
	border: none;
}

#primaryNav li ul li a {
	width: 21em;
	line-height: 1.2;
	background: transparent url(../images/dropdown-bg.png) repeat center top;
	border-right: none;
	border-bottom: solid 1px #000;
	padding: 5px;
	margin: 0;
	height: 1.35em;
}

#primaryNav li ul li a:hover{
	background: transparent url(../images/hover-bg.png) repeat-x top left;
}

#primaryNav li:hover ul ul, #primaryNav li.sfhover ul ul {
	left: -999em;
}

#primaryNav li:hover ul, #primaryNav li li:hover ul, #primaryNav li.sfhover ul, #primaryNav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#primaryNav li:hover, #primaryNav li.hover { /*fix for IE7 suckerfish sticky menus */
    position: static;
}

/*============================================ SEARCH BOX */

#ajaxSearch_input {
	float: right;
	background: transparent url(../images/searchbar.gif) no-repeat left top; 
	width: 131px;
	height: 14px;
	margin: 7px 18px 0 0;
	padding: 2px;
	border: none;
	font-size: .9em;
}
#ajaxSearch_input.focus {
	border: none;
}
fieldset, #primaryNavWrapper form {
	border: none;
	padding: 0;
	margin: 0;
}
label {
	float: right;
	margin: 0;
	padding: 0;
}
#ajaxSearch_submit {
	display: none;
	width: 1.4em;
	height: 1.6em;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}

.ajaxSearch_result {
	overflow: auto;
	border-bottom: 1px dashed #d4d4d4;
	padding: 3px 0 15px;
}
.ajaxSearch_resultLink {
	font-size: 1.4em;
}



/*============================================ SIDENAV */

#sideNav {
	width: 15em;
	display: inline;
	float: left;
	border: dotted 1px #c0c0c0;
	padding: 7px;
	margin: 10px; 
}

	#sideNav ul{
		list-style: none;
		padding: 0;
		margin: 5px 0;
	}
	
	#sideNav ul li {
		margin: 7px 0;	
		font-size: 1.1em;
	}
	
	#sideNav ul li a {
		color: #881D25;
	}
	
	#sideNav ul li a:hover {
		color: #4f4f4f;
	}
#sideNav ul a.current {
	color: #4f4f4f;
}


/*============================================ CONTENT */



/*========================================== PORTFOLIO */

#portfolio #Development ul.layouts {
	margin: 0;
	overflow: hidden;
}

#portfolio #Development img {
	padding: 5px;
}
#portfolio #Development ul li {
	display: inline;
	float: left;
	margin-bottom: 0.5em;
	padding: 0;
	width: 21em;
	margin-right:7px;
}

#portfolio #Development ul p a {
	text-decoration: underline;
}

#portfolio #Development ul li.left {
	/*clear: left;*/
	/*margin-right: 1em;*/
}


/*=================== BILLBOARDS */

.homeBillboard, .billboard, .smallbillboard {
	height: 21em;
	text-indent: -9999px;
	margin: 4px auto 5px;
	padding: 0;
}

.billboard {
	height: 15.9em;
}

.smallbillboard {
	height: 8.1em;
}

#general { background: #FFF url(../images/general.jpg) no-repeat top center; }

#googleChart { background: #FFF url(../images/banner.jpg) no-repeat top center; }

#semBanner { background: #FFF url(../images/internetmarketing.jpg) no-repeat top center; }

#smallsemBanner { background: #FFF url(../images/smallinternetmarketing.jpg) no-repeat top center; }

#trackingBanner { background: #FFF url(../images/tracking.jpg) no-repeat top center; }

#smalltrackingBanner { background: #FFF url(../images/smalltracking.jpg) no-repeat top center; }

#websiteBanner { background: #FFF url(../images/websitedesign.jpg) no-repeat top center; }

#smallwebsiteBanner { background: #FFF url(../images/smallwebsitedesign.jpg) no-repeat top center; }

#consultingBanner { background: #FFF url(../images/consulting.jpg) no-repeat top center; }

#smallconsultingBaner { background: #FFF url(../images/smallconsulting.jpg) no-repeat top center; }


/*=============== END BILLBOARDS */


#contentWrapper {
	background-color: #FFF;
}

#content{
	float: left;
	border-right: solid 1px #e7e7e7;
}

#homeInnerWrapper {
	width: 69.3em;
	padding: 0 5px 12px 10px;
}
#homeInnerWrapper .contentWrap {
	padding: 7px;
	background: transparent url(../images/home_title_content_bg.gif) bottom no-repeat;
}
#homeInnerWrapper h1 {
	background: transparent url(../images/home_title_bg.gif) left no-repeat;
	padding: 3px 7px;
	margin-bottom:0px;
}
#homeInnerWrapper h1 span {
	background: transparent url(../images/home_title_bg_right.gif) right no-repeat;
}

#innerWrapper {
	/*width: 50em;*/
	width: 52em;
	/*padding: 0 5px 12px 10px;*/
	padding: 0 10px 12px 0;
}


#innerWrapper #buckets {
	padding: 20px 0;
	margin: 0;
}

#innerWrapper #buckets li ul {
	padding: 0;
	margin: 0;
}

#innerWrapper ul, #innerWrapper ol {
	margin: 0 20px;
	padding: 0;	
}

#homeInnerWrapper ul li, #innerWrapper li {
	font-size: 12px;
	line-height: 1.6;
	padding: 5px 5px;
}


#bucketWrapper {
	width: 693px;
	margin-top: 20px;
	padding-top: 15px;
	font-size: .9em;
	background: #fff url(../images/buckets_bg_top.gif) top no-repeat;
}
ul#buckets {
	padding: 5px 0;
	background: transparent url(../images/buckets_bg.gif) bottom no-repeat;
	overflow: auto;
}

#homeInnerWrapper #buckets li{
	float: left;
	padding: 6px 10px;
	width: 32em;
	font-size: 1.1em;
	height: 16em; 
	overflow: auto;
}

#buckets li h2 {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 1.4em;
	color: #333;
}
#buckets li p {
	margin: 0;
}

#buckets li ul li {
	float: none;
	background: none;
	font-size: 1em;
	padding: 4px 0;
	font-size: .9em;
}

#buckets li ul li a {
	color: #881d25;
}


#wrapper img {
	padding: 10px;
	border: solid 1px #CCC;
}

/*============================================ SIDEBAR */

#sideBar {
	width: 16em;
	float: left;
	margin: 10px 0px 0px 10px;
}

.sideBarBox {
/*
	border: solid 1px #c0c0c0;
	border-top: none;
	margin-bottom: 10px;
*/
	margin-bottom: 15px;
}
.sideBarBox div {
	margin: 0 0 10px;
	padding: 7px 0 0;
	border: solid 1px #c0c0c0;
	border-top: none;
}
	.sideBarBox div p.ditto_pageTitle{
		padding-left:10px;
		margin-top:2px;
		margin-bottom:10px;
		font-size:9pt;
		line-height:16px;
	}
		.sideBarBox div ul li{
			padding:0px;
			list-style-type:none;
		}
.sideBarBox h2 a{
	color:#ffffff;
}

#sideBar h2 {
	margin: 0;
	background: #161616 url(../images/sidebar_bg_tl.gif) top left no-repeat;
	font-size: 1.2em;
	color: #fff;
	font-weight: normal;
}
#sideBar h2 span {
	display: block;
	background: transparent url(../images/sidebar_bg_tr.gif) top right no-repeat;
	padding: 6px;
	/*margin: 15px 0 0;*/
}
#sideBar img {
	margin: 0;
	padding: 0;
	border: none;
}



.sideHeading {
	background: #016270;
}

#sideBar ul li{
	margin: 10px 5px;
	padding-left: 35px;
	line-height: 2;	
	font-size: 1.2em;
/* 	color:  */
}

#sideBar ul li.rfq {
	background: transparent url(../images/rfq.gif) no-repeat top left;
	height: 2.3em;
	margin: 10px 8px;
}

#sideBar ul li.ask {
	background: transparent url(../images/askquestion.gif) no-repeat top left;
	height: 2.5em;
}

#sideBar ul li.email {
	background: transparent url(../images/email.gif) no-repeat top left;
	height: 2.5em;
}
#sideBar ul li.call {
	background: transparent url(../images/click2call.gif) no-repeat top left;
	height: 2.5em;
}

.pageCurl {
	margin-bottom: 15px;
	padding: 0 7px;
}

.pageCurl a img{
	margin: 2px 10px;
	/* 	border: none; */
}

.omsLogo {
	display: block;
	background: transparent url(../images/oms-logo.png) no-repeat top left;
	width: 133px;
	height: 36px;
	text-indent: -9999px;
	margin: 5px auto;
	
}


/*============================================ QUICKRFQ */

#quickForm {
}

#quickForm fieldset {
	border: none;
	margin: 0px;
	padding: 0px 7px;
}

#quickForm input, #quickForm textarea {
	border: solid 1px #a3a3a3;
	margin-bottom: 5px;
	padding: 4px;
	font: normal 1.2em "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;	
	width: 10em;
}

#quickForm textarea {
	height: 7em;
	width: 10em;
}

legend {
	padding-bottom: 4px;
}

#quickForm label {
	display: block;
	float: left;
	padding-right: 5px;
	font-size: 1.1em;
	color: #000;
}

#quickForm .submitbtn {
	background: #8C0B05;
	width: 7.3em;
	height: 2.5em;
	margin-top: 5px;
	border: none;
	color: #fff;
	font-size: 10px;
	cursor: pointer;
}

#quickForm .submitbtn:hover {
	background: #000;
	cursor: pointer;
}
/*============================================ CONTACT FORM */

#contactUs {
	margin: 0;
	padding: 0;
	width: 350px;
	float: left;
}

#contactUs fieldset {
	width: 350px;
	border: none;
	margin-top: 10px;
	
}

#contactUs label {
	float: left;
	clear: both;
	margin-top: 2px;
	padding: 0;
	width: 65px;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
}

#contactUs input, #contactUs textarea {
	float: left;
	margin: 0 0 15px 15px;
	padding: 3px;
	width: 250px;
	border: 1px #7d7d7d solid;
	font: normal 1.2em "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;	

}

#contactUs select {
	float: left;
	margin: 0 30px 10px 15px;
	padding: 3px;
	border: 1px #7d7d7d solid;
	width: auto;
}

#contactUs textarea {
	height: 150px;
}

#contactUs input.userSubmit {
	margin: 0 0 0 80px;
	padding: 5px;
	width: 75px;
	color: #fff;
	font-size: 1.3em;
	background: #8C0B05;
	border: none;
}

#contactUs input.userSubmit:hover {
	background: #000;
	cursor: pointer;
}

#contactInfo {
	width: 300px;
	float: right;
	margin-right: 10px;
}

/*============================================ FOOTER */

#footer {
	color: #FFF;
	height: 3.1em;
	background: #FFF url(../images/nav_bg.gif) repeat-x left center;
	padding: 0;
}

#footer p { 
	float: left;
	margin: 0;
	padding: 7px 0 0 10px;
	font-size: 1.1em;	
}

#footer ul .last {
	margin-right: 10px;	
}

#footer ul {
	float: right;
	padding: 2px 0 0;
}

#footer ul li{
	float: left;
	height: 1.8em;
	padding: 7px 2px 0pt 2pt;
}

#footer li a {
	color: #FFF;
/* 	border-right: solid 1px #FFF; */
	padding: 0 5px;
}

#footer .lastLink { border: none; }

#design-btn{ background:transparent url(../images/design-btn.png) no-repeat top left; width:138px; height:30px; display:block; text-indent:-999em;}
#design-btn:hover{ background-position:0 -32px;}

/*============================================ NEW PROJECT WORKSHEET */
#worksheet{
	/* width: 450px; */
}

#worksheet label {
	display: block;
/* 	margin-bottom: 5px; */
	float: none;
	color: #676767;
}

#worksheet h2{
	margin-bottom: 0;
	padding-bottom: 5px;
	font-size: 1.8em;
	border-bottom: 1px solid #ccc;
}

#worksheet p {
	margin-bottom: 10px;
}
#worksheet textarea {
	width: 380px;
	height: 85px;
}
#worksheet input, #worksheet textarea {
	margin-bottom: 15px;
	border: 1px solid #666;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FDFDFD;
}

#worksheet table th {
	/* text-align: center; */
	padding-left: 10px;
}
#worksheet table td {
	vertical-align: top;
	padding: 0 10px;
}

#worksheet table td.list-numbers{
	padding-top: 7px;
}

#worksheet fieldset {
	border: none;
}

#worksheet #general-info {
	border: none;
}
/*
	#worksheet #general-info label, #worksheet #general-info input {
		float: left;
		margin-right: 10px;
	}
*/
#worksheet input.submit {
	margin-top: 10px;
	cursor: pointer;
	background: #600;
	color: #FFF;
	font-weight: bold;
	float: left;
}
	#worksheet input.submit:hover {
		background: #FDFDFD;
		color: #600;
	}
	
#newsEvents{
	padding:0px;
	list-style-type:none;
	margin-top:0px;
}
#newsEvents li h2{
	margin-bottom:5px;
	margin-top:5px;
}
		#newsEvents li h2 a{
			font-size:12pt;
		}
#newsEvents li p{
	margin-top:0px;
	margin-bottom:5px;
	font-size:9pt;
}
	#newsEvents li p.published{
		font-weight:bold;
	}
