﻿/* for all pages on cruxtech.com */

body
{
	background-color: #cccccc;
}

/* turn borders off for all link images */
body img
{
	border: 0;
}

body a
{
	color: #FF6600;
}

body a:hover
{
	color: #FF9966;
}

pre
{
	margin-bottom: 0;
}

#headercontainer
{
	margin: 0 auto;
	width: 930px;
	height: 50px;
	background: url("/images/header_background.gif") 0 0 repeat-x;
	position: relative;
}

#headeropen
{
	background: url("/images/header_leftside.gif") 0 0 no-repeat;
	width: 14px;
	height: 50px;
}

#headerlogo
{
	display: inline;
	position: absolute;
	top: 13px;
	left: 14px;
}

#headernavigation
{
	position: absolute;
	top: 15px;
	right: 200px;
}

#headernavigation ul
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#headernavigation ul li
{
	display: inline;
	padding-right: 14px;
}

#headernavigation ul li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 22px;
}

#headernavigation ul li.downloads a
{
	background: url("/images/headernav_downloads.gif") 0 0 no-repeat;
}

#headernavigation ul li.downloads a:hover
{
	text-decoration: underline;
	background-position: 0 -18px;
}

#headernavigation ul li.support a
{
	background: url("/images/headernav_support.gif") 0 0 no-repeat;
}

#headernavigation ul li.support a:hover
{
	text-decoration: underline;
	background-position: 0 -18px;
}

#headernavigation ul li.discuss a
{
	background: url("/images/headernav_discuss.gif") 0 0 no-repeat;
}

#headernavigation ul li.discuss a:hover
{
	text-decoration: underline;
	background-position: 0 -18px;
}

#headersearch
{
	position: absolute;
	top: 15px;
	right: 0;
	width: 200px;
}

#headersearch .searchtext
{
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 160px;
}

#headersearch .searchbutton
{
	background: transparent url("/images/headernav_search.gif") 0 0 no-repeat;
	overflow: hidden;
	text-indent: 18px;
	padding: 0;
	margin: 0;
	border: 0;
	width: 18px;
	height: 18px;
}

#headersearch .searchbutton:hover
{
	background-position: 0 -18px;
	cursor: pointer;
}

#headerclose
{
	background: url("/images/header_rightside.gif") 0 0 no-repeat;
	width: 14px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.adcontainer
{
	margin: 0 auto;
	width: 930px;
	height: auto;
	text-align: center;
	margin-top: 16px;
}

.contentcontainer
{
	margin: 0 auto;
	width: 930px;
	height: auto;
}

.contentcontainer .contentopen
{
	background: url("/images/content_top.gif") 0 0 no-repeat;
	width: 930px;
	height: 14px;
	margin-top: 16px;
	font-size: 1px; /* for IE 6 */
}

.contentcontainer .contentbody
{
	width: 894px;
	margin: 0;
	padding: 0 18px 0 18px;
	background: url("/images/content_background.gif") 0 0 repeat-y;
}

.contentcontainer .contentclose
{
	background: url("/images/content_bottom.gif") 0 0 no-repeat;
	width: 930px;
	height: 14px;
}

.contentcontainer .contentfooter
{
	clear: both;
}

#footercontainer
{
	position: relative;
	margin: 16px auto 16px auto;
	width: 930px;
	height: auto;
}

#fr_container
{
	position: relative;
	width: 100%;
}

#fr_info
{
	margin-left: 265px;
	margin-right: 200px;
}

#fr_info ul
{
	padding: 0 0 15px 10px;
	margin: 0 0 0 15px;
}

#fr_info ul li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#fr_freelabel
{
	position: absolute;
	right: 10px;
	top: 0;
	width: 124px;
	height: 127px;
	background-image: url("/images/free.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}

#fr_decoration
{
	position: absolute;
	left: 0;
	top: 0;
	width: 252px;
	height: 280px;
	background-image: url("/images/fr_fancyscreenshot_31.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

.actionarea_left
{
	margin: 0;
	padding: 0;
	background: none;
	width: 400px;
	height: 50px;
	margin-left: 18px;
}

#actioncontainer
{
	margin-top: 30px;
	height: 75px;
}

ul.actionlist
{
	display: inline;
	list-style: none;
}

ul.actionlist li
{
	display: inline;
}

ul.actionlist li a
{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	padding-left: 52px;
	margin-right: 20px;
	color: #243368;
}

ul.actionlist li.more a
{
	background: url("/images/more.jpg") 0 0  no-repeat;
	width: 55px;
}

ul.actionlist li.more a:hover
{
	text-decoration: underline;
	background-position: 0 -45px;
}

ul.actionlist li.download a
{
	background: url("/images/download.jpg") 0 0 no-repeat;
	width: 90px;
}

ul.actionlist li.download a:hover
{
	text-decoration: underline;
	background-position: 0 -45px;
}

ul.actionlist li.buyit a
{
	background: url("/images/buy.jpg") 0 0 no-repeat;
	width: 30px;
}

ul.actionlist li.buyit a:hover
{
	text-decoration: underline;
	background-position: 0 -45px;
}

.contentcontainer h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #243368;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

.contentcontainer h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #243368;
	margin: 15px 0 0 0;
	padding: 0;
}

.contentcontainer h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ff6600;
	margin: 0;
	padding: 0;
}

.contentcontainer h4
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: normal;
}

.contentcontainer h5
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.contentcontainer p
{
	padding: 0 0 15px 10px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.actionarea_right
{
	margin-left: 265px;
	padding: 0;
	background: none;
	width: 400px;
	height: 50px;
}

.column_main
{
	width: 560px;
}

.column_main p
{
	padding: 0 0 15px 18px;
	font-size: 13px;
}

.column_misc
{
	float: right;
	width: 280px;
	margin: 0;
	padding: 0;
}

.column_misc h1
{
	width: 270px;
	height: 32px;
	margin: 0;
	padding: 5px 5px 0 5px;
	background: url("/images/titlebackground.gif") 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
}

.column_misc p
{
	width: 250px;
	background-color: #E5E5E5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 15px;
}

.column_misc .image
{
	text-align: center;
}

.column_misc img
{
	display: block;
}

.column_misc .section
{
	margin: 0 0 30px 0;
}

.column_misc #fr_misc_decoration
{
	width: 280px;
	height: 310px;
	background-image: url("/images/fr_icon_shinyfloor.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

.column_misc #fw_misc_decoration
{
	width: 280px;
	height: 310px;
	background-image: url("/images/fw_fancyicon.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

.contentheading
{
	margin-left: 18px;
	margin-right: 18px;
	display: inline;
}

/* for IE 6 */
* html #fw_decoration
{
	left: -265px;
}

.copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #243368;
}

.copyright p
{
	margin: 0;
	padding: 0;
}

#cruxlinks
{
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 52px 0 5px 0;
	background-repeat: no-repeat;
	background-image: url("/images/cruxwheel_10_small.gif");
	background-position: center top;
}

#cruxlinks a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}

#cruxlinks a:hover
{
	text-decoration: underline;
}

.textbox_singleline
{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.textbox_multiline
{
	font-family: Consolas, 'Lucida Console', 'Courier New', Courier, monospace;
	font-size: 14px;
}

.button_submit
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
