﻿/* Beginning of CSS Reset - YUI library pattern */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* End of CSS Reset- YUI library pattern */
/* Layout */
html {
    overflow-y:scroll;
}

html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;		
	background-color: #d0d0d0;
	/*background-color: #5a5a5a;	*/
}
#canvas {
	min-height: 100%;
}
* html canvas {
	height: 100%;
}
#headercontent, #mastnav, #footer, #footerrnd, #mastcontentarea {
	width: 854px;
	position: relative;
	margin: 0px auto;
}


h1 {
    font-size: 16px;
    font-weight: bold;
    color: #ccdd50;
}
h2 {
    font-size: 14px;
    font-weight: bold;
    color: #6e6e6e;
}
strong {
    font-weight: bold;
}
hr {
    border: none 0;
    border-top: 1px solid #bcbcbc;
    height: 1px;
}
/* Header */
#masthead {
	background: url('../img/masterhead_bg.gif') repeat-x left top;
}
#headercontent {
	height: 75px;
	background: url('../img/header.jpg') no-repeat 112% top;
}
#logo {
	float: left;
	padding-left: 16px;
	padding-top: 16px;
}
#requestqoutediv {
    float: right;
    width: 244px;
	padding-top: 20px; 
	text-align: center;   
}

/* Navigation */
a {
    text-decoration: underline;
    font-weight: bold;
    color: #8bc53f;
}
#mastnav {
	height: 40px;
	overflow: hidden;
}
#mastnav li {
	float: left;
}
#mastnav a {
	display: block;
	width: 122px;
	text-decoration: none;
	color: #e7e7e4;
	font-size: 13px;
	text-align: center;
	height: 33px;
	padding-top: 6px;
	background: url('../img/menudiv.gif') no-repeat left 3px;
}
#mastnav a:hover {
    text-decoration: underline;
}
#mastnav li.last {
	background: url('../img/menudiv.gif') no-repeat right 3px;
}
/* Content */
#mastcntbg  {
    background-color: #d0d0d0;
}
#mastcontent {	
	background: url('../img/background_gradient.gif') repeat-x left top;
	color: #5a5a5a;		
}
#mastcontentarea {
    background-color: white;    
    overflow: auto;
}
#homesection1 {
	overflow: hidden;	
	margin-left: 21px;
	margin-right: 21px;
	margin-bottom: 21px;
	padding-top: 21px;
}
#homesection1text {
	float: left;
	width: 520px;
	line-height: 150%;
}
#homesection1text p {	
	margin-bottom: 10px;	
}
#homesection1text ul {	
	margin-top: -5px;
	margin-bottom: 5px;
}
.bplist ul {
    margin-bottom: 5px;
}
.bplist li {
	list-style: square ;
	margin-left: 30px;
	padding: 5px;
}
.nmnobplist li {
    list-style: none;
	margin-left: 10px;
	padding: 5px;
}
#homesection1img {
	float: right;
	position: relative;
	right: 0px;
	top: 0px;		
}
#homesection2 {
	clear: both;
	overflow: auto;
	padding-bottom: 25px;
}
#homesection2box {
	border: 1px #ccdd50 solid;
	width: 812px;
	margin: 0px auto;
	clear: both;	
	overflow: auto;
	background: url('../img/bg_areas.gif') no-repeat center center;
}
.homesection2area {
	float: left;
	width: 270px;
	height: 110px;	
}
.homesection2area a {
	font-size: 13px;
	color: #78b643;
	font-weight: bold;
	display: block;
	margin: 0px auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;	
}
.homesection2area p {
	padding-left: 30px;
	padding-right: 30px;	
	line-height: 150%;
}

/* Internal pages */
#contentwrap {
    margin-top: 31px;
    background: url('../img/background_page_content.gif') top left no-repeat;     
    overflow: auto;     
}
#subheader {
    height: 50px;
    width: 244px;
    text-align: right;        
}
#subheader h1 {    
    padding-top: 17px;
    margin-right: 25px;
}
#submenu {
    float: left;
    width: 244px;
    height:598px;        
}
#pagecontent {
    float: right;
    width: 559px;
    padding: 25px;      
    line-height: 150%;  
}
#pagecontent p {
    padding-bottom: 10px;    
}
#pagecontent h2 {
    padding-bottom: 5px;
}

#pagecontent li h2 {
    font-size: 12px;
    padding-bottom: 5px;
}

#pagecontent ol>li {
    padding-bottom: 8px;
}
#pagecontent ol li h2 {
    margin-left: -13px;
}

#standardform ul li {
    list-style: none;
    margin: 5px;
    padding: 0px;
}

#standardform label {
    display: block;
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 5px;
}

#standardform strong {
    color: #4f4f4f;
}

#standardform input {
    width: 200px;
}

#standardform textarea,
#standardform .fileupl {
    width: 434px;
}

.singlebuttonsubmit {
    display: inline;
    background-color: #ccdd50;
    border: 1px solid #b6b6b6; 
    height: 22px;
    color: #50504F;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 108px;
}

html>body .singlebuttonsubmit {
    margin-left: 105px;
}

#validationSummary {
    margin-left: 112px;
}

html>body #validationSummary {
    margin-left: 109px;
}
#validationSummary ul {
    padding-left: 25px;
}
#validationSummary li {
    color: Red;
    list-style-type: square; 
}

#terms_content {
    padding: 50px;    
}

#terms_content p {
    line-height: 150%;
    margin-top: 10px;    
    margin-bottom: 10px;    
}

#terms_content h2 {
    padding-top: 15px;
}
#terms_content h1 {
    text-align: center;
}

#terms_content h3 {
    text-align: center;
}

/* Footer */
#footer {
	overflow: auto;	
	background-color: #050505;
}
#footerleft {
	float: left;		
	padding-left:22px;
}
#footerright {
	float: right;
	padding-right: 22px;
}
#footerleft, #footerright {
    
    padding-top:3px;
	height: 16px;
}

#footerrnd {
    clear: both;
    background: url(../img/footer_bg_rnd.gif) no-repeat top left;
    height: 4px;
}
.footerlink, .footerdiv, #copyright {
	font-size: 10px;
	padding-top: 6px;
}

.footerdiv, #copyright {
	color: #e7e7e4;
}

.footerlink {
	text-decoration: none;	
	color: #e7e7e4;
}
.footerlink:hover {
	text-decoration: underline;
}
.footerdiv {
	padding-left: 5px;
	padding-right: 5px;
}

/* Errors */
.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

/* Others */
.formhint {
    display:block;
    font-style: italic;
    font-size: 10px;
    color: #a1a1a1;
}

.upload_remove_file {
    vertical-align: middle;
    margin-left: 5px;
}

.upload_file_name {
    font-weight: bold;
}
#pagecontent ul.address_list {
    padding-top: 5px;
}

#pagecontent ul.address_list li {
    list-style-type: none;
    margin: 0px;
    padding: 3px 0px 0px 0px;
    clear: left;
}

.contact_company_name {
    margin-left: 105px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
}

.address_label {
    width: 100px;
    float: left;
    position: relative;
    text-align: right;
    font-weight: bold;
}

.address_detail {
    float: left;
    position: relative;
    margin-left: 5px;    
}

#working_time_info {
    margin-top: 0px;
    padding-top: 25px;
}

#direct_contact {
    margin-top: 0px;
    padding-top: 25px;
}

h2.form_label {
    margin-left: 0px;
    padding-top: 10px;
}

#contact_details {
     float:left;
     width:325px;
}

#map {
    float: right;
    width: 215px;
    height: 190px;
    overflow:hidden;
}

.clearboth {
    clear: both;
}

#divAttachments {
    float: left;
    margin-left: 3px;
    margin-bottom: 4px;
}

html>body #divAttachments {
    margin-left:0px;
}
/* BLOG */
#blog {
	padding: 20px 10px 20px 20px;	
	line-height: 150%;
	height: 500px;
}

#blog .post {
	padding-top: 10px;
	padding-bottom: 15px;	
}

#content {
	float: left;
	position: relative;	
	width: 580px;
}

#content p {
    padding-top: 7px;
    padding-bottom: 7px;
}

#content ul {
    margin-bottom: 5px;
}

#content li {
	list-style: square;
	margin-left: 25px;
	padding: 2px;
}

#content h1 {
    padding-bottom: 5px;
}

#content h2 {    
    color: #8bc53f;
    padding-bottom: 5px;
}

div.entry h2 {    
    color: #8bc53f;
	font-size: 12px;
    padding-bottom: 1px;
}

#blog h3.comments {
    color: #8bc53f;
}

.dottedsep, .solidsep {
    border: none 0;    
    height: 1px;
    margin: 0px;
    padding: 0px;
}
.solidsep {
    border-bottom: 1px solid #cccccc;
}
.dottedsep {
    border-bottom: 1px dotted #cccccc;
}
#respond p {
    padding-top: 2px;
    padding-bottom: 2px;
}

#respond h3 {
    padding-top: 20px;
    font-weight: bold;
}

#sidebar {
	background: url(../../Content/img/vertical_rule.gif) no-repeat top left;
	float: right;
	position: relative;	
	width: 214px;	
	padding-left: 20px;
	height: 500px;
}

#rssli,
#twitterli {
    padding-top: 5px;
}

#submit,
#searchsubmit {
    display: inline;
    background-color: #ccdd50;
    border: 1px solid #b6b6b6; 
    height: 22px;
    color: #50504F;
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;    
}

input#s {
    width: 140px;
}

#searchform {
	margin-top: 5px;	
	margin-bottom: 5px;	
}

#sidebar ul {
	padding-bottom: 10px;
}
#sidebar ul ul li:before {
	content: "\00BB \0020";	
}
#sidebar ul ul li {
	font-size: 10px;
	margin-left: 3px;
}
#sidebar ul.children li {
	margin-left: 15px;
}
.blogreadmore:before {
    content: "\00BB \020";	
}

#content .postmetadata {
    font-size: 11px;
    background-color: #F0F3EE;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    margin: 0px;
}

#postcat,
#postdate {
    font-size: 9px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom:10px;
}

#postcat {
    float: left;
}

#postdate {
    float: right;
}

.entry {
    padding-bottom: 10px;
}
.commentlist {
    padding-top: 5px;
}

.commentlist li {
    background-color: #F0F3EE;
    padding: 10px;
}

.commentlist li.alt {
    background-color: white;
}

.author_name {
    font-weight: bold;
    color: #8bc53f;
}

.wp_syntax {
  color: #404040;
  background-color: #F9F9F9;
  border: 1px solid silver;
  overflow: auto;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
}
 
.wp_syntax .line_numbers {
  text-align: right;
  background-color: #46555D;
  color: orange;
  overflow: visible;
}

#content div.sociable ul {
    margin-left: 0px;
    padding-left: 0px;
}

#content div.sociable ul li {
    display: inline;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 10px;
    list-style-type: none;
}