
/* ******************************
 *  http://www.cmready.com
 * ******************************/

/*
 * Colors
 * 	#ce8800 = orange
 * 	#ffae0c = WAY orange
 *  #326495 = blue
 *  #f2f2f2 = off-white / background
 *  #204060 = menu blue
 *  #ffe1a7 = menu current (yellow)
 *  #a34747 = menu hover (red)
 *  #beceda = border gray/blue
 *  #e2e2e2 = light gray for boxes
 *  #5d5d5d = dark gray for headers
*/


body
{
	margin: auto 0;
	padding: 0px;
	font:1.2em/1.6em Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
	font: 90% 'Lucida Grande', Verdana, Helvetica, sans-serif;
	background: url(../img/header_bg.jpg) repeat-x;
	height: 100%;
}

#marker
{
	position: absolute;
	left: 0;
	right: 0;
}

#bottom_background
{
    position: absolute;
	top: 232px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e5e5e5 url(../img/bg_gradient.jpg) repeat-x;
}

#main_content_wrapper
{
	position: absolute;
	top: 232px;
	min-width: 750px;
	width: 100%;
	background-color: #f2f2f2;
	background-color: white;
	height: 100%;
}

.dot-surrounded-header
{
	border-style: dotted none dotted none;
	border-width: 1px;
	border-color: #b6b6b6;
}

.highpoint
{
	font-weight: bold;
	color: #ce8800;
}

.centeredtext { text-align: center; }
.rightedtext { text-align: right; }
.bluetext { color: #326495; }
.wayorangetext { color: #ffae0c; }
.blacktext { color: black; }
.hoverredtext { color: #a34747; }
.text { color: #326495; }
.boldedtext { font-weight: bold; }
.address { font-weight: bold; }
form {	padding-top: 10px; }
li, a { color: #ce8800; text-decoration: none; }
a:hover { color: #a34747; }
a:visited { color: #326495; }

/**********************************************************************
 * Header and Menu
 **********************************************************************/

#header
{
	position: absolute;
	background: url(../img/header.jpg) no-repeat;
	height: 230px;
	width: 100%;
	min-width: 750px;
	margin: 0;
}

#header #menu
{
	position: absolute;
	top: 177px;
	left: 10px;
	padding: 0px 20px 20px 20px;
}

#header #menu a, #header #menu .selected 
{ 
	color: #204060;
	padding: 20px; 
	font-family:  Arial, Sans-Serif; 
	font-weight: bold;
	text-decoration: none; 
	background: url(../img/lm-li.gif) no-repeat left;  
}

#header #menu a:hover
{
	color: #a34747;
	background: url(../img/lm-li-highlight.gif) no-repeat left;  
}

#header #menu .selected 
{
	color: #ffe1a7;
	background: url(../img/lm-li-selected.gif) no-repeat left;
}

#header #menu ul
{
	padding: 10px 0; 
}

#header #menu li
{ 
	color: #fff;
	line-height: 22px; 
	list-style: none;
	display: inline;
	font-size: 100%;
}

#header #icons, #header h3, #header .secure
{
	position: absolute;
	right: 15px;
	padding: 10px 0 10px 10px;
	line-height: 25px;
}

#header #icons img
{
	padding-right: 2px; border: 0;
}

#header h3
{
	padding-top: 20px;
	color: white;
	font-size: 75%;
}

#header h1, #header h2
{
	margin: 0px 0px 0px -10px;
	text-indent: -9000px;
}

#header .secure
{
	color: white;
	font-size: 225%;
	font-weight: bold;
	position: absolute;
	top: 115px;
}

/**********************************************************************
 * Footer
 **********************************************************************/

#footer
{
	position: absolute;
	visibility: hidden;
	background: #b9b9b9;
	width: 100%;
}

#footer #map, #footer #copyright, #footer a
{
	color: #a34747; 
}

#footer #map, #footer #copyright
{
	font-size: 90%;
}

#footer a
{
	font-size: 100%;
}

#footer #map
{
	top: 0;
	width: 50%;
	margin-left: 10px;
}

#footer #copyright
{
	top: 0;
	position: absolute;
	right: 0;
	margin-right: 10px;
}

#footer img
{
	border: 1px solid;
	vertical-align: top;
}

/**********************************************************************
 * Front Page
 **********************************************************************/

#front_page #column1
{
	position: absolute;
	top: 0px;
	width: 60%;
	margin: 15px 0 15px -8px;
    border-right: 8px solid #beceda;
}

#front_page #column2
{
	position: absolute;
	top: 1px;
	width: 40%;
	left: 60%;
}

#front_page #column1 p, #front_page #column1 h3
{
	margin: 20px;
}

/**********************************************************************
 * Front Page
 **********************************************************************/

/* Column 1 */

h2
{
	color: #326495;
	font: 250% Helvetica, Arial, sans-serif;
	margin-bottom: -5px;
}

h3
{
	font-size: 115%;
	color: #ce8800;
	padding: 5px;
}

#front_page #column1 h2
{
	margin-left: 200px;
	font-size: 300%;
}

#front_page #column1 h4
{
	font:175% Helvetica, Arial, sans-serif;
	margin: 20px 150px -15px 40px;
	color: #666666;
}

#front_page #column1 #focuspoint_process
{
	background: url(../img/fp_process.png) no-repeat left center;
	padding-left: 140px;
}

#front_page #column1 #focuspoint_virtualization
{
	background: url(../img/fp_virtualization.png) no-repeat left center;
	padding-left: 140px;
}

#front_page #column1 #focuspoint_scm
{
	background: url(../img/fp_scm.png) no-repeat left center;
	padding-left: 140px;
}

/* Column 2 */

#front_page #column2 h2, #front_page #column2 h3, #front_page #column2 h4, #front_page #column2 p
{
	margin: 20px;
}

#front_page #column2 p
{
	font-size: 90%;
	margin: -10px 20px 20px 20px;
}

#front_page #column2 h2, #front_page #column2 h3
{
	color: white;
	padding: 5px;
}

#front_page #column2 h2
{
	/*background: url(../img/sidebar_header2.gif) no-repeat top left;*/
	background-color: #326495;
	font-size: 130%;   
}

#front_page #column2 h3
{
/*	background: url(../img/sidebar_header3.gif) no-repeat top left;*/
	background-color: #5d5d5d;
	font-size: 90%;
}

#front_page #column2 h4, #front_page #column2 h4 a
{
	color: #326495;
}

#front_page #column2 h4 a:hover, #front_page #column2 .readmore a:hover
{
	text-decoration: underline;
}

#front_page #column2 a
{
	color: black;
}

#front_page #column2 img
{
	border: 0px solid;
}

#front_page #column2 .readmore
{
	font-size: 75%;
	text-align: right;
}

#front_page #column2 .readmore a
{
	color: blue;
}

.continued { color: red; }

#front_page #column2 #book
{
	width: 100%;
	height: 170px;
}

#front_page #column2 #book #bookleft
{
    position: absolute;
	left: 0;
	width: 40%;
	margin-top: 10px;
}

#front_page #column2 #book #bookleft p
{
	text-align: center;
}

#front_page #column2 #book #bookright
{
	position: absolute;
	left: 40%;
	width: 60%;
}

#front_page #column2 #book #bookright h2
{
	color: black;
	background: transparent;
	margin: 15px;
}

#front_page #column2 #book #bookright .buyit
{
	color: blue;
	background: transparent;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;	
	margin-top: 20px;
}

/**********************************************************************
 * Contact Us / Careers
 **********************************************************************/

#contact #column1, #careers #column1, #careers
{
    position: absolute;
	width: 554px;
	height: 575px;
}

#contact #column1 { background: url(../img/contactmap.jpg) no-repeat; }

#careers 
{
	background: url(../img/careers.jpg) repeat-x;
	width: 100%;
	top: 50px;
}

#contact #column2, #careers #column2 
{
	position: absolute;
	left: 460px;
	padding: 0 0px 20px 20px;
	top: 20px;
	min-height: 496px;
}

#contact 
{
	background-color: #f2f2f2;
	width: 100%;
	height: 100%;
}

#careers #column2
{
	left: 20%;
	width: 60%;
	margin-top: -50px;
}

#careers #column2 form { margin-left: 30px; }

#contact .spoton
{
	position: absolute;
	top: 210px;
	left: 135px;
	width: 30px;
	height: 30px;
	background: url(../img/spoton.gif) no-repeat;
   	z-index: 100; 
}	

#contact .address, #contact h2, #contact h3 { text-align: center; }

.errortext { color: red; }
.successtext { color: green; }

.errortext, .successtext
{
	margin-top: 20px;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
}

/**********************************************************************
 * Services
 **********************************************************************/

#services #column1
{
    position: absolute;
	left: 0;
	top: 0;
	width: 20%;
	height: 1300px;
}

#services #column1 #stickydiv
{
	position: absolute;
	top: 0px;
	left: 10%;
	margin: 20px -5px 0 -5px;
	border: 2px solid #beceda;
	background-color: #e2e2e2;
	width: 80%;
}

#services #column2
{
    position: absolute;
	left: 20%;
	top: 0;
	width: 60%;
    border-right: 8px solid #beceda;
    border-left: 8px solid #beceda;
	margin: 15px -8px 15px -8px;
}

#services #column2 #container2
{
	padding: 10px;
}

#services #column2 h2
{
	margin-top: 5px;
}

#services #column2 h3
{
	margin-left: -5px;
}

#services #column3
{
    position: absolute;
	left: 80%;
	top: 0;
	width: 20%;
}

#services #column3 #container3
{
	margin: 20px;
	text-align: left;
}

#services #column3 .box
{
	border: 2px solid #beceda;
 	margin: 0 -5px 20px -2px;
	padding: 5px 10px 5px 10px;
}

#services li { margin-left: -10px; }
#services a:visited { color: #ce8800; }
#services #column2 li { color: black; }
#services a:hover { color: #a34747; }


/**********************************************************************
 * Other Pages
 **********************************************************************/

#onecolumnlayout #column1
{
	position: absolute;
	width: 70%;
	left: 15%;
	top: 10px;
}

#privacy li { color: black; }
