/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Envision
   TEMPLATE CODE: 	S-0013
   VERSION:          1.1
	LAST MODIFIED     Nov-14-2007 	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #CCC;
	/*font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #555; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #FF4300;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}
h1 {
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FF4508;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

/* images */
img {
	background: #FAFAFA;
	/*padding: 5px;*/
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 2px 2px;
	padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 952px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
}
#content-wrap {
	clear: both;
	width: 952px;
	padding: 0; 
	margin: 10px auto;
}
#header {
	width: 990px;
	position: relative;
	height: 103px;
	background: #CCC url(http://starweb.sk/p/includes/images/header.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;
	display:none;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	color:#666666;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 47px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 80px; left: 55px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}

/* Menu */
#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background:#999999;	
	font: bold 11px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 37px;
	width: 952px;	
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;
	color: #FF4C06;
}
#menu ul li a:hover {
	color: #D4E59F;	
}
#menu ul li#current a {	
	color: #D4E59F;
}

/* Main Column */
#main {
	width: 99%;
	padding: 0; 
	margin: 5px 0 0 5px;
}
#main h2 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #FF4C06; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(square-green.png) no-repeat 3px 50%;	
	text-transform: none;
}
#main h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}
/* Footer */	
#footer {
	clear: both;
	width: 990px;
	height: 1px;
	text-align: center;	
	font-size: 92%;
	background-color:#FFFFFF;
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:10px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:910px;
padding:10px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 1px #FFAD01;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:10px;
border-bottom:solid 1px #FFAD01;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:150px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:10px;
font-weight:normal;
text-align:right;
}
#stylized .small2{
color:#666666;
display:block;
font-size:10px;
font-weight:normal;
text-align:right;
width:30px;
}
#stylized input,textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:340px;
margin:2px 0 20px 10px;
}
#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:345px;
margin:2px 0 20px 10px;
}
#stylized .file{
border:solid 1px #aacfe4;
font-size:11px;
width:200px;
}
#stylized .submit{
font-size:11px;
background-color:#FF9900;
border:1px solid #333333;
font-weight:bold;
cursor:pointer;
text-align:center;
width:150px;
padding:3px;
margin:0px 10px;
float:right;
}
#stylized button{
font-size:11px;
background-color:#FF9900;
border:1px solid #333333;
font-weight:bold;
cursor:pointer;
text-align:center;
width:150px;
padding:3px;
margin:0px 10px;
float:right;
}

.tree
{
	margin:10px 0 0 -20px;
}
.tree_img
{
	margin:0 -7px -5px -5px;
}
.tree_link
{
	margin-top:-25px; 
	margin-left:27px;
}

.tm2{
	width:140px;
	display:inline-block;
	float:right;
	text-align:left;
	padding-left:12px;
	font-weight:normal;
}
.tm3{
	width:81px;
	display:inline-block;
	float:right;
	text-align:center;
	font-weight:normal;
}
.tm4{
	width:97px;
	display:inline-block;
	float:right;
	text-align:right;
	font-weight:normal;
}
.inpfa{
	padding:0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	width:70px;
}
.inppl{
	padding:0px;
	font-size:11px;
	font-family:Arial;
	margin:0px;
	width:110px;
	border:1px solid #CCCCCC;
	color:#333333;
}
.inulozit{
	padding:0px;
	font-size:8px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}

.hore{
	position:fixed;
	top:250px;
	right:0px;
	cursor:pointer;
}