/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body {
  margin: 0px 0px 0px 0px;
  background-color: #65A014;
  background-image: url(http://120.29.188.49/mt/images/topbg.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  text-align: center;      
  }

a {
  text-decoration: underline;
  }

a:link {
  color: #ECFBD7;
  }

a:visited {
  color: #ECFBD7;
  }

a:active {
  color: #ECFBD7;
  }

a:hover {
	color: #ECFBD7;
	text-decoration: none;
  }

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  }

#container {
  line-height: 140%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding: 0px;
  width: 800px;
  }

#container img{
  border: none;
  }

#header{
  width: 100%;
  }

#logo{
  float: left;
  height: 36px;
  width: 712px;
  }

#logo a{
  text-decoration: none;
  }

#contact{
  float: left;
  margin-top: 14px;
  }


#top {
  padding: 0px;
  border: 0px 
  }

#main {
  float: left;
  width: 532px;
  margin-right: 10px;
  margin-top: 0px;
  overflow: hidden;
  }

#navi {
  height: 30px;
  width: 800px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navi li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#navi a {
	display: block;
	font-size: 10px;
	text-align: center;
	line-height: 3em;
	color: #FFFFFF;
}
#navi a:link {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
}
#navi a:visited {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
}
#navi a:active {
	text-decoration: underline;
	display: block;
	color: #FFFFFF;
}
#navi a:hover {
	text-decoration: underline;
	display: block;
	color: #FFFFFF;
}

#navi #home a {
	background-image: url(http://120.29.188.49/mt/images/navi_home01.gif);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 89px;
                font-family:Arial,;
}
#navi #company a {
	background-image: url(http://120.29.188.49/mt/images/navi_company01.gif);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 89px;
}
#navi #works a {
	background-image: url(http://120.29.188.49/mt/images/navi_works01.gif);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 89px;
}
#navi #casestudies a {
	background-image: url(http://120.29.188.49/mt/images/navi_casestudies01.gif);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 89px;
}
#navi #workflow a {
	background-image: url(http://120.29.188.49/mt/images/navi_workflow01.gif);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 88px;
}
#navi #price a {
	background-image: url(http://120.29.188.49/mt/images/navi_price01.gif);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 89px;
}
#navi #practice a {
	background-image: url(http://120.29.188.49/mt/images/navi_practice01.gif);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 89px;
}
#navi #download a {
	background-image: url(http://120.29.188.49/mt/images/navi_download01.gif);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 89px;
    font-family:Arial,;
}
#navi #store a {
	background-image: url(http://120.29.188.49/mt/images/navi_store01.gif);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 89px;
}


.content {
  padding: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: small;
  background-color: #51950D;
  margin-top: 0px;
  margin-bottom: 0px;
  }

.content p {
  color: #ECFBD7;
  font-family: Helvetica, Arial, sans-serif;
  font-size: small;
  font-weight: normal;
  line-height: 150%;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 0px;
  padding: 0px 20px;
  }

.content blockquote {
  line-height: 150%;
  }

.content li {
  line-height: 150%;
  }

.content h2 {
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: small;
  text-align: left;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 0px 20px;
  }

.content h3 {
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: medium;
  text-align: left;
  font-weight: bold;
  background-color: #42780C;
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #2F5509;
  }

.content p.posted {
  color: #ECFBD7;
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  text-align: left;
  padding: 3px 15px 20px 10px;
  border-bottom: 1px solid #7EB04C;
  margin: 10px;
  line-height: normal;
  clear: both;
  }

#right {
  float: left;
  width: 258px;
  overflow: hidden;
  }


.sideboxbg{
  background-color: #51950D;
  margin: 0;
  }

#calendar {
  width: 258px;
  color: #ECFBD7;
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  text-align: center;
  margin-bottom: 10px;
  }

#calendar table {
  border-collapse: collapse;
  line-height: 140%;
  width: 70%;
  margin-bottom: 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ECFBD7;
  }

#calendar h2 {
  color: #ECFBD7;
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
  }

#calendar th {
  text-align: center;
  font-weight: normal;
  }

#calendar td {
  text-align: center;
  }

#archives{
  width: 258px;
  color: #ECFBD7;
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  margin-bottom: 10px;
  background-color: #51950D;
  }

#recententries{
  width: 258px;
  color: #ECFBD7;
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  margin-bottom: 10px;
  background-color: #51950D;
  }  

.sidebar h2 {
  color: #ECFBD7;
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .3em;
  }

#right ul {
  padding: 0px 20px 0px 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  }

#right  li {
  color: #ECFBD7;
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  text-align: left;
  line-height: 150%;
  margin-top: 10px;
  list-style-type: none;
  }

.link-note {
  color: #ECFBD7;
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  padding: 2px;
  margin-bottom: 15px;
  }
#footermenu {
  clear: both;
  width: 532px;
  text-align: center;
  font-size: 10px;
  color: #42780C;
  margin-top: 0px;
  }
#footermenu a {
  color: #42780C;
  text-decoration: none;
  }
#footermenu a:active {
  text-decoration: underline;
  }
#footermenu a:hover {
  text-decoration: underline;
  }
#footer {
  clear: both;
  margin-top: 0px;
  }

#powered {
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  color: #FFFFFF;
  margin-top: 2px;
  margin-bottom: 10px;
  clear: both;
  }

#powered a {
  color: #FFFFFF;
  }

#comment-data {
  float: left;
  width: 180px;
  padding-right: 15px;
  margin-right: 15px;
  text-align: left;
  border-right: 1px dotted #BBB;
  }

textarea[id="comment-text"] {
  width: 80%;
  }

.imgfloatleft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#blogbnr {
 margin-bottom: 5px;
}
.clear {
  clear: both;
}
#subcategories{
  width: 258px;
  color: #B9B9B9;
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  margin-bottom: 10px;
  background-color: #51950D;
  }  

#subcategories li.case_studies,
#subcategories li.download,
#subcategories li.news,
#subcategories li.practice,
#subcategories li.works,
#subcategories li.work_flow {
display:none;   
}
h1 {  
font-size: 10px;
color: #1D90D8;
}
