/*[@general]*/
body {
	padding: 0!important;
	margin: 0!important;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	background: #212121 url(/images/bodyBg.jpg) repeat-x;
}
a {
	color: #040abc;
}
p {
	padding: 0;
	margin: 0 0 8px 0;
}
#contentContainer {
	/*border: 1px solid red;*/
	/*background: #ccc url(http://www.robot-candy.com/images/drupalDefault/contentContainer.gif) no-repeat;*/
	background: url(/images/top.jpg) no-repeat;
	width: 1000px;
	min-height: 500px;
	padding-top: 139px;
}

/*[@mast]*/
#mast {
	/*border: 1px solid red;*/
	/*background: #eee url(http://www.robot-candy.com/images/drupalDefault/mast.gif) no-repeat;*/
	/*background-color: #19356d;*/
	height: 170px;
}

/*[@nav]*/
#nav {
	/*border: 1px solid red;*/
	/*background: #fff url(http://www.robot-candy.com/images/drupalDefault/nav.gif) no-repeat;*/
	height: 30px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	margin: 0 0 0 5px;
	padding: 0;
	float: right;
}
#nav li a {
	display: block;
	border: 1px solid #212121;
	width: 150px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
#nav li a:hover, #nav li a.current {
	font-weight: bold;
}
/*about us*/
#nav li.services a {
	background-color: #224549;
}
#nav li.services a:hover, #nav li.services a.current {
	background-color: #2e96a2;	
	border-color: #8eeaf5;
}
/*green resources*/
#nav li.green a {
	background-color: #2b4029;
}
#nav li.green a:hover, #nav li.green a.current {
	background-color: #456941;
	border-color: #7ed276;	
}
/*portfolio*/
#nav li.portfolio a {
	background-color: #7a2b19;
}
#nav li.portfolio a:hover, #nav li.portfolio a.current {
	background-color: #a42205;	
	border-color: #f25c3a;
}
/*contact*/
#nav li.contact a {
	background-color: #666;
}
#nav li.contact a:hover, #nav li.contact a.current {
	background-color: #666;	
	border-color: #ccc;
}
/*home*/
#nav li.index a {
	background-color: #6b6380;
}
#nav li.index a:hover, #nav li.index a.current {
	background-color: #8383c9;
	border-color: #a2a2ef;
}
/*blog*/
#nav li.wordpress a {
	background-color: #BF6C0B;
}
#nav li.wordpress a:hover, #nav li.wordpress a.current {
	background-color: #FF7200;
	border-color: #EF9C3B;
}

/*[@content]*/
#content {
	/*border: 1px solid red;*/
	/*background: #eee url(http://www.robot-candy.com/images/drupalDefault/content.gif) no-repeat;*/
	min-height: 280px;
}

/*[@center]*/
#center {
	background: #fff url(http://www.robot-candy.com/images/drupalDefault/center.gif) no-repeat;
	min-height: 100px;
	margin: 0 210px 0 165px;
}

/*[@foot]*/
#foot {
	/*border: 1px solid red;*/
	/*background: #eee url(http://www.robot-candy.com/images/drupalDefault/foot.gif) no-repeat;*/
	clear: both;
	margin-top: 5px;
}
#foot a {
	color: #fff;
}
#foot #secondaryNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	#foot #secondaryNav li {
		margin: 0;
		padding: 0;
		float: right;
		border-right: 1px solid #fff;
		height: 12px;
		line-height: 12px;
		font-size: 12px;
	}
	#foot #secondaryNav li.last {
		border-right: 0;
	}
	#foot #secondaryNav li a {
		padding: 0 10px;
		text-decoration: none;
	}
#foot #copy {
	clear: right;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	height: 20px;
	color: #b7b7b7;
	margin-top: 10px;
}


#bbb_logo {
	position: relative;
	left: 187px;	
}

#bbb_logo_img {
	width: 80px;
}
