html {
	padding: 0;
	margin: 0;	
}

body {
	padding: 0;
	margin: 0;	

	font-family: tahoma;
	font-size: 11px;
	color: #938c75;
	text-align: center;
	background: white url(images/creatim-bodybg.gif) 0 0 repeat-x;
}

a {
	color: #cc3300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	position: relative;
	clear: both;
}
.clear_right {
	position: relative;
	clear: right;
}
.clear_left {
	position: relative;
	clear: left;
}

.x {
	display: none;
}


/********************
		WRAPPER
*********************/

#wrapper {
	position: relative;
	width: 780px;
	
	margin: 0 auto;
	text-align: left;
	
	/*border-top: 6px solid #CCC;*/
}

#wrapper_inner {
}




/********************
		HEADER
*********************/

#header {
	margin:3px 0 0 0;
	width: 780px;
	background: transparent url(../../images/creatim-logo3.gif) 0 0 no-repeat;
	height:145px;
	position:relative;
}
#header a {
	margin: 0;
	padding: 0;
	display:block;
	width:215px;
	height:65px;
	position:absolute;
	left:22px;
	top:15px;
}

#header img {
	margin: 0;
	padding: 0;
	display:none;
}

#header div.n1 {
	position: absolute;
	display: block;
	width: 170px;
	height: 100px;
	top: -3px;
	left: -170px;
	background: transparent url(images/logo-osvetlitev.gif);
}

/*
.n1 {
	display: none;
}
*/
/********************
		HMENU
*********************/

#hmenu {
	position: relative;

	width:720px;
	margin-top: -32px;
	margin-left:30px;
	margin-right:30px;
	z-index: 100;
	background: transparent url(images/blank.gif);
	border-bottom: 1px solid #d7d0b9;
}

#hmenu_inner {
	height: 28px;
	
}

#hmenu ul {
	padding: 0;
	margin: 0;

	list-style: none;
}

#hmenu ul a {
	text-decoration: none;
}

#hmenu ul li {
	display: block;
	position: relative;
	float: left;
	
	padding: 0;
	margin: 0;
}

#hmenu ul li a {
	display: block;
	padding: 5px 10px 4px 10px;
	margin: 0;

	color: #444;
	
	font-size: 11px;
	font-weight: bold;

}

#hmenu ul li a:hover, #hmenu ul li a.selected {
	/*background-color: #eeffee;*/
	color: #cc3300;
}

#hmenu ul ul {
	display: none;
	position: absolute;

	background: transparent url(images/blank.gif);
	width: 170px;
	
}

#hmenu ul li:hover ul, #hmenu ul li.over ul {
	display: block;
}

#hmenu ul ul li {
	display: block;
	position: relative;
	float: left;
	border: 1px solid white;
	border-top: none;
	
	padding: 0;
	margin: 0;
}

#hmenu ul ul li.first {
	border: 1px solid white;
}

#hmenu ul ul li a {
	display: block;
	
	width: 170px;
	
	padding: 3px 5px 4px 23px;
	margin: 0;

	background: #696 url(images/hmenu_bullet_1_1_1.gif) left top no-repeat;
	color: white;
	border: 1px solid #696;
	
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
}

#hmenu ul ul li a:hover {
	/*background: white url(images/hmenu_bullet_over_1_1_1.gif) left top no-repeat;*/
}

/********************
		PAGE
*********************/

#page {
	position: relative;
	display: block;
	width: 780px;
	margin: 0px;
	padding: 10px 0 0 0;
	background: transparent url(images/creatim-content.gif) no-repeat;
}

#page_inner {
	padding: 0 30px;
	background: transparent url(images/bg_page_wide.gif) 10px 0px repeat-y;
}

#page.wide #page_inner {
	background: transparent url(images/bg_page.gif) 10px 0px repeat-y;
}


#page .n2, #page .n1 {
	display: none;
}

/********************
		COL1
*********************/

#col1 {
	display: none;
}

#col1 .n2, #col1 .n1 {
	display: none;
}
/*
#col1 #user {
	margin: 15px;
	padding: 8px;
	border: 1px solid #CCC;
	background: white;
	text-align: center;
}

#col1 #user .u_name {
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
	
	text-align: left;
	border-bottom: 1px solid #CCC;
}

#col1 #user .u_content {
	text-align: left;
	padding: 3px 0 0 0;
}

#col1 #user .u_content a {
	display: block;
	margin-top: 5px;
}
*/
/********************
		CONTENT
*********************/

#content {
	position: relative;
	width: 565px;
	margin: 0 0 0 155px;
	padding: 0;
}

#content_inner {
	padding-left: 10px;
}

#content .n2, #content .n1 {
	display: none;
}

/********************
		COL2
*********************/

#col2 {
	padding: 0;
	color: #333;
	margin-right: 10px;
	width:390px;
}

#page.wide #col2 {
	margin-right: 0px;
	width:556px;
}

#col2_inner {
	text-align: justify;
}

#col2 h2 {
	margin: 0;
	padding: 2px 0 14px 0;
	
	font-size: 18px;
	color: #333;
}

#col2 .body_back {
	margin: 10px 0;
}

/*************************
* COL2 documents
*************************/


#col2 .documents h3 {
	color: #666;
	margin: 10px 0 0 0;
	padding: 0;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}

#col2 .documents dl {
	margin: 10px 0;
	padding: 0;
	border-top: 1px solid #CCC;
	
}

#col2 .documents dl img {
	margin: 3px 5px 0 0;
	float: left;
}
#col2 .documents dt {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #CCC;
	height: 1%;
}
#col2 .documents dl a {
}

#col2 .documents dl a:hover {}



/**********************
		COL2 LIST_ITEM
***********************/

#col2 .list_item {
	float: left;
	height: 1%;
	margin: 0;
	padding: 10px 0 20px 0;
	
	width: 100%;
	position: relative;
	
	border-bottom: 1px solid #CCC;
}

#col2 .item_image {
	float: right;
	width: 120px;

	padding: 2px;
	margin: 0 0 5px 5px; 

	border: 1px solid #999;

	text-align: center;
}

#col2 .list_item .sponsor {
	float: right;
	width: auto;
	border: none;
	padding: 2px;
	margin: 0 0 5px 5px; 
}

#col2 .list_item h3 {
	display: block;

	padding-bottom: 10px;

	margin: 0;
	
	font-size: 12px;
	font-weight: bold;
	color: #537a52;
}

#col2 .list_item h3 a {
	margin: 0;
	padding: 0 0 3px 0;
	
	font-size: 12px;
	font-weight: bold;
	color: #537a52;
}

#col2 .list_item .date {
	font-size: 11px;
	color: #666;
	width: 70px;
	float: left;
}

#col2 .list_item .more {
	color: #537a52;
	font-weight: bold;
}

#col2 .list_item .commented {
	color: #999;
	text-align: right;
}


#col2 .list_item .col_left {
	width: 90px;
	float: left;
}

#col2 .list_item .col_right {
	float: left;
	width: 320px;
}

#col2 .two_col dl {
	padding: 10px 0 0 0;
	margin: 0;
	width: 400px;
	
	
}

#col2 .two_col dt {
	height: 1%;
	float: left;
	clear: left;
	padding: 0;
	margin: 0 3px 0 0;
	font-weight: bold;
}
	
#col2 .two_col dd {
	display: block;
	padding: 0;
	margin: 0 0 5px 0;
}



/********************
		COL2 comments
*********************/

#comments {
	padding: 0;
	margin: 20px 0 18px 0;
	width: 363px;
}

#comments form {
	padding: 0 0 20px 0;
	margin: 0;
}

#comments .input_name {
	padding-top: 2px;
	background: transparent url(images/pikica.gif) top left repeat-x;
}

#comments .input_text {
	padding: 3px 0;
	margin: 0;
}

#comments .comment_name, #comments .comment_text {
	margin: 0;
	padding: 2px;
	
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	margin-top: 10px;
	width: 356px;
	border: 1px solid #CCC;
}

#comments .comment_text {
	height: 50px;
}

#comments .submit {
	margin: 0;
	padding: 2px 10px;
	
	font-family: tahoma;
	font-size: 11px;
	
	border: none;
	color: white;
	background-color: #537a52; 
}

#comments .output {
	margin: 0;
	padding: 0;
	
	background: transparent url(images/pikica.gif) top left repeat-x;
}

#comments .nocomments {
	padding: 5px 0;
}

#comments .comment {
	margin: 0;
	padding: 5px 0;
	
	background: transparent url(images/pikica.gif) bottom left repeat-x;
}

#comments span.name {
	font-weight: bold;
}

#comments span.date {
	color: #666;
}

/********************
		COL2 FORMS
*********************/

#forms {
	margin: 20px 0 0 0;
	padding: 0;
	border-top: 1px solid #CCC;
	margin-top: 30px;
	padding-top: 20px;
}

#forms form {
	margin: 0;
	padding: 0;
	height: 1%;
}
/*
#forms_inner {
	margin: 0 0 20px 0;
	padding: 0 0 18px 0;
	
	background: transparent url(images/pikica.gif) bottom left repeat-x;
}
*/
#forms .esm_form_field {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #CCC;*/
/*	clear: both; */
}

#forms label {
	display: block;
	float: left;
	
	padding-top: 4px;
	margin-right: 5px;
	
	width: 90px;
}

#forms .inputfield_i, #forms .inputfield_t {
	margin: 0;
	padding: 2px;
	
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	
	width: 356px;
	border: 1px solid #CCC;
}
#forms .esm_form_field div.inputfield_r {
	margin-top: 5px;
	padding: 0;
}
#forms input.inputfield_r {
	float: left
}

#forms label.inputfield_r {
	display: inline;
	float: none;
	clear: right;

	padding-top: 0px;
	margin: 2px 0 0 0;
	
	line-height: 20px;
}
#forms div.inputfield_r {
	position: relative;
	display: block;
	width: 220px;
	margin-left: 100px;
}
#forms form div.inputfield_r span {
	display: block;
	width: 220px;
	clear: right;
	padding: 0 0 5px 0
}
#forms .inputfield_s {
	width: 150px;
	
	font-size: 11px;
	font-family: tahoma;
	
	margin: 0 0 10px 0;
	padding: 2px;
	
	border: 1px solid #CCC;
}

#forms .submit {
	margin: 10px 0;
	padding: 2px 10px;
	
	font-family: tahoma;
	font-size: 11px;
	
	border: none;
	color: white;
	background-color: #537a52; 
}


/********************
		GALLERY
*********************/

#gallery, .gallery {
	width: 382px;
	margin-right: -10px;
	margin-left: 7px;
}

#page.wide #gallery, #page.wide .gallery {
	width: 530px;
}

#gallery .thumbnail, .gallery .thumbnail {
	position: relative;
	display: block;

	float: left;
	
	width: 120px;
	height: 120px;
	
	border: 1px solid #CCC;

	line-height: 120px;
	text-align: center;
	
	margin: 0 5px 5px 0;
	
}

#gallery .thumbnail a, .gallery .thumbnail a {
	font-weight: normal;
}
	
#gallery .thumbnail img, .gallery .thumbnail img {
	vertical-align: middle;
	display: inline;
}



/********************
		COL3
*********************/

#col3 {
	display: inline;
	position: relative;
	z-index: 1;
	margin-right: 1px;
	
	float: right;
	
	width: 180px;
}

#col3_inner {
}

/********************
		VREME
********************/
#vreme {
	padding: 0 0 1px 0;
	height: 1%;
	width:145px;
}
#vreme .title {
	margin: 0;
	padding:0;
	display:block;
	width:145px;
	height:41px;
	background: transparent url(../../images/title_anketa.gif) top left no-repeat;
}
#vreme span{
	display:none;
}

#vreme .data {
	margin: 0 0 10px 0;
	padding: 0 5px 5px 0px;
	color:#333;
	background: transparent url(images/bg_dotted_line.gif) bottom left repeat-x;
}

#vreme .data div {
	position: relative;
	margin: 2px 0 0 0;
	padding: 2px 0;
}


#vreme div.first, #vreme div.last {
	padding: 2px 0px;
}
/********************
		POLL
********************/
#poll {
	padding: 0 0 1px 0;
	height: 1%;
	width:145px;
}

#poll form {
	margin: 0;
	padding: 0;
	background: transparent url(images/bg_dotted_line.gif) bottom left repeat-x;
}

#poll .title {
	margin: 0;
	padding:0;
	display:block;
	width:145px;
	height:41px;
	background: transparent url(../../images/title_anketa.gif) top left no-repeat;
}

#vm_Podjetje .title {
	margin: 0;
	padding:0;
	display:block;
	width:145px;
	height:41px;
	background: transparent url(../../images/title_podjetje.gif) top left no-repeat;
}
#vm_Proizvodi .title {
	margin: 0;
	padding:0;
	display:block;
	width:145px;
	height:41px;
	background: transparent url(../../images/title_proizvodi.gif) top left no-repeat;
}
#vm_Reference .title {
	margin: 0;
	padding:0;
	display:block;
	width:145px;
	height:41px;
	background: transparent url(../../images/title_reference.gif) top left no-repeat;
}
#vm_Storitve .title {
	margin: 0;
	padding:0;
	display:block;
	width:145px;
	height:41px;
	background: transparent url(../../images/title_storitve.gif) top left no-repeat;
}
#vm_Akcije .title {
	margin: 0;
	padding:0;
	display:block;
	width:145px;
	height:41px;
	background: transparent url(../../images/title_akcije.gif) top left no-repeat;
}


#poll span{
	display:none;
}

#poll .question {
	color:#cc3300;
	padding: 5px;
	margin: 0;
	background: transparent url(images/bg_dotted_line.gif) bottom left repeat-x;
}

#poll .answers {
	margin: 0 0 10px 0;
	padding: 0 5px 5px 5px;
	color:#333;
	background: transparent url(images/bg_dotted_line.gif) bottom left repeat-x;
}

#poll .answers div {
	position: relative;
	margin: 2px 0 0 0;
	padding: 2px 0;
}

#poll input {
	position: absolute;
	top: 2px;
	left: 0;
}

#poll .answers label {
	position: relative;
	display: block;
	padding: 2px 0 0 25px;
}

#poll .answers div .indicator {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	
	height: 4px;
	background-color: #537a52;
	
	overflow: hidden;
}

#poll .all_answers {
	padding: 0 0 5px 5px;
	background: transparent url(images/bg_dotted_line.gif) bottom left repeat-x;
}

#poll .poll_submit, #poll .poll_view_answer, #poll .poll_back {
	position: static;
	margin: 0 0 5px 0;
	padding: 1px 5px;
	
	font-family: tahoma;
	font-size: 11px;
	
	border: 1px solid #537a52;
	color: #333;
	background-color: white;
}

#poll .poll_submit, #poll .poll_back {
	margin-left: 5px;
}

#poll div.first, #poll div.last {
	padding: 2px 0px;
}


/********************
		NEWSLETTER
********************/

#newsletter {
	background-color: white;
	padding: 0 0 1px 0;
	height: 1%;
}

#newsletter form {
	margin: 0;
	padding: 5px 5px 0 5px;
}

#newsletter .title {
	margin: 0;
	padding: 6px;
	height: 1%;
	
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	
	background: #537a52 url(images/icon_enovice.gif) top right no-repeat;
	border-bottom: 1px solid white;
}

#newsletter .desc {
	padding: 5px;
}

#newsletter input.textfield {
	margin: 0;
	padding: 2px;
	
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	
	width: 164px;
	border: 1px solid #CCC;
}

#newsletter input.submit {
	margin: 5px 0;
	padding: 1px 5px;
	
	font-family: tahoma;
	font-size: 11px;
	
	border: 1px solid #537a52;
	color: #537a52;
	background-color: white;
}

/********************
		DOCUMENTS
********************/

#documents {
	background-color: white;
	padding: 0 0 1px 0;
	height: 1%;
	overflow:hidden;
}
#documents span {
display:none;
}


#documents .title {
	margin: 0;
	padding: 0;
	width:145px;
	height:33px;
	display:block;
	background: white url(../../images/title_dokumenti.gif) top left no-repeat;
}

#documents dl {
	margin: 0;
	padding: 5px;
}

#documents dt {
	margin: 0;
	padding: 5px 0;
	
	background: transparent url(images/pikica.gif) bottom left repeat-x;
}

#documents dt img {
	padding-right: 5px;
}

#documents dt a {
	margin: 0;
	padding: 2px 0 0 0;
	color: #000;
}



/********************
		IMAGES
********************/

#images {
	background-color: white;
	padding: 0 0 1px 0;
	height: 1%;
}

#images .title {
	display:block;
	margin: 0;
	padding: 6px;
	height: 10px;
	
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	
	border-bottom: 1px solid #ddd;
}

#images img {
	padding: 15px;
}


/********************
		FOOTER
*********************/

#footer {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 780px;
	height:85px;
	background: url(images/creatim-footer.gif);
	color: #d7d0b9;
}

#footer_inner {
	text-align: right;
	padding: 4px;		
}

#footer_inner a {
	color: #d7d0b9;
	padding: 0 10px;
}

#poweredby {
	position: absolute;
	left: 20px;
	top:40px;
	padding-right: 12px;
	padding-bottom: 2px;
	background: transparent url(images/em_logo.gif) right 0 no-repeat;
}
#legal{
	position: absolute;
	top:40px;
	right:30px;
	
}

#akcije{
	
}


#akcije_item {
	position: relative;
	display: block;
	margin: 0;
	padding: 13px 0;
	background: transparent url(images/bg_dotted_line.gif) bottom left repeat-x;
}

#akcije_item span {
	display: block;
}

#akcije_item .date {
margin:0px;
padding:0;
display: block;
}

#akcije_item h3 {
margin:0;
padding:0;
display: block;
}


#akcije_item a {}


