@import url("reset.css");
@import url("jqueryslidemenu.css"); 
 
body {
  background-color: #e5e5e5;
  background-image: url(../images/pattern/flower5.jpg);
  background-repeat: repeat;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 21px;
  color: #787878;
  border-top:1px solid #6b9bde;
}

 
h1, h2, h3, h4, h5, h6{
	font-weight: 400;
	color:#027188;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1{
	font-size:36px; 
	line-height:32px; 
	margin-bottom:14px;
}
h2{
	font-size:30px; 
	line-height:26px; 
	margin-bottom:14px;
}
h3{
	font-size:22px; 
	margin-bottom:12px;
}
h4{
	font-size:15px; 
	line-height:16px; 
	margin-bottom:10px;
}
h5{
	font-size:14px; 
	margin-bottom: 12px; 
	padding:0px;
}
h6{
	font-size:12px; 
	margin-bottom: 12px; 
	padding:0px;
	letter-spacing: 1px;
}
 
a,a:link,a:visited {
  color:#2a92bd;
  text-decoration:none;
}
a:hover{
  color:#666666;
}
a img, img {
  border:none
}

 
p {
  margin-bottom:20px;
}
blockquote {
  margin: 0 0 20px 0;
  color: #9a9a9a;
  background: url(../images/blockquote.jpg) repeat;
  border-left: 4px solid #dadada;
  font-size: 12px;
  padding: 5px 10px;
  font-style: italic;
}
blockquote p {
  margin-bottom: 0;
}
code {
  background: #fafafa;
  padding: 5px 10px;
  display: block;
  font-size: 12px;
  color: #858585;
  margin-bottom: 10px;
  border: 1px dotted #eaeaea; 
  clear: both;   
}
pre{ 
  clear: both; 
  font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace; 
  background: url(../images/pre_bg.gif) repeat; 
  border: 1px solid #d3d3d3;
  padding: 18px 20px 15px 20px;
  line-height: 19px;
  overflow:auto;
  overflow-Y: hidden;
  color: #555;
  margin: 0 0 20px 0;
}
ol {
  margin: 20px 0 20px 25px;
  list-style-type: decimal;
}
ol li {
  font-size: 12px;
  margin: 2px 0; 
  padding-bottom: 3px;
} 
 
.starlist {
  margin-bottom: 10px;
}
.starlist li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 22px;  
  background: url(../images/star.png) 0 2px no-repeat;
  border-bottom: 1px solid #dfdfdf;
}
 
.arrowlist {
  margin-bottom: 10px;
}
.arrowlist li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 22px;  
  background: url(../images/arrow.png) 0 4px no-repeat;
  border-bottom: 1px solid #dfdfdf;
}
 
.checklist {
  margin-bottom: 10px;
}
.checklist li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 25px;  
  background: url(../images/tick.png) 0 4px no-repeat;
  border-bottom: 1px solid #dfdfdf;
}
 
.bulletlist {
  margin-bottom: 10px;
}
.bulletlist  li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 20px;  
  background: url(../images/bullet.png) 0 5px no-repeat;
  border-bottom: 1px solid #dfdfdf;
}
 
.itemlist {
  margin-bottom: 10px;
}
.itemlist  li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 20px;  
  background: url(../images/item.png) 0 5px no-repeat;
  border-bottom: 1px solid #dfdfdf;
}
 
.dropcap{
	background:transparent url(../images/big-bullet.png) no-repeat scroll -1px -1px;
	color:#ffffff;
	float:left;
	font-size:24px;
	height:41px;
	line-height:30px;
	margin-bottom:-10px;
	margin-right:10px;
	padding-top:5px;
	text-align:center;
	width:41px;
}
 

.pullquote_right,.pullquote_left{
	color:#9F9F9F;
	float:right;
  font-size: 14px;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:10px;
	margin-left:20px;
	padding:0 10px;
	width:33%;
  font-style: italic; 
  background: url(../images/quote.png) top left no-repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.pullquote_left{
  border-left: none;
	float:left;
	margin-left:0px;
	margin-right:10px;
  
}
 
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
 
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
 
.alignleft {
  float: left;
  margin: 5px 15px 0 0;
}
.alignright {
  float: right;
  margin: 5px  0 5px 15px;
}
.aligncenter {
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 15px;
  display: block; 
}
.imgbox {
  padding: 4px;
  background: #ffffff;
  border: 1px solid #ededed;
}
.imgbox2 {
  padding: 3px;
  background: #ffffff;
  border: 1px solid #ededed;
}
.divider {
  background: url(../images/divider.jpg) bottom repeat-x;
  padding: 5px 0;
  margin: 0 0 15px 0;
  display: block;
}
.divider_alt {
  background: url(../images/divider.jpg) bottom repeat-x;
  padding: 5px 0;
  margin: 0 0 5px 0;
  display: block;
}

.spacer {
  margin-bottom: 20px;
  float: left;
}
 
.info {
  margin: 15px 0;
  font-size: 14px;
  color: #246EA7;
  padding: 15px 12px 15px 47px;
  background: #DFECF7 url(../images/info.png) .5em .4em no-repeat;
  border: 1px solid #A7CEEC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;  
} 
.error {
  margin: 15px 0;
  font-size: 14px;
  color: #C92036;  
  padding: 15px 12px 15px 47px;
  background: #FAE1E1 url(../images/error.png) .5em .4em no-repeat;
  border: 1px solid #EDA8A8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;   
} 
.listelink {
  margin: 15px 0;
  font-size: 14px;
  color: #777;  
  padding: 15px 12px 15px 47px;
  background: #fff url(../images/linklisteleme-icon.png) .5em .7em no-repeat;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 4px #aaaaaa;
  box-shadow:0 0 4px #aaaaaa;
  -webkit-box-shadow:0 0 4px #aaaaaa;    
} 
.success, 
.success-message{
  margin: 15px 0;
  font-size: 14px;
  color: #84AF22;  
  padding: 15px 12px 15px 47px;
  background: #E6F2D2 url(../images/ok.png)  .5em .4em no-repeat;
  border: 1px solid #96C24A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;    
} 
 

.highlight-yellow {padding:1px 4px;background-color:yellow;color:#111;}	
.highlight-dark{padding:1px 4px;background-color:#6a6a6a;color:#fff;}
.highlight-red{padding:1px 4px;background-color:#DE2D2D;color:#fff;}	
.highlight-green{padding:1px 4px;background-color:#A3CC29;color:#111;}	

 
.button {
  float: left;
  margin: 10px 10px 10px 0;
  cursor: pointer;
  color: #9a9a9a;
  text-shadow: #ffffff 1px 1px;
  line-height: 30px;
  height: 32px;
  background: url(../images/button_white_right.png) no-repeat 100% 0;
  display: inline-block;
  font-family: arial, verdana, tahoma, helvetica;
  text-transform: uppercase;
}
.button span {
  text-align: center;
  margin-right: 8px;
  padding: 0 10px 0 20px;
  background: url(../images/button_white_left.png) no-repeat;
  display: inline-block;
  height: 30px;
  float: left;
  font-size: 11px;
}
a.button{
  color: #9a9a9a;
}
a.button:hover {
  color: #787878;
}
.buttongreen {
  background: url(../images/button_green_right.png) no-repeat 100% 0;
}
.buttongreen span {
  background: url(../images/button_green_left.png) no-repeat;
}
a.buttongreen {
  color: #6d9900;
  text-shadow: 1px 1px #c4d582;
}
a.buttongreen:hover {
  color: #648317;
}
.buttonblue {
  background: url(../images/button_blue_right.png) no-repeat 100% 0;
}
.buttonblue span {
  background: url(../images/button_blue_left.png) no-repeat;
}
a.buttonblue {
  color: #1b9ac6;
  text-shadow: #c4ebf9 1px 1px;
}
a.buttonblue:hover {
  color: #167ca0;
}
.buttonred {
  background: url(../images/button_red_right.png) no-repeat 100% 0;
}
.buttonred span {
  background: url(../images/button_red_left.png) no-repeat;
}
a.buttonred {
  color: #ba3226;
  text-shadow: #dcb8b4 0px 1px 1px;
}
a.buttonred:hover {
  color: #ac2e23;
}
.buttondark {
  background: url(../images/button_dark_right.png) no-repeat 100% 0;
}
.buttondark span {
  background: url(../images/button_dark_left.png) no-repeat;
}
a.buttondark {
  color: #3a3a3a;
  text-shadow: #8d8d8d 0px 1px 1px;
}
a.buttondark:hover {
  color: #2a2a2a;
}
.buttonbrown {
  background: url(../images/button_brown_right.png) no-repeat 100% 0;
}
.buttonbrown span {
  background: url(../images/button_brown_left.png) no-repeat;
}
a.buttonbrown {
  color: #944922;
  text-shadow: 1px 1px #d7ad83;
}
a.buttonbrown:hover {
  color: #943b00;
}
.buttonorange {
  background: url(../images/button_orange_right.png) no-repeat 100% 0;
}
.buttonorange span {
  background: url(../images/button_orange_left.png) no-repeat;
}
a.buttonorange {
  color: #dc8100;
  text-shadow: 1px 1px #fcdb89;
}
a.buttonorange:hover {
  color: #ce7900;
}
.buttonpurple {
  background: url(../images/button_purple_right.png) no-repeat 100% 0;
}
.buttonpurple span {
  background: url(../images/button_purple_left.png) no-repeat;
}
a.buttonpurple {
  color: #a33daa;
  text-shadow: #ddc0df 0px 1px 1px;
}
a.buttonpurple:hover {
  color: #902d96;
  text-shadow: #ddc0df 0px 1px 1px
}
.buttonpink {
  background: url(../images/button_pink_right.png) no-repeat 100% 0;
}
.buttonpink span {
  background: url(../images/button_pink_left.png) no-repeat;
}
a.buttonpink {
  color: #752b4e;
  text-shadow: #ffc6e5 0px 1px 1px;
}
a.buttonpink:hover {
  color: #8f004d;
  text-shadow: #ffc6e5 0px 1px 1px
}

img.readmore {
  position: relative;
  top: 5px;
  left: 8px;
  overflow: hidden;
}
.last {
  float:  right;
  margin-right: 0;
}

 
.tabs-container {
  margin-bottom: 20px;
}
.tabs-wrapper {
  margin: 0 0 30px 0;
}
ul.tabs {
	margin:0px 0px 0px 1px;
	padding: 0;
	float: left;
	list-style: none;
	height: 35px;
	border-bottom: 1px solid #dedede;
	border-left:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: auto;
	float:left;
}
ul.tabs li {
	float: left;
	padding: 0;
	height: 35px;
	line-height: 32px;
	border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin:0px 0px -1px -1px;
	background-image:url(../images/tabs.jpg);
	background-repeat:repeat-x;
	overflow: hidden;
	position: relative;	
}
ul.tabs li a {
	display: block;
	font-size: 12px;
	padding: 1px 26px;
	outline: none;
	font-family: arial, verdana, tahoma, helvetica;
}
ul.tabs li a:hover {
  background: #ffffff;
  border-bottom: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}	
html ul.tabs li.current, html ul.tabs li.current a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
  padding-bottom: 1px;
}
.panes {
	border: 1px solid #dbdbdb;
	border-top: none;
	clear: both;
	width: 100%;
	background: #fff;  
	padding-bottom: 10px;
  font-size: 12px;
  color: #7d7d7d;
  display: block;
}
.pane {
	padding: 18px 20px 8px 20px;
  border-top: 1px solid #dbdbdb;
}
 
.toggle-wrapper {
  margin-bottom: 20px; 
}
.toggle {
	position:relative;
	margin-bottom:5px;
}
.toggle_title {
	margin:0;
	padding:5px 0 5px 0;
	font-size:18px;
	line-height:18px;
	background: url("../images/toggle_icon.png") no-repeat scroll 100% 6px transparent;
	cursor:pointer;
  border-bottom:1px solid #d5d5d5;
}
.toggle_title h5 {
  margin-bottom: 0;
}
.toggle_active {
	background-position: 100% -18px;
}
.toggle_content {
	padding:10px;
	margin:-3px 0px 10px 0px;
	display:none;
  background-color:#ffffff;
}

/* Columns */
.col_12 {
  width: 560px; 
  display: inline;
  float: left;
  margin-right: 0px;
}
.col_121{
  width: 100px; 
  display: inline;
  float: left;
  margin-right: 0px;
}
.col_1211{
  width: 280px; 
  display: inline;
  float: right;
  margin-right: 20px;
}
.col_13 {
  width: 300px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}
.col_131{
  width: 248px; 
  display: inline;
  float: left;
  margin-right: 40px;
}
.col_132 {
  width: 370px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}
.col_23 {
  width: 620px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}
.col_14 {
  width: 220px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}

.col_141 {
  width: 220px; 
  display: inline;
  float: left;
  margin-right: 0px;  
}

.col_142 {
  width: 220px; 
  display: inline;
  float: left;
  margin-right: 10px;  
}
.col_15 {
  width: 120px; 
  display: inline;
  float: left;
  margin-right: 15px;  
}
.col_34 {
  width: 680px; 
  display: inline;
  float: right;
  margin-left: 40px;  
}
.last {
  float: right;
  margin-right: 0;
}


.col_34 h4{ font-size:15px; color:#666; padding:4px 0; margin:0 0 8px 0; border-bottom:1px dotted #dedede; }
 
#topsection {
  height: 26px;
  width: 948px;
  margin: 0 auto;
  padding: 0;
}
#wrapper {  
  width: 998px;
  margin-left:auto;
  margin-right:auto;
  margin-top: 20px;
  margin-bottom: -5px;
}
#topwrapper {
  height: 13px;
  width: 996px;
  margin-left:auto;
  margin-right:auto;
  background: url(../images/topwrapper.png) center no-repeat;
}
#mainwrapper {  
  width: 998px;
  margin-left:auto;
  margin-right:auto;
  background: url(../images/mainwrapper.png) repeat-y;
}
#bottomwrapper {
  height: 13px;
  width: 996px;
  margin-left:auto;
  margin-right:auto;
  background: url(../images/bottomwrapper.png) center no-repeat;
}
#center {
  margin : 0 auto;
  width: 940px;
  background:url(../images/content-background.png) left top repeat-y;
}
 
.social-links ul {
  margin: 0;
  padding: 0;
  float: right;
}
.social-links ul li {
  margin: 0 5px 0 0;
  float: left;
}
.phone-info {
  float: left;
  display: block;
  width: 450px;
  background: url(../images/phone-dark.png) left center no-repeat;
}
.phone-info p {
  color: #666666;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 14px;
}
#header {
  width: 986px;
  margin: 0 auto;
  height: 113px;
  background: #f8f8f8 url(../images/bg-header.png) bottom center repeat-x;
}
#logo {
  float: left;
  width: 298px;
  margin-left: 9px;
  position: absolute;
  margin-top: 6px;
  z-index: 100;
}

.turkak{   float: left;  width: 51px;  margin-left: 160px; position: absolute; margin-top: 13px; z-index: 100; }

#mainmenu {
 
  float: right;
margin-right: -348px;
margin-top: 125px;
width:900px;
height: 38px;
background: url(../images/main-menu-background.png) right top no-repeat;
}
.menudesc {
  clear: both;
  display: block;
  font-size: 50px;
  color: #8f8f8f;
  margin-top: -9px;
}
 
#slideshow {
  width: 990px;
  height: 328px;
  background: url(../images/slider/slider-img-1.jpg) center center no-repeat;    
  margin-left: auto;
  margin-right: auto;
  border-top: 4px solid #e31f27;
  border-bottom: 2px solid #e31f27;
  position:relative;
}
.slider {
  margin: 0;
  padding: 0;
}
.slider li {
  float: left;
  width: 988px;
  display: none;
}
.slide-image {
  float: left;
  width: 988px;
  height:328px;
}
.slide-text {
  float: left;
  width: 302px;
  margin: 20px 30px;
}
.slide-text-wide {
  float: right;
  width: 542px;
  padding: 20px 30px;
}
.slide-image-left {
  float: left;
  width: 282px;
  margin: 30px 40px 30px 60px;
}
.slide-text h3,
.slide-text p,
.slide-text-wide h3,
.slide-text-wide h4,
.slide-text-wide p,
.slide-desc h3,
.slide-desc p {
  color: #ffffff;
}
.slide-text .starlist,
.slide-text-wide .starlist  {
  margin-bottom: 10px;
  margin-left: 0;
}
.slide-text .starlist li,
.slide-text-wide .starlist li {
  margin: 2px 0; 
  padding-bottom: 2px;
  padding-left: 24px;  
  background: url(../images/star.png) 3px 3px no-repeat;
  color: #ffffff;
  border-bottom: none;
}
.slide-desc {
  position: absolute;
  bottom: 40px;
  right: 60px;
  background: url(../images/transparent.png) repeat;
  padding: 10px 20px 0 20px;
  width: 800px;
}
.slide-desc h3 {
  margin-bottom: 5px;
}
.slide-desc p {
  line-height: 18px;
  color: #dadada;
}
.slide-desc p strong {
  color: #ffffff;
}
.slide-desc-right { 
  width:260px; 
  height:268px; 
  position:absolute; 
  padding: 30px;  
  top:0px; 
  right:0px; 
  z-index:99; 
  background:url(../images/transparent.png); 
  margin-right:50px; 
}
.slide-desc-right h3{ margin-bottom:0px;color: #ffffff;}
.slide-desc-right .subtitle{ font-size:16px; color: #51a8d5;margin-bottom: 25px;}
.slide-desc-right p{ color: #dadada;margin-bottom:5px;}

 
#pager{
  bottom: 6px;
  left: 45%;
	z-index:99999;
	position:absolute;
}
#pager a{
	background: url(../images/slidenav.png) no-repeat;
	display:inline-block;
	font-size:0px;
	width:10px;
	height:10px;
	margin:11px 4px 0px 4px;
	outline-style:none;
	outline-width:medium;
	text-indent:-9999px;
}
#pager .activeSlide{
	background: url(../images/slidenav-active.png) no-repeat;
}
 
#slideshow2 {
  width: 680px;
  height: 262px;
  background: url(../images/cihaz/hitachi-main-img.jpg) center center no-repeat;    
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #1b4d92;
  border-bottom: 2px solid #1b4d92;
  position:relative;
}
.slider2 {
  margin: 0;
  padding: 0;
}
.slider2 li {
  float: left;
  width: 680px;
  display: none;
}
.slide-image2 {
  float: left;
  width: 680px;
  height:329px;
}

 
#pager2{
  bottom: 6px;
  left: 45%;
	z-index:99999;
	position:absolute;
}
#pager2 a{
	background: url(../images/slidenav.png) no-repeat;
	display:inline-block;
	font-size:0px;
	width:10px;
	height:10px;
	margin:11px 4px 0px 4px;
	outline-style:none;
	outline-width:medium;
	text-indent:-9999px;
}
#pager2 .activeSlide{
	background: url(../images/slidenav-active.png) no-repeat;
}

 
.featureslist,
.featureslist-4col,
.quotebox {
  padding: 15px 20px 15px 20px;
  background: url(../images/bg-featureslist.jpg) bottom center repeat-x;  
  height: 20px;
  margin: 0 auto;
  width: 946px;
}
.quotebox {
  height: 88px;
  padding: 10px 20px 12px 20px;
}
.featureslist li {
  float: left;
  width: 960px;
}
.featureslist-4col li {
  float: left;
  width: 220px;
  margin-right: 20px;
}
.featureslist li.last,
.featureslist-4col li.last {
  float: right;
  margin-right: 0;
}
.featureslist li h4,
.featureslist-4col li h4  {
  margin-bottom: 5px;
}
.featureslist li h4 a,
.featureslist-4col li h4 a {
  color: #444444;
}
.featureslist li img,
.featureslist-4col li img {
  margin-bottom: 15px;
}
.featureslist li p,
.featureslist-4col li p {
  color: #787878;
}
 
.pageheading {
  width: 986px;
  height: 162px; 
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-top: 4px solid #e31f27;
}
#page-title {
  padding:10px 20px;
  background: url(../images/headerbar.jpg) top center repeat-x;  
  height: 23px;
  margin: 0 auto;
  width: 946px;
}
#page-title h4 {
  margin-top: 0;
  text-shadow: #ffffff 1px 1px;
}
.breadcrumbs {
  display: block;
  text-align: right;
}
.breadcrumbs span.current {
  color: #9a9a9a;
}
 
.quotetext {
  display: block;
  margin-bottom: 0;
}
.quotetext h3 {
  margin-bottom: 5px;
  display: block;
  text-align: center;
}
.quotetext h4 {
  line-height: 22px;
  margin: 0;
  color: #666666;
  display: block;
  text-align: center;
}
img.chemical {
  float: left;
  margin-right: 17px;
  margin-left: 17px;
}
.homepage-content {
  margin: 18px 0 0 0;
}
.homepage-content p {
}
.image-box1 {
  background: url(../images/bg-box1.png) top center no-repeat;
  width:300px;
  height: 166px;
  margin-bottom: 5px;
}

.image-box1 img {
  margin: 8px 7px;
  border: 1px solid #fafafa;
}
.image-box2 {
  background: url(../images/bg-box2.png) top center no-repeat;
  width:220px;
  height: 124px;
  margin-bottom: 5px;
}
.image-box2 img {
  margin: 7px 7px;
  border: 1px solid #fafafa;
}
.image-box3 {
  background: url(../images/bg-box3.png) top center no-repeat;
  width:120px;
  height: 124px;
  margin-bottom: 5px;
}
.image-box3 img {
  margin: 7px 7px;
  border: 1px solid #fafafa;
}
.homepage-box h4,
.homepage-box-last h4 {
  margin-bottom: 10px;
}
.homepage-box p  {
}
.clients {
  margin: 0;
  padding: 0;
}
.clients li {
  margin: 0 12px;
  padding: 0;
  float: left;
}
.welcome {
}
 
.content {
  margin: 20px 0 0 0;
}
.content-box,
.content-box-last {
  width: 330px;
  float: left;
  margin-right: 20px;
}
.content-box h4,
.content-box-last h4 {
  color: #666666;
}



.content-box-last {
  float: right;
  margin-right: 0;
}
.small-box {
  background: url(../images/small-box.png) top center no-repeat;
  width:93px;
  height: 97px;
  margin-bottom: 30px;
  float: left;
  margin-right: 15px;
}
.small-box img {
  margin: 6px;
  border: 1px solid #fafafa;
}
 
.pricing-table{
	width:940px;
	margin-bottom:20px;
	float:left;
}
ul.feature-list{
	font-size:14px;
	padding:0px;
}
ul.feature-list li,
ul.feature-list li.odd {
  font-size: 12px;
  padding: 10px 0;
  color: #7d7d7d;
  border-bottom: 1px solid #dedede;
  line-height: 18px;
  text-align: left;
  padding-left: 52px;
  background: url(../images/star.png) 30px 10px no-repeat;
}
ul.feature-list li.odd {
  background: #f5f5f5 url(../images/star.png) 30px 10px no-repeat;
}
ul.feature-list li.last {
  border: none;
  background: none;
}
.pric-column{
	width:234px;
	background-color:#ffffff;
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
	text-align:center;
	float:left;
}
.pric-column-last{
	width:233px;
	background-color:#ffffff;
	border-bottom:1px solid #dedede;
	border-right:1px solid #dedede;
	border-left:1px solid #dedede;
	text-align:center;
	float:left;
}
.heading-column{
	width:235px;
	text-align:center;
	padding:14px 0px 16px 0px;	
	float:left;
	background-image: url(../images/small-gradient.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
.heading-column h3, .heading-column h5{
	color:#ffffff;
	margin-bottom:0px;
}
.color1{
	background-color:#8cbc36;
}
.color2{
	background-color:#ffbd00;
}
.color3{
	background-color:#71c5e5;
}
.color4{
	background-color:#ec5b3e;
}
.color5{
	background-color:#666666;
}
.pric-btn {
	width:160px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

 
.portfolio {
  margin: 20px 0;
}
.portfolio li {
  clear: both;
}
.bgportfolio{
  width: 444px;
  height: 248px;
  background: url(../images/bgportfolio.png) center center no-repeat;
}
.bgportfolio img{
  margin: 11px;
}
.blockimg {
  float: left;
  width: 470px;
  margin-bottom: 20px;
}
.blocktext {
  float: left;
  width: 470px;
}

 
.portfolio-3col {
  margin: 20px 0;
  width: 968px;
}
.portfolio-3col:after {
  content: "";
  overflow: hidden;
}
.portfolio-3col li {
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.portfolio-3col li.last{
  float: right;
  margin-right: 0;
}
.portfolio-3col li p {
  margin-bottom: 5px;
}
.filter {
    margin: 20px 0;
    padding: 10px 10px 10px 0px;
}
.filter ul li {
  float: left;
  margin-right: 10px;
}
.filter ul li a {
  background: -moz-linear-gradient(90deg, #FDFDFD, #F9F9F9) repeat scroll 0 0 transparent;
  border: 1px solid #DADADA;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #868686;
  display: block;
  font-weight: bold;
  line-height: 28px;
  padding: 0 10px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.filter ul li a:hover, .filter ul li a.current {
    background: none repeat scroll 0 0 #E7E7E7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    color: #787878;
}
.zoom {
  background: url(../images/zoom.png) 50% 50% no-repeat;
}
.play {
  background: url(../images/play.png) 50% 50% no-repeat;  
}
 
.bloglist {
  
}
.blogtitle {
  padding-bottom: 10px;
}
.postcomment {
  width: 50px;
  height: 50px;
  background: url(../images/bgcomment.png) center center no-repeat;
  float: left;
  margin-right: 20px;
  display: block;
  text-align: center;
  font-size: 24px;
}
.postcomment h3 {
  margin: 9px;
  color: #9a9a9a;
  text-shadow: #ffffff 1px 1px;
}
.postcomment h3 a {
  color: #9a9a9a;
}
.posttitle {
  float: left;
  width:620px;
}
.posttitle h3 {
  color: #555555;
  line-height: 24px;
  text-shadow: #ffffff 1px 1px;
}
.posttitle h3 a {
  color: #555555;
  line-height: 24px;
  text-shadow: #ffffff 1px 1px;
}
.posttitle h3 a:hover {
  color: #666666;
  line-height: 24px;
}
.postimage {
  background: url(../images/imagebox.png) center center no-repeat;
  width: 220px;
  height: 230px;
  margin-bottom: 10px;
}
.postimage img {
  margin: 8px 9px;
  border: 1px solid #ffffff;
}
.postimage2 {
  background: url(../images/imagebox2.png) center center no-repeat;
  width: 680px;
  height: 187px;
  margin-bottom: 10px;
}
.postimage2 img {
  margin: 8px 9px;
  border: 1px solid #ffffff;
}
.postdate {
  width: 68px;
  height: 65px;
  background: url(../images/bgdate.png) center center no-repeat;
  display: block;
  float: left;
  text-align: center;
  padding-top: 3px;
  margin-right: 20px;
}
.postdate h2 {
  margin-top: 8px;
  margin-bottom: 0;
  color: #9a9a9a;
  text-shadow: #ffffff 1px 1px;
}
.postdate h5 {
  color: #b7b7b7;
  text-transform: uppercase;
  text-shadow: #ffffff 1px 1px;
  margin-top: -5px;
}
.postcontent {
  width: 600px;
  float: left;
}
.postcontent p {
  margin-bottom: 10px;
}
a.readmore {
  text-decoration: underline;
  margin-bottom: 10px;
  float: right;
}
.postmeta {
  display: block;
  font-size: 11px;
  color: #868686;
}
.postmeta a {
  text-decoration: underline;
}
 
#authorbox {
  background: #ffffff;
  border: 1px dotted #eee;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#authorbox h4{
  vertical-align: top;
  margin-bottom: 5px;
}
#authorbox .blockavatar {
  width: 80px;
  float: left;
  margin-top: 8px;
  margin-right: 10px;
}
#authorbox img {
  margin-top: 0;  
  margin-bottom: 0;
  border: none;
}
#authorbox .detail {
  float: left;
  width: 550px;  
}
#authorbox .detail p {
  margin-bottom: 0;
}
 
#listcomment {
	padding: 0;
	margin: 0 0 20px 0;
}
#listcomment li {
  display: block;
	padding: 11px 0;
	margin: 0;
	background: none;
	background: url(../images/divider.jpg) bottom repeat-x;
}
.titlecomment {
	width: 673px;
}
.titlecomment img {
	float: left;
	padding: 3px;
	border: 1px solid #d9d9d9;
	margin: 0 10px 0 0;
}
.titlecomment h4 {
  color: #666666;
	padding: 7px 0 0 0;
	margin: 0;
}
.datecomment {
	font-size: 11px;
	color: #858585;
}
#listcomment li p {
	font-size: 12px;
	padding: 10px 0 0 0;
	margin-bottom: 0;
}

 
#commentform label {
  font-size: 12px;
  display: block;
  text-align: left;
  color: #666666;
  margin-bottom: 10px;
}
.leftcomment {
  width: 285px;
  float: left;
}
.comment-input {
  color: #666666;
  padding: 7px;
  display: block;
  text-align: left;  
  height: 19px;
  width: 250px;
  border: 1px solid #eaeaea;
  margin-bottom: 12px;
}
.comment-textarea {
  color: #666666;
  padding: 7px;
  display: block;
  text-align: left;  
  height: 178px;
  width: 395px;
  border: 1px solid #eaeaea;
  margin-bottom: 10px;
}
.comment-submit {
  display: block;
  float: right;
  margin-right: 5px;
  background: url(../images/comment-submit.png) no-repeat;
  color: #d4d4d4;
  border: none;
  width: 106px;
  height: 32px;
  padding: 3px 5px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
.comment-heading {
  padding-bottom: 15px;
  background: url(../images/sidebar-line.jpg) bottom repeat-x;
}

 
.pagination {
  clear:both;
  left: 35%;
  padding:5px 0 20px 0;
  position:relative;
  font-size:12px;
  line-height:13px;
  float: left;
}
 .pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 10px 2px 0;
  padding:8px 10px;
  text-decoration:none;
  width:auto;
  color:#666666;
  background: url(../images/paging.jpg) repeat-x;
  -webkit-box-shadow:0 0 4px #aaaaaa; 
  -moz-box-shadow: 0 0 4px #aaaaaa; 
  box-shadow:0 0 4px #aaaaaa;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	border-bottom-radius:4px;	  
}
 .pagination a:hover{
  color:#fff;
  background: #2a92bd;
}
.pagination .current{
  padding:8px 10px;
  background: #2a92bd;
  color:#fff;
}
 
.formleft {
  width: 400px;
  float: left;
}
.formright {
  width: 680px;
  float: left;
  margin-left: 0;
}
#maincontactform {
  margin: 20px 0px;
}
#maincontactform label {
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
  clear: both;
}
.textfield {
  margin-bottom: 14px;
  padding: 4px;
  color: #7d7d7d;
  width: 360px;
  height: 20px;
  border: 1px solid #e3e3e3;
  clear: both;
  float: left;
}
.textarea {
  padding: 5px;
  color: #7d7d7d;
  width: 660px;
  height: 140px;
  border: 1px solid #e3e3e3;
  clear: both;
  float: left;
}
.require {
  display: inline;
  float: left;
  color:#C30;
  margin-left: 4px;
  font-size: 12px;
}
.loading {
  margin-top: 15px;
  background: url(../images/loading.gif) top left no-repeat;
  padding-left: 32px;
  font-size: 12px;
  color: #8f8f8f;
  margin-left: 10px;
  float: left;
  padding-bottom: 15px;
}
#map {
  width: 690px;
  height: 320px;
  border: 1px solid #c6c6c6;
}
.gmap_marker {
  font-size: 12px;
  line-height: 18px;
}

 
.sidebox {
  margin-bottom: 30px;
}
.sidebox h4 {
  padding-bottom: 15px;
  background: url(../images/sidebar-line.jpg) bottom repeat-x;
  text-shadow: #ffffff 1px 1px;
}
.sidebox ul {
  
}
.sidebox ul li {
  background: url(../images/divider.jpg) bottom repeat-x;
}
.sidebox ul li a {
  display: block;
  margin: 7px 0;
  padding-bottom: 6px;
}
 
.sidebox blockquote {
  background: url(../images/quote.png) 0 0 no-repeat;
  border-left: none;
  padding: 0;
}
.testilist blockquote {
  background: none;
  padding: 0;
  border-left: none;
}
.testibox {  
}
.testibox p {
  margin-bottom: 0;
}
.testiname {
  display: block;
  text-align: right;
  font-weight: bold;
}
.searchbox {
  width: 220px;
  height: 37px;
}
.searchinput {
  border: none;
  height: 13px;
  width: 169px;
  background: url(../images/search-input.jpg) left center no-repeat;  
  float: left;
  padding: 10px;
  color: #cacaca;
}
.searchsubmit {
  height: 33px;
  width: 31px;
  background: url(../images/search-button.jpg) left center no-repeat;
  float: left;
  border: none;
  cursor: pointer;
}
/* ----------------------- FOOTER -----------------------*/
#footer {
  background: #e9e9e9;
  border-top: 4px solid #bfbfbf;
  border-bottom: 3px solid #bfbfbf;
  padding: 20px 20px 10px 20px;
  margin: 5px auto 0 auto;
  width: 946px;
}
.footer-col {
}
.footer-col h4  {
  margin-bottom: 7px;
  padding-bottom:6px;
  border-bottom:1px solid #CCC;
}
.footer-col ul {
  margin: 0;
  padding: 0;
}
.footer-col ul li  {
  margin: 4px 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #cdcdcd;
}

.footer-col ul li:last-child{ border-bottom:0; }

.footer-col a  {
  color: #686868;
}
.footer-col a:hover  {
  text-decoration: underline;
}
.footer-col p {
  color: #666666;
}
.latestnews {
  
}
.latestnews a {
  line-height: 16px;
  margin-bottom: 0;
}
.sidebox .latestnews a {
  margin-bottom: -5px;
}
.latestnews li {
  margin-bottom: 5px;
}
.sidebox .latestnews li {
  padding-bottom: 5px;
  clear:both;
}
.sidebox .latestnews li p{
	margin-top:4px; 
	font-size:11px;
	line-height:16px;
}

.latestnews li img {
  margin-bottom: 20px;
  margin-right: 12px;
}
.sidebox .latestnews li img {
  margin-bottom: 30px;
}
.latestnews li p.newsdate {
  font-size: 11px;
  text-decoration: underline;
  margin-bottom: 0;
  color: #868686;
}
.latestnews li p.newscontent {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 5px;
}
.footer-col .contactlist li {
  padding-left: 24px;
  border: none;
  margin: 0;
  margin-bottom: 12;
  padding-bottom:8px;
  color: #666666;
}
.sidebox .contactlist li {
  padding-left: 24px;
  margin: 12px 0;
}
.contactlist li a {
  color: #666666;
}
.contactlist li.home {
  background: url(../images/home.png) 0 3px no-repeat;
}
.contactlist li.mail {
  background: url(../images/mail.png) 0 3px no-repeat; ;
}
.contactlist li.help {
  background: url(../images/help.png) 0 3px no-repeat;
}
.contactlist li.phone {
  background: url(../images/phone.png) 0 3px no-repeat;
}
.contactlist li.phone2 {
  background: url(../images/phone.png) 0 6px no-repeat;
}
.contactlist li.fax2 {
  background: url(../images/fax2.png) 0 3px no-repeat;
  
}
#bottom {
  height: 24px;
  background-color: #dfdfdf;
  width: 946px;
  margin: 0 auto;
  padding: 5px 20px;
  border-top: 1px solid #e5e5e5;
}
.footermenu {
  margin: 0;
  padding: 0; 
}
.footermenu li {
  float: left;
  margin: 3px 0;
}
.footermenu li a {
  color: #666666;
  padding: 5px 10px;
  font-size: 11px;
}
.copyright {
  display: block;
  text-align: right;
  margin-top: 4px;
  color: #666666;
  font-size: 11px;
}
.copyright a {
  color: #666666;
}

.alfabetik{ width:680px; margin:0; padding:0; }
.alfabetik ul{ margin:0; padding:0; list-style:none; }
.alfabetik ul li{ width:40px; height:30px; background:url(../images/alfabetik-liste-background.png) left top no-repeat; margin:0 12px 12px 0; padding:7px 0 0 0; list-style:none; float:left; text-align:center; font-size:16px; font-weight:bold; }

.alfabe-index{ width:940px; margin:0 0 8px 0; padding:0; clear:both; }
.alfabe-index h4{ font-size:18px; width:100px; float:left; margin:4px 0 0 0; padding:0;}
.alfabe-index ul{ width:840px; float:left; margin:0; padding:0; }
.alfabe-index ul li{ width:26px; height:23px; float:left; background:url(../images/index-alfabetik-background.png) left top no-repeat; font-size:14px; color:#999; margin:0 5px; padding:2px 0; text-align:center; font-weight:bold; }
.alfabe-index ul li a{ color:#027188; text-decoration:none; padding:5px; }


.haber-index{ width:940px; margin:0 0 8px 0; padding:0; clear:both; }
.haber-index h4{ font-size:18px; width:100px; float:left; margin:4px 0 0 0; padding:0;}
.haber-index ul{ width:840px; float:left; margin:0; padding:0; }
.haber-index ul li{ width:26px; height:23px; float:left; background:url(../images/index-alfabetik-background.png) left top no-repeat; font-size:14px; color:#999; margin:0 5px; padding:2px 0; text-align:center; font-weight:bold; }
.haber-index ul li a{ color:#027188; text-decoration:none; padding:5px; }



.sections {
	width:940px;
	float:left;
	
}

.sections .sec{
	width:302px;
	
	float:right;
}
.sections .sec h5{
	width:282px;
	height:25px;
	padding:11px 10px 0px 10px;
	margin-bottom: 0px;
	float:left;
	background-image:url(../images/sections_head.gif);
	background-repeat:no-repeat;
	background-position:top;
	font-size:16px;
}

.sec_bottm {
	background-image:url(../images/sections_botm.gif);
	background-repeat:no-repeat;
	width:302px;
	height:15px;
	display:inline-block;
}

.sections .sec .center_sec{
	width:270px;
	height:125px;
	padding:0px 15px;
	background-color:#FFF;
	border-right:#cfcfcf solid 1px;
	border-left:#cfcfcf solid 1px;
	float:left;
}


.sec3 {
	float:left;
}
.sec3 .center_sec{
	padding-bottom:0px !important; 
}

.sec3 p{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:15px; color:#838383; 
	margin:17px 0 0 0; 
	text-align:center;
}


.sec3 ul{
	float:left;
	list-style:none;
	padding:20px 0px 6px 0px;
}

.sec3 ul li{
	border:#cfcfcf solid 1px;
	background-color:#fdfef9;
	padding:3px;
	float:left;
	margin:0px 12px 10px 0px;
}
.sec3 ul li img{
	float:left;
}
.sec3 ul li.last{
	margin-right:0px;
}
.sec3 a.readmore{
	padding-bottom:3px;
	float:left;
}


.sections .sec4{
	width:619px;
	float:left;
}
.sections .sec4 h5{
	width:603px;
	height:25px;
	padding:11px 10px 0px 10px;
	margin-bottom: 0px;
	float:left;
	background-image:url(../images/sections_head1.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-size:16px;
}
.sections .sec4 .center_sec4{
	width:587px;
	height:125px;
	padding:0px 15px;
	background-color:#FFF;
	border-right:#cfcfcf solid 1px;
	border-left:#cfcfcf solid 1px;
	float:left;
}

.sec4 {
	float:left;
	margin-right:17px;
}
.sections .sec4 ul{
	width:587px;
	padding:14px 0px 14px 0px;
	list-style:none;
}
.sections .sec4 ul li{
	width:587px;
	padding:14px 0px 14px 0px;
	border-bottom:#cfcfcf solid 1px;
	display:inline-block;
}
.sections .sec4 ul li .date{
	width:51px;
	height:35px;
	text-align:center;
	float:left;
	background-image:url(../images/date.gif);
	background-repeat:no-repeat;
	margin-top:2px;
}
.sections .sec4 ul li .date p.month{
	color:#FFF;
	font-size:10px;
	line-height:14px;
}
.sections .sec4 ul li .date p.day_date{
	color:#000;
	font-size:14px;
	padding-top:2px;
}
.sections .sec4 ul li .desc{
	width:570px;
	float:left;
	padding-left:4px;
}
.sections .sec4 ul li p{ line-height:130%; margin-top:5px; }


.sections .sec4 ul li .desc a.readmore{
	background-image:url(../images/readmore_sep.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 10px;
}
.sections .sec4 ul li .thumb{
	width:68px;
	float:left;
	height:50px;
	margin-top:2px;
}
.sections .sec4 ul li .thumb a{
	border:#cfcfcf solid 1px;
	background-color:#fdfef9;
	padding:3px;
	float:left;
}
.sec_bottm1 {
	background-image:url(../images/sections_botm1.gif);
	background-repeat:no-repeat;
	width:619px;
	height:22px;
	display:inline-block;
}




.forms{ margin:0; padding:0; }
.forms h2{ font-size:18px; color:#666; padding:15px 0 6px 0; border-bottom:1px solid #CCC; }
.forms form{ margin:0; padding:0; }
.forms .form-block{ width:100%; display:block; margin:15px 0px 15px 0px; padding:0; }
.forms hr{ border-bottom:1px dotted #ddd; border-top:none; border-left:none; border-right:none; background:none; }
.forms label.label80{ width:80px; float:left; margin:0 15px 0 0; padding:5px 0 0 0; font-size:13px; color:#666; }
.forms label.label980{ width:400px; float:left; margin:0 15px 0 0; padding:5px 0 0 0; font-size:13px; color:#666; }
.forms label.label480{ width:480px; float:left; margin:0 15px 0 0; padding:5px 0 0 0; font-size:13px; color:#666; }
.forms label.label30{ width:30px; float:left; margin:0 15px 0 0; padding:5px 0 0 0; font-size:13px; color:#666; }

.forms input{ padding:5px 7px 8px 7px; margin:0; border:1px solid #e3e3e3; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:13px; color:#888; line-height:100%; float:left; }

.forms input[type="radio"] { width:16px; height:16px; margin:8px 0 2px 0; padding:0; border:none; background:none; }
.forms input[type="checkbox"] { width:16px; height:16px; margin:8px 0 2px 0; padding:0; border:none; background:none; }
.forms .labelrc{ width:80px; float:left; margin:5px 0 0 0; padding:0 0 0 6px; font-size:13px; color:#666; }

.forms textarea{ width:569px; height:100px; padding:5px 7px 8px 7px; margin:0; border:1px solid #e3e3e3; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:13px; color:#888; line-height:100%; float:left; font-size:13px; font-family:Arial, Helvetica, sans-serif; line-height:130%; }

.submitbutton{ width:100px; height:32px; background:#f0f0f0; font-size:14px; color:#666; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border:1px solid #e1e1e1; cursor:pointer; }


 
ul.gallery {clear: both; list-style: none outside none; margin: 8px auto; overflow: hidden; padding: 8px 0;}
ul.gallery li {background:url(../images/bg-box7.png) top center no-repeat; float: left; margin: -3px; padding: 0; list-style:none; }
ul.gallery li a img {padding:4px; border:1px solid #ededed;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
ul.gallery li a img:hover {-moz-box-shadow: 0 0 5px #CCC;-webkit-box-shadow: 0 0 5px #EB540A; box-shadow: 0 0 5px #CCC; border: 1px solid #CCC;} 
 
img.borders{ padding:4px; border:1px solid #ededed;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } 
 
.sitemap ul {margin-bottom:0;}
.sitemap ul li a {background-image:url(../images/sitemap-arrow.png); background-repeat: no-repeat;}
.sitemap ul li a {padding-left:40px; background-position: -270px 7px; }
.sitemap ul li li a {padding-left:80px; background-position: -230px 7px; }
.sitemap ul li li li a {padding-left:120px; background-position: -190px 7px; }
.sitemap ul li li li li a {padding-left:160px; background-position: -150px 7px; }
.sitemap ul li li li li li a {padding-left:200px; background-position: -110px 7px; }


.image-box7 { background: url(../images/bg-box2.png) top center no-repeat; width:220px; height: 124px; margin-bottom: 5px;}
.image-box7 img {  margin: 7px 7px; border: 1px solid #fafafa;}

.underlinestyle{ text-decoration:underline; }

.postimage2 {
background: url(../images/imagebox2.png) center center no-repeat;
width: 680px;
height: 285px;
margin-bottom: 10px;