﻿html, body {
	background:#CCCCCC url(../images/bgimg.gif) repeat;
}

html, body, #wrap {
	height: 100%;
	font-family:"Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left: auto;
	margin-right: auto;
	margin: auto;
	padding:0px 2px 0px 0px;
	width: 1000px;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

img {
	border:none;
}

#main {
	padding-bottom: 30px;
}

#footer {
	position: relative;
	margin-top: -30px;
	height: 30px;
	clear:both;
	padding:0px;
	width:100%
}

#footer #f-container {
	float: left;
	background:url(../images/m_fo_toolbar.png) repeat-x;
	height:30px;
	width:100%;
}

#footer #content {
	padding-top:8px;
	font-size:11px;
	color:#FFFFFF;
}

#footer #left {
	background:url(../images/l_fo_toolbar.png) no-repeat;
	float:left;
	height:30px;
	width:12px;
}
#footer #right {
	background:url(../images/r_fo_toolbar.png) no-repeat;
	float:right;
	height:30px;
	width:12px;
}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* Xekko */
.download_info {
	float:right;
	width:500px;
	padding:5px;
	border:1px solid #333333;
	background-color:#CCCCCC;
}

.download_info a {
	color: #4E7187;
	font-weight: bold;
}

.download_info a:visited {
	color: #4E7187;
	font-weight: bold;
}

h2 {
	font-size:18px;
	margin:0;
	padding-top:10px;
	color:#FFFFFF;
}

.nav_title {
	font-size:18px;
	margin:0;
	padding:10px;
	color:#000000;
}

.project_content {
	margin-top: 15px;
}

.project_content a {
	border-bottom:1px dotted #FFFFFF;
	color:#FFFFFF;
	text-decoration:none;
}

.project_content a:visited {
	border-bottom:1px dotted #FFFFFF;
	color:#FFFFFF;
	text-decoration:none;
}

.project_content a:hover {
	border-bottom:none;
	text-decoration:underline;
}

.project_content #titlebar {
	padding:5px;
	border:1px solid #333333;
	background-color:#CCCCCC;
}

.project_content #info {
	background:url(../images/proj_info.png) no-repeat;
	height:275px;
	width:430px;
	padding-left:10px;
	padding-right:10px;
	margin:15px 20px 0px 20px;
	color:#FFFFFF;
	font-size:13px;
}

.project_content #ss1 {
	padding:15px;
}

.project_content #ss2 {
	float:right;
	padding:15px;
}

.project_content #ss3 {
	float:right;
	padding:15px 50px 15px 15px;
}

.project_content #ss4 {
	padding:15px 5px 5px 0px;
	float:left;
}

.menu_bar {
	font-size:18px;
	color:#FFFFFF;
	padding-top:10px;
}

.menu_bar a, a:visited{
	border-bottom:none;
}

.menu_bar ul {
	list-style: none;
	margin:0;
	padding:0;
}

.menu_bar li {
	display: inline;
}

.menu_bar #home {
	background:url(../images/menu/home.png) no-repeat;
	padding:8px 17px 10px 13px;
	
}

.menu_bar #home_active {
	background:url(../images/menu/a_home.png) no-repeat;
	padding:8px 17px 10px 13px;
}

.menu_bar #project {
	background:url(../images/menu/project.png) no-repeat;
	padding:8px 17px 10px 13px;
}

.menu_bar #project_active {
	background:url(../images/menu/a_project.png) no-repeat;
	padding:8px 17px 10px 13px;
}

.menu_bar #forum {
	background:url(../images/menu/forum.png) no-repeat;
	padding:8px 18px 10px 13px;
}

.menu_bar #forum_active {
	background:url(../images/menu/a_forum.png) no-repeat;
	padding:8px 18px 10px 13px;
}

.menu_bar #about {
	background:url(../images/menu/about.png) no-repeat;
	padding:8px 18px 10px 13px;
}

.menu_bar #about_active {
	background:url(../images/menu/a_about.png) no-repeat;
	padding:8px 18px 10px 13px;
}

.info_box {
	background:url(../images/info_box.png) no-repeat;
	height:100px;
	width:430px;
	padding:12px 10px 10px 10px;
	margin:0px 20px 0px 20px;
	color:#FFFFFF;
	font-size:13px;
}

.info_box #quick {
	background:url(../images/icons/quick.png) no-repeat;
	padding-left:20px;
}

.info_box #simple {
	background:url(../images/icons/simple.png) no-repeat;
	padding-left:20px;
}

.info_box #effective {
	background:url(../images/icons/effective.png) no-repeat;
	padding-left:20px;
}

.info_box #powerful {
	background:url(../images/icons/powerful.png) no-repeat;
	padding-left:20px;
}

.info_box #custom {
	background:url(../images/icons/customize.png) no-repeat;
	padding-left:20px;
}

.info_box #future {
	background:url(../images/icons/future.png) no-repeat;
	padding-left:20px;
}

.info_box #development {
	background:url(../images/icons/development.png) no-repeat;
	padding-left:20px;
}

.info_box #free {
	background:url(../images/icons/free.png) no-repeat;
	padding-left:20px;
}

.info_box #title {
	font-weight: bold;
	font-size:16px;
}

.float_right {
	float:right;
}

.hidden {
	display:none;
}

.logo {
	background:url(../images/tracker_02.png) no-repeat;
	width: 650px;
	height: 225px;
	margin-left:20px;
}

.sectiona {
	float:left;
	position: absolute;
	top: 235px;
	padding-left: 275px;
	font-size:18px;
}

.sectiona a, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.sectiona a:hover {
	text-decoration:underline;
}

.sectiona #s-content{
	margin-top:5px;
}

.sectiona .button {
	height: 30px;
	text-align:center;
	padding-top:2px;
}

.sectiona #tour {
	background:url(../images/tour_button.png) no-repeat;
	width: 120px;
}

.sectiona #demo {
	background:url(../images/demo_button.png) no-repeat;
	width: 80px;
	margin-left:5px;
}

.version_box {
	background:url(../images/version_box.png) no-repeat;
	margin:50px 50px 0px 0px;
	width:250px;
	height:100px;
	padding:10px;
	color:#FFFFFF;
}

.version_box #dl_link {
	padding-right:20px;
	font-size:14px;
	font-weight:bold;
	background:url(../images/icons/download.png) no-repeat;
	padding-left:20px;
}

.snapshot_box {
	background:url(../images/version_box.png) no-repeat;
	margin:0px 50px 0px 0px;
	width:250px;
	height:100px;
	padding:10px;
	color:#FFFFFF;
}

.snapshot_box #dl_link {
	padding-right:20px;
	font-size:14px;
	font-weight:bold;
	background:url(../images/icons/download.png) no-repeat;
	padding-left:20px;
}

.mytracker_content {
	width:650px;
}

.qoverview {
	float:left;
	margin-right:2px;
}

.quick {
	width:650px;
}

.soverview {
	float:left;
	margin-right:2px;
}

.simple {
	width:850px;
}

.link {
	font-size:18px;
	color:#FFFFFF;
}

.link a, a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

.link a:hover {
	text-decoration:underline;
}

.smalllink {
	font-size:14px;
}

#snapshot {
	background:url(../images/tour_button.png) no-repeat;
	width: 120px;
	margin-left:5px;
	margin-right: 70px;
	height:30px;
	text-align:center;
	padding-top:2px;
}

#download {
	background:url(../images/tour_button.png) no-repeat;
	width: 120px;
	height:30px;
	text-align:center;
	padding-top:2px;
}

.menu-middle {
	background:url(../images/m_bg_toolbar.png) repeat-x;
}
.menu-right {
	background:url(../images/r_bg_toolbar.png) no-repeat;
}
.menu-left {
	background:url(../images/l_fo_toolbar.png) no-repeat;
}