
/*

	Stella International, Inc. 2008.
	(List new styles alphabetically).

*/


/* Styles for print and screen differences */
@media print {
    .printhide { display:none; }
	.container {
		text-align:left;
	}
	.content {
		text-align:left;
		width:653px;
	}	
	a, a:link, a:visited {
		color:#000000;
		text-decoration: none;
	}
	.footerblack {
		height:45px;
		border-top:2px solid #a5a5a5;
		color:#000000;
		font-size:11px;
	}
	.footerblacksmall {
		font-size:10px;
	}
	
  }
@media screen {
    .printhide { /* show */ }
	.container {
		text-align:center;
	}
	.content {
		text-align:left;
		/* width:100%; */
		width:1144px;
		padding-top:10px
	}
	a, a:link, a:visited {
		color: #fec110;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		color: #fec110;
	}
	.footerblack {
		height:45px;
		border-top:2px solid #a5a5a5;
		background-color:#000000;
		color:#CCCCCC;
		font-size:12px;
	}
	.footerblacksmall {
		font-size:11px;
		}
  }

body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	margin-top: 0px;
	margin-bottom:0px;
}
h1 {
	font-size: 18px;
	line-height:24px;
	margin-top:0px;
	margin-bottom:5px;
}
h2 {
	font-size: 16px;
	line-height:22px;
	margin-top:0px;
	margin-bottom:5px;
}


/* CUSTOM CLASSES */
.darktext {
	color: #666666;
}
.footer {
	color: #999999;
	margin-top:5px;
	border-top:2px solid #e5e5e5;
	padding-top:15px;
	padding-bottom:15px;
	font-size:12px;
	font-weight:bold;
}
.footer a {
	color:#999999;
}

.footeryellow {
	height:16px;
	background-color:#fec110;
}
.header {
	height:65px;
	text-align:right;
	padding-top:0px;
}

.main {
	background-image:url(/themes/thinksignature/images/bg_main.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.mainsub {
	background-image:url(/themes/thinksignature/images/bg_mainsub.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#e2e2e2;
	height: 378px;
}

.menu {
	padding:0px;
	background-image:url(/themes/thinksignature/images/bg_menu.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:58px;
}
.menuitem a, .menuitem a:visited  {
	color:#ffffff;
	text-decoration:none;
}
.menuitem a:hover{
	color:#fec110;
	/* text-decoration:underline; */
	text-decoration:none;
}
.menuitem {
	color:#ffffff;
	height:23px;
	font-size:14px;
	padding:7px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.menuitemspacer {
	color:#ffffff;
	height:23px;
	font-size:14px;
	padding:7px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:60px;
}
.menuarrow {
	padding-top:0px;
	height:28px;
	text-align:center;
	
}
.morebar {
	font-size:14px;
	padding:6px 0px 6px 10px;
	background-image:url(/themes/thinksignature/images/bg_more.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:26px;
	font-weight:bold;
}
.morelinks	{
	font-weight: bold;
	font-size:15px;
	line-height: 30px;
}
.morelinks a {
	color:#e2e2e2;
}
.morelinks a:hover {
	color:fec110;
}
.promoflash {
	padding:0px;
}
.right {
	text-align:right;
}
.spacerrow {
	height:0px;
}
.tagline {
	color:#a2a2a2;
	padding-bottom: 28px;
	padding-left:10px;
	font-weight:bold;
	font-size:15px;
}
.telnos {
	color:#a2a2a2;
	font-size:15px;
	font-weight:bold;
	line-height: 20px;
}
.telnos a {
	color:#a2a2a2;
}