@charset "UTF-8";

/* -------------------------------------------------
 * Pixmasoft.ee CSS Document 
 * @author: PixmaSoft OÜ (http://www.pixmasoft.ee)
 * @created: 2008-10-17
 * @modified: 2008-10-21 17:51:29
 * ------------------------------------------------- */
 
body {
	behavior:url("javascript/csshover.htc");
}
img {
	behavior: url("javascript/pngbehavior.htc");
}

/* -------------------------------------------------
 * Overall
 * ------------------------------------------------- */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F6F6F;
	line-height: 18px;
}
body {
	background-color: #131313;
}
a {
	color: #6F6F6F;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#main_container {
	width: 100%;
	height: 100%;
	position: relative;
}
#sub_top {
	width: 100%;
	height: 10px;
	background-color: #131313;
}
#sub_body {
	width: 100%;
	height: 782px;
	background-color: #1B1B1B;
	background-image: url(img/pixmasoft_body_back.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#sub_bottom {
	width: 100%;
	height: 200px;
	/*background-image: url(img/pixmasoft_body_back2.png);
	background-repeat: no-repeat;
	background-position: center top;*/
}
#body {
	width: 840px;
	height: 782px;
 	/* border: 1px solid #FF0000; */
}
#logo {
	width: 165px;
	height: 31px;
	margin-top: 94px;
	margin-left: 44px;
	position: absolute;
}

/* -------------------------------------------------
 * Facebook
 * ------------------------------------------------- */
 
#facebook {
	position: absolute;
}

/* -------------------------------------------------
 * Lang menu
 * ------------------------------------------------- */
 
#lang_menu {
	position: absolute;
	margin-top: 118px;
	margin-left: 680px;
}
.lang_menu_flag {
	float: left;
	margin-left: 10px;
	margin-right: 3px;
}
.lang_menu_link {
	padding-top: 2px;
	float: left;
	line-height: normal;
}
.lang_menu_link a {
	font-size: 9px;
}

/* -------------------------------------------------
 * About
 * ------------------------------------------------- */
 
#text_about {
	margin-left: 25px;
	margin-top: 165px;
	width: 240px;
	height: 25px;
	position:absolute;
}
#about {
	width: 240px;
	margin-left: 25px;
	margin-top: 205px;
	position:absolute;
	font-size: 12px;
	line-height: 18px;
	/*text-align: justify;*/	
}
.about_pixma_cms {
	color: #FFB800;
	font-weight: bold;
}

/* -------------------------------------------------
 * Latest works
 * ------------------------------------------------- */

#text_last_works {
	margin-left: 290px;
	margin-top: 165px;
	width: 230px;
	height: 25px;
	position:absolute;
}
#last_works {
	width: 233px;
	margin-left: 290px;
	margin-top: 205px;
	position:absolute;
	font-size: 12px;
	line-height: 18px;
}
#last_works ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#last_works ul li {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	padding-left: 22px;
	background-image: url(img/pixmasoft_bullet.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}

/* -------------------------------------------------
 * Services
 * ------------------------------------------------- */
 
#text_services {
	margin-left: 577px;
	margin-top: 165px;
	width: 230px;
	height: 25px;
	position:absolute;
}
#services {
	width: 237px;
	margin-left: 577px;
	margin-top: 205px;
	position:absolute;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
.tag1 {
	font-size: 12px;
}
.tag2 {
	font-size: 13px;
	font-weight: bold;
}
.tag3 {
	font-size: 14px;
	font-weight: bold;
}
.tag4 {
	font-size: 16px;
	font-weight: bold;
}
.tag5 {
	font-size: 20px;
	font-weight: bold;
}

/* -------------------------------------------------
 * Course of events
 * ------------------------------------------------- */

#course_of_events {
	position: absolute;
	width: 570px;
	height: 93px;
	margin-top: 434px;
	margin-left: 266px;
}

/* -------------------------------------------------
 * Contact
 * ------------------------------------------------- */

#text_contact {
	margin-top: 562px;
	margin-left: 18px;
	position: absolute;
}
#contact_col_left {
	margin-top: 547px;
	margin-left: 147px;
	position: absolute;
}
#contact_col_right {
	margin-top: 547px;
	margin-left: 296px;
	position: absolute;
}
#button_write_us {
	width: 159px;
	height: 45px;
	margin-top: 553px;
	margin-left: 657px;
	position: absolute;
	cursor: pointer;
}
#button_write_us img {
	cursor: pointer;
}

/* -------------------------------------------------
 * News
 * ------------------------------------------------- */

#news {
	margin-top: 641px;
	margin-left: 0px;
	padding-left: 42px;
	position: absolute;
	width: 438px;
	height: 121px;
	background-image: url(img/pixmasoft_news_line.png);
	background-repeat: no-repeat;
	background-position: 23px top;
}
#news_title {
	color: #FFB800;
	font-size: 18px;
}
#news_date {
	color: #6F6F6F;
	font-size: 9px;
}
#news_text {
	color: #999999;
	font-size: 12px;
}
.news_read_closer {
	color: #FFB800;
	padding-left: 10px;
}
.news_title {
	color: #FFB800;
	font-size: 18px;
}
.news_date {
	color: #6F6F6F;
	font-size: 9px;
}

/* -------------------------------------------------
 * Footer
 * ------------------------------------------------- */
 
#footer {
	width: 840px;
	height: 172px;
	/*margin-top: 29px;*/
	position: relative;
}
#text_clients {
	margin-top: 92px;
	margin-left: 0px;
	position: absolute;
}
#text_partners {
	margin-top: 92px;
	margin-left: 565px;
	position: absolute;
}

/* -------------------------------------------------
 * Popup (shadowbox)
 * ------------------------------------------------- */
 
.popup {
	padding: 0px;
	margin: 25px;
}
#shadowbox_logo {
	width: 96px;
	height: 18px;
	background-image: url(img/pixmasoft_popup_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 10000;
	margin-left: 10px;
	margin-top: -23px;
}
