/* --
author: Ivailo Milenkov, http://mianet.net
date created: September 2009

COLOR PALETTE
-------------------------
BLACK (bg color): #02020c
DARK BLUE: #112768
LIGHTER BLUE: #183690
LIGHT BLUE: #297fd1
DARK PURPLE: #993399
LIGHT PURPLE: #cc33ff 

------------------------------ */


@import url('reset.css');
@import url('typography.css');


#wrapper {
	margin:0 auto;
	width:974px;
	background-image: url(../images/wrapper-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 135px;
}
#header {
	color:#333;
	width:960px;
	float:left;
	height:105px;
	margin:30px 7px 0px;
	background:url(../images/mianet-header.jpg);
}
#logo {
	float: left;
	margin-left: 10px;
}
#navigation {
}
#content-box {
	float: left;
	background-image: url(../images/white-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#leftside {
	background:#FFFFFF url(../images/welcome_bg.jpg) repeat-x;
	margin:0px 0px 0px 7px;
	width:460px;
	float:left;
	padding: 10px;
}
#rightside {
	float:right;
	background:url(../images/welcome_bg.jpg) repeat-x;
	margin:0px 7px 0px 0px;
	width:460px;
	display:inline;
	padding: 10px;
}
#footer {
	clear:both;
	color:#999999;
	margin:10px 0px 0px;
	padding:10px;
}

#footer a:link, #footer a:visited{
	color: #FFFFFF;
	text-decoration: none;	
}
#footer a:hover{
	text-decoration: underline;	
}
/* 
Easy Slider 1.5 - jQuery plugin
writen by Alen Grakalic	
http://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding */

#slider{
	width: 460px !important;
	height: 400px !important;
	padding: 0px;
	float: left;
	margin-top: 10px;
	background-image: url(../images/web-dizajn-monitor.png);
}
#sliding-content {
	height: 248px !important;
	width: 401px !important;
	overflow:hidden;
	margin-top: 39px;
	margin-right: 31px;
	margin-bottom: 113px;
	margin-left: 28px;
	background-image: url(../images/web-design-tv.png);
}	

#sliding-content ul, #sliding-content li{
	margin:0;
	padding:0;
	list-style:none;
}
#sliding-content li{
	height: 248px;
	width: 401px;
	overflow:hidden; 
}	

#prevBtn, #nextBtn{
	display:block;
	height: 40px;
	width: 40px;
	}	
#prevBtn{
	margin-top: 340px;
	margin-left: 50px;
	}	
#nextBtn{
	margin-top: -40px;
	margin-left: 370px;
	}														
#prevBtn a, #nextBtn a{
	display:block;
	width:80px;
	height:110px;
	color: #999999;
	text-decoration: none;
	font-size: 1em;
	}	
#prevBtn a{
	background:0 url(../images/wed-dizajn-predishen.gif) no-repeat;
	}	
#nextBtn a{
	background:0 url(../images/wed-dizajn-sledvast.gif) no-repeat;	
	}												
/* // Easy Slider */


/* Social Icons */

#social {
	background-image: url(../images/social.gif);
	background-repeat: no-repeat;

	height: 80px;
	margin-top: 100px;
}

#social ul {
	list-style: none;
	padding: 0;
	margin: 0px;
}
#social li {
        display: inline;
}
#social li a:link, #social li a:visited {
	border: none;
	outline: none;
	text-indent: -7000px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#social li.gmail a:link, #social li.gmail a:visited {
	background-image: url(../images/socialni_iconi/gmail.gif);
	background-repeat: no-repeat;
	width: 70px;
	height: 80px;

}
#social li.gmail a:hover {
	background-image: url(../images/socialni_iconi/gmail-over.gif);
	background-repeat: no-repeat;
}
#social li.linkedin a:link, #social li.linkedin a:visited {
	background-image: url(../images/socialni_iconi/linked-in.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 65px;
}
#social li.linkedin a:hover {
	background-image: url(../images/socialni_iconi/linked-in-over.gif);
	background-repeat: no-repeat;
}
#social li.twitter a:link, #social li.twitter a:visited {
	background-image: url(../images/socialni_iconi/twitter.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 62px;
}
#social li.twitter a:hover {
	background-image: url(../images/socialni_iconi/twitter-over.gif);
	background-repeat: no-repeat;
}
#social li.facebook a:link, #social li.facebook a:visited {
	background-image: url(../images/socialni_iconi/facebook.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 63px;
}
#social li.facebook a:hover {
	background-image: url(../images/socialni_iconi/facebook-over.gif);
	background-repeat: no-repeat;
}
#social li.flickr a:link, #social li.flickr a:visited {
	background-image: url(../images/socialni_iconi/flickr.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 64px;
}
#social li.flickr a:hover {
	background-image: url(../images/socialni_iconi/flickr-over.gif);
	background-repeat: no-repeat;
}

#social li.picasa a:link, #social li.picasa a:visited {
	background-image: url(../images/socialni_iconi/picasa.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 63px;
}
#social li.picasa a:hover {
	background-image: url(../images/socialni_iconi/picasa-over.gif);
	background-repeat: no-repeat;
}
 #social li.youtube a:link, #social li.youtube a:visited {
	background-image: url(../images/socialni_iconi/you-tube.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 73px;
}
#social li.youtube a:hover {
	background-image: url(../images/socialni_iconi/youtube-over.gif);
	background-repeat: no-repeat;
}
/* End Social Icons */



/* CLASES */
.web-design {
	text-indent: -9999px;
	height: 85px;
	width: 380px;
	background-image: url(../images/web-site-design.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.preporyki {
	text-indent: -9999px;
	height: 85px;
	width: 380px;
	background-image: url(../images/web-sait-preporyki.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 5px;
}
.kontakti-za-web-design {
	text-indent: -9999px;
	height: 85px;
	width: 380px;
	background-image: url(../images/kontakti-za-web-dizain.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-left: 40px;
}


.highlight-purple {
	color: #FFFFFF;
	background-color: #cc33ff;
	font-size: 105%;
}
.highlight-grey {
	color: #666666;
	background-color: #CCCCCC;
	font-size: 105%;
}
