﻿/* Common */
body 
{
	margin:0;
	padding:0;
	height:100%;
	font-family: Arial, Verdana;	

} 

img
{
	border: none;
}

#main_container 
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	display:block;
	position:relative;
}

/* Page Header */
#top_section
{
	width:100%; 
	height:124px;
	background-image: url(http://www.ruiter.com.sg/images/menu_background.png);
	background-repeat: repeat-x;
	color: white;
}

#bottomSection
{
    float:left;
    width:100%; 
    border:solid 1px #8a9ca6;
	height:145px;
	margin-top:25px;
	color: white;
}

#footerBg
{
    float:left; 
    width: 100%;  
    background-position:center bottom; 
    background-repeat:repeat-x; 
    background-image:url('http://www.ruiter.com.sg/images/bottom-gradient.png'); 
    height:220px;
    margin-top: -160px;
}

#logo
{
	float:left;
	height: 87px; 
	width: 126px;
	margin-left: 32px;
	margin-top:5px
}

#top_right
{
	float:left; 
	width: 760px; 
	margin-right: 30px;
	height:50px; 
	line-height: 17px; 
	text-align: right; 
	font-size: 10pt; 
	font-weight: bold;

}

#top_right, #top_right a
{
	color: white;
}

#message
{
	float:left; 
	width:450px; 
	height:45px; 
	padding-left: 15px; 
	font-size: 20px; 
	font-weight: bold;
}

#search_box
{
	float:right; 
	width:300px;
	height:22px;
	padding-top: 14px;
}

#search_box .textbox
{
	height: 17px;
	padding-top: 2px;
	width: 192px;
	border: solid 1px #BBBCC0;
	float: left;
	display: block;
}

#search_box .button
{
	border: solid 1px #BBBCC0;
	float: left;
	display: block;
	margin-left: 4px;
	background: #0086CB;
	color: White;	
	font-weight: bold;
	padding-bottom: 2px;
	cursor: pointer;
}

#nav_menu
{	
	height: 25px;
	line-height: 25px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	width: 918px;
	margin-left: 32px;
	clear:both;
}

#nav_menu td
{
	text-align: center;	
}

#nav_menu td a
{
	text-decoration: none;
	color: white;
}

/* Popup Product Menu */
.productMenu
{
	background-color: #E7F9FB;
	font-family: Verdana; 
	padding: 4px 8px 4px 8px;	
}

.productMenu a
{
	text-decoration: none;
	cursor: pointer;
}

.solutionMenuItem
{
	margin: 11px 0px 0px 0px;
	padding: 4px 6px 4px 6px;
	color: #FF9C00;
	font-weight: bold;
	font-size: 11pt;	
}

.solutionMenuItem:hover, .applicationMenuItem:hover
{
	background-color: #FF9C00;
	color: White;
}

.applicationMenuItem
{
	font-size: 8pt;
	color: Black;
	margin: 0px 0px 0px 6px;
	padding: 2px 6px 2px 6px;
	width: 200px;
}

/* Left Panel */

.leftPanel
{
	float: left;
	width: 240px;
	font-style: italic;
	padding-top: 16px;
	padding-right: 10px;	
}

.leftPanel span
{
	font-weight: bold;
	font-size: 12pt;
	line-height: 20pt;
}

.leftPanel .solutionItem
{
	font-weight: bold;
}

.leftPanel .appItem
{
	margin-left: 20px;
}

.leftPanelItem
{
	cursor: pointer;
}

.leftPanelSelected
{
	cursor: default;
}

.leftPanelItem, .leftPanelSelected
{
	font-size: 9pt;
	overflow: hidden;
	padding-left: 8px;
	line-height: 14pt;
	color: Black;
	text-decoration: none;
}

.leftPanelItem:hover, .leftPanelSelected
{
	background-color: #FF9C00;
	color: White;
}

/* Content Panel */

.itemsPanel
{	
	float: right;
	width: 670px;
	margin-top: 10px;	

}

.itemsPanel div a
{
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;	
}

.productImage
{
	display: block; 
	float: left;
	width: 320px;
}

.previewImage
{
	display: block; 
	float: left;
	width: 70px;
	border: solid 1px #BBBCC0;
	margin-top: 8px;
	margin-left: 4px;
	margin-right: 4px;
	cursor: pointer;
}

.productInfo
{
	width: 320px; 
	margin-left: 20px;
	font-family:Arial;
	font-size:11px;
	float: left;
}

.productName
{
	font-size: 14pt;
}
.productUrl
{
    font-family:Arial; font-size:12px;
}

/* Breadcrumbs */

.breadcrumbs 
{
	font-family: Verdana;
	font-size: 8pt;
	font-style: italic;	
	color: blue;
	line-height: 20px;
}

.breadcrumbs a
{
	text-decoration: none;		
	color: blue;
}

.breadcrumbs a[disabled]
{
	text-decoration: none;		
	color: #979797;
}

.image1
{text-align:center; vertical-align:middle; border:solid 1px #e7e6e4}

.link1 {font-size:12px; color:Black; }

