/* 

	project:  internet corporation
	author:   luka cvrk (www.solucija.com) 

   
*/


*{ margin: 0; padding: 0; }

body { 
	font: .74em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff url(images/bg.gif) repeat-x; 
	color: #444;
	width : 100%; position : relative;
}

a {	color: #317486;	background: inherit; text-decoration: none; }
a:hover { color: #808080; background: inherit; }
p { margin: 0 0 15px 0; }
h1 { font: bold 1.7em Times, italic;  margin: 20px 0 0; }
h1 a { color: #fff; background: inherit; }
h1 a:hover { color: #E4FFD3; background: inherit; }
h2 { font: bold 1.6em Arial, Sans-Serif; margin: 0 0 12px; }
h4 { color: #808080; background: inherit; font-weight: normal; font-size: .9em; }



#content {
background:transparent url(images/back.png) repeat-y scroll 0%;
width : 900px;
padding : 0px 8px;
float : left;
position : absolute;
left : 50%;
margin-left : -450px;

}
#fascia {float : left; width : 100%; background : #505050}
#logo { margin: 10px 0 0 0; height: 66px; width: 240px; float: left; background: url(images/logobg.gif) no-repeat bottom; text-align: center;}

#menu { float: right; padding: 40px 0 0; margin: 0 0 18px; }
#menu li { font-size: 1.1em; display: inline; }
#menu li a { padding: 30px 15px 0px 0; margin: 0 0 0 50px; color: #ccc; background: #505050 url(images/tab.gif) no-repeat right bottom;  }
#menu li a:hover { background: #505050 url(images/tabhover.gif) no-repeat right bottom; color: #FEFFB8; }

#intro { 
	clear: both;
	background: #fff url(images/intro.jpg) no-repeat;
	color: #FEFFB8;
	height: 170px;
	margin: 0 0 20px;
	padding: 45px 40px 0 0;
	text-align: right;
}
	#intro h1 { margin: 0; }
	#intro p { margin: 0; }
	
	#login { font-size: 1.2em; margin: 82px 0 0; font-weight:bold }
	#login a { color: #fff; background: #; padding: 4px 20px 6px;}
	#login a:hover { color: #FEFFB8; background: #CDC2B1 url; }

#left { clear: left; float: left; width: 240px; padding: 0 34px 0 15px; font-size: .9em; margin: 0 0 15px; }
	#leftmenu { list-style: none; margin: 0 0 20px 0; }
	#leftmenu li { padding: 0 0 0 12px; background: #fff url(images/bullet.gif) no-repeat center left; color: #46852F; }
	#leftmenu li a { background: #EAFFE3; color: #46852F; }

#right {
	margin: 0 15px 20px 0;
	padding: 0 0 0 35px;
	border-left: 1px solid #ccc;
	float: right;
	width: 560px;
	text-align: justify;
}
	#notice { padding: 12px 14px 1px; background: #f4f4f4 url(images/noticebg.gif) no-repeat bottom right; color: #808080; }
	#left a, #right a { background: #EFFCFF; color: #317486; }

	#left h3 { border-bottom: 1px solid #eee; padding: 0 0 7px; margin: 0 0 15px 0; }
	#right h2 { border-bottom: 1px solid #ccc; padding: 0 0 8px; }

#footer { clear: both; border-top: 1px solid #ccc; padding: 10px 0; margin: 0 0 15px; font-size: .9em; color: #808080; background: #fff; }
	#footer a { color: #4CA031; background: #fff; }
	#col1 { float: left; width: 274px; padding: 7px 0 0 15px; margin: 0 0 10px; }
	#col2 { float: left; width: 250px; border-left: 1px solid #ccc; padding: 7px 0 0 40px; }
	#col3 { float: right; width: 250px; border-left: 1px solid #ccc; padding: 7px 0 0 40px; }
	
	/* Forms */

.form-box { padding: 1.5em 1.5em 0.5em 1.5em; margin-bottom: 1.25em; background: #E8F6FD; border-bottom: 1px solid #B4DCF3;}

.form-box form { margin: 0; padding: 0; }



.ico-envelope { width: 88px; height: 61px; background: url(../img/ico-envelope.png) no-repeat 0 0; position: absolute; top: -35px; right: 0; }

  

#contact-form { position: relative; }

#contact-form form { margin: 0; padding: 2.5em 1.5em 0.5em 1.5em; background: #E8F6FD;  border-bottom: 1px solid #B4DCF3; position: relative; }

#contact-form form .inp-text, #contact-form form textarea { border: 1px solid #B6D8EB; }

#contact-form form textarea { width: 99%; }

.inp-text { padding: 2px 0; }



form .inp-text:focus { border-color: #003453 !important; }



#poptavka-form { position: relative; }

#poptavka-form h2, #contact-form h2 { margin-right: 90px; }

#poptavka-form form { margin: 0; padding: 2.5em 1.5em 0.5em 1.5em; background: #E8F6FD;  border-bottom: 1px solid #B4DCF3; position: relative; }

#poptavka-form form .inp-text, #poptavka-form form textarea { border: 1px solid #B6D8EB; }

#poptavka-form form textarea { width: 99%; }

.inp-text { padding: 2px 0; }



.form-intro-text { margin-right: 90px; }



fieldset {border: 0; margin: 0 0 0.5em 0; padding: 0; }

legend {font-weight: bold; font-size: 108%; border: 0; margin: 0 0 0.9em 0; padding: 0; position: relative; display: block; }

.fieldset-box p {margin-bottom: 0.3em; }



label { font-weight: bold; }



/* Widths */

.w-full { width: 100%; }

.w-half { width: 50%; }

.w-third { width: 33%; }

.w-quarter { width: 25%; }

.w-eighth { width: 12.5%; }