/*------------------------------------------------------------
	CSS for StockTakerSoftware.com
	Written by Hybrid Forge | www.HybridForge.com
	March 2009
-------------------------------------------------------------*/

 
/*-----------------------------------------------------
	Imports
-----------------------------------------------------*/


@import url('reset.css'); 
@import url('content.css'); 
@import url('mainmenu.css'); 

 
/*-----------------------------------------------------
	HTML Items
-----------------------------------------------------*/
 
body
	{
	margin: 0 0 1em 0;
	padding: 0;
	font: 100.01%/120% arial,helvetica,geneva,verdana,sans-serif;
	color: #fff;
	text-align: center;	
	background: #818181 url('../images/body-bg.jpg') repeat-x 0 0;
	}
 
h1,h2,h3 { font: normal normal 2.1em arial,helvetica,sans-serif; }
h1 { margin: 0 0 0.5em 0; padding: 0 0 3px 0; color: #39c; width: 100%; font-weight: bold; background: url('../images/h1-bg.gif') repeat-x 0 bottom; }
h2 { font-size: 1.7em; margin: 0.8em 0 0.3em 0; padding-bottom: 0; color: #555; }
h2 + p { padding-top: 0; margin-top: 0; }
h3 { font-size: 1.4em; font-weight: bold; margin: 0.8em 0 0.5em 0; padding-bottom: 0; }
h4 { font-size: 1.2em; font-weight: bold; }

a { color: #1a8fba; }
a:hover { color: #999; text-decoration: none; }
a:active { color: #647294; }



/*-----------------------------------------------------
	General Layout Items
-----------------------------------------------------*/

#mainWrapper
	{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;	
	text-align: center;
	font-size: 85%;
	}

#header, #content, #footer
	{
	position: relative;
	width: 940px;
	height: auto;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	}
 
#header { }

#theLogo
	{
	position: relative;
	margin: 0;
	float: left;
	width: 505px;
	height: 143px;
	background: url('../images/stocktaker-logo.jpg') no-repeat 0 0;
	}

#topMenu
	{
	margin: 0;
	float: right;
	width: 300px;
	height: 93px;
	background: url('../images/top-contact.gif') no-repeat 0 0;
	text-align: right;
	}
 
#mainMenu
	{
	position: relative;
	clear: both;
	width: 100%;
	height: 53px;
	margin: 0;
	padding: 0;
	text-align: left;
	}

#content
	{
	width: 940px;
	margin: 0 auto;
	clear: both;
	padding: 0 0 1px 0;
	z-index: 1;
	overflow: auto;
	background: url('../images/content-bg.gif') repeat-y 0 0; 
	color: #333;
	}

#contentTopper
	{
	position: relative;
	background: url('../images/contenttopper-bg.gif') repeat-x 0 0;
	height: 31px;
	z-index: -1;
	}

#breadcrumbs, #dateTime { text-transform: uppercase; font-size: 0.8em; }
#breadcrumbs { float: left; color: #77d9ff; min-width: 400px; padding-left: 15px; }
#dateTime { float: right; line-height: 25px; padding-right: 20px; color: #fff; }

#contentBody
	{
	position: relative;
	padding: 0.7em 0 2em 0;
	line-height: 1.5em;
	float: right;
	right: 20px;
	width: 660px;
	}
	
#leftPanel
	{	
	position: relative;
	float: left;
	left: 10px;
	width: 220px;
	margin: 0;
	padding: 1em 0 1.5em 0;
	}

#footer	
	{
	border-top: 1px solid #807e86;
	background: url('../images/footer-bg.gif') no-repeat 0 bottom;
	color: #414141;
	font-size: 0.9em;
	height: 71px;
	overflow: hidden;
	}

#footerInside { padding: 0 0 0 20px; }

#footerMenu 
	{
	width: 100%;
	float: left;
	line-height: 1.4em;
	font-weight: bold;
	padding-top: 13px;
	}

#footerInfo
	{
	clear: both;
	padding: 8px 0 0 0;
	margin: 0;
	text-align: left;
	}


/*-----------------------------------------------------
	Menus (excluding main menu, see mainmenu.css)
-----------------------------------------------------*/

/*/// Top Menu ///*/
#topMenu a#contactLink { display: block; width: 300px; height: 93px; }
#topMenu a#contactLink span { display: none; }
#topMenu ul { margin: 0; padding: 0 25px 0 0; list-style: none; }
#topMenu ul li { font-size: 0.9em; margin: 0; padding: 0 8px 0 8px; display: inline; }
#topMenu ul li a { color: #444; text-decoration: none; }
#topMenu ul li a:hover { color: #999; border-bottom: 1px solid #1491b6; }

/*/// Breadcrumbs ///*/
#breadcrumbs ul { margin: 0 0 0 5px; padding: 0; line-height: 25px; list-style: none; }
#breadcrumbs ul li { margin: 0; padding: 0 0 0 0.5em; display: inline; }
#breadcrumbs ul li a { padding-right: 1em; text-decoration: none; color: #fff; background: url('../images/bc-separator.gif') no-repeat right center; }
#breadcrumbs ul li a:hover { color: #ccc; }
#breadcrumbs ul li a:active { color: #aaa; }

/*/// Left Menu ///*/
.leftMenuHeading { color: #797a7b; width: 100%; font-weight: bold; font-size: 1.3em; margin: 0 0 0.2em 0; }
.horizBorder + .leftMenuHeading { margin-top: 0.8em; }
.leftMenu { padding: 0 0 1em 0; margin-bottom: 1em; font-size: 1em; width: 95%; margin: 0 auto; }
.leftMenu.smaller { font-size: 0.9em; }
.leftMenu ul { width: 200px; padding: 0 0 0 20px; margin: 0; }
.leftMenu ul li { color: #1887b4; }
.leftMenu ul li.first { }
.leftMenu ul li a { text-decoration: none; color: #797a7b; }
.leftMenu ul li a.selected { font-weight: bold; }
.leftMenu ul li a:hover { color: #1a8fba; }
.leftMenu ul li a:active { color: #333; }

/*/// Footer Menu ///*/
#footer a { color: #555; }
#footer a:hover { text-decoration: none; }
#footer a:active { }
.footerMenu ul { margin: 0; padding: 0; list-style: none; }
.footerMenu ul li { margin: 0; padding: 0 0.6em 0 0; display: inline; }
.footerMenu ul li .pipe { padding: 0 0 0 0.6em; }



/*-----------------------------------------------------
	Base Classes
-----------------------------------------------------*/
 
/*/// Text Items ///*/
.tBold { font-weight: bold; }
.tItalic { font-style: italic; }
.tSmall { font-size: 0.9em; }
.tLarge { font-size: 1.2em; }
.tCenter { text-align: center; }
.tUnder { text-decoration: underline; }
.tStrike { text-decoration: line-through; }
.tGrey, .tGrey a { color: #999; }
 
/*/// Img Items ///*/
.imgR { float: right; margin: 0.8em 0 1em 1em; }
.imgL { float: left; margin: 0.8em 1em 1em 0; } 
 
/*/// Borders ///*/
.horizBorder { border-top: 1px solid #ccc; height: 1px; }
.horizDouble { border-top: 3px double #ccc; height: 3px; }
 
/*/// Misc. ///*/
.clear { clear: both; }	
.pipe { padding: 0 0.5em; color: #1077a8; }
.required { color: #F11B25; font-weight: bold; }
.noShow, #theLogo b { display: none; }
.adobe { background: url('../images/adobe.gif') no-repeat 0 2px; padding-left: 18px; }
