/* 
	2006 Concrete Supply of Illinois
	screen.css
*/


body
{
    background-image: url(images/background.jpg);
    background-repeat: repeat;
    padding-left: auto;
    padding-right: auto;
}

.whiteLine{
	color: rgb(255,255,255);
}

.current {
	background-color: rgb(200,190,190);
}

#mainContainer
{
    border: solid 1px rgb(0,0,0);
	background-color: rgb(255,255,255);
	padding-bottom: 3px;
	width: 680px;
	margin-left: auto;
    margin-right: auto;
}

#logoContainer{
	text-align: center;
	background-color: rgb(45,53,116);
}

#logoContainer img{
	border: 0;
}

#logoContainer hr{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: rgb(45,53,116);
}

#navigationStuff
{
    border-top: solid 2px rgb(0,0,0);
}

#topMenuBar
{
    margin-right: auto;
}

#sideMenu
{
    width: 100%;
}

#mainContent img
{
    margin: 0 0 0 0;
}

#mainContent
{
    height: auto;
	margin-top: 5px;
}

#bottomLinksContainer
{
    clear: both;
    margin-top: 0;
    padding-top: 0;
	background-color: rgb(45,53,116);
	border-top: solid 2px rgb(0,0,0);
}

#bottomLinks
{
    margin-top: 0;
	font-size: .8em;
	text-align: center;
	color: rgb(255,47,52);
}

#bottomLinks a{
	color: rgb(255,255,255);
}

#bottomLinks a:visited{
	color: rgb(255,47,52)
}

#companyInfo{
	text-align: center;
	font-family: arial, helvetica, sans serif;
	font-size: .8em;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 4px;
}

#companyInfo hr{
	clear: both;
	margin-top: 0;
	color: rgb(45,53,116);
}

#appDate
{
    display: none;
}