/***************************************************
				 Serbmedija STYLES
***************************************************/

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #FDFEFF;
	background-image: url(pic/podloga.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo{
	height: 137px;
	width: 414px;
	position: absolute;
	z-index: 101;
	bottom: 60px;
	right: 0px;
}
html>body #logo{background: url(pic/logo.png) top left no-repeat;}/* Mozilla, IE7 */

#logo-text{
	/*position: relative;*/
	position: absolute;
	z-index: 401;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	bottom: 20px;
	right: 0px;
	/*text-align: right;*/
	width:718px;
	height:34px;
}
html>body #logo-text{background: url(pic/Originalannacin.png) top right no-repeat;}/* Mozilla, IE7 */

#adresa{
	position: absolute;
	z-index: 401;
	bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	left: 40px;
}

/***************************************************
			DESIGN ELEMENTS
***************************************************/	

.clearing { height: 0; width:100%;display: block; clear: both; overflow:hidden; }  
.hidden{overflow: hidden;visibility: hidden;}

p{display: block;margin: 0px;padding-top: 5px;padding-bottom: 5px;}
ul{
	color: #606060;
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
li{
	margin-left: 5px;
	background-image: url(pic/li.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	padding-bottom: 5px;
}

a{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover{color: #999999;}

a.links{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
a.links:hover{color: #999999;}

/***************************************************
				 MAIN CONTAINER
***************************************************/

#container {
	width:100%;
	position: relative;
	min-height:100%;	
}
* html #container  {
	height:100%;
}


#container-message{
	text-align: center;
	margin-top: -35px;
	margin-left: -200px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 70px;
	visibility: visible
}

.message{
	position: absolute;
	width: 184px;
	height: 67px;
	right: 20px;
	top: 115px;
	margin: 0;
	z-index: 500;
	background-image: url(pic/baner.png);
}

#holder-logo{
	position: absolute;
	width: 758px;
	bottom: 0;
	right: 40px;
}

/***************************************************
			HEADING TEXT ELEMENTS
***************************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

h1{
	font-size: 20px;
	color: #2B8AE1;
	font-weight: normal;
	padding-bottom: 3px;
}

h2{
	font-size: 16px;
	font-weight: normal;
	color: #FA6501;
	font-family: Tahoma, Arial;
	padding-bottom: 5px;
}


h3{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 20px;
}

h4{
	font-size: 12px;
	color: #009BC2;
	font-family: "Lucida Sans Unicode", Arial;
	font-weight: normal;
	display: block;
	padding-bottom: 10px;
}

h5{
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: #297c24;
	padding-bottom: 6px; 
}

h6{
	font-size: 10px;
	font-weight: bold;
	color: #93c647; 
	padding-bottom:2px;
	}	

.text{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
}

/***************************************************
					CONTAINERS
***************************************************/

#holder-text{
	width: 700px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #5C5C5C;
	position: absolute;
	top: 60px;
	z-index: 401;
	left: 300px;
}

.holder-text{
	width: 550px;
	position: relative;
	float: left;
	text-align: justify;
}

.holder-baners{
	width: 70px;
	position: absolute;
	right: 40px;
	top: 60px;
}

.holder-images{
	position: absolute;
	top: 257px;
	right: 0px;
	z-index: 401;
}

.holder-icon{
	position: absolute;
	z-index: 401;
	left: 0px;
	top: 20px;
}

/***************************************************
				      FORMS
***************************************************/

form{margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight: normal;}

label{
	color:#666666;
	font-size:12px;
	width:60px;
	display:block;
	float:left;
	line-height: 26px;
	padding-right: 4px;
	font-weight: bold;

}

label{
	width:100px;
	margin: 0px;
	padding: 0px;
	line-height: 28px;
}

.textbox, .textbox1{
	border:1px solid #999999;
	font-size:11px;
	width:132px;
	line-height:18px;
	background-color: #FFFFFF;
	height: 18px;
	color: #666666;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 5px;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-right: 5px;
	float: left;
}

.textbox1{
	border-left: 3px solid #666666;
	width:130px;
}


textarea{
	font-size:11px;
	width:300px;
	line-height:16px;
	background-color: #FFFFFF;
	height: 120px;
	color: #666666;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 5px;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-right: 5px;
	float: left;
	border-top: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 3px solid #C2AC3F;
	font-family: Arial, Helvetica, sans-serif;
}

.holder-form{
	width:500px;
	position: relative;
	height: 28px;
}

.holder-form2{
	width:550px;
	position: relative;
	float: left;
	padding-top: 25px;
}

.sub-button{
	color: #666666;
	height: 25px;
	width: 135px;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#sub-holder{
	position: relative;
	height: 30px;
	width: 150px;
	z-index: 101;
	left: 106px;
	top: 20px;
}

.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FC1529;
	position: absolute;
	top: 6px;
	left: 270px;
}


/***************************************************
				      GALLERY
***************************************************/

.holder-photo{
	float:left;
	position: relative;
	width: 130px;
	height: 97px;
	margin: 5px;
	border: 1px solid #333333;
}

.gallery{
	width:580px;
	position: relative;
	float: left;
	padding-top: 10px;
}

/***************************************************
			        FOOTER
***************************************************/

#footer {
	width:100%;
	position: absolute;
}

#FooterOne{
	width:600px;
	float:left;
	text-align: left;
	padding-left: 5px;
}

#FooterTwo{
	width:200px;
	padding-top: 26px;
	background-image: url(pic/krojac-logo.gif);
	background-repeat: no-repeat;
	background-position: 118px 24px;
	height: 20px;
	padding-right: 10px;
	text-align: right;
	float: right;
}

a.krojac{
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
								
a.krojac:hover{color: #666666;}	

/***************************************************
				     MENU
***************************************************/

#nav-menu{
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 15px;
	top: 20px;
	position: relative;
	padding-bottom: 250px;
}

.menu-holder{
	position: relative;
	padding-bottom: 10px;
	width: 100px;
}

.menu-image-holder{
	text-align: center;
height:54px;
position:relative;
}

.menu-text-holder{
	padding-bottom: 5px;
	text-align: center;
position:relative;
}


body#home a#home_link, 
body#about a#about_link, 
body#usluge a#usluge_link, 
body#slucajevi a#slucajevi_link, 
body#contact a#contact_link{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00ADEF;
}

#index, #mms, #cenovnik, #video, #galerija, #kontakt{
	width: 51px;
	height: 54px;
	position: absolute;
	z-index: 10;
	left: 23px;
	top: 0px;
}

html>body #index, html>body #mms, html>body #cenovnik, html>body #video, html>body #galerija, html>body #kontakt{
	background-repeat: no-repeat;
	background-position: left top;
}/* Mozilla, IE7 */

html>body #index{background-image: url(pic/pocetna.png);}
html>body #mms{background-image: url(pic/MMS.png);}
html>body #cenovnik{background-image: url(pic/cenovnik.png);}
html>body #video{background-image: url(pic/video.png);}
html>body #galerija{background-image: url(pic/galerija.png);}
html>body #kontakt{background-image: url(pic/kontakt.png);}



