/* ----------------------------------------------------------------------------------/Modules/Breadcrumbs/Templates/Standard/Index.css---------------------------------------------------------------------------------- */#Breadcrumbs ul {
	margin:0;
	padding:0;
}

#Breadcrumbs ul li {
	float:left;
	list-style-type:none;
}

#Breadcrumbs ul li a {
	margin-left:0.5em;
	margin-right:0.5em;
}/* ----------------------------------------------------------------------------------/Modules/Content_SingleLevelMenu/Templates/Default/Index.css---------------------------------------------------------------------------------- */.SingleLevelMenu {
  margin: 0;
  padding: 0;
}

.SingleLevelMenu li {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

.SingleLevelMenu a {
  display: block;
  text-decoration: none;	
}

.SingleLevelMenu li {

}


.SingleLevelMenu li a {
}

.SingleLevelMenu li a:hover {

}/* ----------------------------------------------------------------------------------/Modules/Content_MultiLevelMenu/Templates/Horizontal/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Modules/Utilities_ContactForm/Templates/Default/Index.css---------------------------------------------------------------------------------- */.DefaultModule
{
	/* CSS Styling... */
}/* ----------------------------------------------------------------------------------/Modules/Utilities_CycleSlideShow_View/Templates/Default/Index.css---------------------------------------------------------------------------------- */#CycleSlideShowHeader
{
	margin:auto;
	z-index:1;
}


.SlideShow img
{
	border: 1px solid #ccc;
	background-color: #eee;
}


.SlideItem
{
	position:absolute;
	left:0px;
	top:0px;
	width:645px;
	height:430px;
}

.ImageLayer
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:645px;
	height:430px;
	z-index:1;

}

.DescriptionLayer
{

	position:absolute;
	bottom:0px;
    top:500px;
	left:650px;
	width:280px;
	height:260px;
	z-index:2;
}

.TextLayer
{
    background:url('/Templates/Truckservices/Images/slideshow-caption.png') 0 0 no-repeat;
    font-family: Verdana !important;
	font-size:18px;
	color:#ffffff;
	position:absolute;
	left:5px;
	bottom:7px;
	z-index:3;
    width:280px;
    height:260px;
    padding-left:85px;
}
.TextLayer div{
    display:table !important;
    width:115px;
    height:260px;
    text-align:center;
}
.TextLayer a
{
    padding-top:45px;
    color:#000;
    line-height:17px;
    vertical-align:middle;
    display:table-cell !important;
	text-decoration:none;
    font-size:14px;
    font-weight:bold;
    font-style: italic;
    text-shadow:#000000 1px 1px 1px;
}
.TextLayer a span{font-size:20px;}
.TextLayer a:hover
{
}

.BkgLayer img
{
	opacity:0.2; 
	filter:alpha(opacity=20);
}

#CycleSlideShowNavHeader
{
	position:absolute; 
	border:1px #ff0000; 
	right:0;
	bottom:10px; 
    left:55px;
    top:-210px;
}

#CycleSlideShowNavHeader a
{ 
	display:block; 
	float:left; 
	width:35px;
	height:135px;
    left:0;
	background-image:url('/Templates/Truckservices/Images/slideshow-inactive.png');
	background-repeat:no-repeat;  
	color:#ffffff; 
	text-indent:5px;
	font-size:12px; 
	text-decoration:none;
	font-weight:bold;
	margin:5px;
}

#CycleSlideShowNavHeader a.activeSlide
{
    background-image:url('/Templates/Truckservices/Images/slideshow-active.png');
	color:#65a704;
}


#CycleSlideShowNavHeader a:focus
{ 
	outline: none; 
}

#CycleSlideShowNavHeader a .top {
    height: 83px;
    display:block;
    position:relative;
    z-index:10;
}

#CycleSlideShowNavHeader a .bottom {
    height: 35px;
    display:block;
    position:relative;
    z-index:100;
}/* ----------------------------------------------------------------------------------/Modules/Utilities_CycleSlideShow_View/Templates/New/Index.css---------------------------------------------------------------------------------- */#CycleSlideShowContent
{
	margin:auto;
	z-index:1;
}


.SlideShow img
{
	border: 1px solid #ccc;
	background-color: #eee;
}


.SlideItem
{
	position:absolute;
	left:0px;
	top:0px;
	width:645px;
	height:430px;
}

.ImageLayer
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:645px;
	height:430px;
	z-index:1;

}

.DescriptionLayer
{

	position:absolute;
	bottom:0px;
    top:500px;
	left:650px;
	width:280px;
	height:260px;
	z-index:2;
}

.TextLayer
{
    background:url('/Templates/Truckservices/Images/slideshow-caption.png') 0 0 no-repeat;
	font-family:TrebuchetMS;
	font-size:18px;
	color:#ffffff;
	position:absolute;
	left:5px;
	bottom:7px;
	z-index:3;
    width:280px;
    height:260px;
    padding-left:85px;
}
.TextLayer div{
    display:table !important;
    width:115px;
    height:260px;
    text-align:center;
}
.TextLayer a
{
    font-weight:bold;
    padding-top:45px;
    color:#000;
    line-height:16px;
    vertical-align:middle;
    display:table-cell !important;
	text-decoration:none;
}

.TextLayer a:hover
{
}

.BkgLayer img
{
	opacity:0.2; 
	filter:alpha(opacity=20);
}

#CycleSlideShowNavContent
{
	position:absolute;
	border:1px #ff0000; 
	right:0;
	z-index:2;
    margin-right:15px;
    top:953px;
    z-index:1;
}
#CycleSlideShowNavContent{
    top:224px;
    margin-right:15px;
}
#CycleSlideShowNavContent a
{ 
	display:block; 
	float:right;
	width:35px;
	height:135px;
	background-image:url('/Templates/Truckservices/Images/slideshow-content-inactive.png');
	background-repeat:no-repeat;  
	color:#ffffff; 
	text-indent:5px;
	font-size:12px; 
	text-decoration:none;
	font-weight:bold;
	margin:5px;
    text-indent: 9999px;
}

#CycleSlideShowNavContent a.activeSlide
{
    background-image:url('/Templates/Truckservices/Images/slideshow-content-active.png');
	color:#65a704;
}


#CycleSlideShowNavContent a:focus
{ 
	outline: none; 
}/* ----------------------------------------------------------------------------------/Modules/Banners_PlacementList/Templates/Default/Index.css---------------------------------------------------------------------------------- */.BannersList li
{
	list-style:none;
	margin-bottom:5px;
}

.Banners ul
{
	margin:0px;
}
/* ----------------------------------------------------------------------------------/Modules/Searchbox/Templates/Default/Index.css---------------------------------------------------------------------------------- */
					
					/*
						Warning: CSS file not found: '/Modules/Newsletter_Subscribe/Templates/Default/Index.css'
					*/
					
					/* ----------------------------------------------------------------------------------/Modules/Content_AccordionMenu/Templates/Default/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Modules/Content_PageTitle/Templates/Default/Index.css---------------------------------------------------------------------------------- */.DefaultModule
{
	/* CSS Styling... */
}/* ----------------------------------------------------------------------------------/Modules/Content_PageText/Templates/Default/Index.css---------------------------------------------------------------------------------- */.DefaultModule
{
	/* CSS Styling... */
}
					
					/*
						Warning: CSS file not found: '/Modules/Content_PageImage/Templates/Default/Index.css'
					*/
					
					/* ----------------------------------------------------------------------------------/Modules/Products_ProductList/Templates/Default/Index.css---------------------------------------------------------------------------------- */.ProductList {
	clear:both;
}
.ProductList ul
{
	margin:0px;
	padding:0px;
}

.Product
{
	list-style:none;
	margin-bottom:10px;
	border-bottom:1px #CCCCCC dashed;
}


.ProductInfo
{
	width:330px;
	margin:0;
	padding:0;
}

.ProductPhoto
{
	width:102px;
	margin-right:10px;
}

.ProductTitle
{
	font-size:18px;
	margin-top:0;	
	color:#00184a;
}

.ProductList img
{
    border:1px #cccccc solid;
}

.Caption
{
	font-weight:bold;
	color:#0841ad;
}/* ----------------------------------------------------------------------------------/Modules/Pager/Templates/Default/Index.css---------------------------------------------------------------------------------- */.Pager
{
    margin-bottom:1em;
    font-size:12px;
    font-weight:bold;
}

.Pager ul
{
margin:0px;
padding:4px;
overflow:hidden;
position:relative;
text-align:center;
height:28px;
}

.Pager ul li
{
list-style:none;
}

.Pager ul li a
{
text-decoration:none;
display:block;
padding:4px;
color:#000;
outline:none;
}

.Pager ul li a:hover
{
    text-decoration:underline;
}

.Pager .FirstPage
{
position:absolute;
left:0%;
width:12%;
text-align:center;
}

.Pager .PreviousPage
{
/*position:absolute;*/
/*left:0%;*/
/*width:12%;*/
float:right;
text-align:center;
    line-height:14px;
}

.Pager .NextPage
{
/*position:absolute;*/
/*right:0%;*/
/*width:12%;*/
text-align:center;
float:right;
    line-height:14px;
}

.Pager .LastPage
{
position:absolute;
right:0px;
width:12%;
text-align:center;
}

.Pager li.PageNumbers
{
/*width:52%;*/
/*position:absolute;*/
/*left:24%;*/
float:right;
}

.Pager li.PageNumbers ul
{
display:inline-block;
padding:0px;
width:auto;
margin:auto;
}

.Pager li.PageNumbers ul li
{
float:left;
margin-left:2px;
margin-right:2px;
}

.Pager li.PageNumbers ul li a
{
/*padding-left:7px;*/
/*padding-right:7px;*/
    line-height:14px;
/*border: 1px solid #29370D;*/
}

.Pager li.PageNumbers ul li a:hover
{
/*background-color:#fff;*/
    text-decoration:underline;
}

.Pager li.PageNumbers ul li.CurrentPage a
{
/*border: 1px solid #29370D;*/
/*background: #89D326;*/
/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#89D326), to(#71a826));*/
/*background: -webkit-linear-gradient(#89D326, #71a826);*/
/*background: -moz-linear-gradient(#89D326, #71a826);*/
/*background: -ms-linear-gradient(#89D326, #71a826);*/
/*background: -o-linear-gradient(#89D326, #71a826);*/
/*background: linear-gradient(#89D326, #71a826);*/
/*-pie-background: linear-gradient(#89D326, #71a826);*/
/*behavior: url(../../../../../Templates/Kakavogiannis/pie/PIE.htc);*/
/*border:1px solid #9eea3a;*/
    text-decoration: underline;
}
.Pager li.PageNumbers ul li.CurrentPage a:hover{
    /*color:#fff;*/

}/* ----------------------------------------------------------------------------------/Modules/Content_ArticleList/Templates/Default/Index.css---------------------------------------------------------------------------------- */.ArticleList
{
    /* border:2px blue solid; */
}

.ArticleList img
{
    border:1px #cccccc solid;
}

.Caption
{
	font-weight:bold;
}

.ArticleTitle
{
	font-weight:bold;
	font-size:14px;
}

.ArticleList img
{
	float:left;
	margin:10px 10px 0px 0px;
}


.ArticleList ul li
{
	list-style:none;
	border-bottom:1px #CCCCCC dashed;
	margin-bottom:4px;
}/* ----------------------------------------------------------------------------------/Templates/KSigns/Layout.Design.css---------------------------------------------------------------------------------- */
    CSS Reset


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin:0;
    padding:0;
    border:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
}

ul li
{
    list-style:square;
}


body
{
    line-height:1.5;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content:"";
}


blockquote, q
{
    quotes:"" "";
}

a img
{
    border:none;
}




    General elements styles


.clear
{
    clear: both;
}

.show
{
    display: block;
}

.hide
{
    display: none;
}
/* General */
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;overflow: visible;}

body {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
}

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

a:hover {
    color: #ffc600;
}

p {
    color: #000;
    margin-bottom:5px;
}

.container {
    width: 1000px;
    margin:  0 auto;
}
.clear{
    clear:both;
}
.brown-box, #content .module.tabs ul li h4 a.active, #content .module.tabs ul li h4 a:hover {
    background: #F08600;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F08600), to(#FFC600));
    background: -webkit-linear-gradient(#F08600, #FFC600);
    background: -moz-linear-gradient(#F08600, #FFC600);
    background: -ms-linear-gradient(#F08600, #FFC600);
    background: -o-linear-gradient(#F08600, #FFC600);
    background: linear-gradient(#F08600, #FFC600);
    -pie-background: linear-gradient(#F08600, #FFC600);
    behavior: url(../../Templates/KSigns/pie/PIE.htc);
}
#content .module.tabs ul li h4 a{
    background: #000000;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000000), to(#2b2b2b));
    background: -webkit-linear-gradient(#000000, #2b2b2b);
    background: -moz-linear-gradient(#000000, #2b2b2b);
    background: -ms-linear-gradient(#000000, #2b2b2b);
    background: -o-linear-gradient(#000000, #2b2b2b);
    background: linear-gradient(#000000, #2b2b2b);
    -pie-background: linear-gradient(#000000, #2b2b2b);
    behavior: url(../../Templates/KSigns/pie/PIE.htc);
    color:#fff;
}
.tab-box{
    background: #FFC600;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFC600), to(#F08600));
    background: -webkit-linear-gradient(#FFC600, #F08600);
    background: -moz-linear-gradient(#FFC600, #F08600);
    background: -ms-linear-gradient(#FFC600, #F08600);
    background: -o-linear-gradient(#FFC600, #F08600);
    background: linear-gradient(#FFC600, #F08600);
    -pie-background: linear-gradient(#FFC600, #F08600);
    behavior: url(../../Templates/KSigns/pie/PIE.htc);
}

.orange-box, .blue-box, #menu ul li a, .breadcrumb, #main h2 a, #main h2, #sidebar .module.menu ul li a,
#content .module .details h2, #content .module.products h3 a,
#content .module.related-products h4,#content table.filladio h2, #contact #ContactForm .input {
    background: #ffc600;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffc600), to(#f08600));
    background: -webkit-linear-gradient(#ffc600, #f08600);
    background: -moz-linear-gradient(#ffc600, #f08600);
    background: -ms-linear-gradient(#ffc600, #f08600);
    background: -o-linear-gradient(#ffc600, #f08600);
    background: linear-gradient(#ffc600, #f08600);
    -pie-background: linear-gradient(#ffc600, #f08600);
    behavior: url(../../Templates/KSigns/pie/PIE.htc);
    display: block;
}
#sidebar .module.menu ul li a:hover, #sidebar .module.menu ul li a.current{
    background: #f08600;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f08600), to(#ffc600));
    background: -webkit-linear-gradient(#f08600, #ffc600);
    background: -moz-linear-gradient(#f08600, #ffc600);
    background: -ms-linear-gradient(#f08600, #ffc600);
    background: -o-linear-gradient(#f08600, #ffc600);
    background: linear-gradient(#f08600, #ffc600);
    -pie-background: linear-gradient(#f08600, #ffc600);
    behavior: url(../../Templates/KSigns/pie/PIE.htc);
}
#menu ul li a:hover, #main h2 a:hover, #content .module.products h3 a:hover, #sidebar .module.menu ul ul li a:hover,
#sidebar .module.menu ul ul li.current a{
    background: #f49d00;
    /*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00be00), to(#196913));*/
    /*background: -webkit-linear-gradient(#00be00, #196913);*/
    /*background: -moz-linear-gradient(#00be00, #196913);*/
    /*background: -ms-linear-gradient(#00be00, #196913);*/
    /*background: -o-linear-gradient(#00be00, #196913);*/
    /*background: linear-gradient(#00be00, #196913);*/
    /*-pie-background: linear-gradient(#00be00, #196913);*/
}

.big-shadow {
    background: url(/Templates/KSigns/Images/slideshow-shadow.png) 0 -40px no-repeat;
    width: 1014px;
    height: 41px;
    margin: 0 auto;
}

/* 	Forms */
form .input.text, .module .input.text-area {
    width:200px; height: 22px;
    padding:0 4px 0 5px;
    border: 1px solid #fff;
    -webkit-box-shadow: inset #d2d2d2 4px 4px 2px;
    -moz-box-shadow: inset #d2d2d2 4px 4px 2px;
    box-shadow: inset #d2d2d2 4px 4px 2px;
    background: #fff;
    behavior: url(../../Templates/KSigns/pie/PIE.htc);
}

form input, form textarea {
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    resize: none;
    color: #002556;
    font-size: 11px;
}

form input:focus, form textarea:focus {
	outline: none;
}

/* Buttons */
.button a, .button.arrow, .button.black a:hover, .button.arrow.black:hover {
    background: #313131;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#313131), to(#010101));
    background: -webkit-linear-gradient(#313131, #010101);
    background: -moz-linear-gradient(#313131, #010101);
    background: -ms-linear-gradient(#313131, #010101);
    background: -o-linear-gradient(#313131, #010101);
    background: linear-gradient(#313131, #010101);
    -pie-background: linear-gradient(#313131, #010101);
    behavior: url(../../Templates/KSigns/pie/PIE.htc);
    font-size: 11px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    line-height: 24px;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}
.button.black a:hover, .button.arrow.black:hover{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding:0;
}
.button.black a, .button a:hover, .button.black:hover {
    background: #010101;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#010101), to(#313131));
    background: -webkit-linear-gradient(#010101, #313131);
    background: -moz-linear-gradient(#010101, #313131);
    background: -ms-linear-gradient(#010101, #313131);
    background: -o-linear-gradient(#010101, #313131);
    background: linear-gradient(#010101, #313131);
    -pie-background: linear-gradient(#010101, #313131);
}

.button.yellow a:hover, .button.arrow.yellow:hover {
    background: #f08600;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f08600), to(#ffc600));
    background: -webkit-linear-gradient(#f08600, #ffc600);
    background: -moz-linear-gradient(#f08600, #ffc600);
    background: -ms-linear-gradient(#f08600, #ffc600);
    background: -o-linear-gradient(#f08600, #ffc600);
    background: linear-gradient(#f08600, #ffc600);
    -pie-background: linear-gradient(#f08600, #ffc600);
    behavior: url(../../Templates/KSigns/pie/PIE.htc);
    font-size: 11px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    line-height: 24px;
    display: block;
    color: #000;
    text-decoration: none;
    padding: 0 10px;
}

.button.yellow a, .button.yellow:hover {
    background: #ffc600;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffc600), to(#f08600));
    background: -webkit-linear-gradient(#ffc600, #f08600);
    background: -moz-linear-gradient(#ffc600, #f08600);
    background: -ms-linear-gradient(#ffc600, #f08600);
    background: -o-linear-gradient(#ffc600, #f08600);
    background: linear-gradient(#ffc600, #f08600);
    -pie-background: linear-gradient(#ffc600, #f08600);
    color:#000;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.button a span.icon {
    background: url(/Templates/KSigns/Images/button-arrow.png) 0 -1px no-repeat;
    width: 26px;
    line-height: 24px;
    display: block;
    float: right;
    margin-right: -5px;
}
.button.black a span.icon{
    background: url(/Templates/KSigns/Images/button-black-arrow.png) 0 -1px no-repeat;
}
.button.arrow {
    padding: 0;
}

.button.arrow a {
    background: url(/Templates/KSigns/Images/button-arrow.png) 0 0 no-repeat;
    width: 26px;
    height: 24px;
}
.button.arrow.black a {
    background: url(/Templates/KSigns/Images/button-black-arrow.png) 0 0 no-repeat;
}
/* Topbar */
#topbar {
    width: 100%;
    height: 43px;
    color: #000;
    font-size: 11px;
}

/* Languages */
#language-bar {
    float: left;
    height: 100%;
    margin-right: 380px;
}

#language-bar ul {
    list-style-type: none;
    margin-top: 9px;
}

#language-bar ul li {
    list-style-type:none;
    float: left;
    margin-right: 5px;
}

#language-bar .lang {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 24px;
    height: 24px;
}

#language-bar .lang.el {
    background: url(/Templates/KSigns/Images/lang-el.png) 0 0 no-repeat;
}

#language-bar .lang.en {
    background: url(/Templates/KSigns/Images/lang-en.png) 0 0 no-repeat;
}

#language-bar .lang.de {
    background: url(/Templates/KSigns/Images/lang-de.png) 0 0 no-repeat;
}

/* Social */
#social-bar {
    float: left;
    height: 100%;
    margin-right: 15px;
}

#social-bar span {
    float: left;
    line-height: 43px;
    margin-right: 10px;
}

#social-bar ul {
    float: left;
    list-style-type: none;
    margin-top: 6px;
}

#social-bar ul li {
    list-style-type:none;
    float: left;
    margin-right: 5px;
}

#social-bar .social {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 30px;
    height: 30px;
}

#social-bar .social.facebook {
    background: url(/Templates/KSigns/Images/social-facebook.png) 0 0 no-repeat;
}

#social-bar .social.twitter {
    background: url(/Templates/KSigns/Images/social-twitter.png) 0 0 no-repeat;
}

#social-bar .social.youtube {
    background: url(/Templates/KSigns/Images/social-youtube.png) 0 0 no-repeat;
}

/* Newsletter */
#newsletter-bar {
    float: left;
    height: 100%;
}
.newsletter-bar.message{
    margin-top:10px;
}
#newsletter-bar span {
    float: left;
    line-height: 43px;
    margin-right: 10px;
}

#newsletter-bar form {
    float: left;
    margin-top: 9px;
}

#newsletter-bar form .field {
    float: left;
    margin-right: 5px;
}

#newsletter-bar .actions {
    float: left;
}

#newsletter-bar .actions .button {
    -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
}

#newsletter-bar .actions .action a {
    text-indent: -9999px;
    padding: 0;
}

/* Header */
#header {
    height: 400px;
    padding: 10px 0 0;
    background: #000;
    /*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcf7d1), to(#c5b899));*/
    /*background: -webkit-linear-gradient(#fcf7d1, #c5b899);*/
    /*background: -moz-linear-gradient(#fcf7d1, #c5b899);*/
    /*background: -ms-linear-gradient(#fcf7d1, #c5b899);*/
    /*background: -o-linear-gradient(#fcf7d1, #c5b899);*/
    /*background: linear-gradient(#fcf7d1, #c5b899);*/
    /*-pie-background: linear-gradient(#fcf7d1, #c5b899);*/
    /*behavior: url(../../Templates/KSigns/pie/PIE.htc);*/
}

#header .logo {
    float: left;
    margin: 5px 0 0 0;
}
#header .logo a{
    display:block;
    background:url(/Templates/KSigns/Images/logo.png) no-repeat;
    width:606px;
    height:103px;
}
#header .search-box {
    float: right;
    margin: 18px 0 0 10px;
}

#header .search-box span {
    font-size: 11px;
    color: #f7aa00;
}

#header .search-box form {
    width: 237px;
    height: 24px;
    padding: 9px 10px 10px;
    margin-top: 5px;
}

#header .search-box select {
    width: 100%;
    height: 22px;
    border: 1px solid #a3a3a3;
}

#header .search-box .input.text {
    float: left;
    width: 192px;
}

#header .search-box .actions {
    float: left;
    margin-left: 8px;
}

#header .search-box .actions .button {
    -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
}

#header .search-box .actions .action a {
    text-indent: -9999px;
    padding: 0;
}

/* Menu */
#menu {
    margin-top: 5px;
}

#menu ul {
    position: relative;
}

#menu ul li {
    list-style-type:none;
    float: left;
    width: 159px;
    margin-right: 9px;
    text-align: center;
    height: 58px;
    background: url(/Templates/KSigns/Images/menu-shadow.png) bottom center no-repeat;
    zoom: 1;
    position: relative;
}

#menu ul li.last {
    margin-right: 0;
}

#menu ul li a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    display: table !important;
    width:159px;
    height:43px;
}

#menu ul ul {
    z-index: 10;
    margin-top: 12px;
    visibility: hidden;
}
#menu ul li a .title{
    display: table-cell !important;
    vertical-align: middle !important;
}
#menu ul ul li {
    height: auto;
    background-image: none;
    margin-right: 0;
    padding-right:9px;
}

#menu ul ul li a {
    text-align: left;
    padding:0 10px;
    width:139px;
}

#menu ul ul li a span.icon {
    background: url(/Templates/KSigns/Images/button-arrow2.png) center right no-repeat;
    width: 26px;
    line-height: 39px;
    display: block;
    float: right;
}

#menu ul ul ul {
    position: absolute;
    margin: 0;
    left: 162px;
    top: 0;
}
#menu ul ul ul li a{width:127px;}
/* Slideshow */
#slideshow {
    background: url(/Templates/KSigns/Images/slideshow-shadow.png) center bottom no-repeat;
    height: 505px;
    position: relative;
    z-index: 1;
}

.inside #slideshow {
    background-image: none;
    height: auto;
}

#slideshow .controls {
    position: absolute;
    top: 50%;
    margin-top: -38px;
    width: 970px;
}

#slideshow .controls a {
    width: 42px;
    height: 77px;
    display: block;
    text-indent: -9999px;
}

#slideshow .controls .left {
    background: url(/Templates/KSigns/Images/slide-arrow-l.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    z-index:9;
}

#slideshow .controls .right {
    background: url(/Templates/KSigns/Images/slide-arrow-r.png) 0 0 no-repeat;
    position: absolute;
    right: 0;
    z-index:9;
}

#slideshow .content {
    position: relative;
    width: 970px;
    height: 438px;
    padding: 15px;
    background-color: #fff;
}

.inside #slideshow .content {
    height: 206px;
}

#slideshow .message {
    width: 940px;
    min-height: 30px;
    background: url(/Templates/KSigns/Images/transparent-tile.png) 0 0 repeat;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 10px 15px;
    display: none;
    margin:0 0 0 15px;
}

#slideshow .message p {
    float: left;
    width: 820px;
    color: #fff;
}

#slideshow .message .actions {
    float: left;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -12px;
}

/* Main */
#main {
    /*border-top: 3px solid #f4edc8;*/
    /*background: #f4edc8 url(/Templates/KSigns/Images/bg-shadow.png) 0 0 repeat-x;*/
    background: #000;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000), to(#1f2125));
    background: -webkit-linear-gradient(#000, #1f2125);
    background: -moz-linear-gradient(#000, #1f2125);
    background: -ms-linear-gradient(#000, #1f2125);
    background: -o-linear-gradient(#000, #1f2125);
    background: linear-gradient(#000, #1f2125);
    -pie-background: linear-gradient(#000, #1f2125);
    behavior: url(../../Templates/KSigns/pie/PIE.htc);
    padding-top: 270px;
    padding-bottom:30px;
}

.inside #main {
    padding-top: 20px;
}

#main .container {
    background-color: #fff;
    padding: 15px;
    width: 970px;
}

#main .categories .category {
    width: 235px;
    float: left;
    margin-right: 10px;
    height: 302px;
    background: url(/Templates/KSigns/Images/category-shadow.png) center bottom no-repeat;
}

#main .categories .category.last {
    margin-right: 0;
}

#main .categories .category .image {
    margin-top: 10px;
}
#main .categories .category .image img{
	width:230px;
	height:250px;
}
#main .categories h2{padding:0;}

#main h2 {
    line-height: 27px;
    color: #000;
    font-size: 14px;
    padding: 0 16px;
}

#main h2 a {
    color: #000;
    text-decoration: none;
    text-align: center;
}

#main .modules {
    margin-top: 10px;
}

#main .modules .module {
    float: left;
    width: 317px;
    margin-right: 9px;
}

#main .modules .module.last {
    margin-right: 0;
}

#main .modules .module h2 {
    margin-bottom: 15px;
}
#main .modules .module .image {
    margin: 0 0 15px;
}
#main .modules .module.news-update .image{
    text-align: center;
}
#main .modules .module.news-update p{
    height:54px;
    overflow: hidden;
}
#main .modules .module h3 {
    font-size: 12px;
    margin-bottom: 10px;
}

#main .modules .actions {
    margin-top: 5px;
}

#main .modules .actions .action {
    float: right;
    min-width: 100px;
    line-height:13px;
}

#main .module .list ul li {
    list-style-type: none;
}
#main .module .list ul li p{height:36px;overflow:hidden;}
#main .module .list .title {
    color: #ff9400;
    margin: 0 0 5px;
}

#main .module .list .actions {
    width: 100%;
}

#main .module .list .actions hr {
    display: block;
    height: 1px;
    border: 0; border-top: 1px solid #ff9400;
    float: left;
    width: 170px;
}

#main .module .list .actions .action a {
    background: url(/Templates/KSigns/Images/green-arrow.png) center right no-repeat;
    padding-right: 15px;
    float: right;
    line-height: 13px;
}
#sidebar .module.ads .image,
#main .modules .module.ads .image {
    width: 287px;
    padding: 14px;
    /*border: 1px solid #ddd4bf;*/
    background: #FFC600;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFC600), to(#F08600));
    background: -webkit-linear-gradient(#FFC600, #F08600);
    background: -moz-linear-gradient(#FFC600, #F08600);
    background: -ms-linear-gradient(#FFC600, #F08600);
    background: -o-linear-gradient(#FFC600, #F08600);
    background: linear-gradient(#FFC600, #F08600);
    -pie-background: linear-gradient(#FFC600, #F08600);
    behavior: url(../../Templates/KSigns/pie/PIE.htc);
}

#footer {
    height: 72px;
}

#footer .menu li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
}

#footer .menu li a {
    border-right: 2px solid #000;
    padding-right: 10px;
    color: #000;
}

#footer .menu li.last a {
    border-right: none;
    padding-right: 0;
}

#footer .menu {
    float: left;
}

#footer .copyright {
    float: right;
}

#footer a {
    line-height: 63px;
}

#footer a.black {
    color: #000;
}

#footer a.black:hover, #footer a:hover,#footer .menu li a:hover, #footer .menu li.active a {
    color: #fff;
}

/* Sidebar */
#sidebar {
    width: 317px;
    float: left;
}

#sidebar .module {
    margin-bottom: 15px;
}

#sidebar .module h2 {
    margin-bottom: 10px;
}

#sidebar .module.menu ul li {
    list-style-type: none;
    margin-bottom: 3px;
}

#sidebar .module.menu ul li a {
    line-height: 30px;
    padding: 0 10px 0 16px;
    color: #000;
    font-size: 14px;
}

#sidebar .module.menu ul li a:hover {
    text-decoration: none;
}

#sidebar .module.menu ul li a span.icon {
    background: url(/Templates/KSigns/Images/right-arrow.png) right center no-repeat;
    line-height: 30px;
    width: 12px;
    float: right;
}

#sidebar .module.menu ul ul li a {
    background: #ffcd67;
    /*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0e9c6), to(#c7b99a));*/
    /*background: -webkit-linear-gradient(#f0e9c6, #c7b99a);*/
    /*background: -moz-linear-gradient(#f0e9c6, #c7b99a);*/
    /*background: -ms-linear-gradient(#f0e9c6, #c7b99a);*/
    /*background: -o-linear-gradient(#f0e9c6, #c7b99a);*/
    /*background: linear-gradient(#f0e9c6, #c7b99a);*/
    /*-pie-background: linear-gradient(#f0e9c6, #c7b99a);*/
    /*behavior: url(../../Templates/KSigns/pie/PIE.htc);*/
    /*color: #00275c;*/
    /*border: 1px solid #ddd4bf;*/
}

#sidebar .module.menu ul ul li.current a, #sidebar .module.menu ul ul li a:hover {
    text-decoration: none;
    color: #000;
}

#sidebar .module.menu ul li.active a {
    margin-bottom: 3px;
}

#sidebar .module.menu ul li.opened a span.icon {
    background: url(/Templates/KSigns/Images/down-arrow.png) right center no-repeat;
}

#sidebar .module.offers ul li {
    border: 1px solid #e0d6b7;
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 150px;
    margin-bottom: 10px;
}

#sidebar .module.offers ul li .text {
    position: absolute;
    bottom: 30px;
    background: url(/Templates/KSigns/Images/transparent-tile.png) 0 0 repeat;
    text-align: left;
    padding: 5px 10px;
    display:none;
}

#sidebar .module.offers ul li .text .title {
    color: #ffa100;
    margin-bottom: 5px;
}

#sidebar .module.offers ul li .text p {
    color: #fff;

    height:35px;
    overflow:hidden;
}

#sidebar .module.offers .actions {
    position: absolute;
    bottom: 3px;
    right: 0;
    display:none;
}

/* Content */
#content {
    float: left;
    width: 638px;
    margin-left: 15px;
}

.breadcrumb {
    line-height: 27px;
    color: #000;
    padding: 0 15px;
    margin-bottom: 10px;
}
.breadcrumb a{
    color:#fff;
}
.breadcrumb a:hover {
    color: #000;
}

#content h1 {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
}

#content h2 {
    padding: 0;
    background: none;
    color: #000;
    margin: 20px 0 5px;
}
#content .full-text ul,#content .full-text ol{padding:0 0 0 25px;}
table.filladio img,#content .image2 img,
#content .image img {
    border: 1px solid #ded6c2;
}
table.filladio img{
    margin:0 25px 0 0;
}
#content .full-text table.filladio ul {
	padding: 0;
}

#content .image.main {
    text-align: center;
    height: 186px;
    margin-bottom: 20px;
}
#content .image2{
    width:260px;
    float:left;
    margin:0 15px 15px 0;
}
#content .image2 img{margin:0 0 10px 0;}
table.filladio,
#content .module {
    margin-bottom: 25px;
}
table.filladio td{float:left;width:50%;}

#content .module .image {
    float: left;
    width: 274px;
    height: 240px;
}

#content .module .details {
    float: left;
    margin-left: 25px;
    width: 337px;
}
#content table.filladio h2,
#content .module .details h2 {
    margin: 0 0 10px;
    color: #fff;
    padding: 0 15px;
}
table.filladio ul,
#content .module .details ul {
    height: 188px;
    width: 337px;
}
table.filladio ul li,
#content .module .details ul li {
    list-style-type: none;
    margin: 0 0 5px 0;
    float: left;
    width:159px;
}

#content .module .details h3 {
    margin-bottom: 15px;
}
table.filladio ul li a,
#content .module.leaflet .details ul li a {
    background: url(/Templates/KSigns/Images/icon-pdf.png) left center no-repeat;
    line-height: 25px;
    display: block;
    padding-left: 30px;
}
#content .module.gallery ul{}
#content .module.gallery ul li{float:left;list-style-type: none;margin:0 5px 15px 0;}
#content .module.gallery ul li.last{margin-right:0;}
#content .module.gallery ul li a img{border: 1px solid #ded6c2;}
/* News */
#content .module.news .image {
    width:  257px;
    height: 188px;
}

#content .module.news .details {
    width: 354px;
}
#content .module.news{
    position:relative;
}
#content .module.news .actions {
    margin-top: 20px;
    width:354px;
    position:absolute;
    bottom:0;
}

#content .module.news .actions hr {
    width: 200px;
}

/* Products list */
#content .module.products {
    margin-top: 50px;
}

#content .module.products ul li {
    list-style-type: none;
    float: left;
    margin: 0 8px 10px;
}

#content .module.products ul li h3 {
    display: table !important;
    width:196px;
    height:36px;
    margin-bottom: 10px;
}

#content .module.products ul li h3 a {
    color: #fff;
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
    padding:0 10px;
}

#content .module.products ul li .image {
    width: 196px;
    height: 183px;
    text-align: center;
}

/* Product */
#content .module.product .image {
    width: 261px;
    height: 176px;
}

#content .module.tabs {
    width:639px;
    margin-top: 10px;
}
#content .module.tabs a{
    color:#fff;
}
#content .module.tabs a:hover{
    text-decoration: underline;
}
#content .module.tabs ul li {
    list-style-type: none;
    float: left;
}

#content .module.tabs ul li h4 a {
    line-height: 27px;
    display: block;
    text-align: center;
    width:213px;
    color:#fff;
}
#content .module.tabs ul li h4 a.active,
#content .module.tabs ul li h4 a:hover{
    color: #000;
}

#content .module.tabs .tab-container,
#content .module.tabs ul ul {
    padding: 15px;
}
#content .module.tabs #tab1 ul li,
#content .module.tabs ul li.photos ul li {
    list-style-type: none;;
    float: left;
    margin-right: 13px;
}
#content .module.tabs #tab1 ul li.last,
#content .module.tabs ul li.photos ul li.last {
    margin-right: 0;
}
#content .module.tabs #tab1 ul li a,
#content .module.tabs ul li.photos ul li a, #content .module.related-products .image {
    width: 192px;
    height: 178px;
    overflow: hidden;
}

#content .module.related-products h4 {
    color: #000;
    line-height: 27px;
    padding-left: 15px;
    margin-bottom: 15px;
}

#content .module.related-products ul li {
    list-style-type: none;
    float: left;
    width: 194px;
    margin-right: 27px;
}

#content .module.related-products ul li.last {
    margin-right: 0;
}

#content .module.related-products ul li .image {
    width: 100%;
    height: 178px;
    overflow: hidden;
    float: none;
    margin-bottom: 10px;
	text-align: center;
}
#content .module.related-products ul li p{
    height:36px;
    overflow: hidden;
}
#content .module.related-products ul li h3 a {
    color: #ff9100;
}

#content .module.related-products ul li .actions {
    margin-top: 15px;
    width: 194px;
}

#content .module.related-products ul li .actions .action {
    float: right;
}
#search ul li{list-style-type: none;}
#contact .contact-form,
#contact #ContactForm{width:288px;float:left;margin:0 50px 0 0;}
#contact .contact-form{min-height:409px;margin:0 50px 0 0;color:#000;}
#contact #ContactForm label{margin-bottom:5px;color:#000;display:block;font-size:14px;}
#contact #ContactForm .input{padding:9px 10px;}
#contact #ContactForm input,
#contact #ContactForm textarea{width:265px;color:#002960;}
#contact #ContactForm input{height:25px;padding-left:4px;background: none repeat scroll 0 0 #fff;box-shadow: 4px 4px 2px #e1e1e1 inset;}
#contact #ContactForm textarea{height:112px;padding-left:4px;background: none repeat scroll 0 0 #fff;box-shadow: 4px 4px 2px #e1e1e1 inset;}
#contact #ContactForm .actions{margin:10px 0 0}
#contact #ContactForm .actions .button{float:right;}
#contact #ContactForm .actions .button:hover{}
#contact .contact-info{float:left;width:300px;}
#contact .contact-info a{}
/* ----------------------------------------------------------------------------------/Templates/KSigns/Layout.css---------------------------------------------------------------------------------- */