@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	padding:0px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;

}

#container 
{
	width: 800px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */	
}

#header 
{
	width: 785px;  
	margin: 0 0 0 15px; 
}

#header p
{
	margin: 4px 0 4px 0px; 
	font-size:14px;
}

#worldwide
{
	margin: 0px 0px 0px 632px;
		
}

#emea
{
	margin: 0px 0px 0px 632px;
		
}

#americas
{
	margin: 0px 0px 0px 632px;
		
}

#navigation
{
	width:175px;
	margin:0 15px 0 15px;
	font-size:12px;
	font-weight:bold;
	float:left;
}




/*_____________________________________________________________________________________

Start dropdown nav style
_____________________________________________________________________________________________*/


.CollapsiblePanel {
	margin:0px;
	padding: 0px;
	color:#fff;
	border:1px;
	border-color:#919396;
	border-bottom-style:solid;
}


.CollapsiblePanelTab {
	background-image:url(../images/gray-button-main.gif);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 4px 0px 4px 8px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;

}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.

 */
.CollapsiblePanelContent {
	color:#fff;
	background-color:#eb5f01;
	margin: 0px;
	padding: 4px;
	width:167px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color:#fff;
	text-decoration: none;
}

.CollapsiblePanelContent a {
	color:#fff;
	text-decoration: none;
	padding-left:16px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
/*	background-color: #EEE;
*/}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
/*	background-color: #CCC;
*/}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
/*	background-color: #3399FF;
*/}



/*_____________________________________________________________________________________

Start secondery nav
_____________________________________________________________________________________________*/



#secondary-nav
{
	background-color:#eb5f01;
	color:#fff;
	margin:14px 0 0 0px;
	padding:0px 0px 14px 0px;
	width:175px;
	list-style:none;
	list-style-type:none;
	line-height:18px;
}

#secondary-nav h1
{
	font-size:12px;

	padding: 14px 0px 0px 14px;
}


#secondary-nav ul
{
	font-size:12px;
	list-style:none;
	list-style-type:none;
	margin:0px 0px 0px 14px;
	font-weight:normal;
}

#secondary-nav li
{

	margin:0px 0px 0px -40px;
}



#secondary-nav a
{
	color:#fff;
	text-decoration:none;
}



/*_____________________________________________________________________________________

Start Get Started style
_____________________________________________________________________________________________*/

#get-started
{
	width:161px;
	color:#FFF;
	background-image:url(../images/get-stated-bg.jpg);
	background-repeat:no-repeat;
	margin: 14px 0px 0px 0px;
	padding: 14px 0px 14px 14px ;

}

#get-started h1
{
	font-size:18px;
	font-weight:bold;
	margin: 0px 0px 7px 0px;	
}

#get-started p
{
	font-size:11px;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
	line-height:14px;
	width:150px;
}

#get-started a
{
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}

/*_____________________________________________________________________________________

Start main-content style
_____________________________________________________________________________________________*/


#main-content
{
	width:450px;
	margin: 0px 0px 0px 205px;
	font-size:12px;
	color:#000000;
}

.iconheader
{
	margin: 0px 0px 0px 0px;
	font-size:17px;
	color:#eb5f01;
	font-weight:bold;
	line-height:18px;
	
}

#main-content h1
{
	margin: 0px 0px 7px 0px;
	font-size:24px;
	color:#eb5f01;
	font-weight:normal;
}

.leadin
{
	margin: 0px 0px 0px 0px;
	font-size:14px;
	color:#eb5f01;
	font-weight:normal;
	line-height:19px;
}

#main-content h2
{
	margin: 10px 0px 0px 0px;
	font-size:17px;
	color:#919396;
	font-weight:normal;
	line-height:18px;

}

.body
{
	margin: 0px 0px 0px 0px;
	font-size:12px;
	color:#000;
	font-weight:normal;
	line-height:17px;
	
}

#main-content a
{
	color:#eb5f01;
}



#main-content ul
{
	margin-top:4px;
	margin-bottom:4px;
	line-height:18px;

}


#main-content li
{
	margin-top:4px;
	margin-bottom:4px;
}


.footnote
{
	font-size:9px;
	margin-bottom:14px;
}


.continue-btn
{
	float:right;
	margin:0px;
	border:none;

}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




/*_____________________________________________________________________________________

Start footer
_____________________________________________________________________________________________*/


#footer
{
	width:450px;
	margin:14px 0px 0px 205px;
	border-top:1px;
	border-top-color:#eb5f01;
	border-top-style:solid;
}



#footer-text
{
	color:#5f6062;
	font-size:11px;
	line-height:14px;
	margin:0px;

}

#footer p
{
	margin:4px 0 0 0;



}

#footer a
{
		color:#eb5f01;
		text-decoration:none;

}

/*_____________________________________________________________________________________

Start unused style
_____________________________________________________________________________________________*/




