html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none !important;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #ccc;
	cursor:help;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/* END RESET CSS */



* p:last-child {
	margin-bottom: 0;
}
/* It use for select selection */ 

::-moz-selection {
background: #2a3283;
color: #FFFFFF;
}
::selection {
background: #2a3283;
color: #FFFFFF;
}
#Navigation ul li a {
	display:block;
	font-family: 'Ubuntu', sans-serif;
	font-size:22px;
	line-height:15px;
	padding:15px 7px 10px 7px;
	color:#004085;
	-moz-border-radius:14px 14px 0px 0px;
	border-radius: 14px 14px 0px 0px;
	border:3px solid #f26521;
	border-bottom:none;
	behavior: url(PIE.htc);
	position:relative;
}
#Navigation ul li a:hover {
	-moz-border-radius:14px 14px 0px 0px;
	border-radius: 14px 14px 0px 0px;
	border:3px solid #004085;
	background:#004085;
	color:#fff;
	border-bottom:none;
	behavior: url(PIE.htc);
	position:relative;
}
#Navigation ul li a.active {
	-moz-border-radius:14px 14px 0px 0px;
	border-radius: 14px 14px 0px 0px;
	border:3px solid #004085;
	background:#004085;
	color:#fff;
	border-bottom:none;
	behavior: url(PIE.htc);
	position:relative;
}
 #Navigation ul li.current-menu-item a{
	-moz-border-radius:14px 14px 0px 0px;
	border-radius: 14px 14px 0px 0px;
	border:3px solid #004085;
	background:#004085;
	color:#fff;
	border-bottom:none;
	behavior: url(PIE.htc);
	position:relative;
}
#Sidebar {
	border:1px solid #ffffff;
	/*padding:7px 0 0 9px;*/
	float:left;
	/*width:269px;*/
	background: #017EB6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0095fe), to(#03426f));
	background: -webkit-linear-gradient(#00aeef, #03426f);
	background: -moz-linear-gradient(#00aeef, #03426f);
	background: -ms-linear-gradient(#00aeef, #03426f);
	background: -o-linear-gradient(#00aeef, #03426f);
	background: linear-gradient(#00aeef, #03426f);
	-pie-background: linear-gradient(#00aeef, #03426f);
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	box-shadow:2px 2px 5px #000000;
	behavior: url(PIE.htc);
	position:relative;
	/*margin:0 0 0 9px;*/
}
.Item-box {
	box-shadow:0px 0px 5px #000;
	padding:0 5px 10px 10px;
	margin:0 9px 16px 0px;
	float:right;
	background:#FFF;
	-moz-border-radius:7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	behavior: url(PIE.htc);
	position:relative;
	/*width:150px;*/
}
