@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------*/
/* -------------------- RESET CSS ---------------------*/
/* ----------------------------------------------------*/

html
{
	background: #FFF;
	color: #000;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img
{
	border: 0;
}
address,caption,cite,code,dfn,th,var,optgroup
{
	font-style: inherit;
	font-weight: inherit;
}
del,ins
{
	text-decoration: none;
}
li
{
	list-style: none;
}
caption,th
{
	text-align: left;
}
h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after
{
	content: '';
}
abbr,acronym
{
	border: 0;
	font-variant: normal;
}
sup
{
	vertical-align: baseline;
}
sub
{
	vertical-align: baseline;
}
legend
{
	color: #000;
}
input,button,textarea,select,optgroup,option
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input,button,textarea,select
{
	font-size: 100%;
}

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* ------------------- /RESET CSS ---------------------*/


/* ------------------------------------------------------*/
/* ------------------- TYPOGRAPGY CSS -------------------*/
/* ------------------------------------------------------*/
@font-face {
    font-family: 'Source Sans Pro Regular';
    src: url('/css/fonts/sourcesanspro-regular-webfont.eot');
    src: url('/css/fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('/css/fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('/css/fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Source Sans Pro SemiBold';
    src: url('/css/fonts/sourcesanspro-semibold-webfont.eot');
    src: url('/css/fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('/css/fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('/css/fonts/sourcesanspro-semibold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Source Sans Pro Light';
    src: url('/css/fonts/sourcesanspro-light-webfont.eot');
    src: url('/css/fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('/css/fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('/css/fonts/sourcesanspro-light-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ------------------ /TYPOGRAPGY CSS -------------------*/


/* ----------------------------------------------------*/
/* ------------------- ELEMENTS CSS -------------------*/
/* ----------------------------------------------------*/

html {
	height: 100%;
	background: #f2f3f2;
}

body {
	font-family: 'Source Sans Pro Regular', arial, helvetica, sans-serif;
	height: 100%;
}

*html body{
	height: 100%;
}

.clear {
	clear: both;
}

/* -- headings -- */
h1 {
	font-family: 'Source Sans Pro SemiBold';
	font-size: 24px;
	color: #334333;
}

h2 {
	color: #334333;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}

h2 span {
	font-family: 'Source Sans Pro SemiBold';
}

h3 {
	font-family: 'Source Sans Pro SemiBold';
	color: #bd5700;
	font-size: 24px;
}

h4 {
}

h5 {
}

h6 {
}

p{
	font-size: 14px;
	color: #808980;
	line-height: 20px;
	margin-bottom: 14px;
}

/* -- links -- */
a, a:link {
	color: #82bc00;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	outline:none;
	text-decoration: underline;
}

/* -- blockquotes -- */
blockquote {
}

input {
	border: none;
}

ul {
}

li {
	font-size: 14px;
	color: #808980;
}

/* ------------------ /ELEMENTS CSS -------------------*/


/* ----------------------------------------------------*/
/* -------------------- LAYOUT CSS --------------------*/
/* ----------------------------------------------------*/

#wrap {
	margin: 0 auto;
	width: 960px;
	padding: 0 20px;
	height: auto;
}

/* ----------------------------*/
/* ---------- HEADER ----------*/
/* ----------------------------*/
header {
	width: 960px;
	position: relative;
	height: 145px;
}

#logo {
	position: absolute;
	top: 55px;
	left: 40px;
}

	#search_form {
		position: absolute;
		top: 10px;
		right: 280px;
		width: 260px;
		height: 30px;
		background: url("/image/search_bar.png") 0 0 no-repeat;
		
	}
	
		#search_form div {
			float: left;
		}
		
		#search_form #search_input input {
			width: 210px;
			margin-left: 10px;
			background: none;
			padding: 7px 5px;
			font-size: 13px !important;
			margin-top: 0px;
			border: none;
		}
		
		#search_btn {
			background: none;
			cursor: pointer;
			width: 30px;
			height: 30px;
			color: transparent;
			font-size: 0px;
			border: none;
		}

#repair_request {
	position: absolute;
	top: 0;
	right: 0;
}

#main_nav {
	position: absolute;
	top: 50px;
	right: 0;
	background: url("/image/main_nav_right.png") right 0 no-repeat;
	padding-right: 7px;
}

ul#main_nav,ul#main_nav ul{
	margin:0;
	list-style:none;
	/*padding:0;*/
	/*background-color:#dedede;*/
	/*border-width:1px;*/
	/*border-style:solid;*/
	/*border-color:#5f5f5f;*/
}
ul#main_nav ul{
	display:none;
	position:absolute;
	left:0;
	top:100%;
	background-color:#94c525;
	border-color:#d4d4d4;
	/*padding:0 10px 10px;*/
	min-width: 130px;
}
ul#main_nav ul ul {
	background-color:#a7d04d;
}
ul#main_nav li:hover>*{
	display:block;
}
ul#main_nav li{
	position:relative;
	display:block;
	white-space:nowrap;
	font-size:0;
	float:left;
	margin: 0 0 0 1px;
}
ul#main_nav li#main_nav_homepage_li {
	padding-left: 7px;
	background: url("/image/main_nav_left.png") 0 0 no-repeat;
	margin: 0;
}
ul#main_nav li#main_nav_homepage_li a#main_nav_homepage_a {
	display: block;
	text-indent: -9999px;
	background: url("/image/main_nav_home.png") 0 0 no-repeat;
	height: 76px;
	padding: 0;
	width: 49px;
}
ul#main_nav li:hover{
	z-index:1;
}
ul#main_nav ul ul{
	position:absolute;
	left:100%;
	top:0;
}
* html ul#main_nav li a{
	display:inline-block;
}
ul#main_nav>li{
	/*margin:0;*/
	padding: 2px 0;
}
ul#main_nav a:active, ul#main_nav a:focus{
	outline-style:none;
}
ul#main_nav a{
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 14px;
	color:#fff;
	/*text-shadow:#FFF 0 0 1px;*/
	cursor:pointer;
	padding:29px 10px 28px;
	background: url("/image/main_nav_item.png") 0 0 repeat-x;
	/*background-color:#c1c1c1;*/
	/*background-image:url("mainbk.png");*/
	/*background-repeat:repeat;*/
	/*background-position:0 0;*/
	/*border-width:0 0 0 1px;*/
	/*border-style:solid;*/
	/*border-color:#C0C0C0;*/
}
ul#main_nav li a.selected {
	background-color:#d5881b;
}
ul#main_nav ul li{
	float:none;
	/*margin:10px 0 0;*/
}
ul#main_nav ul a{
	text-align:left;
	padding:4px 10px;
	/*background-color:#FFFFFF;*/
	background-image:none;
	border-width:0;
	font:14px;
	color:#fff;
	text-decoration:none;
	text-transform: none;
}
ul#main_nav li:hover>a,ul#main_nav li a.pressed{
	background-color:#d5881b;
	/*border-color:#C0C0C0;*/
	/*border-style:solid;*/
	color:#fff;
	/*text-shadow:#FFF 0 0 1px;*/
	background-image:url("mainbk.png");
	background-position:0 100px;
	text-decoration:none;
}
ul#main_nav li#main_nav_homepage_li a#main_nav_homepage_a:hover,
ul#main_nav li#main_nav_homepage_li a.selected {
	background: url("/image/main_nav_home.png") -49px 0 no-repeat !important;
}
ul#main_nav span{
	display:block;
	overflow:visible;
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:0px;
}
ul#main_nav ul span{
	background-image:url("arrowsub.png");
	padding-right:12px;
}
ul#main_nav ul li:hover>a,ul#main_nav ul li a.pressed{
	background-color:#d5881b;
	background-image:none;
	color:#fff;
	text-decoration:none;
}
ul#main_nav li.topfirst>a{
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
}
ul#main_nav li.toplast>a{
	border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}


/* ---------- /Header ---------*/


/* -----------------------------*/
/* ---------- CONTENT ----------*/
/* -----------------------------*/

#content {
	margin-bottom: 40px;
}

#homepage_slider {
	width: 940px;
	padding: 10px;
	margin-bottom: 40px;
	background: url("/image/homepage_slider_bg.png") 0 0 no-repeat;
	position: relative;
}

	#homepage_slider .bx-viewport {
		height: 350px !important;
	}

	#homepage_slider .bx-prev,
	#homepage_slider .bx-next {
		display: block;
		position: absolute;
		width: 20px;
		height: 80px;
		top: 145px;
		text-indent: -9999px;
	}
	
	#homepage_slider .bx-prev {
		background: url("/image/homepage_slider_prev.png") 0 0 no-repeat;
		left: -20px;
	}

	#homepage_slider .bx-next {
		background: url("/image/homepage_slider_next.png") 0 0 no-repeat;
		right: -20px;
	}

#homepage_services {
	width: 460px;
	float: left;
	margin-right: 30px;
}

	#homepage_services li {
		width: 440px;
		height: 80px;
		padding: 10px;
		background-image: url("/image/services_bg.png");
		margin-bottom: 5px;
		position: relative;
	}
	
	#homepage_services li.service_1 {
		background-position: 0 0px;
	}

	#homepage_services li.service_2 {
		background-position: 0 -100px;
	}

	#homepage_services li.service_3 {
		background-position: 0 -200px;
	}
	
	#homepage_services img {
		position: absolute;
		top: 10px;
		left: 10px;
		max-width: 79px;
	}
	
	#homepage_services .service_text {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 330px;
	}

#pages_top {
	width: 960px;
	height: 51px;
	background: url("/image/pages_top.png") 0 0 no-repeat;
	margin: 20px 0 30px;
	position: relative;
}

	p.breadcrumbs {
		position: absolute;
		right: 20px;
		top: 0px;
	}
	
	#pages_top a,
	#pages_top a:link,
	#pages_top a:visited {
		color: #808980;
	}
	
	#pages_top h1 {
		position: absolute;
		top: 22px;
		left: 20px;
	}

#main_content {
	width: 660px;
	float: left;
}

	#main_content h2 {
		margin-bottom: 0px;
		/*font-family: 'Source Sans Pro SemiBold';*/
		font-size: 18px;
	}
	
	#main_content .content_item {
		padding: 0 0 0 10px;
		margin-bottom: 10px;
	}
	
	#main_content .highlight {
		background: #fff;
		padding: 5px 10px 1px;
		border-radius: 5px;
	}

	#main_content .news_item {
		padding: 10px;
		margin: 0 0 10px 10px;
		background: #fff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		height: 70px;
	}
	
		#main_content .news_item .news_pic {
			float: left;
			width: 70px;
			height: 70px;
			overflow: hidden;
			margin: 0 10px 0 0;
		}
		
		#main_content .news_item .news_detail {
			margin: 0 10px 40px 0;
			float: left;
		}
		
		#main_content .news_item h2 {
			line-height: 18px;
			margin-bottom: 2px;
		}
		
		#main_content .news_item p {
			margin: 0;
		}
		
		p.date {
			font-style: italic;
			line-height: 14px;
		}
	
	#main_content li {
		list-style-type: disc;
		list-style-position: inside;
	}

	.equipments_titles {
		background: #fff;
		padding: 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 20px;
	}
	
	.list_equipments {
		
	}
	
		.list_equipments li {
			width: 300px;
			background: #fff;
			height: 150px;
			padding: 10px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			position: relative;
			float: left;
			/*margin-right: 20px;*/
			margin-bottom: 20px;
			list-style-type: none !important;
		}
		
		.list_equipments li.right {
			margin-left: 20px;
		}
		
			.list_equipments li img.product {
				float: left;
				margin-right: 10px;
			}
			
			.list_equipments li img.details_btn {
				position: absolute;
				right: 10px;
				bottom: 10px;
			}
			
	.equipments_content {
		width: 650px;
		padding: 10px 0 10px 10px;
		background: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 20px;
	}
	
	.no_bg {
		background: none;
	}
	
		.equipments_content .equipments_gallery {
			width: 300px;
			float: left;
			margin-right: 20px;
			position: relative;
		}
		
			.equipments_content .equipments_gallery .main_pic {
				position: absolute;
				top: 0;
				max-width: 300px;
			}
			
			.equipments_content .equipments_gallery ul {
				margin-top: 300px;
			}
		
				.equipments_content .equipments_gallery ul li {
					float: left;
					cursor: pointer;
					list-style-type: none !important;
				}
		
		.equipments_content .equipments_data {
			float: left;
			width: 310px;
		}
		
			.equipments_content .equipments_data li {
				line-height: 16px;
			}
		
			.equipments_content .equipments_data h1 {
				font-size: 36px;
				color: #334333;
				line-height: 30px;
				margin: 12px 0 0;
			}
			
			.equipments_content .equipments_data h2 {
				line-height: 24px;
				margin-bottom: 20px !important;
			}
			
			.equipments_content .equipments_data .small_desc {
				margin-bottom: 20px;
			}
			
			.equipments_content .equipments_data .order_btn {
				margin-bottom: 20px;
			}
			
			.equipments_content .equipments_data .rent_p {
				font-size: 13px;
				margin-bottom: 5px;
			}
			
.jquery_form {
	
}

	.jquery_form .fields {
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #d9dcd9;
	}

	#rentForm fieldset {
		float: left;
		width: 320px;
	}
	
	#assistForm fieldset {
		width: 650px;
	}
	
	.jquery_form .left {
		margin-right: 10px;
	}
	
	.full_width {
		margin-bottom: 10px;
		float: left;
		width: 650px;
	}
	
	#assistForm .full_width div {
		width: 320px;
		float: left;
	}
	
	#assistForm .full_width textarea {
		width: 560px;
	}
	
	#assistForm .full_width div.width_430 {
		width: 430px;
	}
	
		#assistForm .full_width div.width_430 input {
			width: 340px;
		}

	#assistForm .full_width div.width_210 {
		width: 210px;
		margin-left: 10px;
	}
	
		#assistForm .full_width div.width_210 label {
			width: 90px;
		}
		
		#assistForm .full_width div.width_210 label.error {
			margin-left: 100px;
			width: 100px;
		}

		#assistForm .full_width div.width_210 input {
			width: 100px;
		}
		
		#email_address {
			display: none;
		}
	
		#rentForm fieldset div {
			margin-bottom: 10px;
			float: left;
		}
		
		#assistForm fieldset div.right {
			margin-left: 10px;
			float: left;
		}
	
		.jquery_form fieldset label {
			width: 70px;
			padding: 0 10px 0 0;
			text-align: right;
			float: left;
			font-size: 14px;
			color: #808980;
			line-height: 28px;
		}
		
		.contact fieldset label {
			width: 70px;
		}
		
		
		#assistForm fieldset label {
			width: 70px;
		}
		
		.jquery_form fieldset label.error {
			font-size: 12px;
			color: #f00;
			width: 100px;
			margin-left: 70px;
			padding: 0;
			line-height: 14px;
		}
		
		#assistForm fieldset label.error {
			width: 110px;
		}

		.contact fieldset label.error {
			margin-left: 80px;
		}
		
		#assistForm fieldset input {
			width: 230px;
		}
		
		.jquery_form fieldset input,
		.jquery_form fieldset textarea {
			width: 230px;
			padding: 5px;
			float: left;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			font-size: 14px;
			color: #808980;
			border: 0;
		}
		
		.jquery_form fieldset input.datepicker {
			background-image: url("/image/icon_calendar.png");
			background-position: 220px 8px;
			background-repeat: no-repeat;
		}
		
		.jquery_form fieldset textarea {
			height: 58px;
			resize: none;
		}
		
		.jquery_form .submit_btn {
			width: 230px;
			height: 30px;
			background: url("/image/send_btn.png") 0 0 no-repeat;
			text-indent: -9999px;
			cursor: pointer;
			float: right;
		}

		.ui-widget {
		    font-size: 0.86em !important;
		}
		
#left_col {
	width: 220px;
	margin: 0 70px 0 10px;
	float: left;
}

#sidebar_nav {
	margin: 0 0 30px 0;
	width: 220px;
	border-bottom: 1px solid #82bb00;
}

	#sidebar_nav li {
		
	}
	
		#sidebar_nav li a,
		#sidebar_nav li a:link,
		#sidebar_nav li a:visited {
			background-color: #94c525;
			display: block;
			color: #fff;
			font-size: 14px;
			padding: 3px 10px;
			border-top: 1px solid #82bb00;
		}
		
			#sidebar_nav li li a,
			#sidebar_nav li li a:link,
			#sidebar_nav li li a:visited {
				padding-left: 20px;
				background-color: #a7d04b;
			}
		
		#sidebar_nav li a.childs {
			background-image: url("/image/down_arrow_white.png");
			background-position: 200px 10px;
			background-repeat: no-repeat;
		}
		
		#sidebar_nav li a:hover,
		#sidebar_nav li a.open,
		#sidebar_nav li a.selected,
		#sidebar_nav li li a:hover,
		#sidebar_nav li li a.open,
		#sidebar_nav li li a.selected
		 {
			background-color: #d5881b;
			text-decoration: none;
		}
		
		#sidebar_nav li a:focus,
		#sidebar_nav li a:active {
			text-decoration: none;
		}

#right_col {
	width: 220px;
	margin-left: 70px;
	float: left;
}

#sidebar_services {
	width: 220px;
}

	#sidebar_services li {
		border-bottom: 1px solid #d9dcd9;
		width: 220px;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	
	#sidebar_services li.last {
		border-bottom: none;
	}
	
	#sidebar_services li img {
		max-width: 20px;
		margin: 0 10px -6px 0;
	}
	
	#sidebar_services h3 {
		color: #bd5700;
		font-size: 20px;
		font-family: 'Source Sans Pro Light';
		margin-bottom: 5px;
	}
/*
ColorBox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/

#colorbox h1 {
	color: #e42220;
	font-size: 48px;
	margin-bottom: 15px;
}

#colorbox h2 {
	color: #e42220;
	font-size: 30px;
}

#colorbox h3 {
	color: #e42220;
	font-size: 24px;
}

#colorbox p {
	font-size: 14px;
	color: #000;
	line-height: 24px;
	margin-bottom: 16px;
}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
Change the following styles to modify the appearance of ColorBox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/image/colorbox/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/image/colorbox/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/image/colorbox/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/image/colorbox/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/image/colorbox/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/image/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/image/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/image/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/image/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;font-size: 11px;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494; font-size: 11px;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/image/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/image/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/image/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/image/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/image/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(/image/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(/image/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(/image/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(/image/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(/image/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(/image/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(/image/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(/image/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/* ---------- /Colorbox ----------*/

/* ---------- jQuery alerts ----------*/
#popup_container {
	font-size: 14px;
	min-width: 200px; /* Dialog will be no smaller than this */
	max-width: 400px; /* Dialog will wrap after this width */
	background: #f3f1f1;
	border: solid 3px #fff;
	border /*\**/: solid 3px #999;
	*border: solid 3px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #666;
}

@media all and (min-width:0) {
    #popup_container { border: solid 3px #fff; }  /* IE9-IE10pp4 */
}


#popup_title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #8ec219;
	background: #f3f1f1;
	border: solid 1px #FFF;
	*background: none;
	*border: none;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
}

#popup_content.confirm {
}

#popup_content.prompt {
}

#popup_ok {
	padding: 5px 10px;
	background: #8ec219;
	color: #fff;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
}

#popup_ok::-moz-focus-inner {
	outline: none;
	border: 0;
}

#popup_message {
	text-align: center;
	color: #666;
	line-height: 20px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
/* ---------- /jQuery alerts ----------*/


/* ---------- Form ----------*/
/*
form.jquery_form {
	float: left;
	width: 500px;
}

	form.jquery_form .full_width {
		width: 500px;
		float: left;
		display: inline;
		margin-bottom: 10px;
	}

		form.jquery_form .full_width label {
			width: 100px;
			float: left;
		}
	
		form.jquery_form .full_width input,
		form.jquery_form .full_width textarea {
			width: 350px;
			border: 1px solid #000;
			padding: 3px;
		}

		form.jquery_form .full_width input:hover,
		form.jquery_form .full_width textarea:hover {
			width: 350px;
			border: 1px solid #f00;
		}

		form.jquery_form .full_width input:focus,
		form.jquery_form .full_width textarea:focus {
			width: 350px;
			border: 2px solid #f00;
			padding: 2px;
		}

		form.jquery_form .full_width label.error {
			margin-left: 100px;
			width: 500px;
			font-size: 11px;
			color: #f00;
		}
		
	form.jquery_form .btn {
		margin-left: 100px;
		padding: 3px 10px;
	}
*/
/* ---------- /Content ---------*/


/* ------------------------------*/
/* ---------- SITEINFO ----------*/
/* ------------------------------*/
footer {
	width: 960px;
	height: 190px;
	position: relative;
}

#footer_brands {
	width: 940px;
	height: 29px;
	background: url("/image/footer_brands_bg.png") 0 0 no-repeat;
	padding: 8px 10px;
	margin-bottom: 20px;
	text-align: center;
}

	#footer_brands img {
		/**float: left;*/
		margin-right: 30px;
		max-height: 31px;
	}

#siteinfo_nav {
	position: absolute;
	left: 0;
}

	#siteinfo_nav li {
		float: left;
		margin-right: 4px;
		font-size: 14px;
	}
	
		#siteinfo_nav li a,
		#siteinfo_nav li a:link,
		#siteinfo_nav li a:visited {
			padding: 5px 10px;
			display: block;
			background: #94c525;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			color: #fff;
		}
		
		#siteinfo_nav li a:hover {
			text-decoration: none;
			background: #d6891a;
		}
		
		#siteinfo_nav li a.selected {
			background: #d6891a;
		}
		
#newsletter {
	width: 380px;
	position: absolute;
	left: 410px;
}
	
	#newsletter_form {
		width: 380px;
	}
	
		#newsletter_form div {
			float: left;
		}
		
		#newsletter_form #email_label {
			width: 150px;
			padding-top: 4px;
		}
		
			#newsletter_form #email_label label {
				font-family: 'Source Sans Pro Regular', arial helvetica, sans-serif;
				font-size: 16px;
				color: #808980;
				margin-bottom: 10px;					
			}
		
		#newsletter_form #email_input {
			background: url("/image/nl_bar.png") right 0 no-repeat;
			width: 200px;
			position: relative;
			margin-left: 15px;
		}
		
			#newsletter_form #email_input input {
				width: 165px;
				background: none;
				padding: 5px;
				font-size: 14px !important;
				margin-top: 1px;
				border: none;
				color: #808980;
			}
		
			#newsletter_form #email_input #newsletter_btn {
				background: none;
				cursor: pointer;
				width: 34px;
				height: 34px;
				color: transparent;
				font-size: 0px !important;
				position: absolute;
				right: 0;
				top: 0;
				margin-top: 0;
				border: none;
			}
			
			#newsletter_form #email_input label.error {
				color: #f00;
				font-size: 11px;
				margin-left: 5px;
				width: 165px;
				float: left;
				left: 0;
				top: 35px;
			}
			
#sn_links {
	position: absolute;
	right: 0;
}

	#sn_links li {
		float: left;
		margin-left: 5px;
	}

	#sn_links a {
		display: block;
		width: 80px;
		height: 30px;
		background-image: url("/image/sn_links.png");
		text-indent: -9999px;
	}
	
	#facebook {
		background-position: -80px 0;
	}
	
p#copyright {
	position: absolute;
	top: 120px;
}

	p#copyright a,
	p#copyright a:link,
	p#copyright a:visited {
		text-decoration: underline;
		color: #808980;
	}
	
	p#copyright a:hover {
		text-decoration: none;
	}
	
	img#kc_footer {
		margin: 0 0 -3px 10px;
	}
	
	
	img#cert_sgs {
		position: absolute;
		right: 0;
		top: 110px;
	}
/* --------- /Siteinfo ----------*/

/* ---------- FancyBox ----------*/
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/image/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/image/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/image/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/image/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* -------------------- /LAYOUT CSS ---------------------*/
