/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Catalyst + CO
Version:	1.0
Last change:	09-08-13  10:42
-------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: Arial, Helvetica, Tahoma, Verdana, Serif;
	font-size: 11px;
	color: #494949;
	line-height: 16px;
	background: #636363;
}

img {
	border: none
}

a {
	color: #4ECAF2;
}

a:hover {
	text-decoration: none;
}

#holder {
	width: 984px;
	margin: 0 auto;
	height: 100%;
}

#holder2 {
	position: relative;
	float: left;
	width: 984px;
	background: #fff url(/images/bg.gif) 0 0 repeat-y;
}

/* @group Header */

#header {
	display: inline;
	float: left;
	width: 984px;
	height: 146px;
}

#header .headerTop {
	display: inline;
	float: left;
	width: 958px;
	height: 96px;
}

#header .headerTop .logo {
	display: inline;
	float: left;
	width: 326px;
	height: 83px;
	margin: 13px 0 0 46px;
}

/* @group Links */

#header .headerTop .links {
	display: inline;
	float: right;
	width: 350px;
	margin: 15px 0px 0 0px;
}

#header .headerTop .links ul {
	list-style: none;
	margin: 0 8px 0 0;
}

#header .headerTop .links ul li {
	float: right;
	padding: 0;
	line-height: 8px;
	font-size: 8px;
}

#header .headerTop .links ul li a {
	height: 10px;
	display: block;
	color: #494949;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: -9999px;
	background: url(/images/links.png) no-repeat;
}

#header .headerTop .links ul li.register a {
	width: 120px;
	background-position: 0 0;
}

#header .headerTop .links ul li.register a:hover, #header .headerTop .links ul li.register.activeRegister a {
	background-position: 0 -10px;
}

#header .headerTop .links ul li.account a {
	width: 95px;
  background-position: -120px 0;
}

#header .headerTop .links ul li.account a:hover, #header .headerTop .links ul li.account.activeAccount a {
	background-position: -120px -10px;
}

#header .headerTop .links ul li.blog a {
	width: 100px;
	background-position: -215px 0;
}

#header .headerTop .links ul li.blog a:hover, #header .headerTop .links ul li.blog.activeBlog a {
	background-position: -215px -10px;
}

#header .headerTop .links2 {
	display: inline;
	float: right;
	width: 163px;
	margin: 0px 6px 0 -5px;
}

/* @end */

#header .headerBottom {
	display: inline;
	float: left;
	width: 984px;
	height: 50px;
}

/* @group Menu */

#menu {
	list-style: none;
	display: inline;
	float: left;
	width: 892px;
	margin: 26px 46px 0 46px;
}

#menu li {
	float: left;
	height: 17px;
	position: relative;
	z-index: 99;
	margin: 0;
	line-height: 8px;
	font-size: 8px;
}
#menu li:hover ul, #menu li.over ul{
  display: inline;
}
#menu li a {
  float: left;
  height: 8px;
	color: #494949;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: -9999px;
	position: relative;
	z-index: 99;
	background: url(/images/nav.png) no-repeat;
}
#menu li ul{
  float: left;
  position: absolute;
  left: 0;
  top: 17px;
  z-index: 9999;
  background: #f1f1f1;
  display: none;
  border-left: 1px solid #989898;
  border-top: 1px solid #989898;
  border-right: 1px solid #989898;
}
* html #menu li ul{
  top: 14px; 
}
#menu li li{
  float: left;
  clear: left;
  height: auto !important;
  margin: 0 !important;
  list-style: none !important;
  position: relative;
  z-index: 9999;
  border-bottom: 1px solid #989898;
}
#menu li li a{
  float: left;
  background: none !important;
  text-indent: 0 !important;
  height: 12px !important;
  font-size: 11px;
  line-height: 14px;
  padding: 5px 0 5px 10px;
  width: 150px !important;
  position: relative;
  z-index: 9999;
}
#menu li li a:hover{
  background: #494949 !important;
  color: #ffffff;
}
#menu li#home{
  margin-left: -10px;
}
#menu li#home a {
	width: 58px;
	background-position: 0 0;
}
#menu li#home a:hover, #menu li#home.active a {
	background-position: 0 -8px;
}
#menu li#about_us a {
	width: 86px;
	background-position: -58px 0;
}
#menu li#about_us a:hover, #menu li#about_us.active a {
	background-position: -58px -8px;
}
#menu li#services a {
	width: 84px;
	background-position:-144px 0;
}
#menu li#services a:hover, #menu li#services.active a {
	background-position:-144px -8px;
}
#menu li#reading_room a {
	width: 121px;
	background-position: -228px 0;
}
#menu li#reading_room a:hover, #menu li#room.active a {
	background-position: -228px -8px;
}
#menu li#contact a {
	width: 87px;
	background-position: -349px 0;
}
#menu li#contact a:hover, #menu li#contact.active a {
	background-position: -349px -8px;
}

/*

 @end */

/*

 @end */

#contentBottom {
	display: inline;
	float: left;
	width: 984px;
	height: 27px;
	background: url(/images/bg_content_bottom.gif) 0 0 no-repeat;
}

/* @group Footer */

#footerHolder {
	width: 984px;
	margin: 0 auto;
	height: 100%;
}

#footer {
	padding: 18px 0px 5px 0px;
	display: inline;
	float: left;
	width: 984px;
	text-align: center;
}

#footer p {
	padding: 0px 0px 11px 0px;
	color: #fff;
}

/* @end */

.clear {
	display: inline;
	float: left;
	width: 100%;
}
#smart-savvy-logo {
  float: right;
}
#smart-savvy-logo img {
	position: relative;
	top: 10px;
	padding-left: 5px;
}
