body
{
	background: #FD6 url("images/page_bkg.jpg") repeat-x;
	text-align: center;
	margin: 0;
	padding: 8px 10px 16px 0px;
}
html>body	{ font-size: 13px; }

#wrapper
{
	width: 100%;
	text-align: left;
	position: relative;
}

/* Header area styles */

#header_border
{
	background: url("images/header_border.gif") 100% 0 no-repeat;
	padding-right: 5px;
	margin-right: 3px;
}
#header_bkg
{
	background: url("images/header_repeat.gif") 18px 0 repeat-x;
	width: 100%;
}
#header
{
	height: 120px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

#header h1
{
	position: absolute;
	margin: 0;
	background: url("images/title.jpg") top left no-repeat;
	top: 16px;
	left: 162px;
	width: 320px;
	height: 72px;
}
#header h1 a	{ display: block; width: 100%; height: 100%; text-indent: -5000px; text-decoration: none; }
#header	h2
{
	position: absolute;
	margin: 0;
	top: 96px;
	right: 0;
	width: 420px;
	height: 20px;
	background: url("images/subtitle.gif") top left no-repeat;
	text-indent: -5000px;
}

/* Navigation strip styles */

#nav
{
	margin-right: 3px;
	padding-right: 13px;
	background: url("images/nav_end.gif") 100% 0 no-repeat;
	position: relative;
}

#nav_bkg
{
	background: url("images/nav_bkg.gif");
	height: 27px;
	margin-left: 28px;
	position: relative;
}

#nav ul
{
	position: absolute;
	width: 148px;
	height: 56px;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	background: url("images/nav_start.gif") no-repeat;
}
#nav li		{ position: absolute; background: url("images/nav_divider.gif") 100% 8px no-repeat; }
#nav a		{ display: block; margin: 0 6px 0 10px; height: 25px; text-decoration: none;}
#nav span	{ display: block; position: relative; left: -5000px; }

#nav_products	{ left: 153px; width: 115px; }
#nav_downloads	{ left: 260px; width: 126px; }
#nav_links		{ left: 380px; width: 108px; }
#nav_profile	{ left: 483px; width: 108px; }
#nav_contact	{ left: 585px; width: 138px; }

#nav li#nav_contact
{
	background: none !important;
}

#nav_products a		{ background: url("images/nav_products.gif") 0 -31px no-repeat; }
#nav_downloads a	{ background: url("images/nav_downloads.gif") 0 -31px no-repeat; }
#nav_links a		{ background: url("images/nav_links.gif") 0 -31px no-repeat; }
#nav_profile a		{ background: url("images/nav_profile.gif") 0 -31px no-repeat; }
#nav_contact a		{ background: url("images/nav_contact.gif") 0 -31px no-repeat; }


/*#nav a:hover				{ background-position: 0 -2px; }*/
#nav li.selected a			{ position: relative; height: 35px; margin-bottom: -10px; }
#nav_products.selected a	{ background: url("images/nav_products_sel.gif") 0 0 no-repeat; }
#nav_downloads.selected a	{ background: url("images/nav_downloads_sel.gif") 0 0 no-repeat; }
#nav_links.selected a		{ background: url("images/nav_links_sel.gif") 0 0 no-repeat; }
#nav_profile.selected a		{ background: url("images/nav_profile_sel.gif") 0 0 no-repeat; }
#nav_contact.selected a		{ background: url("images/nav_contact_sel.gif") 0 0 no-repeat; }


/* Sidebar navigation styles */

#left_content
{
	display: none;
	position: absolute;
	z-index: 5;
	top: 110px;
	left: 22px;
	width: 160px;
	padding-bottom: 36px;
	background: #BCD url("images/sidenav_bottom.gif") right bottom no-repeat;
	font-size: 85%;
}

body.with_left #left_content	{ display: block; }

#left_bkg	{ background: url("images/sidenav_top.jpg") no-repeat; padding-top: 71px; }

#sidenav, #sidenav ul
{
	list-style: none;
	list-style-image: none;
	padding: 0;
	border: solid #036;
	border-width: 0 1px;
	padding: 0 3px 3px;
	margin: 0;
}
#sidenav li	{ position: relative; margin: 0; }
* html #sidenav li, * html #sidenav li.selected li	{ display: inline; }

#sidenav a
{
	border-left: 1px solid #68B;
	border-right: 1px solid #68B;
	border-bottom: 1px solid #CDE;
	text-align: left;
	text-decoration: none;
	display: block;
	background-color: white;
	padding: 4px;
	font-family: Tahoma, Arial, sans-serif; /* fixes whacko bug in Opera 6 */
}
* html #sidenav a	{ width: 100%; w\idth: 122px; }

#sidenav li ul
{
	display: none;
	position: absolute;
	top: 0;
	left: 151px;
	width: 152px;
	border: 1px solid #036;
	background-color: #BCD;
	padding: 0 3px;
	margin: 0;
	z-index: 15;
}

#sidenav li.hover	{ z-index: 15; }
#sidenav li:hover ul,
#sidenav li.hover ul,
#sidenav li ul:hover	{ display: block; }

#sidenav li.selected
{
	background: url("images/nav_selected_shadow.gif") 50% 100% repeat-x;
	border: 0;
	padding: 0 0 2px;
	display: block;
}

#sidenav li.selected a
{
	position: relative;
	border: 0;
	margin-right: -14px;
	padding: 0 14px 0 0;
	background: url("images/nav_selected_arrow.gif") 100% 50% no-repeat !important;
	border: 0 !important;
}
* html #sidenav li.selected a	{ width: 146px; w\idth: 132px; }

#sidenav li.selected span
{
	display: block;
	padding: 4px;
	background-color: #DEF;
	border: 1px solid #036;
}

#sidenav li.selected ul
{
	display: block;
	position: static;
	font-size: 95%;
	width: auto;
	border-width: 0 0 1px;
	padding: 0 0 3px 6px;
	margin: 0;
}
#sidenav li.selected li	{ padding: 0; margin: 0; background: transparent; }
#sidenav li.selected li a
{
	padding: 4px;
	border: 1px solid #68B !important;
	border-top: 0 !important;
	margin: 0;
	background: transparent !important;
	width: auto;
}
* html #sidenav li.selected li a	{ width: 100%; w\idth: auto; }

#sidenav li.selected li.selected a		{ background-color: #DEF !important; }
#sidenav li.selected li.selected span	{ border: 0; background: transparent; }


#sidenav a:hover, #sidenav a:active	{ color: #036; background: #FEB url("images/yellow_shadow.gif") repeat-x; }
#sidenav li.selected li a:hover,
#sidenav li.selected a:hover span	{ color: #036; background: #FEB url("images/yellow_shadow.gif") repeat-x !important; }


#sidenav li.highlighted a			{ background-color: #FD6; border-top: 1px solid #F93; border-bottom: 1px solid #F93; }
#sidenav li.highlighted a:hover,
#sidenav li.highlighted a:active	{ background: #FD6 url("images/darkyellow_shadow.gif") repeat-x; border-bottom-color: #C60;  border-top-color: #C60; }

/* Right-hand content styles */
#right_content
{
	position: absolute;
	z-index: 5;
	top: 165px;
	right: 0;
	width: 128px;
	font-size: 85%;
}

#right_content .section
{
	border: 1px solid #68B;
	background-color: white;
	padding: 4px;
	text-align: center;
	margin: 0 0 15px;
}
* html #right_content .section	{ width: 128px; w\idth: 118px; }

#right_content div.controls		{ position: relative; width: 126px; margin: 16px -8px -14px 0; }
#right_content div.controls *	{ vertical-align: bottom; }

/* Content-area styles */

#bkg1	{ margin-left: 131px; background: url("images/content_border_left.gif") repeat-y; }
#bkg2	{ background: url("images/content_border_right.gif") 100% 0 repeat-y; width: 100%; }

#content	{ margin: 0 16px 0 12px; padding: 8px 16px 0; background: #DEF url("images/content_bkg.jpg") no-repeat; }
#watermark	{ padding-bottom: 76px; width: 100%; background: url("images/watermark.gif") 100% 100% no-repeat; }

body.with_left #content		{ padding-left: 48px; }
body.with_right #content	{ padding-right: 120px; }

#bottom_nav
{
	text-align: center;
	color: #9AB;
	margin: 0;
	padding: 0 0 4px;
	border-top: 1px solid #CDE;
}

/* Footer area styles */

#footer
{
	color: white;
	margin: 0 7px 0 114px;

	background: #68B url("images/copyright_bkg.gif") top left repeat-x;
	border: 1px solid #036;
	position: relative;
	border-top: 0;
	text-align: center;
}

#copyright
{
	margin: 0;
	position: relative;
	top: 1px;
	left: 1px;
	background: url("images/copyright_corner.gif") 100% 100% no-repeat;
	font-size: 85%;
	padding: 3px 8px 5px;
}

body.with_left #copyright	{ padding-left: 56px; }
body.with_right #copyright	{ padding-right: 128px; }

#footer a:link, #footer a:visited	{ color: white; }
#footer a:hover, #footer a:active	{ color: #FD6; }

.prodevlogo
{
	vertical-align: middle;
	margin: 0 4px;
}
.prodevlogo img	{ vertical-align: middle; border: 0; }

/* Breadcrumb navigation */

p.breadcrumb
{
	margin: 0 0 0.5em !important;
	font-size: 110%;
	/*
	float: right;
	padding: 0 0.5em;
	border: 1px solid #CDE;
	border-top: 0;
	background: white url("images/white_shadow.gif") repeat-x;
	*/
}
/* We reduce font here instead of p.breadcrumb so that >> separators don't come out too small */
p.breadcrumb a,
p.breadcrumb strong	{ font-size: 90%; }
