/* CSS Document */

/* HTML elements ----------------------------------------------------------------------------------------------------------------------------------*/
* {
	margin:0;
	
	border:0;
	padding:0;
}


body {
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
	background:#e6ded4;
}

h1 {
	padding: 0 0 5px 0;
	border-bottom: 2px solid #007d00;
	margin: 0 0 30px 0 ;
	font-size:1.9em;
}

h2 {
	font-size:1.4em;
	margin: 20px 0 10px 0;

}

h3 {
	font-size:1.2em;
	color:#007d00;
	clear:both;
	margin: 20px 0 10px 0;
}

h4 {

	
}

h5 {
	
}

h6 {
	
}	

p {
	margin: 20px 0;
}

a {
	color:#007d00;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
}

a:hover {
	text-decoration:underline;
}

a:active {
	
}

ul {
	/*line-height: 2.2em;*/
	
}

li {

}

ol {

}

ul li ul{
	margin: 0 0 0 30px;
}

form {
	width: 400px;
	margin: 20px 0;
	border:1px solid #007d00;
	padding: 20px;
	background:white;
	display: block;
}

label {
	display: block;
	margin-top: 10px;
	float: left;
	width: 250px;
	text-align: left;
	font-size:1.0em;
}

input {
	background-color: #fff; 
	border: 1px inset #007d00;
	margin: 5px 0 5px 0 ;
	width: 300px;
	height: 20px;
	/*float: left;*/
}

div.paypal_fix input {
	border:none;
	margin: 0;
	width: auto;
	height: auto;
}

textarea {
	background-color: #fff; 
	border: 1px inset #007d00;
	margin: 5px 0 5px 0 ;
	width: 400px;
	height: 200px;
	/*float: left;*/
}

select{
	background-color: #cee6f4; 
	border: 1px solid #0270a7; 
	margin: 4px 0 4px 0 ;
	width: 165px;
	height: 20px;
}

button {
	border: none;
	background:#007d00;
	color: #fff;
	margin: 10px 0 0 350px;
	clear:both;
	display:block;
	padding:5px;
}


button:hover {
	background:#433020;
}




/* Page elements ----------------------------------------------------------------------------------------------------------------------------------*/

div#container {
	background: url(/themes/theme_001/images/leftgrad.jpg) no-repeat;
	width:950px;
	margin:0 auto;
	position: relative;
}


form#search {
	position: absolute;
	top:220px;
	left:670px;
	width:297px;
	z-index:2;
	border:none;
	background:none;
	margin:0;
	padding:0;
}

form#search input {
	background: url(/themes/theme_001/images/search_input.gif) no-repeat;
	float:left;
	width:174px;
	height:22px;
	padding: 8px 0 0 30px;
	border:none;
	margin:0;
}

form#search button {
	background: url(/themes/theme_001/images/search_bgr.gif) no-repeat;
	color:#fff;
	width:73px;
	height:30px;
	float:right;
	clear:none;
	font-size:0.9em;
	text-align:center;
	font-weight:bold;
	margin: 3px 20px 0 0;
	padding:0;
}

form#search button:hover {
	background: url(/themes/theme_001/images/search_bgr_hvr.gif) no-repeat;
}

/*dl#code dd{
	margin-top:-8px;
	line-height:normal;
}


button {
	background: url(/themes/theme_001/images/buttonbgr.jpg) no-repeat;
	margin: 0 0 0 5px;
	width:73px;
	height: 30px;
	border: none;
}*/

ul#call_to_action{
	position: absolute;
	top: 220px;
	left:10px;
	list-style:none;
	margin:0;
	padding:0;
}

ul#call_to_action li {
	float:left;
	margin-right:10px;
}

ul#call_to_action li.tel { 
	background: url(/themes/theme_001/images/phone.gif) no-repeat;
	padding: 5px 0 20px 45px;
	font-size:1.3em;
	font-weight:bold;
	color:#433020;
	margin-right:20px;
}

ul#call_to_action li a  { 
	width:30px;
	height:30px;
	display:block;
	text-indent:-5000px;
	outline:none;
}

ul#call_to_action li.facebook_fan a { 
	background: url(/themes/theme_001/images/facebook-logo.png) no-repeat;
}

ul#call_to_action li.twitter_follow a { 
	background: url(/themes/theme_001/images/twitter-logo.png) no-repeat;
}

ul#call_to_action li.linkedin_contact a { 
	background: url(/themes/theme_001/images/linkedin-logo.png) no-repeat;
}

p.remind_call_to_action{
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
	background:url(/themes/theme_001/images/remind_call_to_action.gif) no-repeat;
	width: 501px;
	height: 36px;
	padding: 5px 0 0 0;
	clear:both;
	text-align:center;
	margin: 0 auto;
}

/*ul#primary_navigation{
	display:block;
	background: url(/themes/theme_001/images/nav_bgr.gif) no-repeat;
	list-style-type:none;
	width: 955px;
	height:40px;
	position: absolute;
	top: 255px;
	left:0;
	padding: 8px 0 0 6px;
	z-index:1;
}

ul#primary_navigation li{
	float:left;
	margin: 0 15px;
}

ul#primary_navigation li a{
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	font-size:1.1em;
	display:block;
	border:1px solid #007d00;
}

ul#primary_navigation a:hover{
	color:#00cf00;
}

ul#primary_navigation li ul {
	display:none;
	width:auto;
	position:absolute;
	top:25px;
	left:88px;
	margin:0;
	padding:0;
	background:#f5eeff;
	z-index:5;
}

ul#primary_navigation li ul li {
	float:none;
	margin:0;
	padding:0;
	display:block;
}

ul#primary_navigation li ul li a {
	font-weight:normal;
	background:#d7efa7;
	color: #000; 
	width:150px;
	text-align:left;
	padding:6px 3px;
	height:auto;
	border-bottom:1px solid #007d00;
	border-left:1px solid #007d00;
	border-right:1px solid #007d00; 
	border-top:none;
	display:block;
}

ul#primary_navigation li ul li a:hover {
	background:white;
	color:#007d00;
	cursor:pointer;
}
*/


ul#breadcrumb {
	background: url(/themes/theme_001/images/breadcrumb.jpg) no-repeat;
	width:800px;
	height:25px;
	list-style-type: none;
	position: absolute;
	top:330px;
	left:35px;
	padding: 0 0 0 5px;
}

ul#breadcrumb li {
	float:left;
}


div#main_content {
	float: left;
	width: 868px;
	margin: 310px 0 0 0;
	padding: 50px 40px 40px 40px;
	display:inline;
	background: #fff url(/themes/theme_001/images/main_content_bgr.gif) no-repeat top;
}

div#main_content {
	font-size:1.1em;
}


div#main_copy {
	padding-bottom:30px;
	border-bottom:1px dashed #585858;
}


div#main_copy ul{
	margin: 20px 40px;

}


div#main_copy ul li{
	line-height: 2.2em;
}

div#main_copy p{
	clear:both;
}

div#slideshow {
	width:392px;
	height:294px;
	float:left;
	margin: 20px 15px;
	padding:0;
	border:1px solid #007d00;
}

div#slideshow span {
	font-size: 20px;
	color:gray;
	text-align: center;
	margin-top:130px;
	display:block;
}

div#main_copy dl#sub_services dt img{
	border:1px solid #007d00;
	margin:0;
	padding:0;
	
}

div#main_copy dl#sub_services{
	float:left;
	width:400px;
	margin:20px 0 10px 0 ;
}

div#main_copy dl#sub_services dt{
	float:left;
	width:100px;
	height:64px;
	margin:2px 0;
}

div#main_copy dl#sub_services dd{
	float:right;
	width:300px;
	height:44px;
	padding: 20px 0 0 0 ;
	margin:2px 0;
}

div#main_copy dl#sub_services dd a{
	color:black;
	text-decoration:none;
	font-size:1.3em;
	font-weight:bold;
}

div#main_copy dl#sub_services dd a:hover{
	color:green;
}

div#main_copy img#holding {
	border:1px solid #007d00;
	float:right;
	margin: 20px 0 0 0;
}

/*div#main_copy {
	float: left;
	width: 595px;
	padding: 0 10px 20px 10px;
}

div#main_copy h3 {
	margin: 0 0 1em 0;
}


div#main_copy p.subhead {
	margin: 1.5em 0 1em 0;
	font-weight: bold;
}

div#main_copy  ul{
	list-style-position: outside;
	margin: 0 0 1em 0;
}

div#main_copy ul li{
	font-size: 1.1em;
	list-style-position: inside;
}

div#main_copy  ul#tick_list{
	margin: 1em 0 1em 0;
}
*/



div#testimonial {
	background: url(/themes/theme_001/images/open_quote.gif) no-repeat;
	float:left;
	width: 300px;
	display: inline;
	clear: both;
	margin:20px 0;
}

div#testimonial blockquote {
	font-size:1.0em;
	font-style: italic;
	width: 250px;
	padding: 25px 45px 0 20px;
	float: left;
	line-height: 1.2em;
}


div#testimonial cite {
	background: #fff url(/themes/theme_001/images/close_quote.gif) no-repeat right;
	display: inline;
	height: 35px;
	width: 250px;
	padding:10px 40px 0 0;
	float: left;
	text-align:right;
}

div#testimonial cite a{
	display: inline-block;
	margin: 30px 0 0 0;
}


div#certifcation{
	background: url(/themes/theme_001/images/cert_bgr.gif) no-repeat;
	float:left;
	width: 241px;
	height:98px;
	margin:40px 10px;
}

div#certifcation img{
	margin: 15px 0 0 8px ;
}

div#adsense{
	float:right;
	width: 240px;
	display: inline;
	margin:40px 0 40px 40px;
}

/*div#action {
	background: url(/themes/theme_001/images/action_btm.jpg) no-repeat bottom;
	border:1px solid red;
	float: left;
	width: 577px;
	margin: 1.5em 0 0 10px;
	padding: 0 0 10px 0;
}

div#action p{
	background: url(/themes/theme_001/images/action_top.jpg) no-repeat;
	width: 567px;
	font-size: 1.6em;
	text-align: center;
	float: left;
	margin: 0;
	padding: 10px 5px 0 5px;
	line-height:1.1em;
}

div#action em {
	font-style: italic;
	font-size: 1.7em;
	color: #fff;
	font-weight: bold;
	line-height:1.1em;
}
*/



div#extended_copy {
	float: left;
	width:845px;
	padding: 45px 10px 10px 10px;
	border-top:1px dashed #585858;
	line-height:2.0em;
	font-size:1.1em;
}


div#share {
	padding: 0px 0 10px 10px;
	/*float:left;*/
	list-style:none;
	width: 605px;
	margin:0 auto;
}

div#share h3{
	margin: 0 0 10px 0;
}



div#share ul{
	background: url(/themes/theme_001/images/share_bgr.gif) no-repeat;
	width: 580px;
	height: 80px;
	float: left;
	position: relative;
}

div#share ul li{
	float: left;
	display: inline;
}


div#share ul li#print{
	border:none;
}



div#share ul li h4{
	height: 25px;
	text-align: center;
	border-top:none;
	border-right: 1px #cccccc solid;
	border-bottom:none;
	border-left: none;
	margin: 1px 0 0 0;
	display: inline;
	float: left;
}

div#share ul li h4 a{
	display: block;
	float: left;
	width:144px;
	color: #000;
	text-decoration: none;
}

div#share ul li h4 a:hover{
	background-color: #007d00;
	color: #fff;
}



div#share ul.share_details {
	background: none;
	position: absolute;
	top:26px;
	left:0;
	width: 579px;
	height: 54px;
	float: left;
}

div#share ul.share_details li{
	margin: 15px 0 0 30px;
	float: left;
	display: inline;
	border: none;
}




div#share dl.share_details{
	display: none;
	position: absolute;
	top:26px;
	left:0;
	width: 579px;
	height: 54px;
	float: left;
}

div#share dl.share_details dd {
	text-align: center;
}

div#share dl.share_details dt {
	font-weight: bold;
	margin: 0 0 5px 0;
	text-align: center;
}


li.delicious {
	background: url(/themes/theme_001/images/delicious.gif) no-repeat left center;
	padding: 0 0 0 20px;
}

li.digg {
	background: url(/themes/theme_001/images/digg.gif) no-repeat left center;
	padding: 0 0 0 20px;
	border: none;
}

li.reddit {
	background: url(/themes/theme_001/images/reddit.gif) no-repeat left center;
	padding: 0 0 0 20px;
	border: none;
}

li.facebook {
	background: url(/themes/theme_001/images/facebook.gif) no-repeat left center;
	padding: 0 0 0 20px;
	border: none;
}

li.stumbleupon {
	background: url(/themes/theme_001/images/stumble.gif) no-repeat left center;
	padding: 0 0 0 20px;
	border: none;
}

form#email_to_friend{
	width: 579px;
	height: 54px;
	position:absolute;
	display:none;
	top:25px;
	left:0;
}

form#email_to_friend ol li{
	display: inline;
	width: 162px;
	height: 54px;
	font-size: 1em;
	text-align: left;
	float: left;
}


form#email_to_friend label{
	margin: 0 0 0 10px; 
}


form#email_to_friend input{ 
	width: 150px;
	height: 12px;
	margin: 0 0 0 10px;
	border:1px solid #999;
	padding: 3px 0 5px 0;
}

form#email_to_friend li#friend_button { 
	width:75px;
	margin: 0 0 0 10px;
	position: relative;
	display:inline;
}

form#email_to_friend button {
	background: url(/themes/theme_001/images/subsbtn.jpg) no-repeat;
	margin: 0;
	padding:0;
	width:75px;
	height: 30px;
	margin: 20px 0 0 0;
	position: absolute;
	top:0;
	left:0;
}




h3.search_result {
	margin: 1em 0 0 10px;
	width: 595px;
	padding-top:10px;
	border-top:1px dashed #5a5a5a;
	text-transform:capitalize;
}

dl.page_result {
	padding: 0 0 0 10px;
	margin:0;
	width:605px;
}


dt.headline {
	margin: 1em 0 0 0;
	font-size: 1.3em;
}

dd.summary {
	text-align: left;
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
}

h3#no_result {
	padding: 0 0 0 10px;
}

ul#no_page {
	margin: 0 0 0 10px;
	list-style-position: inside;
}

li.apology {
	list-style-type: none;
	margin: 0 0 0 10px;
	font-weight: bold;
}



/*div#tags{
	background: url(/themes/theme_001/images/tagsbtm.gif) no-repeat bottom;
	background-color: #e6e6e6;
	float:left;
	width:605px;
	padding: 20px 0 20px 10px;
}

div#tags ul {
	list-style:none;
	float: left;
	margin: 15px 0 0 0;
}

div#tags ul li {
	float:left;
	margin-right:1.0em;
}
*/



/*subsidiary column-----------------------------------------*/



div#subsidiary {
	width: 319px;
	float: right;
	margin: 415px 0 0 0;
	font-size:0.9em;
}

div#subsidiary  li.more {
	float:right;
	padding: 0 15px 10px 0;
	margin: 10px 0 0 0;
	display:inline;
}


div#section_pages {
	background: url(/themes/theme_001/images/sectionbtm.gif) no-repeat bottom;
	width:302px;
	float: right;
	padding: 0 0 12px 0;
	margin: 0 0 20px 0;
}

div#section_pages h3{
	color: #ffa200;
	background: url(/themes/theme_001/images/sectionhd.gif) no-repeat;
	width:248px;
	height:48px;
	font-size: 1.5em;
	padding: 15px 0 0 55px;
}

div#section_pages ul{

	background: url(/themes/theme_001/images/glassbgr.gif) no-repeat;
	width:282px;
	list-style-type: none;
	margin: -10px 0 0 0;
	padding: 10px 0 0px 20px;
	line-height: 2em;
	font-size: 1.2em;
	float: right;
}

div#section_bgr{
	/*background: url(/themes/theme_001/images/section_bgr.jpg) repeat-y;*/
	width:302px;
	float: right;
	margin: 0 0 20px 0;
}

div#contact_us {
	background: url(/themes/theme_001/images/contactbtm.gif) no-repeat bottom;
	width:302px;
	float: right;
	padding: 0 0 15px 0; 
	margin:0 0 20px 0;
}

div#contact_us h3{
	background: url(/themes/theme_001/images/contact_hdr.gif) no-repeat;
	width: 246px;
	height: 32px;
	padding: 21px 0 0 56px;
	font-size: 1.3em;
	color: #ffa200;
	float: right;
}

div#contact_us ul{
	background: url(/themes/theme_001/images/wrkglassbgr.gif) no-repeat;
	width: 290px;
	padding: 0 0 0 12px;
	list-style-type: none;
	float: right;
}

div#contact_us ul li{
	font-size: 1.2em;
	width: 270px;
}




div#contact_us ul li#mmc{
	font-weight: bold;
}

div#contact_us ul li.info{
	font-weight: bold;
}

div#contact_us ul li#number{
	font-weight: bold;
	border-top: 1px dashed #7c7c7c;
	margin-top: 1em;
}

div#contact_us ul li#mail{
	font-weight: bold;
	border-bottom: 1px dashed #7c7c7c;
	margin-bottom: 1em;
}

div#contact_us ul li.small_print{
	font-size: 0.8em;
}




ul#extended_footer{
	width: 950px;
	margin: 20px 0 1px 0;
	padding:0;
	background-color:#fff1d9;
	border:1px solid #c7c7c7;
	float:left;
	padding:15px 0;
}

ul#extended_footer li {
	float:left;
	margin:0 10px 15px 10px;
	list-style:none;
	width:290px;
	padding:0;
	
}

ul#extended_footer li ul li {
	width:auto;
	height:auto;
	float:none;
	margin:5px 0 0 0;
	border:none;

}

ul#extended_footer li a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

ul#extended_footer li ul li a{
	color:blue;
	font-weight:normal;
	text-decoration:underline;
}


div#banner {
	background: url(/themes/theme_001/images/header.jpg) no-repeat;
	width: 948px;
	height: 211px;
	position: absolute;
	top:2px;
	left:0;
/* 	text-indent:-5000px; */
	z-index:4;
	display:block;
}


ul#footer_navigation {
	background: url(/themes/theme_001/images/footer_bgr.gif) no-repeat;
	clear: both;
	width: 955px;
	height: 40px;
	padding: 48px 0 0 0;
}

ul#footer_navigation li{
	display: inline;
	padding: 0 0 0 40px;
}

ul#footer_navigation li a{
	text-decoration: none;
	color:#fff;
	font-weight:bold;
}

ul#footer_navigation li a:hover{
	text-decoration: underline;

}

ul#company_details {
	clear:both;
	margin: 10px 0 20px 0;
}

ul#company_details li{
	margin: 0 0 0 25px;
	display: inline;
	
}


/* Custom elements ----------------------------------------------------------------------------------------------------------------------------------*/

ul#sitemap{
	margin: 10px 40px;
}

ul#sitemap li{
	margin: 5px 10px;
}
	
ul#sitemap li ul{
	font-size: 0.9em;
}

ul#sitemap li ul li{
	margin: 10px 40px;
}


/*div#main_copy div#map{
	border: 2px #b6b6b6 solid;
	margin: 0 0 0 30px;
}*/

span.error_msg {
	color:red;
	font-weight:bold;
	width:400px;
	float:right;
}

p.valid{
	padding:0 0 3px 16px;
}

.clear {
	clear:both;
}


div#map {
	width:350px;
	height:263px;
	float:right;
	padding: 0 20px;
	margin: 50px 15px;
	border:1px solid #007d00;
	clear:both;
	top:50px;
}

div#map img{
	margin:0 auto;
}


div#map.areas {
	float:right;
	margin: -30px 0 0 0;
}

div.feedback {
	border:1px dashed #007d00;
	margin:20px 0;
	
}

div#area_content{
	width:440px;
	float:left;
}

div.feedback blockquote {
	font-style: italic;
	padding:10px;
	line-height: 1.4em;
	float:none;
}


div.feedback cite {
	background:none;
	/*display: inline;*/
	display:block;
	width:auto;
	height: auto;
	padding:10px;
	text-align:right;
	font-weight:bold;
	font-size:0.9em;
	margin:0;
}

ul.areas{
	clear:both;
}


div#main_copy ul#gallery {
	margin:0;
	float:left;
	width:380px;
}
	
div#main_copy ul#gallery  li {
	display: inline;
	margin: 0;	
}

div#main_copy ul#gallery img{
	/*border: 1px solid #007d00;*/
}


div#main_copy ul#gallery2 {
	margin:0;
	float:left;
	
}
	
div#main_copy ul#gallery2  li {
	display: inline;
	margin: 0;	
}

div#main_copy ul#gallery2 img{
	/*border: 1px solid #007d00;*/
}

img#placeholder {
/*	border: 1px solid #007d00;*/
	margin:0;
	display:block;
	float:right;
}

dl.page_result{
	width:850px;
	font-size:0.9em;

}

ul#results_navigation{
	clear:both;
	display:block;
	float: right;
	margin:10px 10px 0 0;
	
}

ul#results_navigation li{
	float:left;
	display:inline;
	margin-left:7px;
}

ul.quick-buttons { list-style: none;  margin-bottom:5px; height:55px; padding-left:50px;}
ul.quick-buttons li { float:left; margin-right:30px; height:55px; }
ul.quick-buttons li a { display:block; width:205px; height:55px; text-indent:-5000px; outline: none; }
ul.quick-buttons li.installation a { background:url('/themes/theme_001/images/btn_installation.png') no-repeat top left; }
ul.quick-buttons li.social a { background:url('/themes/theme_001/images/btn_social.png') no-repeat top left; }
ul.quick-buttons li.blogging a { background:url('/themes/theme_001/images/btn_blogging.png') no-repeat top left; }
