/* ---------------------------------------------
Screen Stylesheet for http://www.DomainName.com
Updated: 03/14/09 - Eddie Kasper / TheKasperGroup.com
Version: 3.50
-------------------------------------------------
::COLORS::
	Black: #333 --example usage--

::TOC::
	Resets
	Defaults
	Typography
	Template 
	Links
	Navigation
	Forms
	Global Classes
	Pages

--------------- ::Resets:: --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
	margin: 0;
	padding: 0;
}
fieldset, table {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	overflow: hidden;
	word-wrap: break-word; /* will not validate IE only */
}
/*
caption, th, td {
text-align: left;
}*/
*/
/*********** ---------- ::Defaults:: --------------------- ***********/
html { 
font-size:100.01%; 
height: 101%; /* forces scroll on short length pages */
}
body {
	height: 100%;
	font: 62.5%/1.3 Arial,Tahoma,Geneva,Helvetica,sans-serif;
	background: #f4e7bb url('../images/site-graphics/body-bg-2.jpg') repeat-x;
	color: #333;
	
}
/*********** ---------- ::Typography:: ------------------- ***********/
address, h1, h2, h3, h4, h5, h6, li, p, pre {
	padding: .3em 10px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
address, li, p {
	font-size: 18px;
	color: #8B4513;
}
pre {
	font-size: 12px;
}
ul {
	margin-left: 25px;
}
/*********** ---------- ::Template:: --------------------- ***********/
#wrap {
	width: 940px;
	margin: 0 auto;
	
}
#masthead {
	height: 144px;
}
#top-menu {
	height: 30px;
	background: #454545;
	border-top: 1px solid #fff;
}
#search-shopping-box {
	height: 28px;
	padding: 5px 0 0 5px;
	background: url('../images/site-graphics/GreyTopBar.gif') repeat-x;
	font-size: 12px;
}
#search-shopping-box a, #search-shopping-box a:link, #search-shopping-box a:visited {
	color: #454545;
	font-weight: bold;
	line-height:20px;
	padding: 0 4px;
	font-size: 12px;
}
#search-shopping-box span {
	font-size: 12px;
}
#search-shopping-box input {
	vertical-align: middle;
}

#logoblock {
	width: 400px;
	height: 75px;
	float: left;
	margin: 5px 0 0 5px;
	background: transparent url('../images/site-graphics/emf-logo.png') no-repeat;
}
#contents-wrap {
	background: #fff;
}
#left-column {
	width: 180px;
	float: left;
	padding: 0px 0 0 10px;
	background: #fff;
}
#contents {
	width: 730px;
	float: right;
	margin: 5px 10px 0 10px;
}
#footer {
	clear: both;
	width: 940px;
	height: 100px;
	margin: 0 auto 10px auto;
	background: #f7f7f7;
}
/*********** ---------- ::Links:: ------------------------ ***********/
a {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:active, a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
a img {
	border: none;
}
/*********** ----------  ::Navigation:: ------------------ ***********/
/*********** Top Menu Navigation ***********/
#top-menu ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0px 0 0 5px;
	width: 930px;
	text-align: left;
}
#top-menu ul li {
	margin: 0;
	padding: 0;
	display: inline;
	font: normal 12px/30px Arial,Tahoma,Geneva,Helvetica,sans-serif;
	color: #fff;
	border-left: 1px solid #fff;
}
#top-menu ul li a, #top-menu ul li a:link, #top-menu ul li a:active, #top-menu ul li a:visited {
	font: bold 12px/30px Arial,Tahoma,Geneva,Helvetica,sans-serif;
	background: transparent;
	color: #fff;
	padding: 0 12px;
	margin: 0;
	text-decoration: none;
}
#top-menu ul li.noborder1 {
	border-left: 0;
}
#top-menu ul li a:hover {
	text-decoration: underline;
	cursor: pointer;
}
/*********** Left Navigation ***********/
.LeftMenuGroup {
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #454545;
	
}
.divend {
	border:0;
}
.LeftMenuGroup .header {
	clear: both;	
	color: #8b4513;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; padding-top:10px;
}
.LeftMenuGroup .header:hover {
	text-decoration: underline;
}
.LeftMenuGroup .items {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	margin-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	list-style: none;
	list-style-image: url(images/NoArrow.gif);
}
.LeftMenuGroup .items li {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	margin-top: 5px;
	padding: 0;
}

.LeftMenuGroup .selected {
	list-style-image: url(images/Arrow.gif);
}
.LeftMenuGroup .items a:link, .LeftMenuGroup .items a:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
}
.LeftMenuGroup .items a:hover {
	text-decoration: underline;
}
.LeftMenuGroup .divider {
	background: url(images/LeftMenuDivider.gif) repeat;
}
/*********** Footer Navigation ***********/
#footer-menuwrap {
	width: 700px;
	margin: 0 auto;
}
#footer ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 20px 0 10px 0;
	width: 700px;
	text-align: center;
}
#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
	font: bold 11px/12px Arial,Tahoma,Geneva,Helvetica,sans-serif;
	color: #333;
	border-left: 1px solid #777;
}
#footer ul li a, #footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
	font: normal 11px/12px Arial,Tahoma,Geneva,Helvetica,sans-serif;
	background: transparent;
	color: #333;
	padding: 0 7px;
	margin: 0;
	text-decoration: none;
}
#footer ul li.noborder1 {
	border-left: 0;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer p {
	font-size:11px;
	text-align: center;	
}
/* ---------- ::Forms:: ------------------------ */
label {
	cursor: pointer;
}
input, label, select, textarea {
	font-size: inherit;
	font-family: inherit;
}
input, textarea {
	padding: .2em;
}
textarea {
	overflow: auto;
}
/*********** ---------- ::Global Classes:: --------------- ***********/
.center {
	text-align: center;
}
.clear {
	clear: both;
	padding: 0;
	margin: 0;
	line-height: normal;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.hidden {
	display: none;
}
.inline {
	display: inline;
}
.large {
	font-size: 20px;
	font-weight: bold;
}
.light {
	color: #999;
}
.small {
	font-size: 10px;
	font-weight: normal;
}
/*********** ---------- ::Pages:: ------------------------ ***********/
/*********** /// place specific page rules here if needed /// ***********/
#logolink {
	margin: 0px 0 0 0;
	padding: 0;
	width: 380px;
	height: 70px;
	display: block;
}
.divider {
	width: 740px;
	height: 10px;
	margin: 0 13px 0 8px;
	border-top: 1px solid #bbdabb;
}

#pcMain #testimonials hr {
	margin: 20px 10px;
}

#tradeshow {
	border: 1px solid #666;
	border-right: 0;
	margin-left: 7px;
	
}
#tradeshow th {
	border-right: 1px solid #666;
}
#tradeshow td {
	border-top: 1px solid #999;
	padding: 10px;
	border-right: 1px solid #666;
}
.signup {
	background: #ccc;
	color: #000;
	border: 1px solid #666;
	margin-left: 3px;
}
.social {
	margin: 10px 0 5px;
	padding: 10px 5px;
	border-top: 1px solid #454545;
	border-bottom: 1px solid #454545;
}
.social a {
	font-size: 12px;
	color:#333;
	height: 22px;
	line-height: 22px;
	padding: 0 10px 0 0;
	margin: 0;
	float: left;
}

#pse {
	width: 714px;
	background: #000;
	margin-bottom: 5px;
	padding: 10px 0;
}
#pse img {
	margin-left: 50px;
}
