html, body {
	position: relative;
	margin: 0;
	padding: 0;
	background: #737373 url(img/bg_header_repeat.jpg) center top repeat-x;
	height: 100%;
}
body {
	font-family: trebuchet MS;
	font-size: 13px;
	text-align: center;
	background: transparent url(img/kenex_bg.jpg) center top no-repeat;
}

h1 {
	margin: 0;
	padding: 0 0 10px 0;
}
h2 {
	margin: 0;
	padding: 0 0 20px 0;
}
h3 {}
p {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

#wrapper {
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 167px;
}
	#header-upper {
		position: relative;
		padding: 9px 12px;
		height: 17px;
		color: #fff;
		font-weight: bold;
		/*background: red;*/
	}
	#header-upper div {
		float: left;
		position: relative;
		height: 17px;
		line-height: 17px;
	}
	#header-upper a {
		display: block;
		position: relative;
		height: 17px;
		width: auto;
		padding-left: 22px;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		outline: none;
	}
	#header-upper a:hover {
		background-position: left bottom;
	}
	#site-home {
		width: 230px;
	}
		#site-home a {
			font-weight: normal;
			background: transparent url(img/btn_home.gif) left top no-repeat;
		}
	#site-phone {
		padding: 0 24px 0 22px;
		background: transparent url(img/btn_phone.gif) left top no-repeat;
	}
	#site-contact {
		padding-right: 24px;
	}
		#site-contact a {
			float: left;
			background: transparent url(img/btn_contact.gif) left top no-repeat;
		}
	#site-company {
		width: 120px;
	}
	#site-company a {
		background: transparent url(img/btn_company.gif) left top no-repeat;
	}
	#header-upper #toolbox {
		float: none;
		position: absolute;
		right: 12px;
		top: 8px;
	}
		#toolbox div {
			margin: 0 0 0 25px;
		}
		#toolbox div a {
			display: block;
			padding: 0 0 0 19px;
			font-size: 9px;
			font-weight: normal;
		}
		#toolbox div a img {
			display: none;
		}
		#toolbox #t-lineheight {
			background: transparent url(img/tool_1.gif) left center no-repeat;
		}
		#toolbox #t-fontsize {
			background: transparent url(img/tool_2.gif) left center no-repeat;
		}
		#toolbox #t-print {
			background: transparent url(img/tool_3.gif) left center no-repeat;
		}
	#site-logo {
		display: block;
		position: absolute;
		left: 0;
		top: 35px;
		width: 810px;
		height: 118px;
		background: transparent url(../images/clear.gif) left top repeat;
	}
	#total-logo {
		display: block;
		position: absolute;
		right: 0;
		top: 35px;
		width: 100px;
		height: 118px;
		background: transparent url(../images/clear.gif) left top repeat;
	}
	#header-hidden, #site-logo span, #total-logo span {
		display: none;
	}

#menu {
	position: relative;
	height: 64px;
	background: transparent url(img/bg_menu.jpg) center top no-repeat;
	text-align: left;
}
	#menu-offer {
		position: absolute;
		padding: 10px 5px 10px 10px;
		top: 13px;
		left: 26px;
		font-size: 17px;
		font-style: italic;
		color: #0651a1;
		line-height: 19px;
	}
	#menu-buttons-holder {
		position: relative;
		margin: 0 0 0 200px;
		padding: 0;
		padding-right: 0px;
		height: 64px;
		list-style: none;
	}
		#menu-buttons-holder li {
			position: relative;
			float: left;
			margin: 0 5px 0 0;
			padding: 13px 0 0 0;
			background: transparent url(img/menu_seperator.gif) 0 22px no-repeat;
			/*line-height: 64px;*/
		}
			#menu-buttons-holder li a {
				display: block;
				position: relative;
				float: left;
				padding: 10px 5px 10px 10px;
				height: 19px;
				line-height: 19px;
				font-size: 14px;
				font-weight: normal;
				text-decoration: none;
				color: gray;
			}
			#menu-buttons-holder li a:hover, #menu-buttons-holder li.selected a  {
				color: #ed1a3b;
			}
			#menu-buttons-holder li.selected a  {
				color: #f8971d;
				font-size: 17px;
				font-style: italic;
				color: #0651a1;
			}

.body-left {
	float: left;
	width: 690px;
}
.body-right {
	float: right;
	width: 230px;
}

#firstpage-grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 920px;
}

.fp-thumb {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 230px;
	height: 144px;
	text-decoration: none;
	outline: none;
}
a.fp-thumb, a.fp-thumb span {
	cursor: pointer;
}
	.fp-thumb span {
		display: block;
		position: relative;
		text-decoration: none;
	}
	.fp-thumb img {
		display: block;
		position: relative;
		border: none;
	}
	.fp-thumb .button-data {
		position: absolute;
		left: 13px;
		top: 13px;
		width: 204px;
		height: 118px;
	}
	.fp-thumb .button-title {
		font-size: 18px;
		line-height: 20px;
		/*font-weight: bold;*/
		color: #fff;
		padding: 9px 11px 0 11px;
		height: 50px;
		background: transparent url(img/button_title_bg.gif) left top repeat-x;
	}
	a.fp-thumb:hover .button-title {
		background-image: url(img/button_title_over_bg.gif);
	}
	.fp-thumb .button-image {
		background: #555;
		height: 59px;
	}
	.fp-thumb .button-image-nocontent {
		position: absolute;
		left: 13px;
		top: 13px;
		width: 204px;
		height: 118px;
	}
	.fp-thumb .button-mask {
		display: block;
		position: absolute;
		width: 230px;
		height: 144px;
		top: 0;
		left: 0;
		background: transparent url(img/button_mask.png) left top no-repeat;
	}
	
.box a {
	outline: none;
	cursor: pointer;
}
.box-content-wrapper {
	display: block;
	position: relative;
	width: 230px;
	text-decoration: none;
	color: #333;
	/*background: yellow;*/
}

.box-content-wrapper .box-right-mask {
	display: block;
	height: 18px;
	width: 100%;
}
.box-content-wrapper .box-right-top {
	position: absolute;
	left: 13px;
	top: 13px;
	height: 5px;
	width: 204px;
	background: #fff;
}
.box-content-wrapper .box-right-top-mask {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 18px;
	width: 100%;
	background: transparent url(img/box_right_top.png) left top no-repeat;
}

.box-right-bottom {
	position: relative;
	height: 18px;
	background: transparent url(img/mask_box_right_bottom.png) left top no-repeat;
}
.box-narrow .box-content {
	display: block;
	padding: 0 13px;
	color: #333;
	background: transparent url(img/bg_box_right_middle.png) left top repeat-y;
}
.box-narrow .box-content-inner {
	background: #fff;
}
.box-right-title {
	width: 130px;
	padding: 5px 0 5px 10px;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #4695d1;
}

.box-right-desc {
	padding: 0 0 10px 10px;
	width: 140px;
	font-size: 12px;
	line-height: 14px;
}
.box-narrow .stretch .box-right-title, .box-narrow .stretch .box-right-desc {
	width: 185px;
}
.box-content-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 144px;
	background: transparent url(../images/blank.gif) left top repeat;
}
.span-block {
	display: block;
	position: relative;
}
.box-wide .box-content {
	display: block;
	text-decoration: none;
	color: #333;
	width: 100%;
}

.box-wide .box-content img, .box-narrow img {
	border: none;
}
.left_box1 .content-inner {
	width: 460px;
	padding-bottom: 20px;
}
.left_box1 .title  {
	padding: 0 0 10px 0;
	font-size: 22px;
	font-weight: bold;
	color: #ed1d3c;
	
}
.left_box1 .desc strong {
	color: #ed1d3c;
}
.left_box2 .content-inner {
	padding: 8px 14px;
	font-size: 17px;
	color: #fff;
	background: #ed1d3c;
}
.left_box2 .title  {
	font-size: 33px;
	font-weight: bold;
}
.left_box2 .desc {
	line-height: 19px;
}

.box-wide .border-top {
	position: relative;
	height: 18px;
	background: transparent url(img/bg_box_left_top.png) left bottom no-repeat;
}
.box-wide .border-bottom {
	position: relative;
	height: 18px;
	background: transparent url(img/bg_box_left_bottom.png) left top no-repeat;
}

.box-wide .box-wide-content-wrapper {
	padding: 18px 36px;
	background: transparent url(img/bg_box_left_middle.png) center top repeat-y;
}

.content-detail h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 33px;
	font-weight: bold;
	line-height: 35px;
	color: #4695d1;
}
.content-detail a {
	font-weight: bold;
	/*color: #4695d1;*/
	color: #074e9e;
	text-decoration: none !important;
}
.content-detail a:hover {
	text-decoration: underline!important;
}
.content-detail table {
	position: relative;
	margin: 10px 0;
	border-collapse: collapse;
	border-spacing: none;
	empty-cells: hide;
	border: 1px solid #ccc;
}
.content-detail table td {
	padding: 5px;
	empty-cells: hide;
}
.content-detail table td, .content-detail table tr, .content-detail table th {
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.content-detail .short-desc {
	padding: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
.rules {
	text-align: right;
	text-decoration: none;
}


#footer {
	position: relative;
	padding: 12px 36px;
	width: 848px;
	height: 54px;
	background: transparent url(img/bg_footer.png) left top no-repeat;
	color: #fff;
	font-size: 11px;
	text-align: right;
}
	#footer span {
		float: left;
	}
	#footer a {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer-upper {
		padding-top: 10px;
	}
	
#forms h2 {
	padding: 30px 0;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
}
#forms .notice h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ed1d3c;
	padding-top: 0px;
}
#forms form {
	position: relative;
	display: block;
	padding-bottom: 40px;
	width: 100%;
}
#forms .form_field {
	width: 100%;
	height: 25px;
}
#forms .form_field label {
	display: block;
	float: left;
	padding-right: 20px;
	width: 289px;
	text-align: right;
}
#forms .form_field input {
	display: block;
	float: left;
	width: 140px;
}
#forms .ftype_l {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	width: 305px;
	text-align: left;
	margin-left: 160px;
	margin-bottom: 10px;
}
#forms .ftype_l label {
	text-align: left;
}
#captcha_image {
	display: block;
	text-align: center;
	clear: both;
}
#requiredfields {
	display: block;
	text-align: center;
}
#forms input {
	font-family: trebuchet MS;
}
#forms .submit {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 165px;
	padding: 1px 5px 2px 5px;
	background: #4695d1;
	color: #fff;
	font-size: 13px;
	height: 19px;
	line-height: 14px;
	font-weight: bold;
	font-family: trebuchet MS;
	border: none;
	cursor: pointer;
}
#forms .message {
	text-align: center;
	font-weight: bold;
}
/*	nagradno vprasanje form	*/
#nagradna-field label {
	display: block;
	text-align: center;
}
	#nagradna-answers label {
		display: inline;
		text-align: left;
		padding-left: 15px;
	}
	#nagradna-answers span {
		display: block;
		padding: 10px 0;
		margin-left: 230px;
	}
	