/* //////////// PNG FIX //////////// */

div, a, p, em{ 
	behavior: url(iepngfix.htc); 
}

/* ///////////////////////////////// */

/* //////////// MIN-HEIGHT FIX //////////// */

/*
min-height: 200px;
height:auto !important;
height: 200px;
*/

/* ///////////////////////////////// */

body{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

a{
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

a:hover{
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

img{
	border: none;
}

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

ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

ol li{
	width: auto!important;
	height: auto!important;
	margin-bottom: 10px!important;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px!important;
	padding: 10px;
	color: #fff!important;
}

p{
	margin: 0;
	padding: 0;
}

em{
	font-weight: bold;
}

#wrapper{
	width: 830px;
	margin-left: auto;
	margin-right: auto;
}

#head{
	width: 800px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
}

#logo{
	position: relative;
	top: 20px;
}

#main_left{
	width: 400px;
	min-height: 500px;
	height:auto !important;
	height: 500px;
	float: left;
}

#main_right{
	width: 400px;
	min-height: 500px;
	height:auto !important;
	height: 500px;
	float: right;
}

#footer{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	text-align: center;
	padding-top: 30px;
}

#left{
	width: 400px;
	margin-top: 30px;
}

#right{
	width: 400px;
	margin-top: 30px;
}

li{
	width: 400px;
	height: 60px;
	margin-bottom: 40px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
}

li.last{
	margin-bottom: 0;
}

li.link{
	cursor: pointer;
}

li.link img{
	position: relative;
	left: 25px;
}

li.link_hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	cursor: pointer;
}

p.description{
	width: 300px;
	height: 60px;
	float: left;
	text-align: justify;
	padding-right: 15px;
	border-bottom: 1px dashed #000;
}

p.description_creative{
	width: 140px;
	height: 60px;
	float: right;
	text-align: justify;
	padding-right: 15px;
}

p.code{
	width: 60px;
	height: 60px;
	float: right;
	background-image: url(../images/code.png);
	background-repeat: no-repeat;
	margin-right: 25px;
	border-bottom: 1px dashed #000;
}

p.it{
	width: 60px;
	height: 60px;
	float: right;
	background-image: url(../images/it.png);
	background-repeat: no-repeat;
	margin-right: 25px;
	border-bottom: 1px dashed #000;
}

p.kaspersky{
	width: 60px;
	height: 60px;
	float: right;
	background-image: url(../images/kaspersky.png);
	background-repeat: no-repeat;
	margin-right: 25px;
	border-bottom: 1px dashed #000;
}

p.netasq{
	width: 60px;
	height: 60px;
	float: right;
	background-image: url(../images/netasq.png);
	background-repeat: no-repeat;
	margin-right: 25px;
	border-bottom: 1px dashed #000;
}

p.web{
	width: 188px;
	height: 50px;
	float: left;
	background-image: url(../images/web_design.png);
	background-repeat: no-repeat;
	position: relative;
	left: 25px;
	margin-top: 3px;
}

p.logos{
	width: 127px;
	height: 50px;
	float: left;
	background-image: url(../images/logos.png);
	background-repeat: no-repeat;
	position: relative;
	left: 25px;
	margin-top: 3px;
}

p.multimedia{
	width: 211px;
	height: 50px;
	float: left;
	background-image: url(../images/multimedia.png);
	background-repeat: no-repeat;
	position: relative;
	left: 25px;
	margin-top: 3px;
}

p.print{
	width: 126px;
	height: 50px;
	float: left;
	background-image: url(../images/print.png);
	background-repeat: no-repeat;
	position: relative;
	left: 25px;
	margin-top: 3px;
}

.tech{
	width: 375px;
	height: 42px;
	text-align: right;
	margin-top: 20px;
}



/* //////////// MAIN NAVIGATION //////////// */

#navigation{
	width: 208px;
	margin-left: 167px;;
	position: relative;
}

li.nav{
	margin-bottom: 0!important;
	height: auto!important;
	float: right;
	width: auto;
	margin-left: 20px;
}

.hidden{
	display: none;
}

.mailform{
	padding: 20px;
	color: #fff;
	text-align: justify;
}

.map{
	padding: 20px;
	color: #fff;
	text-align: justify;
}

.privacy_policy{
	width: 560px;
	text-align: justify;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
}


/* //////////// END MAIN NAVIGATION //////////// */


/* //////////// TOOLTIPS //////////// */


.menu2 {
	padding: 0;
	list-style: none;
}

.menu2 a {
	cursor: pointer;
}
.menu2 li em {
	font-weight: normal;
	background-image: url(../images/tooltip.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 170px;
	height: 15px;
	position: absolute;
	top: -57px;
	right: 0px;
	text-align: center;
	padding: 10px;
	z-index: 2;
	display: none;
	font-style: normal;
}

/* //////////// END TOOLTIPS //////////// */


/* //////////// CLICKABLE BOX //////////// */


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

.pane-list li {
	cursor: pointer;
}

.pane-list li:hover {
	background: #ccc;
}


/* //////////// END CLICKABLE BOX //////////// */

#creative_ground{
	width: 330px;
	height: 53px;
	float: right;
	position: relative;
	right: 50px;
	top: 20px;
}
