/* !!!!! GLOBAL ELEMENTS !!!!! */
html, body, .main_wrapper {height: 99%;}
body > .main_wrapper {height: auto; min-height: 99%; }

* { padding:0; margin:0; }

header, section, footer, nav, aside { display:block;}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea, select, a, blockquote{ font-family:"omnes-pro","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;  margin:0; padding:0; }

body { font-size:16px;background:#E8E7E3;}

h1, h2, h3, h4, h5, h6 { font-family:"omnes-pro","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;} 
h1 { font-size:36px; font-weight:600; } 
h2 { font-size:30px; font-weight:normal; background: url(../images/box_bg2.png) repeat; padding:5px 10px; -moz-border-radius-topleft: 5px;  -moz-border-radius-topright:5px; -webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px; border-radius: 5px; } 
h3 { font-size:24px; font-weight:normal; }
h4 { font-size:18px; font-weight:normal; }
h5 { font-size:16px; font-weight:normal;}
h6 { font-size:14px; font-weight:normal; }

p { padding:3px 0 5px 0 }

a {
color: #808285;
text-decoration: underline;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
a:hover { text-decoration:underline; color:#FFF; }
a:active { color:#FFF; }
a:focus { outline:none; }
select:focus { outline:none; }

ul, ol { margin:0 0 10px 20px; }
li { margin:0 0 5px 0; }

form { margin:0; padding:0; }
label, input, textarea, select { }

table { } 
td, th { }

/*___ end global elements ___*/

::selection {
background: #E95850;
color: white;
}
#header {
text-align:center;
padding:5px;
}
.box1 {
width: 96%;
padding: 1%;
margin: 1%;
float: left;
border-image: initial;
}
.box1 h3 {
text-align:center;
clear:both;
text-transform: uppercase;
}
.box1 a.try {
color: #808285;
font-size: 13px;
font-weight: 500;
background: #DBDAD7;
padding: 8px 10px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
clear:both;
display:block;
text-align:center;
text-decoration: none;
}
.box1 a.try:hover {
background: #E95850;
color: white;
}
#footer {
text-align:center;
padding:5px;
clear:both;
}
.style2 {color: #E8E7E3}
.toolinfo {
font-family: 'Antic Didone', serif;
font-size:16px;
}


/*#header, #footer {clear:both;text-align:center;}
#menu {width:10%;float:left;}
#content {float:left;width:85%;padding:5px;}
.blackbox1 {
    border:solid 5px #615e61;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin:5px;
}
.blackbox2 {
-webkit-transition:All 1.0068s ease-in;
-moz-transition:All 1.0068s ease-in;
-o-transition:All 1.0068s ease-in;
-webkit-transform: rotate(4deg) scale(1) skew(0deg) translate(10px);
-moz-transform: rotate(4deg) scale(1) skew(0deg) translate(10px);
-o-transform: rotate(4deg) scale(1) skew(0deg) translate(10px);
width : 200px;
height: 250px;
margin: 10px 10px 10px 15px;
padding: 5px;
float:left;
}
.blackbox2:hover{
-webkit-transform: rotate(0deg) scale(1.1) skew(0deg) translate(10px);
-moz-transform: rotate(0deg) scale(1.1) skew(0deg) translate(10px);
-o-transform: rotate(0deg) scale(1.1) skew(0deg) translate(10px);
border:solid 5px #ffffff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.blackbox2 a {text-decoration:none;color:#000000;}
.try {
    clear:both;padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0a0600;
	display:block;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #ff0000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,1);
}*/

/*Free Online Image Extractor*/
.webImg {
    max-width: 300px;
    display: block;
    float: left;
    margin: 10px;
    width: 200px;
    height: 200px;
    text-align: center;
}
.webImg img {
    max-width: 100%;
    border: solid 5px #ff7804;
    padding: 1px;
}
/*Free Online Image Exractor*/
