/* TITLE: e-mytools.com Stylesheet	*/
/* URI	: ./e-mytools.com			*/
/* Create: 2007/11/11				*/  

body{
	margin: 0;
	padding: 0;
	background-color: #ccc;
	color: white;
	background-repeat: repeat-x;
	font: small Arial, Helvetica, Verdana, sans-serif;

}

.google_ad{
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: center;
}
#wrapper{
	background-color: #fdf8f2;
	color: black;
	margin: 20px 30px 20px 30px;
	padding: 10px;
	overflow: hidden !important;  
	overflow: visible;  
	min-height: 100%;  
	height: auto !important;  
	height: 100%; 
	border: 5px solid #666;
}

#header .header-title{
	padding: 0 0 10px 10px;
	font-size: 4em;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana;
	color: #050845;
}
#header-bottom{
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
}

#header-bottom ul{
	margin: 0;
	padding: 0 30px 0 0;
	text-align: right;
}

#header-bottom li{
	display: inline;
}
#header-bottom a:link, #header-bottom a:visited{
	text-decoration: none;
	background-color: #fdf8f2;
	color: #050845;
}
#tagline{
	font-weight: bold;
	background-color: #fdf8f2;
	color: #050845;
	font-style: italic;
	margin: 0;
	padding: 0 0 0 20px;
	width: 300px;
	float: left;	
}
#tools{
	position: absolute;
	top: 95px;
	right: 55px;
}

#main{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 10px;
}

/* content */
#content{
	margin: 0 240px 0 0;
	border: 1px solid #b9d2e3;
	background-color: white;
	color: black;
}
#content .inner{
	margin: 10px 20px 10px 40px;
}
#content .inner h2{
	color: #245185;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #b9d2e3;
	font-size: 110%;
}
#content .inner ul.features{
	margin: 0;
	padding: 0;
	list-style: none;
}
#content .inner h3{
	font-size: 130%;
}
#content .inner h3 a:link, #content .inner h3 a:visited{
	color: #245185;
}
#content .inner p{
	color: #666;
	font-size: 90%;
}
#content .inner .features .exp{
	color: #666;
	font-size: 90%;
}
#content .inner .features li img{
	float: left;
	margin: 0 5px 5px 0;
}

#content .inner p.more a:link, #content .inner p.more a:visited{
	color:black;
	background-image: url(../images/bullet_go.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
	font-size: 90%;
	color: #1e4c82;
}
#content .inner p.date{
	font-weight: bold;
}
#content .inner p.more{
	margin-top: 0;
	text-align: right;
}
/* tool_exp */
#content .inner .tool_exp{
	color: #666;
/*	font-size: 90%; */
}
#content .inner .tool_exp .exp{
	color: #666;
/*	font-size: 90%; */
	margin-bottom: 10px;
}
#content .inner .tool_exp img{
	text-align: center;
	margin-bottom: 10px;
}

#content .inner .tool_exp .list{
	margin: 0;
	padding: 0 0 5px 5px;
}
/* mainfeature */
#mainfeature{
	background-image: url(../images/yun_334.jpg);
	background-repeat: no-repeat;
	background-color: #112236;
	color: white;
	padding: 2em 2em 1em 200px;
}
#mainfeature h2{
	margin: 0;
	font-weight: normal;
	font-size: 140%;
}
#mainfeature p{
/*	font-size: 90%; */
}
#mainfeature p.more{
	margin: 0;
	text-align: right;
}
#mainfeature p.more a:link, #mainfeature p.more a:visited{
	color: white;
	background-image: url(../images/asterisk_orange.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
}
/* sidebar */
#sidebar{
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	background-color: #256290;
	color: white;
	margin: 0;
	padding: 0;
}
#sidebar h3{
	font-size: 110%;
	margin: 0;
	padding: 0.2em 0 0.2em 10px;
	font-weight: normal;
	background-color: #112236;
}
#sidebar .inner{
	padding: 10px;
}
#sidebar ul{
	list-style-image: url(../images/bullet_green.png);
	margin-left: 0;
	padding-left: 20px;
}
#sidebar p, #sidebar li{
/*	font-size: 90%; */
	line-height: 1.4em;
}
#sidebar ul a:link, #sidebar ul a:visited{
	color: white;
}
#sidebar .text{
	width: 196px;
	border: 1px solid #45bac0;
}
#sidebar .date{
	font-weight: bold;
}
#searchform .searchbutton {
	text-align: right;
	margin-top: 4px;
}
#searchform .btn{
	border: 1px solid #45bac0;
	background-color: #256290;
	color: white;
}

/* ##### Footer ##### */

#footer {
	
	color: black;
  font-size: 90%;
  text-align: center;
  line-height: 1.25em;
  margin-top: 35px;
  padding: 0.5em;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1em 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}