@charset "utf-8";

/* CSS Document */
#navlist li
{
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navlist li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	text-indent: -9999px;
	height: 44px;
	margin: 5px 0 0 0;
}

#navcontainer {	width: 100%; background-color: #C1272D;	margin: 0; height: 39px; padding:0; }
#navcontainer ul {
	margin: 0px 0 0 16px;
	padding: 0px;
	float:left;
}
/*Home*/
#navcontainer ul li a.home {
	background: url(../images/navigation/images/home.png) center center;
	width: 68px;
}
#navcontainer ul li a.home:hover, #navcontainer ul li a.home:active {
	background: url(../images/navigation/images/home.png) center top;
}
body#home #navcontainer ul li a.home {
	background: url(../images/navigation/images/home.png) center bottom;
}

/*Portfolio*/
#navcontainer ul li a.portfolio {
	background: url(../images/navigation/images/portfolio.png) center center;
	width: 120px;
}
#navcontainer ul li a.portfolio:hover, #navcontainer ul li a.portfolio:active {
	background: url(../images/navigation/images/portfolio.png) center top;
}
body#portfolio #navcontainer ul li a.portfolio {
	background: url(../images/navigation/images/portfolio.png) center bottom;
}

/*Meet Us*/
#navcontainer ul li a.meetus {
	background: url(../images/navigation/images/meetus.png) center center;
	width: 121px;
}
#navcontainer ul li a.meetus:hover, #navcontainer ul li a.meetus:active {
	background: url(../images/navigation/images/meetus.png) center top;
}
body#meetus #navcontainer ul li a.meetus {
	background: url(../images/navigation/images/meetus.png) center bottom;
}

/*Follow Us*/
#navcontainer ul li a.followus {
	background: url(../images/navigation/images/followus.png) center center;
	width: 124px;
}
#navcontainer ul li a.followus:hover, #navcontainer ul li a.followus:active {
	background: url(../images/navigation/images/followus.png) center top;
}
body#followus #navcontainer ul li a.followus {
	background: url(../images/navigation/images/followus.png) center bottom;
}

/*Blogs*/
#navcontainer ul li a.blogs {
	background: url(../images/navigation/images/blogs_blk.png) no-repeat;
	width: 86px;
}
#navcontainer ul li a.blogs:hover, #navcontainer ul li a.blogs:active {
	background: url(../images/navigation/images/blogs.png) center top;
}
body#blogs #navcontainer ul li a.blogs {
	background: url(../images/navigation/images/blogs.png) center bottom;
}


/*Social Icons*/
#social_icons_hor {
	width:205px;
	text-align:right;
	position:fixed;
	right:0;
	top:45px;
}
#social_icons_hor img {
	border:none;
	margin-right:5px;
}
#social_icons_hor ul {
	padding: 0;
	margin: 0;
}
#social_icons_hor ul li {
	list-style:none;
}
#social_icons_hor a:link, #social_icons_hor a:visited, #social_icons a:active {
	display:block;
	height:35px;
}
#social_icons_hor a:hover {
	border-right: 8px solid #fff;
	background:url(../images/icons/followus_w_arrow_reflect.png) no-repeat 0px 0px;
}
#social_icons_hor #rss_arrow a:hover {
	border-right: 8px solid #fff;
	background:url(../images/icons/subscribe_w_arrow_reflect.png) no-repeat 0px 0px;
}
#social_icons_hor a:hover img {
	background:#C1272D;
}