/* Unchanged */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
}

.clear {
	clear:both; 
}


/****** HEADER ********/

/* Logo */

#header {
	width: 755px;
	height: 125px;
	margin: 5px auto 0 auto;
        background: url(/images/header-bg.jpg) no-repeat;
        padding: 10px 0 0 25px;
}

#sidebar h1#logo {
  width: 134px;
  height: 120px;
  background: url(/images/logo.gif) no-repeat;
  overflow:hidden;
  text-indent: -999em;
  margin: 0 auto 10px auto;
}
#sidebar h1#logo a, #sidebar h1#logo a:visited{
 border:none; 
}

#header #tagline{
  width: 560px;
}
#header #tagline img{
  float:left; 
}
#header #tagline h2{
  float:left;
  margin-top:20px;
  margin-left: 10px;
  color: #ff8a00;
  
}



/******* TOP NAV *********/
/* Menu */

#menu {
	width: 780px;
	height: 60px;
	margin: 0 auto;
	background: #252E3A url(/images/menu_bg.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 20px 0 22px;
	background: url(/images/menu_sep.gif) no-repeat right center;
}

#menu li.active a{
	color:#F19E37;
	border-bottom:#F19E37 solid 1px;
}
#menu li.active a:hover{
	color:#FF6600;

}

#menu a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom:1px;
}

#menu a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}


#menu a:hover {
	color: #EEEEEE;
}

/* Page */

#page {
	width: 780px;
	margin: 0px auto 0 auto;
	padding: 25px 0px 25px 0px;
	background: url(/images/page_content_bg.gif) no-repeat;
}

/* Content */

#content-sidebar {

	float: left;
	width: 500px;
}

#content {

	float: left;
	width: 740px;
	min-height:200px;
	_height:200px;
        

}

.topic {
	padding: 0 20px;
        min-height: 300px;
        _height: 300px;
        margin-bottom: 25px;
        margin-left:30px; 
}




/* Sidebar */

#sidebar {

	float: right;
	width: 200px;
        margin-right:20px;
        margin-bottom: 20px;
}
#sidebar a#order-now{
	margin:5px 0 15px 0; 
        height:44px;
        display:block; 
}

#sidebar ul.level-2 {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	line-height: normal;
        border-top: 3px solid #ddd;
}

#sidebar ul.level-2 li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#sidebar ul.level-2 li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar h2 {
	margin-top: 4px;
	margin-bottom: 14px;
	font-size: 18px;
	border-bottom:#DDDDDD 1px dotted;
}

#sidebar ul.level-2 li li {
	margin-left:20px;
}

#sidebar ul.level-2 li li li {
	margin-left:40px;
	border-bottom: none;
	border-bottom: 1px solid #E5E5E5;
}

.level-2 li.active a,.level-3 li.active a,.level-4 li.active a{
	color:#FF6600;
}
#sidebar ul.checkmarks{
padding:0;
margin:0 0 25px 0;
}
#sidebar ul.checkmarks li{
  background: url(/images/checkmark.gif) no-repeat 0% 50%;
  padding-left: 22px;
  margin-bottom:10px;
  list-style: none; 
  line-height: normal;
}
#livesupport{
	margin-top: 20px;
	margin-bottom:20px; 
}

/* Footer */

#footer {
	clear: both;
	width: 710px;
	height: 50px;
	margin: 0 auto;
	padding: 35px 35px;
	background: url(/images/page_content_bg.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
	color: #666666;	
}

#footer a {
	color: #B4B4B4;
	color: #999999;		
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}

/******** SITEMAP MODULE ********/

#sitemap li.sub{
	list-style-type: none;
}
#page #content-sidebar .topic h3 strong em {
	color: #000;
}
#page #content-sidebar .topic h1 strong {
	color: #F19E37;
}
#header h1 strong {
	color: #F19E37;
}
