/* Basic stylesheet for BRILLIANTechnologies LLC
 * URL: http://www.brilliantec.com/
 * CSS: brillian-style.css
 */

body {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
}

.cb:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#mainContainer {
	position: relative;
	margin: 0 auto;
	width: 935px;
}

#header {
	position: relative;
	margin-bottom: 25px;
}

#header #logo {
	width: 207px;
	height: 112px;
	cursor: pointer;
	background: url('/images/logo-brillian.png') no-repeat;
}

#header #slogan {
	position: absolute;
	right: 0;
}

#header #navigation {
	position: absolute;
	bottom: 0;
	text-align: center;
}

#header #navigation a {
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-right: 15px;
	padding-left: 10px;
	border-right: 1px solid black;
}

#header #navigation a:hover {
	color: #29a9e1;
}

#header #navigation #nav-contact {
	border-right: none;
	padding-right: 0;
}

#header #navigation #nav-home {
	padding-left: 0;
}

#footer {
	position: relative;
	clear: both;
	margin-top: 30px;
	font-size: 12px;
}

#footer .flink {
	color: black;
	text-decoration: none;
}

#footer .flink:hover {
	color: #29a9e1;
}

#footer a.socialNetCell {
	display: block;
	float: right;
	height: 32px;
	margin-left: 20px;
	padding-left: 38px;
	font-size: 11px;
	text-decoration: none;
	border: none;
}

#footer a.socialNetCell img {
	border: none;
}

#footer a.socialNetCell:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
}

#footer a.socialNetCell span {
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
}

#footer #footerTop {
	position: relative;
	margin-bottom: 5px;
}

#footer #footerTop #NRA {
	float: left;
	width: 300px;
}

#footer #footerTop #NRA #logoNRA {
	vertical-align: bottom;
}

#footer #footerTop #NRA #nraText {
	display: inline-block;
	width: 170px;
	font-size: 10px;
	font-weight: bold;
	vertical-align: bottom;
}

#footer #footerTop #socialNetworking {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 400px;
}

#footer #footerTop #socialNetworking #snFacebook {
	color: #5a77b0;
	background: url('/images/icon-sn-facebook.png') no-repeat 0 0;
}

#footer #footerTop #socialNetworking #snTwitter {
	color: #33c2f5;
	background: url('/images/icon-sn-twitter.png') no-repeat 0 0;
}

#footer #footerTop #socialNetworking #snBlogger {
	color: #ff8f00;
	background: url('/images/icon-sn-blogger.png') no-repeat 0 0;
}
