html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, 
form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

#top-menu-wrapper ul, .cabinet
{
	list-style:none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/*
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}    

p {
    margin: 2px 0 6px;
}
*/
:focus {
	outline: 0;
    -moz-outline-style:none;
}
/*ol, ul {
	list-style:none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
*/
caption, th, td {
/*	text-align: left; */
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/************************ RESET ************************/
a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	padding: 0;
	margin: 0;
    outline:none;
}
/* ol, ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
} */
.inline {
    display: inline;
    zoom:1;
    *display:inline;
}
img {
    border: 0 solid #000;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
caption, th, td {
/*    text-align: left; */
    font-weight: normal;
}
/************************ CLASSES ************************/
.noBG {
	background: none !important;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.center {
    text-align: center;
    margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.half {
	width: 50%;
}
.cursor {
    cursor: pointer;
}
.show {
    display: block;
}
.bottom {
    vertical-align: bottom;
}
.top {
    vertical-align: top;
}
.bold {
	font-weight: bold;
}
.justified {
    text-align:justify;
}
.hide {
	display: none;
}
.nowrap {
    white-space: nowrap;
}
.hidden {
    visibility: hidden;
}
.border {
    border: 1px solid #000;
}
.text-shadow {
    text-shadow: #000 1px 1px 0px
}
.box-shadow {
    -moz-box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, 0.15);
}
.unselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.fixed {
	position: fixed;
}
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}