/* ----- BASIC ELEMENTS AND FONTS ----- */


html, body {
	color: #000;
	font-size: 11px;
	font-family: 'Tahoma';
	background: #f7f7fb url(assets/background_clocks.jpg) repeat-x;
	margin:0;
	padding:0;
	height:100%;
}

.clear {
	clear: both;
	height:30px;
}

p {
	margin: 10px 30px 10px 30px;
}

.login_box p {
	margin:0px 10px 10px 10px;
	font-size:11px;
	color:#fff;
}

.login_box p a {
	color:#fff;
}

.login_box p a:hover {
	color:#556373;
}

.menu_company p {
	text-align:right;
	color:#cfd6e2;
}

.content_box p {
	margin: 10px 0px 10px 0px;
	font-size:11px;
	text-align:justify;
}

.content_box_large p {
	margin: 10px 0px 10px 0px;
	font-size:11px;
	text-align:justify;
}

.menu_head {
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}

.download_now {
	text-align:right;
	font-weight:bold;
	float:right
}

.button   {
	border-top: 1pt solid #7f9db9;
	border-bottom: 1pt solid #7f9db9;
	border-right: 1pt solid #7f9db9;
	border-left: 1pt solid #7f9db9;
	background-color: #a4b5cb;
	font: bold 11px tahoma;
	width:120px;
	height:20px;
	color: #fff;
}

h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin: 0px 0px 0px 0px !important;
	margin: 10px 0px 0px 0px;
	color:#fff;
}

h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	margin: 0px 50px 10px 30px !important;
	margin: 0px 30px 10px 30px;
	font-size:12px;
	text-transform:uppercase;
	color:#072450;
	font-weight:normal;
}

h3 {
	margin: 0px 0px 10px 0px;
	text-transform:uppercase;
	font-size:12px;
	color:#556373;
	font-weight:bold;
}

a {
	text-decoration: none;
	color:#888;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color:#000;
}

/*----- MENU ----- */

#nav_list {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	overflow: hidden;
}

#nav_list li {
	width: 170px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:10px;
	font-weight:bold;
}

#nav_list a {
	color:#fff;
}

.li_nav_body a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(assets/nav_body.png) no-repeat;
	padding-left: 25px;
	line-height:20px;
}

.li_active_body {
	display: block;
	width: 170px;
	height: 20px;
	background: url(assets/nav_body.png) no-repeat;
	padding-left: 25px;
	line-height:20px;
	color:#556373
}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_active a:active  {
	background: url(assets/nav_body.png) no-repeat;
	background-position:  0 -40px;
	color:#fff;
}

/*----- LAYOUT ----- */

#menu_top {
	width:100%;
	background: url(assets/background_man.jpg) 60px 0px repeat-y !important;
	background: url(assets/background_man.jpg) 60px 0px repeat-y;
	height:210px;
}

.banner {
	left: 729px;
	position: absolute;
	top: 14px;
}

#menu_lang {
	margin:5px 0 0 5px;
}

#container {
	width:100%;
	background: url(assets/sidebar_body.png) 60px 0px repeat-y !important;
	background: url(assets/sidebar_body.png) 60px 0px repeat-y;
	min-height:100%;
	height:100%;
}

#menu_header {
	color: #fff;
	width:170px;
	height:210px;
	text-align:left;
	float:left;
	margin:0 0 0 3px !important;
	margin:0 0 0 0;
}

#menu_left {
	width: 170px;
	min-height: 100%;
	margin:0 0 0 30px;
	float: left;
	background: url(assets/sidebar_body.png) repeat-y;
}

.login_box {
	width: 170px;
	float:left;
	margin:0 0 0 40px !important;
	margin:0 0 0 10px;
}

#head {
	width: 820px !important;
	width: 820px;
	height: 232px;
	float: left;
	text-align: right;
}

#content {
	width: 950px;
	text-align: left;
	float: left;
	margin: 0 0 0 20px;
	background: url(assets/sidebar_body.png) 40px 0px repeat-y !important;
	background: url(assets/sidebar_body.png) 20px 0px repeat-y;
}

.content_box {
	width: 190px;
	margin:0px 0px 0px 30px;
	float: left;
}

.content_box_large {
	width: 500px;
	margin: 0px 0px 0px 20px;
	float: left;
}

.content_box_large table.list {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #718299;
	text-align:center !important;
}

.content_box_large table.list th {
	vertical-align: middle;
	font-size: 12px;
	font-weight:bold;
	background: #718299;
	color: white;
	text-align: center;
	padding: 5px;
}
.content_box_large table.list td {
	font-size: 11px;
	vertical-align: middle;
	border-bottom: 1px solid #9dA8be;
	text-align: center;
	padding: 3px 10px;
}

.content_box_large table.list .left {
	text-align:left;
}

.content_box_large table.list .price {
	color: #f00;
	font-size: 12px;
	font-weight: bold;
}

.content_box_large table.list a {
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
}

/*----- IMAGES ----- */

a img{
	border: none;
}

img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #a0a0a0;
}

img.left {
	float: left;
	margin: 0px 12px 5px 0px;
	background:#fff;
}

img.right {
	float: right;
	margin: 0px 30px 5px 0px;
}
