/*   
* Site URI:	http://emagid.com/
* @author Raman Shalupau | http://ksaitor.com/ | raman@ksaitor.com
*/

/* RESET		http://meyerweb.com/eric/tools/css/reset/		v2.0 | 20110126		License:none (public domain) */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* Reset Fix */
i,em{font-style:italic;}
b,strong{font-weight:bold;}


/* FRAMEWORK */
.clear{clear: both;}
.clearfix:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix{display:inline-block;}
.clearfix {//display: inline-block;}
.fleft{float: left;}
.fright{float: right;}
.hide{display: none;}
.inline{display: inline;}
.block{display: block;}


hr {
	margin: 0.3em 0em;
	height: 1px;
	border: none;
	border-width:0;
	color: #aaa;
	background: #aaa;
}

.content tbody {
	font-size: 1.2em;
}
.content td {
	vertical-align: top;
}
.content td a {
	line-height: 1em;
}

.w19{width: 19em;}
.w25{width: 25em;} 
.w30{width: 30em;}
.w40{width: 40em;}
.w49{width: 49em;}

.w33pr{width:33%;}

.paddr-1em {padding-right: 1em;}
.paddt-05em {padding-top: 0.5em;}

.t-right {text-align:right;}
.t-left {text-align:left;}
.t-center {text-align:center;}

.gray { color:#aaa; background-color:#aaa; }




/* SITE STYLE */
body {
	width:100%;
	height:100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	background: #eee;
	background: url('../images/background.gif') repeat left top;
}
ul, ol, dl {
	margin-top: -1em;
	margin-left: -1.5em;
	margin-right: 1em;
	text-align: justify;
}
li { margin-top: 0.5em; }
h2, h3, h4 h5, h6 {
	margin-top: 1em;
	text-indent: 1.5em;
}
h1 {
	font-family: Century, Palatino,"Times New Roman", Times, serif;
	font-size: 3em;
	line-height: 1.2857em; /* 54px */
	text-align: center;
	color: black;
}
h4 {
	font-size:1.3em;
	font-weight:bold;
	text-indent:1em;
	line-height:1.3;
}
h4 ~ p {
	text-indent:0em;
} 
p {
	margin: 0 0 1.4286em 0;
	color:#333;
	font-weight:400;
	font-size: 1em;        /* 14px */
	line-height: 1.4286em; /* 20px */
	text-indent: 1em;
	text-align: justify;
}


a img {	border: none;}
a:link {
	color: #0000ff;
	text-decoration: underline;
	line-height:1.4em;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { text-decoration: none; }



/* CLASSES & IDs */
.container {
	width: 900px;
	min-height: 800px;
	padding:1em;
	margin: 0.5em auto 0em;
	position:relative;
	box-shadow: 0px 0px 300px rgba(10,10,10,0.1);
	-moz-box-shadow: 0px 0px 300px rgba(10,10,10,0.1);
	-webkit-box-shadow: 0px 0px 300px rgba(10,10,10,0.07);
	background-color: white;
}

.header {
	padding: 0em 2em;
	margin: 0em 0em 0em;
}
.header h2 {
	font-size:1.4em;
	text-indent:0;
	margin-top:0em;
	margin-bottom:0em;
	text-align:center;
	font-style:oblique;
	font-family: "Times New Roman", Times, serif;
}
.header p {
	text-indent: 0;
	margin: 0em 0em 0.5em;
	padding:0em 0em;
	font-family: "Times New Roman", Times, serif;
}
.logo {
	padding-left: 2em;
	width: 960px;
	height: 138px;
	margin: 1.6em auto -3em auto;
	z-index: 2;
}

/*  MENU  */
#menu {
	margin: 0.4em 0em 0em;
	padding: 0px 0px 2px;
	font: 100% /1 Palatino, "Times New Roman", Times, serif;
	font-size: 1.1em;
	text-align: center;
	border-bottom: 1px solid #aaa;
}
#menu div {
	margin: 0em auto;
}
#menu a {
	font-weight:bold;
	color: #555;
	text-align: center;
	text-decoration: none;
	padding: 0.3em 0.3em 0.2em;
	margin:0em 0.1em;
	border:1px solid #eee;
	border-bottom: none;
	background: #f0f0ff;
}
#menu a:hover {
	color: #000;
	border-color: #999;
}
#menu a.selected {
	color: black;
	border: 1px solid #aaa;
	border-bottom:3px solid #fff;
	background: #fff;
}



.content {
	margin:0em 0em 0em;
	padding: 1em 3em 2em;
}
.content p {
	font-size:1.2em;
	line-height:1.5;
}
.share {
	text-align: right;
	font-size: 2pt;
	position: fixed; 
	bottom: 7px;
	right: 7px;
	float: right;
}

.gallery img {
	width: 10em;
	margin: 0.4em;
	border: 1px solid #ccc;
}

.sampleReports {
	width: 161px;
	height: 202px;
	float: right;
	margin: 0em -2em 1em 3em;
	padding: 0.5em;
	background: #f5f5f5;
	background: url("../images/doc.jpg") top right no-repeat;
}
.sampleReports h4 {
	margin:2.4em 0em 0.7em 0.6em;
	text-indent: 0em;
	text-align: left;
	line-height: 1;
	text-shadow: 0px 1px 0px #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.sampleReports a {
	display: block;
	text-indent: 0.9em;
	font-size: 16px;
	color: #0000FF;
}
.sampleReports a img {
	position: relative;
	top: 2px;
	padding-right: 3px;
	text-decoration: none;
}


.footer {
	width: 870px;
	height: 76px;
	margin: 0 auto;
	background-image: url('../images/bottom.png');
	background-repeat: no-repeat;
	background-position: center top;
}
#ksaitor { 	position: absolute; bottom: 10px; right: 53px; }