

/* CSS Document */

body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	background-color: #f5f5f4;
	font-size: 1em;
	margin: 0px auto 0px auto;
	}
	
p {
	margin: 0 0 1.4em 0;
	line-height: 1.2em;
	color: #7f7f7f;
	font-size: .9em;
	}
	
h1 {
	font-size: 1.1em;
	color: #231f20;
	margin: 0px;
	padding: 0px;
	}
	
h2 {
	font-size: 1em;
	color: #231f20;
	margin: 0px;
	padding: 0px;
	}
	
/* MAIN STRUCTURAL ELEMENTS */
	
#main_container {
	width: 800px;
	background-color: #ffffff;
	margin: 3px auto;
	border-top: thin solid #cccccc;
	border-left: thin solid #cccccc;
	border-right: thin solid #b2b2b2;
	border-bottom: thin solid #b2b2b2;
	}
	

	
#promo_area {
	margin: 0px;
	padding: 20px;
	background-image: url('/xp/corp/images/gray_grad_bkg.gif');
	background-repeat: repeat-x;
	}
	
#simple_page_content {
	margin: 0px;
	padding: 14px 15px 0px 15px;
	background-image: url('/xp/corp/images/gray_grad_bkg.gif');
	background-repeat: repeat-x;
	}
	


	
#content {
	background-color: #ffffff;
	padding: 14px 15px 0px 15px;
	}
	
#footer {
	width: 780px;
	margin: 20px auto;
	font-size: .8em;
	color: #7f7f7f;
	line-height: 1.2em;
	}
	
	
/* NAVIGATION ELEMENTS */


.top_nav {
	float: right;
	z-index: 500;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: .8em; 
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0; 
	list-style: none;
}

.top_nav ul { /* for Firefox */
	padding: 0; 
	margin: 0; 
	list-style-type: none;
}

.top_nav li {
	float:left; 
	position:relative;
}

.top_nav li a, .top_nav li a:visited {
	display: block; 
	text-decoration: none;
	color: #7f7f7f; 
	float: left; 
	padding-right: 20px;
}

.top_nav li ul {
	visibility: hidden; 
	position: absolute;
	font-size: 1em;
}
.top_nav table { /* font size for IE5.5 */
	margin: -1px; 
	border-collapse: collapse; 
	font-size: 1em; 
}

/*  for following lines of code, first line for IE7 and non-IE browsers; the second line for IE5.5 and IE6 */
	.top_nav li:hover a,
	.top_nav li a:hover {
	text-decoration: none; 
	color: #545454;
	border: 0; /* this line must be here for IE6, not sure about IE5.5 */
}

.top_nav li:hover ul,
.top_nav li a:hover ul {
	visibility: visible; 
	height: auto; 
	width: 168px; /* affects left-alignment of submenus in IE6  */
	background: #ffffff; 
	opacity: .9;
	filter: alpha(opacity=90);
	border-top: 1px solid #A1A1A1; 
	left: 0; /* ensures dropdown box appears below first-level in IE7  */
	top: 15px;
}

.top_nav li:hover ul li a,
.top_nav li a:hover ul li a {
	display: block;  
	font-weight: normal;
	color: #7f7f7f;
	height: auto;
	padding: 8px; 
	width: 150px;
	border-left: 1px solid #A1A1A1; 
	border-right: 1px solid #A1A1A1; 
	border-bottom: 1px solid #A1A1A1; 
}
* html .top_nav li a:hover ul li a { /* hack for IE5.5 and makes text wrap properly in IE6 */
width:150px; w\idth:150px; 
}

.top_nav li:hover ul li a:hover,
.top_nav li a:hover ul li a:hover {
	text-decoration:none;
	color: #545454;
}

	
#section_nav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

#section_nav li {
	margin: 0px 15px 0px 15px;
	padding: 0px;
	display: inline;
	}
	
#section_nav ul li a:link {
	color: #ffffff;
	text-decoration: none;
	} 
	
	
#section_nav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	} 
	
#section_nav ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
	} 
	
#footer ul li a:link {
	color: #7f7f7f;
	text-decoration: none;
	} 
	
	
#footer ul li a:visited {
	color: #7f7f7f;
	text-decoration: none;
	} 
	
#footer ul li a:hover {
	color: #545454;
	text-decoration: none;
	} 
	

/* ITEM-SPECIFIC ELEMENTS */

	
#masthead img {
	position:relative;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	}
	
#content img {
	border: 0px;
	margin: 0px 2px 0px 2px;
	}
	
#promo_message {
	width: 375px;
	}
	
#promo_message h1 {
	font-size: 1.4em;
	color: #ff0e00;
	}

#promo_message p {
	font-size: 1.4em;
	color: #9e9d9e;
	}

.promo_button {
	border: 0;
	float: right;
	}
	
.screenshot {
	float: right;
	}
	
#contact_info {
	float: left;
	}
	
#sitemap {
	float: right;
	margin: 0px;
	padding: 0px;
	}
	
#sitemap ul {
	list-style: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}
	
.col {
	float: left;
	margin: 0px 0px 0px 25px;
	}

	


	
	
/***********************************************/
/* Helpers and WorkAround Styles                     */
/***********************************************/

.clearfix:after {  /* Clears floats inside a container so that the background shows through */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

