/* @charset "utf-8";

* { margin:0; padding:0; border:0;}
*:focus, * {
  -moz-outline: none;
  outline: none;
  ie-dummy: expression(this.hideFocus=true);
}

html { font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}
body { font:14px/130% Arial, Helvetica, sans-serif; color:#000; background:#fff;}

input[type="text"], input[type="password"], textarea, select { font:12px/130% Arial, Helvetica, sans-serif; color:#000; background:#fff; border: 1px #bbb solid; padding:3px;}
input[type="submit"], input[type="button"] { font:12px/130% Arial, Helvetica, sans-serif; cursor:pointer; color:#000; background:#CCC; border:1px #666 solid; padding:3px;}


table { border-collapse:collapse; border-spacing:0;}
td, th { vertical-align:top;}
th { text-align:left; font-weight:bold;}

p { padding:0 0 10px 0;}

img { border:0; -ms-interpolation-mode:bicubic; vertical-align:middle;}

ul li { list-style:none; background:none; padding:0;}
ol { margin-left:20px; //margin-left:24px;}
ol li { list-style:decimal;}

a { text-decoration:underline; color:#3399cc; cursor:pointer;}
a:hover { text-decoration:underline; color:#cc0000;}
a:hover, a:active { outline:0;}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

ins {text-decoration: none;}
del {text-decoration: line-through;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { padding:0 0 10px 0; font-weight:normal; line-height:normal; color:#3b4045;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {}

h1, .h1 { font-size:20px;}
h2, .h2 { font-size:18px;}
h3, .h3 { font-size:16px;}
h4, .h4 { font-size:14px;}
h5, .h5 { font-size:12px;}
h6, .h6 { font-size:11px;}

article, aside, address, details, figcaption, figure, footer, header, hgroup, menu, nav, section, time { display:block;}
audio, canvas, video { display:inline-block; *display:inline; *zoom:1;}
audio:not([controls]) { display:none;}
[hidden] { display:none;}

abbr[title] { border-bottom:1px dotted;}
b, strong { font-weight:bold;}
blockquote { margin:1em 40px;}
dfn { font-style: italic;}
hr { display:block; height:1px; border-top:1px solid #ccc; margin:1em 0;}
ins { background: #ff9; color: #000; text-decoration: none;}
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold;}
small { font-size: 85%;}
svg:not(:root) { overflow:hidden;}
figure { margin:0;}
legend { *margin-left:-7px;}

pre, code, kbd, samp { font-family:monospace, monospace; _font-family: 'courier new', monospace; font-size:1em;}
pre { white-space:pre; white-space:pre-wrap; word-wrap:break-word;}

q { quotes:none;}
q:before, q:after { content:""; content:none;}

sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline;}
sup { top:-0.5em;}
sub { bottom:-0.25em;}

.clear { clear:both; overflow:hidden; height:0;}
.clearfix:before, .clearfix:after { content:""; display:table;}
.clearfix:after { clear:both;}
.clearfix { zoom:1;}
.hide { display:none !important;}
.show { display:block !important;}
.hidden { visibility:hidden !important;}
.visible { visibility:visible !important;} 
.relative { position:relative !important;}
.absolute { position:absolute !important;}
.float-left { float:left !important;}
.float-right { float:right !important;}
.no-border { border:0 !important;}
.no-background { background:none !important;}
.no-background-image { background-image:none !important;}
.no-padding { padding:0 !important;}
.no-margin { margin:0 !important;}
.inline-block { display:-moz-inline-box; display:inline-block; *zoom:1; *display:inline; word-spacing:normal; vertical-align:top;}
.bold { font-weight:bold;}
.italic { font-style:italic;}
.red { color:#cc0000;}
.absolute {position: absolute!important;}
.block {display: block!important;}
.move-hand { cursor:url(/img/openhand.cur), move;}
.move-hand:active, .move-hand.active { cursor:url(/img/closedhand.cur), move;}

*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*

.box-shadow { -moz-box-shadow:0px 1px 2px #999; -webkit-box-shadow:0px 1px 2px #999; box-shadow:0px 1px 2px #999;}
.border-radius { -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.opacity { -khtml-opacity:0.8; -moz-opacity:0.80; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); opacity:0.8;} */

.logo img {
    margin-top: -5px;
	margin-left: 0!important;
}
.logo > div {

	display:none!important;
}