﻿body
{
	background: #FFFFFF url(images/background.jpg) 0 0 repeat-x;
	margin: 0px;
	padding: 0px;
}
img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

.clearfloat
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.dynamicMenuItemStyle
{
	display: block;
	padding:  2px 7px;
	margin: 0px;
}
.ModalBackground
{
	background-color: Gray;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: .5;
}
#container
{
	width: 769px;
	margin: 0px auto;
}
#header
{
	width: 769px;
	height: 129px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#header #office_usa
{
	width: 232px;
	height: 75px;
	display: inline;
	float: left;
	padding-left: 155px;	
}
#header #login_section
{
	width: 110px;
	float: left;
	padding: 80px 0px 0px 190px;
}
#header #login_button 
{
	width: 40px;
	height: 35px;
	position:absolute;
	top:75px;
	right:-40px;
}
#header #login_button a
{
	display: block;
	width: 40px;
	height: 35px;
}
#body_header
{
	width: 769px;
	height: 139px;
}
#body_header #logo
{
	width: 151px;
	height: 139px;
	float: left;
}
#body_header #header_content
{
	width: 428px;
	height: 139px;
	float: left;
	position: relative;
}
#body_header #header_space
{
    width: 3px;
    height: 139px;
    float: left;	
}	
#body_header #subsection
{
	width:  177px;
	height: 139px;
	background-color: #f1efe8;
	float: left;
}
#body_header #subsection #subsection_header
{
	width:  177px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
#body_header #subsection #supplies
{
	width: 177px;
	height: 16px;
	padding-bottom: 2px;
}
#body_header #subsection #furniture
{
	width: 177px;
	height: 16px;
	padding-bottom: 2px;
}
#body_header #subsection #breakroom
{
	width: 177px;
	height: 16px;
	padding-bottom: 2px;
}
#body_header #subsection #janitorial
{
	width: 177px;
	height: 16px;
	padding-bottom: 2px;
}
#body_header #subsection #technology
{
	width: 177px;
	height: 16px;
}
#body_header #header_section_right_side
{
	width: 10px;
	height: 139px;
	float: left;
}
#body_header #main_nav
{
	width: 769px;
	height: 38px;
}

/*  THIS IS FOR A 2 SECTION PAGE LAYOUT!  */
#main_body2
{
	width: 769px;
	background: transparent url(images/verticle_back_2_column.jpg) 0px 0px repeat-y;
}
#main_body2:after
{
	content: ".";
	display: block;
	visibility: hidden;
	margin-bottom: -16px;
	clear: both;
}
#main_body2 #main_header
{
	width: 474px;
	float: left;
}
#main_body2 #main_header #main_section
{
	margin-left: 19px;
	margin-right: 10px;
}
/******************************************/


/*  THIS IS FOR A 3 SECTION PAGE LAYOUT!  */
#main_body
{
	width: 769px;
	background: transparent url(images/verticle_back.jpg) 0px 0px repeat-y;
}
#main_body:after
{
	content: ".";
	display: block;
	visibility: hidden;
	margin-bottom: -16px;
	clear: both;
}
#main_body #welcome_header
{
	width: 151px;
	float: left;
}
#main_body #welcome_header #welcome_section
{
	margin-left: 19px;
}
#main_body #news_header
{
	width: 323px;
	float: left;
}
#main_body #news_header #news_section
{
	margin-left: 17px;	
	margin-right: 10px;
}
/*****************************************/

#main_body #testimonial_header, #main_body2 #extra_space_header
{
	width: 295px;
	float: left;
}
#main_body #testimonial_header #test_section, #main_body2 #extra_space_header #test_section
{
	margin-left: 17px;
	margin-right: 10px;
}
