@charset "utf-8";
/*CSS RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img, div, input {
    behavior: url("images/iepngfix.htc")
}

/* REST CSS */ 
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Tahoma, sans-serif;
    line-height: 1;
    background-image: url(images/top_background.jpg);
    background-repeat: repeat-x;
}

#main_wrap {
    width: 960px;
    margin: 0px auto;
}

/*HEADER*/
#header {
    float: left;
    width: 940px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.logo {
    float: left;
    width: 170px;
    padding-top: 20px;
}

.top_menu {
    float: right;
    background-image: url(images/top_menu.jpg);
    background-repeat: repeat-x;
}

.top_menu ul {
    float: right;
    font-size: 14px;
}

.top_menu li {
    float: left;
}

.top_menu li a {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 11px;
    height: 26px;
    text-decoration: none;
    color: #5f5f5f;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.top_menu li a:hover {
    background-image: url(images/top_menu_hover.jpg);
    background-repeat: repeat-x;
    color: #1C94C6;
}

.top_menu li.top_border {
    float: left;
}

li.top_active a {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    background-image: url(images/top_menu_hover.jpg);
    background-repeat: repeat-x;
    color: #007ebb;
}

/*FLASH*/
#flash_container {
    float: left;
    width: 940px;
    padding-left: 10px;
    padding-right: 10px;
}

/*MAIN CONTENT*/
#main_content {
    float: left;
    width: 940px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 40px;
}

.left_box {
    float: left;
    width: 584px;
}

.left_box_text {
    float: left;
    background-image: url(images/front_left.jpg);
    background-repeat: repeat-x;
    height: 252px;
    width: 524px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}
.left_box_text p a {
    color: #1C94C6;
	text-decoration: underline;
}
.left_box_text p a:hover {
	text-decoration: none;
}
.left_box_text h1 {
    float: left;
    width: 584px;
    color: #4f4f4f;
    font-size: 24px;
    padding-bottom: 30px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "sans-serif";
    font-weight: normal;
}

.left_box_text p {
    float: left;
    width: 524px;
    padding-bottom: 54px;
}

.more_news {
    float: right;
    color: #fff;
    padding: 2px 4px;
    background-color: #0080c0;
    text-decoration: none;
}

.more_news:hover {
    background-color: #666666;
    text-decoration: none;
}

.right_box {
    float: left;
    background-color: #1d94c6;
    height: 282px;
    width: 356px;
    background-image: url(images/shadow.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

.right_box_wrap {
    float: left;
    background-color: #1d94c6;
    width: 336px;
    padding-left: 18px;
    background-image: url(images/shadow.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

.right_box_wrap h1 {
    float: left;
    width: 327px;
    color: #fff;
    font-size: 20px;
    height: 29px;
    background-color: #0078aa;
    padding-top: 10px;
    padding-left: 10px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "sans-serif";
    font-weight: normal;
}

.right_box_wrap ul {
    float: left;
    width: 336px;
    padding-bottom: 20px;
}

.right_box_wrap li {
    float: left;
    width: 316px;
    background-image: url(images/news_front_border.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 10px 10px;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
}

.right_box_wrap li a {
    color: #fff;
    text-decoration: none;
}

.right_box_wrap li a:hover {
    text-decoration: underline;
}

.right_box_wrap img {
    float: left;
    margin-right: 10px;
    border: 1px solid #fff;
}

.act_more {
    float: right;
    padding-right: 10px;
}

.act_more a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-align: right;
}

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



/*EMICCA ABOUT / PAGES*/
#page {
    float: left;
    width: 960px;
}

.page_top {
    float: left;
    width: 940px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(images/services_top.jpg);
    background-repeat: no-repeat;
    height: 55px;
}

.page_top h1 {
    float: left;
    width: 200px;
    font-size: 24px;
    color: #fff;
    padding-top: 15px;
    padding-left: 20px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "sans-serif";
    font-weight: normal;
}

.page_wrap {
    width: 940px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.page_box {
    float: left;
    width: 880px;
    background-image: url(images/front_services_back.jpg);
    background-repeat: repeat-x;
    padding-top: 25px;
    padding-bottom: 20px;
    background-color: #FAFAFA;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
}

.page_left {
    width: 600px;
    float: left;
    text-align: justify;
    padding-right: 30px;
}
.page_left p {
    padding-bottom: 15px;
}
.page_left a {
    color: #1C94C6;
	text-decoration: none;
}
.page_left a:hover {
	text-decoration: underline;
}
.page_left h1 {
    font-size: 22px;
    font-weight: normal;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #1C94C6;
}

.page_left h2 {
    font-size: 22px;
    font-weight: normal;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #1C94C6;
}

.page_left h3 {
    font-size: 16px;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 5px;
    color: #555555;
}

.page_left li {
    list-style: circle inside;
    padding-bottom: 10px;
}
.page_text{
	float: left;
	width: 600px;
	padding-bottom: 15px;
	line-height: 22px;
}
.page_text li {
	padding-bottom: 0px;
}
.page_right {
    width: 230px;
    float: left;
    background-color: #1C94C6;
    padding: 10px;
    color: #fff;
}
.page_right a{
    color: #fff;
	text-decoration: underline;
}
.page_right a:hover{
	text-decoration: none;
}
.page_right h2 {
    font-size: 24px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page_right li {
    background-image: url(images/news_front_border.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 7px 7px;
}

.page_right li a {
    color: #FFF;
    text-decoration: none;
}

.page_right li a:hover {
    color: #FFF;
    text-decoration: underline;
}

/*SERVICES*/
#services {
    float: left;
    width: 960px;
}

.services_top {
    float: left;
    width: 940px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(images/services_top.jpg);
    background-repeat: no-repeat;
    height: 55px;
}

.services_top h1 {
    float: left;
    width: 200px;
    font-size: 24px;
    color: #fff;
    padding-top: 15px;
    padding-left: 20px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "sans-serif";
    font-weight: normal;
}

.services_info {
    float: right;
    padding-top: 20px;
    padding-right: 20px;
    font-size: 12px;
    color: #666666;
}
.services_info a {
    color: #585858;
	text-decoration: underline;
}
.services_info a:hover {
	text-decoration: none;
}
.services_wrap {
    width: 940px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.services_box {
    float: left;
    width: 940px;
    background-image: url(images/front_services_back.jpg);
    background-repeat: repeat-x;
    padding-top: 25px;
    padding-bottom: 20px;
}

.services_box h2 {
    font-size: 22px;
    color: #666666;
    padding-bottom: 30px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "sans-serif";
    font-weight: normal;
    text-align: left;
}

.services_box p {
    float: left;
    padding-bottom: 15px;
    width: 190px;
    height: 80px;
}

.services_web {
    float: left;
    width: 270px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    text-align: justify;
}

.services_web img {
    float: left;
    padding-right: 10px;
}

.services_graphics {
    float: left;
    width: 270px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    text-align: justify;
}

.services_graphics img {
    float: left;
    padding-right: 10px;
}

.services_software {
    float: left;
    width: 270px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    text-align: justify;
}

.services_software img {
    float: left;
    padding-right: 10px;
}

.services_more {
    float: right;
    width: 62px;
    height: 14px;
    background-image: url(images/s_more.jpg);
    background-repeat: no-repeat;
    text-align: right;
    text-decoration: none;
    color: #fff;
    line-height: normal;
    padding-right: 5px;
    font-size: 11px;
}

.services_more:hover {
    background-image: url(images/s_more_hover.jpg);
    background-repeat: no-repeat;
}

.services_tag {
    float: left;
    width: 580px;
	background-color: #fff;
	padding: 10px;
}
.services_tag a {
    color: #1C94C6;
	text-decoration: none;
	font-size: 11px;
}
.services_tag a:hover {
	text-decoration: underline;
}
/*FOOTER*/
#footer {
    float: left;
    width: 940px;
    padding-left: 10px;
    padding- right: 10px;
    padding-top:
    40px;
    padding-bottom:
    50px;
}

.footer_wrap {
    float: left;
    width: 940px;
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
    padding-top: 30px;
}

.footer_social {
    float: left;
    width: 200px;
}

.footer_social h1 {
    font-size: 20px;
    color: #666666;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "sans-serif";
    font-weight: normal;
}

.footer_social ul {
    float: left;
    padding-top: 15px;
}

.footer_social li {
    float: left;
    background-image: url(images/footer_dash.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 200px;
    font-size: 12px;
}

.footer_wrap li a {
    color: #666666;
    text-decoration: none;
}

.footer_wrap li a:hover {
    text-decoration: underline;
}

.footer_wrap img {
    float: left;
    padding-right: 10px;
}

.follow {
    padding-top: 2px;
    float: left;
}

.footer_random {
    float: left;
    width: 350px;
    padding-left: 40px;
}

.footer_random h1 {
    font-size: 20px;
    color: #666666;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "sans-serif";
    font-weight: normal;
}

.footer_service {
    float: left;
    width: 350px;
    padding-top: 15px;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
}
.footer_service a {
    text-decoration: none;
	color: #1C94C6;
}
.footer_service a:hover {
    text-decoration: underline;
	color: #1C94C6;
}
.footer_ponuda {
    float: left;
    width: 300px;
    padding-left: 40px;
}

.footer_ponuda img {
    float: left;
}
.footer_ponuda a {
    color: #1C94C6;
	text-decoration: none;
}
.footer_ponuda a:hover {
	text-decoration: underline;
}
.footer_ponuda h2 {
    font-size: 18px;
    color: #6f9c10;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "sans-serif";
    font-weight: normal;
}

.footer_ponuda p {
    float: left;
    width: 180px;
    padding-top: 10px;
    font-size: 11px;
    color: #666666;
    line-height: 16px;
}

/*PORTFOLIO*/
.portfolio_left{
	float: left;
	width:420px;
	height: 264px;
	padding-bottom: 25px;
}
.portfolio_left img{
	float: left;
	border: 5px solid #ccc;
	width: 410px;
	height: 204px;
}
.portfolio_left img:hover{
	float: left;
	border: 5px solid #1C94C6;
}
.portfolio_right{
	float: left;
	width:420px;
	height: 264px;
	padding-left: 40px;
	padding-bottom: 25px;
}
.portfolio_right img{
	float: left;
	border: 5px solid #ccc;
}
.portfolio_right img:hover{
	float: left;
	border: 5px solid #1C94C6;
}
.portfolio_description{
	float: left;
	width: 410px;
	padding: 5px;
	background-color: #1C94C6;
	color: #fff;
	border-top: 1px solid #fff;
	height: 40px;
}
/*NOVOSTI*/
.news_left{
	float: left;
	width: 420px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	height: 100px;
}
.news_right{
	float: left;
	width: 420px;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	height: 100px;
}
.news_left img{
	float:left;
	border: 4px solid #fff;
}
.news_right img{
	float:left;
	border: 4px solid #fff;
}
.news_left h1{
	float:left;
	font-size: 16px;
	font-weight: normal;
	width: 242px;
	padding-bottom: 15px;
}
.news_left h1 a{
	text-decoration: none;
	color: #1C94C6;
}
.news_left h1 a:hover{
	text-decoration: underline;
}
.news_right h1{
	float:left;
	font-size: 16px;
	font-weight: normal;
	width: 242px;
	padding-bottom: 15px;
}
.news_right h1 a{
	text-decoration: none;
	color: #1C94C6;
}
.news_right h1 a:hover{
	text-decoration: underline;
}
.news_box{
	float: left;
	width: 242px;
	padding-left: 10px;
	padding-right: 10px;
}
.pagination{
	float: left;
	width: 880px;
	padding-top: 20px;
	font-size: 14px;
}
.pagination a{
	float: left;
	color: #808080;
	text-decoration: none;
	padding: 0px 3px;
}
.pagination a:hover{
	text-decoration: underline;
}
.current_page{
	float: left;
	color: #1C94C6;
	padding: 0px 3px;
}

/*KONTAKT*/
.input_wrap{
	float: left;
	width: 300px;
}
.input_wrap h3{
	float: left;
	width: 300px;
	font-size: 14px;
	color: #666666;
}
.input_field{
	float: left;
	width: 300px;
}
.input_field input{
	padding: 5px;
	width: 275px;
	font-size: 12px;
	border: 1px solid #ccc;
	color: #1C94C6;
}
.input_browse_wrap{
	float: left;
	width: 300px;
}
.input_browse input{

}
.input_wrap_message{
	float: left;
	width: 600px;
}
.input_wrap_message h3{
	float: left;
	width: 600px;
	font-size: 14px;
	color: #666666;
}
.contact_textarea{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
	color: #1C94C6;
	padding: 5px;
	width: 575px;
}
.submit_button{
	float: left;
	width: 600px;
	padding-top: 20px;
}
.submit_btn{
	font-size: 14px;
	cursor: pointer;
	padding: 3px;
}
.validation_error p{
	padding: 0px;
	font-size: 11px;
	color: #800000;
}

