html
{
	background: #000;
}


body
{	
	background: url(images/main-roadside-wide-bg.jpg) center top no-repeat;	
	min-width: 1024px;
	min-height: 1000px;
	margin: 0;
	font-family: Monaco, Verdana, "Courier New", monospaced;
	font-size: 12px;
	color: #E8E8E8;
}

#header
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	min-height: 60px;
}

#content
{	
	width: 100%;
	min-height: 800px;	
}

#top-content
{
	height: 400px;	
	margin-left: auto;
	margin-right: auto;
	width: 1024px;		
}

#footer
{	
	float: left;
	width: 100%;
	padding-bottom: 12px;
	padding-top: 12px;
	border-top: #777 solid 1px;
}


.logo
{
	background: url(images/logo-medium.png) bottom left no-repeat;
	width: 316px;
	height: 49px;
}

#top-logo
{		
	float: right;
	margin-top: 20px;	
	visibility: visible;
	margin-right: 40px;
}

#bottom-logo
{
	margin-left: auto;
	margin-right: auto;
}

#left-text-pane
{	
	background: url(images/first-panel.png) left top no-repeat;
	width: 361px;
	height: 354px;	
	color: #FFF;
	float: left;
	margin-left: 17px;
	padding: 10px 10px 10px 10px;
	z-index: 99;
}

#left-text-pane .pane-box
{
	width: 160px;
	height: 140px;
	padding: 0 0px 6px 9px;
	float: left;
}

#left-text-pane .news-box
{
	width: 350px;
	float: left;
	padding: 0 10px 0 10px;	
}

table.news tr, table.news td
{
	vertical-align: top;
	padding-bottom: 8px;
	padding-right: 8px;
}

.first-letter
{
	font-size: 20px;
	float: left;
	padding: 0 10px 0 0;
	font-weight: bold;
}

.icon-in-text
{
	float: left;
	padding: 0 10px 0 0;
}

#copyright
{	
	font-size: 10px;
}

#top-middle
{
	width: 500px;
	height: 26px;
	float: left;
	padding: 0;
}

#cycling-ad
{
	width: 590px;
	height: 300px;	
	margin-top: 37px;
	margin-left: 35px;	
	display: none;
	float: left;
}

#recording-ad
{
	background: url(images/recording-ad.jpg) top left no-repeat;
	width: 590px;	
	height: 300px;	
}

#document-ad
{
	background: url(images/document-ad.jpg) top left no-repeat;
	width: 590px;	
	height: 300px;
}

#payroll-ad
{
	background: url(images/payroll-ad.jpg) top left no-repeat;
	width: 590px;	
	height: 300px;
}

#middle-content
{	
	float: left;
	width: 100%;
	background: #fefefe url(images/fade-down.png) top repeat-x;
	margin-left: auto;
	margin-right: auto;
}

#middle-content-inner
{
	margin-left: auto;
	margin-right: auto;	
	min-height: 1550px;
	width: 979px;
	padding: 22px;
	padding-top: 0;
	color: #444;
	background: url(images/site-road-white.jpg) center top no-repeat;
	border-right: #ccc dashed 1px;
	border-left: #ccc dashed 1px;	
}

.column2
{
	float: left;
	width: 458px;
	min-height: 100px;	
	padding: 10px 20px 10px 10px;	
}

.column3
{
	float: left;
	width: 310px;
	min-height: 100px;	
	padding: 10px;
}

.column-box
{
	min-height: 150px;
	padding-bottom: 58px;
	/*background: #eee;*/
}


table.industries td
{
	width: 190px;
}

#manifesto-modules div
{
	min-width: 100px;
	float: left;
	font-weight: bold;
}


.documents-module
{	
	color: #880;
}

.hr-module
{
	color: #008;
}

.procurement-module
{
	color: #080;
}

.stocks-module
{
	color: #888;
}

.reservations-module
{
	color: #808;
}

.customers-module
{
	color: #800;
}

.logistics-module
{
	color: #088;
}

.infosys-section
{
	width: 400px;
	float: left;	
	padding-right: 20px;
}

#contact-email
{
	font-size: 9px;
	width: 157px;
	font-style: italic;
	background: #FFF url(images/fade-down.png) top repeat-x;
	border: #a00 solid 1px;
}


/* COMMON */

h1
{
	font-size: 30px;
}

h3
{
	font-size: 13px;
	margin: 0;	
}

h4
{
	margin: 0;
	font-size: 12px;
}

.red
{
	color: #F00;
}

.yellow
{
	color: #FF0;
}

.grey
{
	color: #a2a2a2;
}

input[type="text"]
{
	background: #E8E8E8;
	border: none;	
}

#film
{
	background: #000;
	position: absolute;
	height: 2000px;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 90;
	/*display: none;*/
}

.long-text
{
	font-size: 11px;	
}

.long-text img
{
	border: #222 solid 1px;
}

.notice-box
{
	width: 360px;
	height: 120px;
	background: url(images/notice-box.jpg) left top no-repeat;
	padding: 20px;	
	color: #FFF;
}

.square-notice-box
{
	width: 260px;
	height: 160px;
	background: url(images/square-notice-box.jpg) left top no-repeat;
	padding: 20px;	
	color: #FFF;
}

.message-box
{
	display: none;
	font-size: 10px;
	padding: 10px;
	background: #FF0;
	color: #000;
	border: #000 solid 1px;
	z-index: 99;
	position: absolute;
}



