@charset "UTF-8";
/* CSS Document */

body {
	background-position:center top;
	margin:0;
	padding:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	background-repeat: repeat;
}
a {
	text-decoration:none;
	color:#CCC;
}
a:hover {
	color:#FFF;
}
.cleaner_l {
	clear:left;
}
.cleaner_r {
	clear:right;
}
.cleaner {
	clear:both;
}
#site {
	width:1024px;
	margin:0 auto;
}
#site #top {
	height:120px;
}




#site #header {
	

}
#site #content_wrapper {
	background-image:url(../images/content_bg.html);
	background-repeat:repeat;
	padding-top:10px;
	padding-bottom:10px;
	
	-pie-png-fix: true;
	behavior: url(PIE.html);
}
#content_wrapper #column_l {
	float:left;
	width:200px;
	border-right:dotted 1px #F4F4F4;
	padding-left:10px;
	color:#FFF;
	padding-bottom:10px;
}
#content_wrapper #column_r {
	width:700px;
	float:right;
	padding-right:15px;
	color:#FFF;
}
.content_text {
	line-height:21px;
	text-align:justify;
	margin-bottom:10px;
}

.content_c1 {
       background-color:#666;
       width: 200px;
       padding: 5px;
}
 .content_c1 a {
       text-decoration: none;
       color:#FFF;
       height: 31px;
       display: block;
       margin-bottom: 3px;
       font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
       font-size: 14px;
       padding-top: 10px;
       padding-left: 5px;
}
.content_c1 a:hover , .content_c1 .current{
       color:#000;
       background-image: url(../images/menu_bg3.html);
       background-repeat: repeat-x;
}
 
.title {
	margin:0;
	padding:0;
	margin-bottom:10px;
	font-weight:normal;
}
.sidebar_title {
	color:#FFF;
	margin:0 0 10px 0;
	padding:0;
	text-decoration:none;
	font-weight:normal;
}
.l_img {
	float:left;
	margin-right:10px;
	padding-top:5px;
}

.product_thumb {
	width:210px;
	margin:5px;
	border:solid 4px #FFF;
	float:left;
	padding:1px;
}
.infra_thumb {
	margin:5px;
	border:solid 4px #FFF;
	background-color:#FFF;
	
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	behavior: url(PIE.html);
}
.infra_thumb img{
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	behavior: url(PIE.html);
}
.product_thumb .img {
	background-color:#FFF;
}
#side_menu {
	padding-bottom:10px;
}
#side_menu h2 {
	margin:0;
	margin-bottom:3px;
	padding:10px;
	text-decoration:none;
	font-weight:normal;
	background:#000;
}
#side_menu h3 {
	margin:0;
	padding:0;
	text-decoration:none;
	font-weight:normal;
	background-color:#666;
	margin-bottom:1px;
}
#side_menu h3 a {
	display:block;
	padding:10px 10px 10px 40px;
}

#side_menu h3 a:hover, #side_menu h3 .current {
	background-color:#333;
}
#site #footer{
	padding:10px;
	color:#666;
	text-align:center;
	margin-bottom:20px;
	background-color: #333;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color:#F4F4F4;
}
.form_settings { 
  margin: 15px 0 0 0;
}

.form_settings p { 
  padding: 0 0 4px 0;
}

.form_settings span { 
  float: left; 
  width: 100px; 
  text-align: left;
}
  
.form_settings input, .form_settings textarea { 
  padding: 5px; 
  width: 199px; 
  font: 100% arial; 
  border: 1px solid #D5D5D5; 
  background: #FFF; 
  color: #47433F;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}
  
.form_settings .submit { 
  font: 140% 'Yanone Kaffeesatz', arial, sans-serif; 
  border: 0; 
  width: 99px; 
  margin: 0 0 0 12px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #ddd; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#fff, #ddd);
  background: -o-linear-gradient(#fff, #ddd);
  background: -webkit-linear-gradient(#fff, #ddd);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #ddd;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  color: #222;
  text-shadow: 1px 1px #FFF;
}

.form_settings textarea, .form_settings select { 
  font: 100% arial; 
  width: 199px;
}

.form_settings select { 
  width: 150px;
}

.form_settings .checkbox { 
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;
}

.separator { 
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;
}
