* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 14px Verdana;
	color: #727272;
	background-color: #f4f4f4;
	padding: 20px 0;
}
a {
	text-decoration: none;
	color: #588cb8;
}
a:hover {
	text-decoration: underline;
	color: #4DB200;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 967px;
	margin: auto auto;
	text-align: left;
}
#subtitle  {
	margin-left:5px;
	float:left;
}
#subtitle h2 {
	font-size:14px;
}

#sitemap {
	text-align:right;
	margin-right:10px;
	font-weight:bold;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	font: 14px Verdana;
	background: url(../images/headtile.gif) repeat-x 0 0;
	margin-bottom: 10px;
}
	#header .buffer {
		background: url(../images/headleft.gif) no-repeat 0 0;
	}
	#header .buffer .buffer {
		height: 169px;
		background: url(../images/headright.gif) no-repeat top right;
		padding-top: 2px;
	}
	#header ul {
		list-style-type: none
	}
		#header ul li {
			float: left;
			font-size: 0.8em;

		}
		#header ul li a {
			display: block;
			color: #727272;
			text-transform: uppercase;
			padding: 5px 10px;
		}
		#header ul li a:hover {
			color: #4DB200;
			text-decoration: none;
		}
	#header h1 {
		clear: both;
		float: left;
		padding: 16px 0 20px 16px;
	}
		#header h1 a {
			display: block;
			width: 408px; height: 74px;
			background: url(../images/logo_08.gif) no-repeat 0 0;
			text-indent: -9999px;
			outline: none;
		}
	#header .ad {
		float: right;
		padding: 25px 20px 0 0;
	}
	#header ol {
		clear: both;
		list-style-type: none
	}
		#header ol li {
			float: left;
			font-size: 0.9em;
			text-transform: uppercase;
			padding-left: 1px;
			background: url(../images/divider.gif) no-repeat 0 0;
		}
			#header ol li.f {
				padding-left: 0;
				background: none;
			}
		#header ol li a {
			color: #727272;
			display: block;
			padding: 9px 10px 10px;
		}
		#header ol li a:hover {
			color: #4DB200;
			text-decoration: none;
		}

		#header ol li.e {
				padding-left: 0;
				background: none;
				padding: 9px 0px 10px;
				margin-left:145px;
		}



	#header form {
		width: 341px; height: 22px;
		background: url(../images/search.gif) no-repeat 0 0;
		margin: 5px 10px 0 0;
	}
		#keyword {
			border: 0;
			font-size: 0.9em;
			font-family: Verdana;
			float: left;
			width: 138px;
			background-color: transparent;
			margin: 4px 10px 0 2px;
		}
		#header form button {
			border: 0;
			text-indent: -9999px;
			width: 61px; height: 22px;
			background-color: transparent;
			cursor : pointer;
		}
		#scond {
			border: 0;
			font-size: 0.9em;
			font-family: Verdana;
			background-color: transparent;
			margin: 1px 2px 0 2px;
		}

#search {
	float: right;
	font-size: 0.9em;
}
/** END header **/

/** BEGIN body **/
#body {
	border: 1px solid #DBDBDB;
	margin: 10px 0;
	background: url(../images/wrapper.gif) repeat-y 745px 0;
	background-color: #FFFFFF;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 745px;
	float: left;
}
	#content .buffer {
		padding: 20px 5px;
	}
	#content .post {
		width: 345px;
		height: 280px;
		float: left;
		padding: 0 10px;
	}
		#content .post h2 {
			font-size: 1em;
			background-color: #F1F1F1;
			padding: 3px 5px;
			border-bottom: 1px solid #EDEDED;
		}
			#content .post h2 a {
				color: #588CB8;
			}
		#content .post .date {
			font-size: 0.8em;
			padding: 8px 5px;
		}
			#content .post .date a {
				color: #4DB200;
			}
		#content .post .thumb {
			width: 329px; height: 150px;
			overflow: hidden;
			margin-left: 7px;
		}
		#content .post .thumb img {
				width: 329px;
			}
		#content .post .thumb2 {
			width: 329px; height: 150px;
			overflow: hidden;
			margin-left: 7px;
			text-align:center;

		}
			#content .post .thumb2 img {
				margin-top:10px;
				text-align:center;
           		height: 150px;
			}


		#content .post p {
			padding: 10px;
			line-height: 1.4em;
		}
		#content .post .readmore {
			display: block;
			float: right;
			text-indent: -9999px;
			width: 101px; height: 19px;
			outline: none;
			background: url(../images/readmore5.gif) no-repeat 0 0;
		}

		#content .post1 {
		clear: left;
		margin:10px 5px 20px 5px;
		padding: 10px 10px;
		}

			#content .post1 img {
				float: left;
				margin-right:10px;
			}
			#content .post1 p {
				font-size: 14px;
				margin-left:5px;
				line-height:1.4em;
			}
			#content .post1 h4 {
				font-size: 14px;
				font-weight: bold;
				clear: left;
				margin-top:5px;
			}


	#bottom {
		clear: both;
		padding: 15px 10px 0;
	}
		#bottom .box {
			width: 220px;
			float: left;
			padding: 10px;
		}
			#bottom .box h2 {
				color: #4DB200;
				font-size: 1em;
				padding-bottom: 5px;
				border-bottom: 1px solid #DDDDDD;
			}
			#bottom .box ul {
				list-style-type: none;
				padding-bottom: 10px;
			}
				#bottom .box ul li {
					font-size: 0.8em;
					border-bottom: 1px dotted #ABABAB;
					line-height: 1.4em;
					padding: 6px 0 6px 12px;
					background: url(../images/bullet.gif) no-repeat 0 11px;
				}
				#bottom .box ul li a {
					color: #727272;
				}
				#bottom .box ul li a:hover {
					text-decoration: none;
					color: #588CB8;
				}
			#bottom .box .comments a {
				font-weight: bold;
				color: #588CB8;
			}
	#content h2.title {
		padding: 0 15px 20px;
		font-size: 0.9em;
		text-transform: uppercase;
		font-weight: normal;
	}
	#content .postnav {
		padding: 0 15px;
		font-size: 0.8em;
		text-transform: uppercase;
	}
		#content .postnav a {
			color: #588CB8;
		}
	#content .single {
		padding: 0 15px;
	}
		#content .single a {
			color: #588CB8;
		}
		#content .single h2 {
			font-size: 15px;
			background-color: #F1F1F1;
			padding: 3px 5px;
			border-bottom: 1px solid #EDEDED;
		}
		#content .single .date {
			font-size: 0.8em;
		}
		#content .single p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		#content .single ol, #content .single ul {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .single li {
			line-height: 1.4em;
		}
		#content .single blockquote {
			line-height: 1.4em;
			margin-bottom: 10px;
			padding: 10px 10px 5px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
		}
		#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
			font-size: 1.2em;
			margin-bottom: 8px;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 220px;
	float: right;
}
	#sidebar h2 {
		color: #4DB200;
		font-size: 0.9em;
		text-transform: uppercase;
		padding: 10px 12px;
		background: url(../images/horizontal3.gif) no-repeat 8px 22px;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0 10px 10px;
	}
		#sidebar ul li {
			line-height: 1.4em;
			padding: 2px;
			border-bottom: 1px dotted #ABABAB;
		}
		#sidebar ul li a {
			color: #727272;
		}
		#sidebar ul li a:hover {
			color: #588CB8;
			text-decoration: none;
		}
	#sidebar .tags {
		padding: 0 10px 10px;
	}
		#sidebar .tags a {
			color: #727272;
		}
		#sidebar .tags a:hover {
			color: #588CB8;
			text-decoration: none;
		}
	#sidebar .flickr {
		padding: 0 10px 10px;
	}
		#sidebar .flickr img {
			margin: 2px;
		}
	#sidebar .video {
		padding: 0 10px 10px;
	}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	font-size: 0.8em;
	border: 1px solid #DBDBDB;
	padding: 12px;
	color: #727272;
	background-color: #FFFFFF;
	text-align:center;
}

/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 15px;
	margin-left:15px;
	margin-top:0px;
	margin-bottom:0px;
}


#comments1 {
	padding: 15px;
	margin-left:15px;
	margin-top:0px;
	margin-bottom:0px;
}

#comments2 {
	padding: 15px;
	margin-left:15px;
	margin-top:0px;
	margin-bottom:0px;
}
	#comments h2 {
		font-size: 1em;
		background-color: #F1F1F1;
		padding: 2px 5px;
		border-bottom: 1px solid #EDEDED;
	}
	#comments a {
		color: #588CB8;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}





	#respond1 table {
		width:700px;
		font-size:14px;
		padding: 15px;
		margin-left:15px;
		margin-top:0px;
		margin-bottom:0px;
	}



		#respond1 table input, textarea {
			font-size:14px;
			border: 1px solid #cccccc;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#respond1 table input {
			width: 300px;
			height:16px;
			background-color: #ffffff;
			border: 1px solid #cccccc;
		}
		#respond1 table textarea {
			width: 300px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}

		#respond1 th {
			text-align:left;
			vertical-align:top;
			width:180px;
		}

		#respond1 th span {
			font-size:10px;
			font-weight:normal
		}

		#respond1 td {
			color: #000000;
			vertical-align:top;
		}

		#txtFilename {
			color: #000000;
			vertical-align:top;
		}

#respond2  {
	float: left;
}

#wrapR  {
	margin-left:450px;
	margin-top:-10px;
}

#wrapR button {
			border:2px solid;
			border-top-color: #d0d0d0;
			border-left-color: #d0d0d0;
			border-right-color: #808080;
			border-bottom-color: #202020;
    			height: 25px;
			font-size: 0.9em;
			font-family: Verdana;
			font-weight:bold;
			padding: 0px 4px 3px 4px;
		    	cursor: default;
}


#respond3  {
	margin-left:-30px;
	margin-top:5px;
	height:50px;

}

#respond3 button {
			border:2px solid;
			border-top-color: #d0d0d0;
			border-left-color: #d0d0d0;
			border-right-color: #808080;
			border-bottom-color: #202020;
    			height: 25px;
			font-size: 0.9em;
			font-family: Verdana;
			font-weight:bold;
			padding: 0px 4px 3px 4px;
		    	cursor: default;
}

	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {

	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}

#titleError {
		font-size: 12px;
		color: #ff0000;
		margin: 3px;
}
#authorError {
		font-size: 12px;
		color: #ff0000;
		margin: 3px;
}
#mailError {
		font-size: 12px;
		color: #ff0000;
		margin: 3px;
}
#mailError2 {
		font-size: 12px;
		color: #ff0000;
		margin: 3px;
}
#telError {
		font-size: 12px;
		color: #ff0000;
		margin: 3px;
}
#messageError {
		font-size: 12px;
		color: #ff0000;
		margin: 3px;
}

#info {
		width:650px;
		margin:10px 15px 20px 30px;
}

#info table{
		font: 14px Verdana;
		line-height: 1.6em;
}

#info th{
		width:100px;
	text-align: left
}

#info td{
	text-align: left
}


#result {
				font-size:14px;
				margin:10px 15px 20px 30px;

}

#result h3 {
		padding:3px 5px 3px 18px;
		background-image:url(../images/h3bg.gif);
		background-repeat:no-repeat;
		background-position:1px 5px;
		font-size: 14px;
		font-weight: bold;
		clear:left;
		margin-top:10px;

		color:#4DB200;

}

#client {
			margin-left:15px;
			font-size: 14px;

			line-height:2.0em;

}

#deliverly {
			margin-left:15px;
			font-size: 14px;
			line-height:2.0em;

}

#deliverly ul{
			margin-left:15px;
			font-size: 14px;
			line-height:2.0em;

}

#affiliate {
			margin-left:15px;
			font-size: 14px;

			line-height:2.0em;

}

#award {
			margin-left:15px;
			font-size: 14px;

			line-height:2.0em;

}



	#site {
		margin:15px;
	}

	#site h2 {
		font-size:16px;
	}

	#site .post {
		width: 320px;
		height: 250px;
		float: left;
		padding: 0 10px;
	}

	#site .post h2 {
			font-size: 1em;
			background-color: #F1F1F1;
			padding: 3px 5px;
			border-bottom: 1px solid #EDEDED;
		}

	#site .post h3 a {
		font-size: 0.9em;
		margin-left:20px;
		color: #588CB8;
		line-height:24px;
		padding:3px 5px 3px 18px;
		background-image:url(../images/h3bg3.gif);
		background-repeat:no-repeat;
		background-position:1px 5px;
		font-weight:normal;
	}

	#site .post h3 a:hover {
	color: #4DB200;
	}

	#site .post h4 a {
		font-size: 0.9em;
		margin-left:30px;
		color: #588CB8;
		line-height:24px;
		font-weight:normal;
		padding:3px 5px 3px 18px;
		background-image:url(../images/h3bg3.gif);
		background-repeat:no-repeat;
		background-position:1px 5px;
	}

	#site .post h4 a:hover {
		color: #4DB200;
	}

	#topMidashi {
		margin-left:5px
	}

	#topMidashi h2{
		font-size:16px;
		font-weight:bolder;
		color:#101010;
	}

	#topMidashi span {
		color:#ff0000;
	}


#gmap {
	margin-top:15px;
	margin-left:20px;
}


#gmap table{
	margin-top:10px;
	font-size:14px;
	width:700px;
	height:630px;
	vertical-align:top;
	color:#101010;

}


#gmap table tr{
	vertical-align:top;
	text-align:center;

}

#gmap table tr iframe{
	width:631px;
	height:519px;
}

#facility1 {


				margin:10px 15px 20px 30px;

}

#facility1 h3 {
		padding:3px 5px 3px 18px;
		background-image:url(../images/h3bg.gif);
		background-repeat:no-repeat;
		background-position:1px 5px;
		font-size: 14px;
		font-weight: bold;
		clear:left;
		margin-top:10px;
		color:#4DB200;

}

#facility1 table {
	font-size:14px;
	width:570px;
	height:580px;
}

#facility1 th {
	text-align:left;
	vertical-align:top;
	font-weight:bold;
}


#facility1 td {
	vertical-align:top;
}


#facility2 {
				margin:10px 15px 20px 30px;

}

#facility2 h3 {
		padding:3px 5px 3px 18px;
		background-image:url(../images/h3bg.gif);
		background-repeat:no-repeat;
		background-position:1px 5px;
		font-size: 14px;
		font-weight: bold;
		clear:left;
		margin-top:10px;
		color:#4DB200;

}

#facility2 table {
	font-size:14px;
	width:685px;
	height:520px;
}

#facility2 th {
	vertical-align:top;
	font-weight:bold;
}

#facility2 th span{
	text-align:center;
	vertical-align:top;
	font-size:10px;
}

#facility2 td {
	vertical-align:top;
}

#led1 table {
	font-size:13px;
	width:350px;
	height:80px;
	border-collapse: collapse;
	margin-top:5px;
	margin-bottom:5px;

}

#led1 table th{
	text-align:center;
	border-right: #000000 1px solid;
	padding-right: 5px;
	border-top: #000000 1px solid;
	padding-left: 5px;
	border-bottom: #000000 1px solid;
	padding-bottom: 5px;
	border-left: #000000 1px solid;
	padding-top: 5px;

}

#led1 table td{
	text-align:right;
	border-right: #000000 1px solid;
	padding-right: 5px;
	border-top: #000000 1px solid;
	padding-left: 5px;
	border-bottom: #000000 1px solid;
	padding-bottom: 5px;
	border-left: #000000 1px solid;
	padding-top: 5px;
}

#respond {
	height:500px;
}





/** END wordpress 2.7 comments **/

