/*
CSS Credit: http://www.templatemo.com/
*/


body{

background:url('aaa/bg.jpg') repeat-y top center;margin:10;


	margin: 0;
}


a:link, a:visited { color: #0066CC; text-decoration: underline; font-weight: normal; } 
a:active, a:hover { color: #009900; text-decoration: none; }




img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}




/* header */
#templatemo_header_wrapper {
	width: 100%;
	height: 170px;
	margin: 0 auto;
	background: url('images./templatemo_header_repeat.jpg') repeat-x;
}


#dropshadow { 

 moz-box-shadow: 3px 3px 3px #ff8800; /* Firefox */ 

webkit-box-shadow: 3px 3px 4px #ff8800; /* Safari/Chrome */ 

 box-shadow: 4px 4px 5px #888; /* Opera and other CSS3 supporting browsers */ 

ms-filter: "progidDXImageTransform.Microsoft.Shadow(Strength5, Direction135, Color#ff8800";/* IE 8 */ 

 progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#ff8800')  

} 


#templatemo_header {
	width: 890px;
	height: 170px;
	margin: 0 auto;
	background: url('images./templatemo_banner1.jpg') no-repeat;; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0
}

#templatemo_header #logo {
	
        background: url('images./templatemo.png') no-repeat ;; padding-left:0px; padding-top:43px; padding-right:20px;  padding-bottom:0
} 

#logo span {
	clear: both;
	display: block;
	margin: 110px 20px 0 0;	
	font-size: 16px;
}



/* end of header */
/* menu */

#templatemo_menu_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: url('images./wtemplatemo_menu_repeat.jpg') repeat-x;
}

#templatemo_menu {
	width: 800px;
	height: 40px;
	padding: 0px auto;
	margin: 0 auto;
      
}


/* end of menu */



/* content */


#templatemo_content {
	
         
        padding-right:10px;
        padding-left:0px;
        width: 800px;
	margin: 0 auto;
	
	}

#templatemo_header #search_section {
	float: right;
	margin: 110px 20px 0 0;
}

#search_section form {
	float: right;
	margin: 0px;
	padding: 0px;
}

#searchfield {
	height: 16px;
	width: 180px;
	padding: 5px;
	margin: 0px;
	color: #ffffff;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
	background: #000000;
	border: 1px solid #989898;	
}

#searchbutton {
 	height: 28px;
	margin: 0px;
	padding: 4px 6px 6px 6px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #ffffff;
	background: #000000;
	border: 1px solid #989898;	
}
/* end of content */

/* footer */
#templatemo_footer_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: url('images./templatemo_footer_repeat.jpg') repeat-x;
}

#templatemo_footer {
	width: 920px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	background: url('images./templatemo_footer_bg.jpg') no-repeat;
	color: #ffffff; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:0
}

#templatemo_footer a {
	color: #ffffff;
	text-decoration: none;
}

#templatemo_footer a:hover {
	text-decoration: underline;
}

/* end of footer */

