/* BEGIN: Global */
body {
	margin: 0;
	text-align: center; /* IE Fix */
	background: #c3c0bb url(black-gradient.gif) repeat-x;
	font-family: Arial, sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

img { border: none; }
br.clear {
	clear: both;
	overflow: hidden;
	line-height: 1px;
}

h3 {
	margin-bottom: 6px;
	color: #504b43;
	font-family: Segoe, Arial, sans-serif;
	font-weight: normal;
}

p.body {
	margin-top: 0;
	color: #6d6b65;
	font-size: 12px;
	line-height: 18px;
}

p.body a {
	color: #0099ff;
	text-decoration: underline;
}

p.body a:hover {
	color: #74C0F2;
	text-decoration: none;
}
/* END: Global */

/* BEGIN: Layout */
#site_wrapper {
	margin: 40px auto;
	width: 975px;
}

#header {
	float: left;
	width: 100%;
	height: 102px;
	overflow: hidden;
}

#column_left {
	float: left;
	width: 220px;
}
/* END: Layout */

/* BEGIN: Buttons */
	/* BEGIN: Dynamic Download Button */
	a.button_download {
		float: left;
		display: block;
		color: white;
		font-family: Segoe, Arial, sans-serif;
		height: 56px;
		background: url(download-big-right.gif) no-repeat right;
		font-size: 16px;
	}
	
	a:hover.button_download {
		color: #f9d31a;
		background: url(download-big-right-selected.gif) no-repeat right;
	}
	
	a.button_download span {
		float: left;
		display: block;
		height: 24px;
		padding: 16px 86px 16px 20px;
		background: url(download-big-left.gif) no-repeat left;
		cursor: pointer;
	}
	
	a:hover.button_download span {
		background: url(download-big-left-selected.gif) no-repeat left;
	}
	/* END: Dynamic Download Button */

	/* BEGIN: Dynamic Small Download Button */
	a.button_download_small {
		float: left;
		display: block;
		color: white;
		font-family: Segoe, Arial, sans-serif;
		height: 38px;
		background: url(download-small-right.gif) no-repeat right;
		font-size: 12px;
	}

	a:hover.button_download_small {
		color: #f9d31a;
		background: url(download-small-right-selected.gif) no-repeat right;
	}

	a.button_download_small span {
		float: left;
		display: block;
		height: 22px;
		padding: 8px 46px 8px 12px;
		background: url(download-small-left.gif) no-repeat left;
		cursor: pointer;
	}
	
	a:hover.button_download_small span {
		background: url(download-small-left-selected.gif) no-repeat left;
	}
	/* END: Dynamic Small Download Button */

	/* BEGIN: "Back to Top" button */
	a.back_to_top_link {
		display: block;
		width: 85px;
		height: 25px;
		margin-top: 6px;
		overflow: hidden;
		background: url(back_to_top.gif) no-repeat top left;
		text-indent: -999em;
	}
	
	a.back_to_top_link:hover {
		background: url(back_to_top_selected.gif) no-repeat top left;
	}
	/* END: "Back to Top" button */
	
	/* BEGIN: "View Larger" button */
	a.view_larger_link {
		display: block;
		width: 83px;
		height: 25px;
		margin-top: 6px;
		overflow: hidden;
		background: url(view_larger.gif) no-repeat top left;
		text-indent: -999em;
	}
	
	a.view_larger_link:hover {
		background: url(view_larger_selected.gif) no-repeat top left;
	}
	/* END: "View Larger" button */
	
	/* BEGIN: "Contact Me" button */
	#contact_me_link {
		display: block;
		width: 114px;
		height: 44px;
		overflow: hidden;
		background: url(contact_me.gif) no-repeat top left;
		text-indent: -999em;
	}
	
	#contact_me_link:hover {
		background: url(contact_me_selected.gif) no-repeat top left;
	}
	/* END: "Contact Me" button */
	
	/* BEGIN: "Live Chat" button */
	#live_chat_link {
		display: block;
		width: 114px;
		height: 44px;
		overflow: hidden;
		background: url(live_chat.gif) no-repeat top left;
		text-indent: -999em;
	}
	
	#live_chat_link:hover {
		background: url(live_chat_selected.gif) no-repeat top left;
	}
	/* END: "Live Chat" button */
	
	/* BEGIN: "Add to Shopping Cart" button */
	#add_to_cart_link {
		display: block;
		width: 190px;
		height: 24px;
		padding: 30px 0 0 66px;
		color: #53514b;
		background: url(add_to_cart.gif) no-repeat top left;
		font-family: Segoe, Arial, sans-serif;
		font-size: 12px;
	}
	
	#add_to_cart_link:hover {
		color: white;
		background: url(add_to_cart_selected.gif) no-repeat top left;
	}
	/* END: "Add to Shopping Cart" button */
	
	/* BEGIN: "Download Datasheet" button */
	#download_datasheet_link {
		display: block;
		width: 169px;
		height: 36px;
		overflow: hidden;
		background: url(download_datasheet.gif) no-repeat top left;
		text-indent: -999em;
	}
	
	#download_datasheet_link:hover {
		background: url(download_datasheet_selected.gif) no-repeat top left;
	}
	/* END: "Download Datasheet" button */
	
	/* BEGIN: "Download Trial" button */
	#download_trial_link {
		display: block;
		width: 239px;
		height: 59px;
		overflow: hidden;
		background: url(download_trial.gif) no-repeat top left;
		text-indent: -999em;
	}
	
	#download_trial_link:hover {
		background: url(download_trial_selected.gif) no-repeat top left;
	}
	/* END: "Download Trial" button */
/* END: Buttons */

/* BEGIN: Content Container (01) */
#content_container {
	clear: both;
	background: #f8f8f6 url(rounded-gray-bottom.gif) no-repeat bottom;
	text-align: left; /* IE Fix */
}

#content {
	float: left;
	background: #f8f8f6 url(gray-gradient.gif) no-repeat top left;
	margin-bottom: 6px;
}
/* END: Content Container */

/* BEGIN: Top Nav (02) */
#nav_holder {
	float: right;
	height: 28px;
	overflow: hidden;
	display: inline;
	margin-right: 25px;
}

#nav_top {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav_top li { display: inline; }

#nav_top li.divider {
	float: left;
	display: block;
	width: 2px;
	height: 28px;
	background: url(nav_divider.gif) 0 0 no-repeat;
	overflow: hidden;
}

#nav_top li#nav_left_corner {
	float: left;
	display: block;
	width: 6px;
	height: 28px;
	background: url(nav_left_corner.gif) 0 0 no-repeat;
}

#nav_top li#nav_right_corner {
	float: left;
	display: block;
	width: 6px;
	height: 28px;
	background: url(nav_right_corner.gif) 0 0 no-repeat;
}

#nav_top li a {
	float: left;
	display: table;
	height: 28px;
	text-align: center;
	font: 11px lucida, arial, helvetica, verdana, sans-serif;
	color: #d5d5d0;
	background: url(nav_bg.gif) 0 0 repeat-x;
	padding: 8px 10px 0 10px;
}

#nav_top li a:hover { color: #ffd700; }
#nav_top li a.active { color: #ffd700; }
/* END: Top Nav */

/* BEGIN: Header */
h1 {
	float: left;
	width: 240px;
	height: 85px;
	margin: 0;
	overflow: hidden;
	background: url(logo.gif) no-repeat 0 0;
	text-indent: -999em;
}
/* END: Header */

/* BEGIN: Left Nav (03) */
#nav_left {
	width: 170px;
	margin: 0 0 0 35px;
	padding: 8px 0 10px 10px;
	background: url("background.gif") no-repeat 0 0;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
}

#nav_left a {
	display: block;
	height: 19px;
	padding-top: 4px;
	color: #42413d;
	background: url(underline.png) no-repeat bottom left;
}

#nav_left li.expanded a,
#nav_left li.last a {
	background: none;
}

	/* BEGIN: Sub Nav */
	#nav_left ul.subnav {
		margin: 0;
		padding: 0;
		list-style: none;
		font-weight: normal;
		color: #63625e;
	}
	
	#nav_left ul.subnav li a {
		height: 17px;
		padding: 3px 0 0 14px;
		color: #63625e;
		background: url(sub_nav.gif) no-repeat top left;
	}
	
	#nav_left ul.subnav li a:hover {
		color: #43423e;
		background: url(sub_nav_selected.gif) no-repeat top left;
	}
	
	#nav_left ul.subnav li a.active,
	#nav_left ul.subnav li a.active:hover {
		color: #ffda00;
		background: url(sub_nav_active.png) no-repeat top left;
	}
	/* END: Sub Nav */

#nav_left_rss {
	background: url(rss.gif) no-repeat 0 5px;
	text-indent: 15px;
}
/* END: Left Nav */

/* BEGIN: Page Header (04) */
h2 {
	margin: 5px 0;
	color: white;
	font-family: Segoe, Arial, sans-serif;
	font-weight: normal;
}
/* END: Page Header */

/* BEGIN: Buy Now Module (05) */
#buy_now_module {
	float: right;
	width: 426px;
	height: 102px;
	font-family: Segoe, Arial, sans-serif;
}

#buy_now_module p {
	float: left;
	width: 210px;
	height: 102px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(support_and_purcahse.gif) no-repeat top left;
	text-indent: -999em;
}

#buy_now_module div { float: left; }
#buy_now_module div a { display: block; }

#buy_now_module #buy_now_link {
	width: 206px;
	height: 102px;
	overflow: hidden;
	background: url(buy_now.gif) no-repeat 0 0;
	text-indent: -999em;
}

#buy_now_module #buy_now_link:hover {
	background: url(buy_now_selected.gif) no-repeat 0 0;
}

#buy_now_module #free_trial_link {
	z-index: 5;
	position: relative;
	top: -17px;
	height: 20px;
	margin: 0 10px 0 75px;
	color: white;
	background: url(arrow.gif) no-repeat top left;
	font-size: 10px;
	font-weight: bold;
	text-indent: 15px;
}

#buy_now_module #free_trial_link:hover {
	color: #524f4a;
	background: url(arrow_selected.gif) no-repeat top left;
}
/* END: Buy Now Module */

/* BEGIN: Tagline (06) */
p.tagline {
	color: #484848;
	font-size: 14px;
	line-height: 16px;
}
/* END: Tagline */

/* BEGIN: Footer (11) */
#footer {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
}

#footer p { /* IE Fix */
	margin-top: 0;
	margin-bottom: 0;
}

	/* BEGIN: Country Section */
	#country_select {
		float: left;
		height: 14px;
		padding: 7px 6px 5px 6px;
		color: #706a60;
		background: url(faded_background.gif) no-repeat top left;
	}
	
	#country_select strong {
		float: left;
		display: block;
	}
	
	#flag_us,
	#flag_uk {
		float: left;
		display: block;
		width: 22px;
		height: 16px;
		margin-left: 3px;
		overflow: hidden;
		text-indent: -999em;
	}
	
	#flag_us {
		margin-top: -2px;
		background: url(flags/us_inactive.gif) no-repeat top left;
	}
	
	#flag_us.active {
		background: url(flags/us_active.gif) no-repeat top left;
	}
	
	#flag_us:hover {
		background: url(flags/us_inactive_selected.gif) no-repeat top left;
	}
	
	#flag_us.active:hover {
		background: url(flags/us_active_selected.gif) no-repeat top left;
	}
	
	#flag_uk {
		margin-top: -2px;
		background: url(flags/uk_inactive.gif) no-repeat top left;
	}
	
	#flag_uk.active {
		background: url(flags/uk_active.gif) no-repeat top left;
	}
	
	#flag_uk:hover {
		background: url(flags/uk_inactive_selected.gif) no-repeat top left;
	}
	
	#flag_uk.active:hover {
		background: url(flags/uk_active_selected.gif) no-repeat top left;
	}
	/* END: Country Section */
	
	/* BEGIN: Print Friendly Section */
	#printer_friendly {
		float: left;
		width: 174px;
		height: 14px;
		margin-left: 8px;
		padding: 7px 6px 5px 8px;
		background: url(faded_background.gif) no-repeat top left;
		text-align: left;
	}
	
	#printer_friendly a {
		display: block;
		height: 13px;
		text-indent: 20px;
		color: #706a60;
		background: url(print.gif) no-repeat top left;
	}
	
	#printer_friendly a:hover {
		color: white;
		background: url(print_selected.gif) no-repeat top left;
	}
	/* END: Print Friendly Section */

#copyright,
#nav_bottom {
	float:none;
	margin-left: 8px;
	padding-top: 5px;
	color: white;
	background-color: inherit;
}

#nav_bottom a { color: white; }
#nav_bottom a:hover {
	color: #EEE;
	text-decoration: underline;
}

#copyright {
	font-weight: bold;
}
/* END: Footer */