
/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
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;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }



/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	color: #7c7c7c;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	color: #777; 
	margin-top: 10px;
}

h2 {
	color: #777;
	font-family:  Arial,Helvetica,sans-serif
}


h1 { font-size: 28px; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 21px;; margin-bottom: 0.75em; }
h3 { font-size: 18px;; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 15px;; line-height: 1; font-weight: bold; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #333; }
a { 
	color: #666; 
	text-decoration: none; 
	outline: none;
}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }



html, body, #wrapper { height: 100%; }

body > #wrapper{ height: auto; min-height: 100%; }

body {
	background: #fafafa url(/l17i/body_bg.gif) repeat-x left top;
	font-size: 13px;
	margin: 0;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

/* Top Section */

#top {
	height: 169px;
}
	/* Logo Container */
	#logo {
		width: 424px;
		height: 137px;
		float: left;
	}

		#logo a {
			display: block;
			margin-top: 30px;
		}

	#top-right {
		width: 536px;
		height: 137px;
		float: left;	
		padding-right: 0px;
	}

		#top-right h3 {
			margin: 0;
			color: #458ac7;
		}	
		#top-right span {
			margin: 0;
			color: #aaa;
			font-size: 12px;
			font-weight: bold;
		}	
	
			#search-block {
				width: 289px;
				height: 27px;
				float: right;
				margin-top: 60px;
			}
			
			.search-field, .search-button {
				float: left;
			}
			
			.search-field {
				width: 194px;
				height: 27px;
				background: url(/l17i/search_field.png) no-repeat left top;
				border: 0px;
				
				outline: none;
				font-size: 13px;
				margin: 0;
				margin-right: 3px;
			}
			
				.search-field .edit-search {
					width: 182px;
					padding: 5px 5px;
					border: 0;
					background: none;
				}
			
			.search-button {
			
				width: 91px;
				height: 27px;
				background: url(/l17i/submit_button.png) no-repeat left top;
				border: 0px;

				color: #888;
				cursor: pointer;

			}
			
				.search-button .edit-submit {
					width: 91px;
					padding: 0;
					height: 27px;
					border: 0;
					background: none;
					cursor: pointer;
					font-weight: bold;
					color: #777;
				}
			
	/* Menu Styles */
	
	#navmenu-container {
		float: left;
		height: 32px;
		overflow: hidden;
		width: 960px;
	}
	
	
	
		.menu {
			list-style: none;
			float: left;
			padding: 0;
			margin: 0;
		}

		.menu li {
			float: left;
		}

		.menu li a{
			display: block;
			padding-left: 22px;
			background: url(/l17i/nav_left.png) no-repeat left top;
			float: left;
			cursor: pointer;
		}

		.menu li a span {
			background: url(/l17i/nav_right.png) repeat-x left top;
			float: left;
			padding: 7px 23px 6px 14px;
			color: #c0c0c0;
			font-weight: bold;
		}

		.menu li a.current {
			display: block;
			padding-left: 12px;
			background: url(/l17i/nav_current_left.png) no-repeat left top;
			float: left;
			cursor: pointer;
			position: relative;
			left: -12px;
			z-index: 99; /* z-index here is for IE6 png fix bug */
		}

		.menu li a.current span {
			background: #fafafa url(/l17i/nav_current_right.png) repeat-x right top;
			position: relative;
			left: 36px;
			padding-left: 0px;
			padding-right: 47px;
			color: #ddd;
			
		}

		.menu li.first a {
			padding-left: 23px;
			background: url(/l17i/nav_first.png) no-repeat left top;
		}

			.menu li.first a span {
				padding-left: 8px;
			}
			
		.menu li.first a.current {
			padding-left: 7px;
			background: url(/l17i/nav_first_current_left.png) no-repeat left top;
			position: relative;
			left: 0px;
		}
		.menu li.first a.current span {
				padding-left: 0px;
				background: url(/l17i/nav_current_right.png) no-repeat right top;
				position: relative;
				left: 24px;
				padding-right: 47px;
			}
			
			.menu li.first a span {
				padding-left: 8px;
			}
			

		.menu li.last a span {
			background: url(/l17i/nav_last.png) no-repeat right top;
			padding-right: 47px;
		}

			.menu li.last a.current span {
				background: url(/l17i/nav_last_current_right.png) no-repeat right top;
			}
			
		.menu a:hover {
			text-decoration: underline;
			color: #c0c0c0;
		}	

/* Header Styles */

#header {
	background-color: #2f2f2f;
}

	#header-top {
		background: #fafafa url(/l17i/header_top_right.png) no-repeat right top;
		height: 11px;
		width: 12px;
		float: right;
		overflow: hidden;
	}


	#header-content {
		background: url(/l17i/header_bg.png) repeat-x right bottom;
		float: left;
		width: 100%;
	}

		#header-description {
			float: left;
			padding: 20px;
			color: #e4edf6;
			width: 339px;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 18px;
		}
		
			#header-description ul {
				margin-bottom: 0;
			}
				
			#header-description h2 {
				color: #fff;
				font-size: 23px;
				padding-bottom: 10px;
				margin: 0;
			}
		
		
		#header-slideshow {
			float: left;
			color: #fff;
		}
		
		#header-slideshow {
			float: left;
			width: 556px;
			height: 256px;
			background: url(/l17i/header_image_container.png) no-repeat left top;
			z-index: 0;
		}
		
		#header-slideshow .padding {
			padding: 22px 7px;
		}

	#header-content-small {
		background: url(/l17i/header_bg_small.png) repeat-x right bottom;
		padding: 26px 20px 15px 20px;
	}
	#header-content-small h2 {
		margin: 0;
		padding: 0;
		color: #c9c9c9;
		font-size: 30px;
		font-family: tahoma, verdana;
		letter-spacing: -1.2px;
		font-weight: bold;
		line-height: 30px;
	}
  #header-content-small p {
    margin:0px;
    padding-left: 20px;
    color: #b5b5b5;
    font-size: 12px;
		font-family: tahoma, verdana;
		font-weight: bold;
  }

	#header-bottom {
		background: #fafafa url(/l17i/header_bottom.png) no-repeat right top;
		height: 11px;
		width: 960px;
		overflow: hidden;
	}

	#header-shadow {
		background: #fafafa url(/l17i/shadow.png) no-repeat right top;
		height: 14px;
		width: 960px;
		overflow: hidden;
	}


/* Sub Header */
#sub-header {

	width: 960px;
	float: left;
}


.three-blocks {
	float: left;
	width: 290px;
	margin: 0 0px;

}


/* Content Styles */

#left {
	float: left;
	width: 290px;
	padding: 0px 20px 0px 10px;
}


#main, #main-full {
	float: left;
	width: 610px;
	padding: 0px 10px 0px 20px;
	margin-left: 0px;
	background: url(/l17i/dotted_border_v.gif) repeat-y left top;
	
}
#main-full {
  width: 960px;
  background: none;
}

#content-container { 
	padding-bottom: 86px; 
}

#content {
	position: relative;
}
	
	#content h2, #viewer h2 {
		background: url(/l17i/dotted_border_h.gif) repeat-x right bottom;
		color: #888888;
	}
	
	#content h3 {
		background: url(/l17i/dotted_border_h.gif) repeat-x right bottom;
		color: #777;
		padding-bottom: 5px;
	}


	#content h5, #content h5 a:link, #content h5 a:visited {
		color: #4c81bd;
		margin-bottom: 5px;
	}


	#content h2 span, #viewer h2 span {
		background: url(/l17i/arrow.png) no-repeat left 4px;
		padding-left: 15px;
		
	}
	
	#content p {
		padding-bottom: 15px;
		margin: 0;
		clear: both;

	}

	#content .item {
		padding-bottom: 10px;
		float: left;
		
	}

	
	
	
/* Footer Style */

#footer { 
	clear: both; 
	position: relative; 
	z-index: 10; 
	height: 60px; 
	margin-top: -101px; 
	padding-top: 41px;
}


#footer { 
	margin-left: auto;
	margin-right: auto;
	background: #ededed url(/l17i/footer_bg.gif) repeat-x right top;
	
}

#footer-content {
	margin: 0 auto;
	width: 960px;
	padding-top: 5px;
	font-size: 12px;
}

#footer-content .footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

	#footer-content .footer-menu li {
		float: left;
		padding: 0 10px;
		margin: 0;
	}

		#footer-content .footer-menu li a {
			padding: 0;
	
		}

			#footer-content .footer-menu li a.current {
				font-weight: bold;
			}
	


#prefooter {
	margin: 0 0 1px;
	width: 100%;
	height: 1px;
	clear: both;
}


/* End of Footer Style */




/* contact form style */
form {
  padding: 20px 0;
  margin: 0;
}
label {
	float: left;
	width: 100px;
	font-weight: bold;
	color: #999;
	padding: 5px;
}
#loginf label {
  width: 210px;
}
input,
select,
textarea{
	padding: 5px;
	font: 400 12px arial, sans-serif;
	background: url(/l17i/field_bg.png) no-repeat top left;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2 #e2e2e2 #e2e2e2 #d2d2d2;  
}
input:focus,
textarea:focus{  
  color: #333;
  background-color: #edf2f5;
}
#name, #email, #tel, #reason, #login_username, #secretkey, #pass {
	width:250px;
}
#message{
	width:360px;
	height:150px;
}

#submit {
	height: 27px;
	background: url(/l17i/submit_button.png) no-repeat top left;
	
	margin-top: 0px;
	width: 91px;
	border: none;
	margin-right: 6px;
	font-weight: bold;
	cursor: pointer;
	color: #777;
}

/* use form-button class for input button tags. */

input.form-button {
	padding: 5px 15px;
	font: bold 1em arial, sans-serif;
	cursor: pointer;
	color: #777;
	background-color: #222;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #bbb #bbb #ccc;
	background: url(/l17i/gradient.gif) repeat-x;
	cursor: pointer;
	font-weight: bold;
}


/* testimonials */

.testimonial {
	width: 100%;
}

#content .testimonial blockquote {
	margin: 0;
	padding:0px 0px 0px 30px;
	background:url(/l17i/quote.png) no-repeat 0px 0px;
	
}
#content .testimonial blockquote p.quote{
	text-align:left;
	font-size:17px;
	color:#777;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;	
	margin-bottom: 10px;
}

#content .testimonial blockquote p.author{
	text-align:right;
	font-size:12px;
	color:#999;
	font-weight:bold;
	font-family: Tahoma, arial;
	font-style:normal;	
}








/* box style */


.box {
	width: 100%;
	margin-bottom: 15px;
	float: left;	
	
}
		
.top {
	width:100%;
	height:12px;
	background:url(/l17i/top.png) no-repeat left top;
}
		
.top span {
	width: 13px;
	height:12px;
	background: #fafafa url(/l17i/top-right.png) no-repeat right top;
	float: right;
	overflow: hidden;
}

.box-content {
	background: url(/l17i/leftside.png) repeat-y right top;
	width: 100%;
	float: left;
	background-color: #f0f0f0;
		
}
		
.box-content2 {
	background: url(/l17i/leftside.png) repeat-y left top;
	width: 100%;
	float: left;			
}

.bottom {
	width:100%;
	height:12px;
	background:url(/l17i/bottom.png) no-repeat left top;
	float: left;
}
		
.bottom span {
	width: 13px;
	height:12px;
	background: #fafafa url(/l17i/bottom-right.png) no-repeat right top;
	float: right;
	overflow: hidden;
}
		
.box p {
	margin:5px 0 10px 0;
	padding-bottom: 5px;
	clear: both;
}
		
.box-padding {
	padding: 5px 15px 10px 15px;
}

#content .box-padding  p{
	padding-bottom: 10px;
}


.box-padding h2 {
	padding-top: 0px;
	margin-top: 0;

}
.box-padding h3 {
	padding-top: 0;
	margin-top: 10px;

}

/* Vertical List */

.vertical-list {
	list-style: none;
	
	margin: 0;
	padding: 0;
}
.vertical-list li {
	width: 100%;
    padding: 0;
	margin: 0;
}

.vertical-list a {
	display:block;
	
	text-decoration:none;
	font-weight:bold;


	padding: 8px 10px;

	background: #f5f5f5 url(/l17i/menu_bg.gif) repeat-x right bottom;
	overflow: hidden;
}

.vertical-list a:hover  {
	background: #fafafa url(/l17i/menu_bg_hover.gif) repeat-x right bottom
}
.vertical-list sel a:link, .vertical-list .sel a:visited  {
  background: none;
	background-color: #e4e4e4;
	
}


/* porfolio styles */
.portfolio-item {
	clear: both;
	float: left;
}
ul.bullet-list, ul.downloads {
	list-style: none;
	margin: 0;
	margin-top: 10px;
}
ul.bullet-list li {
	padding: 2px 0px 2px 25px;
	background: url(/l17i/icons/o_order.png) no-repeat left;
	font-weight: bold;
}
ul.downloads li {
	padding: 2px 0px 2px 25px;
	background: url(/l17i/icons/o_upcoming-work.png) no-repeat left;
	font-weight: bold;
}


.portfolio-image, .portfolio-desc {
	float: left;
}

.portfolio-image {
	width: 270px;
}
.portfolio-desc {
	width: 310px;
}



/*table styles  */

table {
	margin-top: 0;
	margin-bottom: 10px;
	border: 1px #ccc solid;
	border-bottom: none;
}

thead th {
	background: #e2e2e2 none repeat scroll 0 0;
	border-top: 1px #fff solid;
}
thead th {
	border-bottom:1px #bbb solid;
}
th {
	border-bottom: 3px #bbb solid;
	padding-right: 1em;
	text-align: left;
}

td {
	background: #f1f1f1;
	border-top: 1px #fff solid;	
	border-bottom:1px #ccc solid;
	color: #777;
}

tr.even td {
	background: #f8f8f8;
	border-top: 1px #fff solid;	
	border-bottom:1px #ccc solid;
}

td.active {
	background-color: #e4e4e4;
}




/* CSS sliding doors button */

a.button, a.button-color, a.button-header {
	background: url('/l17i/button.png') no-repeat scroll top left; 
	float: left;
	height: 27px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 5px;
}

a.button span, a.button-color span, a.button-header span  {
	background: url('/l17i/button.png') no-repeat scroll top right; 
	float: left;
	height: 22px;
	position: relative;
	left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	cursor: pointer;
}

a.button:hover span {
	color: #666;
}

a.button-color {
	background: url('/l17i/button_color.png') no-repeat scroll top left; 
}

a.button-color span {
	background: url('/l17i/button_color.png') no-repeat scroll top right; 
	color: #fff;
}

a.button-header {
	background: url('/l17i/button_header.png') no-repeat scroll top left; 
}

a.button-header span {
	background: url('/l17i/button_header.png') no-repeat scroll top right; 
	color: #ddd;
}

a.button:hover, a.button-color:hover, a.button-header:hover  {
	background-position: left -155px;
}

a.button:hover span, a.button-color:hover span, a.button-header:hover span {
	background-position: right -155px;
}

	
/* OtherStyles */

.textblock {
	font-size:17px;
	color:#777;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0px;
}

#note {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #992222;
	border: 1px #f0c020 solid;
	display: none;
	background-color:#ffffdd;
	text-align: center;
}

.notification_ok {
	color: #229922;	
}


/* Link Styles */

.more {
	font-weight: bold;
}

/* Misc Styles */

.block {
	padding-bottom: 10px;
}

.title {
	padding-bottom: 0px;
	overflow: hidden;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.image-margin-left {
	margin:0 10px 3px 0;
}

.image-margin-right {
	margin:0 0 3px 10px;
}

.image-left, .image-border, .image-right{
	padding:3px;
	margin:0 10px 3px 0;
	border:1px #ccc solid;
	background: #fdfdfd;
}

.image-small-left{
	background: #fdfdfd;
	padding:3px;
	margin:0 5px 0 0;
	border:1px solid #ccc;
}

.image-small-right {
	background: #fdfdfd;
	padding:3px;
	margin:0 0 0 3px;
	border:1px solid #ccc;
}

.image-border {
	margin:0;
}

.image-right {
	margin:0 0 3px 10px;
}

.margin-10-lr {
	margin: 0 10px;
}

.margin-10-left {
	margin-left: 10px;
}

.margin-10-right {
	margin-right: 10px;
}

.margin-20-left {
	margin-left: 20px;
}

.margin-20-right {
	margin-right: 20px;
}






/* Easy Slider */

	#slider{
		margin:0;
		padding:0;
		position: relative;
		left: 0px;
		overflow: hidden;
	}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		width:542px;
		height:212px;
		
	}	
	

	
	#prevBtn, #nextBtn{ 
		display:block;
		width:37px;
		height:45px;
		position:relative;
		left:455px;
		top:-12px;	
		float: left;
		margin-top: -37px;

	}	
	#nextBtn{ 
		left:458px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:37px;
		height:40px;
		background:url(/l17i/arrow_left.png) no-repeat 0 0;	
	}	
	#prevBtn a:hover, #nextBtn a:hover {
		background-position: left -40px;
	}
	#nextBtn a{ 
		background:url(/l17i/arrow_right.png) no-repeat 0 0;	
	}												

/* // Easy Slider */


.offline {
  text-decoration: line-through;
}
.success {
  padding: 25px;
  background-color: #E8F6E9;
  border: 1px #B2E1B7 solid;
  color: #11a322;
  margin-bottom: 15px;  
}
.error {
  padding: 25px;
  background-color: #f5e8e8;
  border: 1px #dfb2b2 solid;
  color: #9e1111;
  margin-bottom: 15px;
}
.error ul {
  margin-bottom: 0;
  margin-top: 0;
}

/*gallery*/
#content ul.galview img, #viewer ul.galview img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
#content ul.galview li.r, #viewer ul.galview li.r {
  margin-right:0px;
}
#content ul.galview li, #viewer ul.galview li {
  width: 180px;
  height: 200px;
  float: left;
  list-style: none;
  margin-right: 12px;
  margin-top: 20px;
  background: #FAFAFA;
  border: 1px solid #E4E4E4;
	padding: 8px;
	text-align: center;
	line-height: 100%;
}
#content p.gallery img, #viewer p.gallery img {
  margin: 4px;
  padding: 4px;
  border:1px #ccc solid;
	background: #fdfdfd;
}
.resetlabel input {
  float: none;
  display: inline;
}
.resetlabel label {
  float: none;
  font-weight: lighter;
}
input.clean {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}


.beitrag a:link, .beitrag a:visited {
  color: #06b;
  letter-spacing: 1.2px;
}
.beitrag a:hover, .beitrag a:active {
  color: #000;
}
.beitrag {
  margin-bottom: 15px;
}
ul#projects li .project-item {
  float: left;
  margin: 0 20px 15px 20px;
  width: 420px;
}
ul#projects li .project-item img {
  margin: 5px;
  padding: 5px;
  border:1px #ccc solid;
	background: #fdfdfd;
}
.project h2 {
  margin: 0;
  padding: 0;
}
.wslide-menu a:link, .wslide-menu a:visited, #content .pager  a:link, #content .pager a:visited {
  font-weight: bold;
  border: 1px #ccc solid;
  padding: 3px 8px;
  display: block;
  float: left;
  margin-right: 3px;
}
#content .pager .psel {
  color: #fff;
  background: #ccc;
}
#content .pager .sep {
  font-weight: bold;
  padding: 3px 8px;
  display: block;
  float: left;
  margin-right: 3px;
}
.c {
  text-align: center;
}
.ppt {
  font-weight: bold;
}
#pp_full_res .pp_inline p {
  line-height: 1.5;
}

#viewer {
  margin: 25px;
  height: auto;
}
.ads img {
  margin-bottom: 10px;
}
#top-items #iconmen {
	position: absolute;
	top: 15px;			
	z-index: 99999;
  margin-left: 874px;
}
#top-items #iconmen img {
  margin-left: 2px;
}
.descr {
  font-size: 10px;
}
.n {
  font-weight: normal;
}
#search-block form {
  margin:0px;
  padding:0px;
}
.light {
  color: #ccc;
}
hr {
  border: none;
  background: url(/l17i/dotted_border_h.gif) repeat-x right bottom;
}
.tr {
  text-align:right;
}
/*sitemap*/

ul.map1, ul.map2, ul.map3 {
	list-style: none;
	margin: 0;/*
	margin-top: 3px;
	margin-bottom: 3px;*/
}
ul.map1 li, ul.map2 li, ul.map3 li {
	padding: 0px 0px 3px 20px;
	margin: 2px 0 2px 0;
	background: url(/l17i/icons/consulting.png) no-repeat left top;
	font-weight: bold;
}
ul.map1 li.folder, ul.map2 li.folder {
  background: url(/l17i/icons/folder.png) no-repeat left top;
  font-weight: bold;
}



.clearer {
  clear: both;
}
#content p.clear, .pclear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  margin: 0px;
}
/*newsletter*/
form.nlsidef {
  padding: 0; margin:0;
}
#nlside {
  background: url(/l17i/newsletter_form_bg2.jpg) no-repeat left top;
  width: 288px;
  height: 185px;
}
#nlside .email {
  float: left;
  margin-top: 102px;
  margin-left: 17px;
  width: 149px;
}
#nlside .nlsubmitb {
  background: none;
  border: none;
}
#nlside .nlsubmit {
  float: left;
  margin-top:97px;
  
}

acronym {
  cursor: help;
}