body {
	background-color: #0a3859;
	font-family:"century gothic",helvetica,sans-serif;
	width: 960px;
	margin: auto;
}

* {
	margin:0pt;
	padding:0pt;
}

a, a:hover, a:visited {
	color: #e6762a;
	text-decoration: underline;
}

.clear_both {
	clear: both;
}

#header {
	height: 295px;
}

#header_top {
	height: 110px;
}

#header_screenshots {
	height: 150px;
	width: 720px;
	overflow: hidden;
	float: left;
}

#main_menu {
	height: 1.4em;
	background: url(/img/menu_strip.png) repeat-y top;
	padding-top: 0.2em;
	padding-left: 50px;
	font-size: 1.4em;
}

#main_menu a, #footer a	{
	color: #0a3859;
    font-weight: bold;
	text-decoration: none;
}

#main_menu a:hover, #footer a:hover	 {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#main_menu ul li {
	display:inline;
	list-style-type:none;
	margin: 0pt;
	padding:0pt 10px;
}

#content {
	width: 940px;
	background-color: #28506d;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 10px 10px 10px;
	color: white;
}

#content h2 {
	margin: 10px 0 10px 0;
}

#footer {
	background: url(/img/menu_strip.png) repeat-y top;
	height: 1.5em;
	text-align: center;
	padding-top: 0.3em;
}

#footer ul li {
	display:inline;
	list-style-type:none;
	margin: 0pt;
	padding:0pt 10px;
}

.download_button_small_div {
	height: 40px;
	width: 170px;
	background: transparent url(/img/download_button_small.png) no-repeat scroll left top;	
}

.download_button_small_div:hover {
	height: 40px;
	width: 170px;
	background: transparent url(/img/download_button_small.png) no-repeat scroll left -40px
}

.download_button_small_div a {
	display: block;
	width: 100%;
	height: 100%;
}

#header_download_button {
	float: left;
	margin-top: 40px;
	margin-left: 40px;
}

.strong_text {
	font-weight: bold;
}

.underline_text {
	text-decoration: underline;	
}

.emphasis_text {
	font-style: italic;
}
	
.center_text {
	text-align: center;
}

.paginator_enabled, a.paginator_enabled:visited, a.paginator_enabled:hover {	
	background-color:#0A3859;
	border:1px solid #E6762A;
	color:#E6762A;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.5em;
	margin:0 3px;
	padding:0 2px;
	text-decoration:none;
}

.paginator_disabled {
	background-color:#0A3859;
	border:1px solid #E6762A;
	color:#B6B0A6;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.5em;
	margin:0 3px;
	padding:0 2px;	
}

.paginator_selected {
	background-color:#E6762A;
	border:1px solid #0A3859;
	color:#0A3859;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.5em;
	margin:0 3px;
	padding:0 2px;	
}

.paginator_summary {
	color:#E6762A;
	font-size:0.8em;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}


/******************************************************************************
********** Home Page
******************************************************************************/

#welcome_div {
	float: left;
	color:#FFFFFF;
  line-height:160%;
  width:405px;
	padding-top: 52px;
}

#welcome_div h2 {
	color: #e6762a;
}

#download_link {
	color: #e6762a;
	font-size: 1.0em;
	margin-top: 20px;
}

#welcome_div div p {
	line-height: 110%;
	font-size: 1.5em;
	font-weight: bold;
}

#info_div {
	float: left;
	padding-top: 30px;
}

#info_div ul {
    font-size:1.2em;
    list-style-image:url(/img/orange-bullet.png);
    text-align:left;
    margin:0.2em 15pt 0.3em;
}

#info_div ol {
    font-size:1.0em;
    text-align:left;
    margin:0.2em 20pt 0.3em;
}

#home_download_button_div {
	text-align: right;
	padding-right: 20px;
	clear: both;	
}

#home_download_button_div div {
	float: right;
}

/******************************************************************************
********** Download Page
******************************************************************************/

.download_button_div {
	height: 80px;
	width: 350px;
	background: transparent url(/img/download_button.png) no-repeat scroll left top;
	margin-bottom: 20px;	
}

.download_button_div:hover {
	height: 80px;
	width: 350px;
	background: transparent url(/img/download_button.png) no-repeat scroll left -80px
}

.download_button_div a {
	display: block;
	width: 100%;
	height: 100%;
}

#download_div {
	float: left;
	width: 400px;
	margin-left: 50px;
	margin-top: 30px;
}

#instuctions_div {
	float: left;
	width: 400px;
	margin-left: 30px;
	margin-top: 30px;
	padding-left: 10px
}

#instuctions_div ol {
    font-size:1em;
    text-align:left;
    margin:0.2em 20pt 0.3em;
}

.bold_text {
	font-weight: bold;
}

#version_label {
	color: #e6762a;
}

#version_date_label {
	font-size: 0.8em;
}

#download_changelog {
	text-decoration: none;
	font-size: 0.7em;
	margin: 0.2em 0 0.2em 0;
}

/******************************************************************************
********** About Page
******************************************************************************/

#about_div {
	float: left;
	width: 620px;
	padding-right: 60px;
	padding-top: 30px;
}

#about_div p {
	margin-bottom: 30px;
}

#about_logo_div {
	float: left;
}

/******************************************************************************
********** Legal Page
******************************************************************************/

#legal_div h3 {
	font-weight: normal;
	margin-bottom: 25px;
}

#legal_div p {
	font-size: 0.8em;
	line-height: normal;
	margin-bottom: 15px;
}

#legal_div ul {
	font-size: 0.8em;
	margin-left: 50px;
	margin-bottom: 15px;
}

#legal_div h4 {
	margin-bottom: 15px;
	font-size: 0.9em;
}

#legal_div ol {
	font-size: 0.8em;
	margin-left: 50px;
	margin-bottom: 15px;	
}

.romain_list_style {
	list-style: lower-roman;
}

.legal_send_notice {
	margin: 30px 0px 30px 50px; 
}

#legal_div .legal_send_notice p {
	margin-bottom: 0px;
}


.legal_send_notice ul {
	list-style: none;
}

/******************************************************************************
********** Changelog
******************************************************************************/

#changelog h2 {
}

.changelog_item {
	margin: 0 0 20px 20px;
	
}

.changelog_item h3 {
	color: #e6762a;	
}

.changelog_item li {
	font-size: 0.8em;
}

/******************************************************************************
********** FAQ
******************************************************************************/

.faq_index_section {
	margin-bottom: 50px;
}

.faq_index_item {
	clear: both;
	height: 1.5em;
	margin: 2px 0 2px 0;
}

.faq_index_section div div  {
	float: left;
}

.faq_index_question {
	width: 4em;
}

.faq_index_link {
	width: 50em;
}

.faq_section {
	margin-bottom: 40px;
}

.faq_section hr {
	margin: 10px 0 30px 0;
}

.faq_question_p {
	font-weight: bold;
}

.faq_to_top {
	text-align: right;
	margin: 10px 0 30px 0;
	font-size: 0.8em;
}
