/*--------------------------------------------------------------------
	Stylesheets for Scientific Storage Solutions
	
	version: 2.0
	
	author: Brandon Vaughan
	
	emial: brandon.vaughan.77@gmail.com
---------------------------------------------------------------------*/

/*---------------------------
	General Styles
----------------------------*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	color: #bbb;
	background: #1f1a1a;
	font: 78% "Lucida Grande", Tahoma, sans-serif
}

h1 {
	color: #fff;
	font-size: 140%;
	margin: 1em;
}

h2 {
	color: #ff9933;
	font-size: 105%;
	margin: 1.3em;
}

h3 {
	color: #666;
	font-size: 98%;
	margin: 1em;
	}

p { margin: 1.3em; }

strong { color: #fff; }

a {
	font-size: 72%;
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited { color: #ff9933; }

a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

/*------------------------
	Class Styles
-------------------------*/
.float { float: left; }

.clear {
	clear: both;
	margin-top: 1em;
}

.leftPic {
	float: left;
	margin: 1.7em 1.7em 0 1.7em;
	border: 2px solid #bbb;
}

.rightPic {
	float: right;
	margin: 1.7em 1.7em 0 1.7em;
	border: 2px solid #bbb;
}

.centerPic {
	margin: 1.7em 1.7em 0 1.7em;
	border: 2px solid #bbb;
}

.readMore {
	text-align: right;
	margin-top: 2em;
}

.centerAlignText { text-align: center; }

/*--------------------------------
	Basic Page Styles
---------------------------------*/

#wrapper {
	background: #231f20;
	position: absolute;
	top: 0;
	left: 0;
	width: 768px;
}

#mainContentOneColumn {
	width: 768px;
	float: left;
}

#mainContentTwoColumn {
	float: left;
	width: 518px;
	margin-right: 4px;
}

#secondaryContentTwoColumn {
	float: left;
	width: 246px;
}

#bottomVendors {
	float: left;
	width: 768px;
	background: #ffffff;
}

/*--------------------------
	Header Styles
---------------------------*/

#logo {
	float: left;
	background: url(images/logo.jpg) 0 0 no-repeat;
	width: 185px;
	height:107px;
	text-indent: -9999px;
	margin: 0;	
}

#headerNav {
	float: right;
	list-style: none;
}

#headerNav li { float: left; }

#headerNav a {
	display: block;
	width: 75px;
	height: 107px;
}

#flashArea {
	clear: both;
	height: 193px;
	width: 768px;
}

/******************
	Nav Styles
******************/

#nav {
	height: 60px;
	width: 768px;
	position: relative;
	background: url(images/navMenu.jpg);
	margin: 4px 0;
	padding: 0;
}

#nav li { float: left }

#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 60px;
	background: url(images/navMenu.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

li#navHome a {
	left: 0;
	width: 80px;
	background-position: 0 0;
}

li#navNews a {
	left: 80px;
	width: 72px;
	background-position: -80px 0;
}

li#navAbout a {
	left: 152px;
	width: 76px;
	background-position: -152px 0;
}

li#navSupplyChain a {
	left: 228px;
	width: 122px;
	background-position: -228px 0;
}

li#navInventoryManagement a {
	left: 350px;
	width: 191px;
	background-position: -350px 0;

}

li#navEnvironment a {
	left: 541px;
	width: 128px;
	background-position: -541px 0;
}

li#navContact a {
	left: 669px;
	width: 99px;
	background-position: -669px 0;
}

li#navHome a:hover {
	left: 0;
	width: 80px;
	background-position: 0 -120px;
}

li#navNews a:hover {
	left: 80px;
	width: 72px;
	background-position: -80px -120px;
}

li#navAbout a:hover {
	left: 152px;
	width: 76px;
	background-position: -152px -120px;
}

li#navSupplyChain a:hover {
	left: 228px;
	width: 122px;
	background-position: -228px -120px;
}

li#navInventoryManagement a:hover {
	left: 350px;
	width: 191px;
	background-position: -350px -120px;
}

li#navEnvironment a:hover {
	left: 541px;
	width: 128px;
	background-position: -541px -120px;
}

li#navContact a:hover {
	left: 669px;
	width: 99px;
	background-position: -669px -120px;
}

#bodyHome li#navHome a {
	left: 0;
	width: 80px;
	background-position: 0 -60px;
}

#bodyNews li#navNews a {
	left: 80px;
	width: 72px;
	background-position: -80px -60px;
}

#bodyAbout li#navAbout a {
	left: 152px;
	width: 76px;
	background-position: -152px -60px;
}

#bodySupplyChain li#navSupplyChain a {
	left: 228px;
	width: 122px;
	background-position: -228px -60px;
}

#bodyInventoryManagement li#navInventoryManagement a {
	left: 350px;
	width: 191px;
	background-position: -350px -60px;
}

#bodyEnvironment li#navEnvironment a {
	left: 541px;
	width: 128px;
	background-position: -541px -60px;
}

#bodyContact li#navContact a {
	left: 669px;
	width: 99px;
	background-position: -669px -60px;
}

/******************************
	Page Specific Styles
******************************/

#welcome, #inventoryManagement, #greenBox {
	margin: 0 0 4px;
	background: #2c2c2c;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}

#supplyChain, #news, #xconomy {
	border-top: double #333;
}

#supplyChain {
	height: 250px
}

#secondaryContentTwoColumn ul { margin: 1em 1em 1em 2.5em; }

#secondaryContentTwoColumn li { margin: 0 0 1em; }

#mainContentOneColumn ul {
	position: relative;
	left: 2.4em;
}

#secondaryContentTwoColumn il, #mainContentOneColumn li { margin-top: .50em; }

#smartTurn {
	font-size: inherit;
	margin-left: 1.3em;
}

#newsColumn h2 {
	font-size: 200%;
	color: #ff9933;
	margin: .15em 1em .25em;
	text-align: center;
}

#newsColumn h3 {
	color: #ff9933;
	font-size: 115%;
}

#newsColumn h4 {
	color: #fff;
	font-size: 150%;
	text-align: center;
}

#expoBlurb h2 {
	color: #ff9933;
	font-size: 100%;
	margin: 1em 0;
}

expoBlurb + div {
	width: 500px;
}

#expoBlurb p {
	font-weight: normal;
	color: #bbb;
}



#expoBlurb p:first-child { color: #fff; font-weight: bold; }

#expoBlurb ul li strong { color: #fff; }

#posterCall {
	background: 2c2c2c;
	border: 1px solid #ff9933;
	margin: 1em;
}

/********************
	Form Styles
********************/

#contactForm #name, #contactForm #email, #contactForm #subject, #contactForm #message {
	width: 280px
}

#message { height: 100px }

#contactForm fieldset {
	border: 1px solid  #231f20;
	width: 300px;
	margin-left: 1.3em;
}

#contactForm fieldset ol { list-style: none }

#contactForm fieldset li { padding-bottom: .5em }

#contactForm label { display: block }

#contactForm input { background: #fff }

.warning {
	color: #ff0000;
}

.formButton {
	padding: 3px;
	color: #ccc;
	background: #333;
	font-weight: bold;
	border: 1px outset #ccc;
	cursor: pointer;
}

.formButton:hover {
	color: #231f20;
	background: #ccc;
}

#registrationForm fieldset {
	background: #2c2c2c;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	margin-bottom: .4em;
	padding: 2em 3em;
}

#personalInfo label {
	float: left;
	width: 11em;
}

#personalInfoRadio label {
	float: none; !important
}

#firstName, #city, #country, #email { margin-right: 3em }

#department, #instComp, #streetAdd { width: 491px }

#posterContest div, #vendor div { float: left }

.checkBox { width: 14em }

#posterContestTextArea label, #questionContest label { display: block; margin-bottom: .3em; }

#posterContestTextArea #posterTitle { width: 200px }

#posterContestTextArea #posterDesc, #questionContest textarea {
	width: 400px;
	height: 150px;
}

/*--------------------------
	Footer Styles
---------------------------*/

#footer {
	clear: both;
	color:#666;
	background: #2c2c2c;
	text-align: center;
	height: 40px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	padding-top: 1em;
}

#footer p {
	font-size: 80%;
	margin: 0;
}

#footer a:link, #footer a:visited { color: #ff9933 }

#footer a:hover, #footer a:active {
	color: #ccc;
	text-decoration: underline;
}