/*
	nssc - Screen styles
	Created by David Pattee
*/

/* =General
---------------------------------------------------------------------------------------------------- */

body {
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	margin: 0 0 1em 0;
	padding: 0;
	text-align: left;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

hr {
	background: #000000;
	border: 0;
	clear: both;
	color: #000000;
	height: 1px;
	margin: 2em 0;
	padding: 0;
}

#rightbar hr {
	margin: 2em 0;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */

#background {
	background: transparent url('../images/wrapper/bg.gif') left center repeat-y;
	margin: 0 auto;
	padding: 0;
	width: 635px;
}

#wrapper {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	border-top: 0;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
	width: 613px;
}

#content-wrapper {
	background: #FFFFFF url('../images/wrapper/body-bg.gif') left center repeat-y;
	margin: 5px 0 0 0;
	padding: 0;
}

#content-wrapper #clear {
	background-color: #FFFFFF;
	clear: both;
	display: block;
	height: 10px;
	margin: 0;
	padding: 0;
}

#leftbar {
	float: left;
	margin-left: 16px;
	width: 104px;
}

#content {
	float: left;
	margin-left: 21px;
	width: 311px;
}

#rightbar {
	float: left;
	margin: 0 0 0 21px;
	width: 127px;
}

/* =Masthead
---------------------------------------------------------------------------------------------------- */

#masthead {
	background: #FFFFFF left bottom no-repeat;
	height: 138px;
	position: relative;
}

h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 33px;
	left: 16px;
}

#home #masthead {
	background-image: url('../images/mastheads/home.jpg');
	height: 291px;
}

#support #masthead {
	background-image: url('../images/mastheads/support.jpg');
}
	
/* =Navigation
---------------------------------------------------------------------------------------------------- */

#menu,
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	height: 0;
	padding-top: 28px;
	overflow: hidden;
}

#menu-about a {
	background-image: url('../images/wrapper/menu-about.gif');
	width: 121px;
}

#menu-products a {
	background-image: url('../images/wrapper/menu-products.gif');
	width: 77px;
}

#menu-support a {
	background-image: url('../images/wrapper/menu-support.gif');
	width: 110px;
}

#menu-download a {
	background-image: url('../images/wrapper/menu-download.gif');
	width: 107px;
}

#menu-news a {
	background-image: url('../images/wrapper/menu-news.gif');
	width: 114px;
}

#menu-contact a {
	background-image: url('../images/wrapper/menu-contact.gif');
	width: 84px;
}

#menu ul {
	border: 1px solid #FFFFFF;
	border-top: 0;
	padding-top: 1px;
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 133px;
	z-index: 1;
}

#menu ul a {
	background: none;
	color: #FFFFFF;
	font-size: 0.8em;
	height: auto;
	text-decoration: none;
	margin: 0;
	padding: 8px 4px 8px 12px;
	text-indent: 0;
	width: 117px;
}

#menu li#menu-products ul {
	background: #666666 url('../images/wrapper/menu-products-separator.gif') left top no-repeat;
}

#menu li#menu-support ul {
	background: #666666 url('../images/wrapper/menu-support-separator.gif') left top no-repeat;
}

#menu li#menu-download ul {
	background: #666666 url('../images/wrapper/menu-download-separator.gif') left top no-repeat;
}

#menu li#menu-news ul {
	background: #666666 url('../images/wrapper/menu-news-separator.gif') left top no-repeat;
}

#menu a:hover {
	background-color: #CCCC66;
	color: #000000;
}

#menu li:hover ul,
#menu li.sfhover ul {
	left: auto;
}

#submenu {
	list-style: none;
	margin: 0 0 5em 0;
	padding: 0;
}


#submenu li {
	margin-bottom: 0.75em;
}

#submenu ul {
	margin-top: 0.25em;
}

#submenu ul li {
	margin-bottom: 0.25em;
}

#submenu a:link,
#submenu a:active,
#submenu a:visited {
	font-weight: bold;
	text-decoration: none;
}

#submenu a:hover,
#submenu a:visited:hover {
	color: #993333;
	text-decoration: underline;
}

#submenu li a.on:link,
#submenu li a.on:active,
#submenu li a.on:visited {
	color: #993333;
}

#breadcrumbs {
	clear: left;
	font-size: 0.75em;
	font-weight: bold;
	margin: 1.25em 0 2.5em 0;
	padding: 0 0 0 141px;
	text-transform: uppercase;
}

#breadcrumbs a:link,
#breadcrumbs a:active,
#breadcrumbs a:visited {
	text-decoration: none;
}

#breadcrumbs a:hover,
#breadcrumbs a:visited:hover {
	text-decoration: underline;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */

#leftbar,
#rightbar {
	font-size: 0.9em;
}

h2 {
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: 0;
}

h3,
h4 {
	color: #444444;
	font-size: 1em;
	margin: 0 0 0.5em 0;
}

h4 {
	color: #666666;
}

#leftbar h3,
#rightbar h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */

dl {
	margin: 0 0 0.5em 0;
	padding: 0;
}

dt {
	color: #993300;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

dd {
	margin: 0 0 1em 0;
	padding: 0;
}

ul {
	list-style: square;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 16px;
}

li {
	margin-bottom: 0.5em;
}

#leftbar li,
#rightbar li {
	margin-bottom: 1em;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	background: transparent url('../images/wrapper/footer.jpg') left top no-repeat;
	font-size: 0.9em;
	text-align: right;
	margin: 0;
	padding: 44px 10px 0 0;
	position: relative;
	width: 625px;
}

#login {
	position: absolute;
	top: 14px;
	left: 23px;
	text-transform: uppercase;
}

#login a:link,
#login a:active,
#login a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#login a:hover,
#login a:visited:hover {
	text-decoration: underline;
}

#verichip {
	position: absolute;
	top: 5px;
	right: 24px;
}

#verichip a:link,
#verichip a:active,
#verichip a:visited {
	display: block;
	height: 0;
	margin: 0;
	padding: 26px 0 0 0;
	overflow: hidden;
	text-decoration: none;
	width: 102px;
}

/* =Form
---------------------------------------------------------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}

.btn-submit {
	margin-left: 3px;
}

.validation {
	color: #FF0000;
	font-weight: bold;
}
	
/* =Tables
---------------------------------------------------------------------------------------------------- */



/* =Links
---------------------------------------------------------------------------------------------------- */

a:link {
	color: #993300;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
a:active,
a:visited {
	color: #993300;
	font-size: 1em;
	font-weight: bold;
}

a:hover {
	color: #993300;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
a:visited:hover {
	color: #993300;
	font-size: 1em;
	font-weight: bold;
}

/* =Misc: File Download Icons
---------------------------------------------------------------------------------------------------- */

ul li.doc {
	background: transparent url('../images/icons/doc.gif') left top no-repeat;
	list-style: none;
	margin-left: -20px;
	padding-left: 22px;
}

ul li.img {
	background: transparent url('../images/icons/img.gif') 2px top no-repeat;
	list-style: none;
	margin-left: -20px;
	padding-left: 22px;
}

ul li.pdf {
	background: transparent url('../images/icons/pdf.gif') 2px top no-repeat;
	list-style: none;
	margin-left: -20px;
	padding-left: 22px;
}

ul li.ppt {
	background: transparent url('../images/icons/ppt.gif') left top no-repeat;
	list-style: none;
	margin-left: -20px;
	padding-left: 22px;
}

/* =Misc: "Send to a Friend"
---------------------------------------------------------------------------------------------------- */

#send {
	background: transparent url('../images/wrapper/send.gif') left top no-repeat;
	height: 15px;
	margin: 0 0 1em 0;
	padding: 0;
}

#send a:link,
#send a:active,
#send a:visited {
	display: block;
	margin: 0;
	padding: 0 0 0 22px;
	text-decoration: none;
}

#send a:hover,
#send a:visited:hover {
	text-decoration: underline;
}

/* =Misc: Quick Search
---------------------------------------------------------------------------------------------------- */

#quicksearch {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	/* position: absolute;
	bottom: 9px;
	right: 15px; */
}

#quicksearch h3 {
	margin-bottom: 0.25em;
}

#searchfield {
	border: 1px solid #666666;
	float: left;
	width: 100px;
}

/* =Misc: Homepage Specific Styles
---------------------------------------------------------------------------------------------------- */

#home #masthead p {
	color: #333333;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	position: absolute;
	top: 52px;
	left: 280px;
	margin-right: 15px;
}

#movie {
	background: transparent url('../images/btn-red.gif') right top no-repeat;
	font-size: 0.9em;
	height: 22px;
	line-height: 22px;
	position: absolute;
	bottom: 17px;
	right: 15px;
}

#movie a:link, #movie a:active, #movie a:visited {
	color: #FFFFFF;
	padding-right: 26px;
	text-decoration: none;
	text-transform: uppercase;
}

#movie a:hover, #movie a:visited:hover {
	text-decoration: underline;
}

#home #content-wrapper {
	background: transparent url('../images/home/body-bg.gif') left center repeat-y;
	margin: 5px 0 0 0;
	padding: 0;
}

#home #leftbar {
	float: left;
	margin-left: 16px;
	width: 177px;
}

#home #content {
	font-size: 0.9em;
	float: left;
	margin-left: 21px;
	width: 208px;
}

#home #rightbar {
	float: left;
	width: 154px;
}

#quickpicks {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	/* position: absolute;
	bottom: 9px;
	right: 196px; */
}

#home #searchfield {
	width: 127px;
}

#solutionsselect {
	border: 1px solid #666666;
	float: left;
	width: 178px;
}

#supportlinks img {
	float: left;
}

#supportlinks ul {
	list-style: none;
	margin: 0 0 1em 107px;
	padding: 0;
}

#supportlinks li {
	background: transparent url('../images/home/support-bullet.gif') left 2px no-repeat;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 8px;
}

.more {
	font-style: oblique;
	margin: 0;
	padding: 0;
	text-align: right;
}

.more a:link, .more a:active, .more a:visited {
	text-decoration: none;
}

.more a:hover, .more a:visited:hover {
	text-decoration: underline;
}.images {
	margin-right: 10px;
	border: 1px solid #000000;
}
