@import url(reset.css);

a.facebook {
	display: block;
	height: 65px;
	width:370px;
	background: url(../images/facebook-link.jpg) no-repeat;
	position: relative;
	padding-top: 18px;
	line-height: 1.5em;
		text-decoration: none;
}

a.facebook span {
	position: absolute;
	left: 150px;
}

a.facebook span.red {
	text-decoration: underline;
}

a.facebook span.blue {
	color: #143870;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

body {
	background-color: #ccc;
	color:#37424a;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:62.5%;
	text-align:center;
}

.interface h3 {
	font-size: 1.4em!important;
}

hr {
	border:none;
	color: #909599;
	background-color: #909599;
	height: 1px;
	margin: 5px 0px;
}

#sidebar {
	float:right;
	border-left: 1px solid #ccc;
	width: 200px;
	padding-left: 20px;
	margin-left: 20px;
	display: inline;
}

a.pdf { 
	padding: 5px 0px 5px 20px;
	background: transparent url(../images/icon_pdf.gif) no-repeat center left;
	float: left;
	display: inline;
}

a.print { 
	padding: 5px 0px 5px 20px;
	background: transparent url(../images/printer.png) no-repeat center left;
	float: right;
	display: inline;
}

table { line-height: 1.5em; }

.floatLeft {
	float: left;
	margin-right: 20px;
}

.floatRight {
	float: right;
	margin-left: 20px;
}
.frame {
	background-color: #fff;
	border: 1px solid #909599;
	padding: 4px;
}

.clear { clear: both; }


h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
}

#featured h1, #featured h2, #featured h3, #featured h4, #featured h5, #featured h6 {
	margin: 10px 0px 5px;
}

a.button {
	background-color: #e3e3e3;
	border: 1px solid #3e3e3e;

	text-decoration: none!important;
	color: #5F6971!important;
	padding: 5px;
}

a.button:hover {
	background-color: #CFCFCF;
}


p, #content-wrapper ul {
	line-height: 1.5em;
	margin:0.5em 0 1.33em;
	text-align:justify;
}

#utilities a, #global-nav a,#copyright a{
	color: #fff;
	text-decoration: none;
}

#featured a {
	text-decoration: underline;
	color: #fff;
}

#utilities a:hover, #global-nav a:hover,#copyright a:hover,#featured a:hover {
	text-decoration: underline;
}

.right {
	text-align: right;
}

.floatRight { float: right; margin: 20px 0px 25px 20px; display: inline; }

#wrapper {
	margin: 0px auto;
	text-align:left;
	width:960px;
	font-size: 1.2em;
	background-color: #fff;
	border: 1px solid #231f20;
}

#header
{
	height: 325px;
	background: url(../images/header-bg.jpg) no-repeat bottom left;
}

#admin_header
{
	height: 125px;
}

#login {
	float: right;
	height: 38px;
}

#login h3 {
	display: inline;
	text-transform: uppercase;
	background: url(../images/arrow.png) no-repeat center right;
	padding-right: 15px;
	margin: 0px!important;
}

#login form, #login div {
	display: inline;
}

#login label {
	padding: 0px 5px 0px 10px;
}

#utilities {
	height: 38px;
	line-height: 38px;
	background-color: #dc281e;
	color: #fff;
	padding: 0px 25px;
}

#header h1 {
	margin-top: 40px;
	margin-left: 25px;
}

#header h1 a {
	font-size: 3em;
	color: #37424a;
	text-decoration: none;
}

#header h2#tagline {
	color: #5f6971;
	font-size: 1.5em;
	font-weight: normal;
	margin-left: 25px;
}

#global-nav {
	background-color: #37424a;
	color: #fff;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #231f20;
	margin-top: 2px;
	padding: 0px 15px;
}

#global-nav li {
	display: inline;
	border-right: 1px solid #999;
	float: left;
}

#global-nav a {
	padding: 0px 7px;
	display: block;
}

#global-nav a.active {
	background-color: #dc281e;
}

#hassidebar #content-wrapper {
	background: url(../images/content-wrapper.png) repeat-y top right;
}

#content-wrapper {
	padding: 25px;
	padding-bottom: 50px;
}

#content-wrapper ul,#catalogue_frame ul {
	list-style-type: disc;
}

#content-wrapper ol,#catalogue_frame ol {
	list-style-type: decimal;
}

#content-wrapper li,#catalogue_frame li {
	margin-left: 40px;
	line-height: 1.5em;
}

#content-wrapper h2 {
	color: #DC281E;
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 20px;
}

#content-wrapper h3 {
	color: #000;
	font-size: 1.2em;
	text-transform: uppercase;
}

#content-wrapper h4 {
	color: #000;
}

#content-wrapper a {
	color: #DC281E;
}

#content-wrapper a:hover {
	color: #210C0C;
}

table#people {
	margin: 0px auto;
}

table#people td {
	padding: 5px 10px;
	vertical-align: middle;
	line-height: 1.5em;
}

table#people strong { color :#DC281E; }

table#people .header {
	background: #2f2f2f;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
}

table#people .header a { 
	color: #fff; 
	font-size: 15px;
	font-weight: bold;
	
}

table#people .header a:hover { 
	text-decoration: none;
}

table#suppliers .text {
	background-color: #e3e3e3;
}

table#suppliers .text td { border: 1px solid #909599; }

table#suppliers {
	margin: 0px auto;
	border-spacing: 10px;
	border-collapse: separate;
	table-layout: fixed!important;
	width: 726px!important;
}

table#suppliers img {
	max-height: 107px;
	max-width: 159px;
}

table#suppliers td {
	padding: 5px 10px;
	vertical-align: middle;
	line-height: 1.5em;
	width: 200px;
}

#footer-wrapper {
	height: 308px;
}

#featured {
	height: 169px;
	background: #5f6971 url(../images/featured-bg.png) repeat-x;
	color: #fff;
	padding: 0px 25px;
}

#featured .featured-section {
	height: 169px;
	float: left;
	width: 430px;
}

#featured .last {
	margin-left: 50px;
}

#featured .featured-section h3 {
	font-size: 1.6em;
	margin-bottom: 25px;
}

#featured .featured-section img {
	float: left;
	display: inline;
	margin-right: 10px;
}

#contact-info {
	height: 90px;
	padding: 20px 25px 0px 25px;
	line-height: 1.5em;
	background: url(../images/logo.png) no-repeat 703px 28px;
}

#contact-info address {
	font-style: normal;
}

#copyright {
	height: 29px;
	line-height: 29px;
	background-color: #37424a;
	color: #fff;
	padding: 0px 25px;
}

#copyright p {
	margin: 0px!important;
	line-height: 29px;
}

#copyright li {
	display: inline;
	float: right;
	border-left: 1px solid #999;
}

#copyright a {
	padding: 0px 14px;
}

.row {
	overflow: hidden;
	border-bottom: 1px solid #b9bcbc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/*.row img {
	float: right;
	margin-left: 20px;
	display: block;
}*/

#content-wrapper .row h3 {
	text-transform: none;
	font-size: 22px;
	color: #37424a;
}

#content-wrapper .row h2 {
	text-transform: none;
	font-size: 16px;
}

.description {
	margin: 0px 187px 0px 20px;
}

.glow_framer_np, .glow_framer_np_footer{position:relative;float:right;margin-left:20px;display:block;}
.glow_framer_np_footer{margin-left:0px;}
.glow_framer_np img, .glow_framer_np_footer img{float:left;z-index:100;border:0px;}
.glow_framer_np a, .glow_framer_np_footer a{position:absolute;width:147px;height:147px;overflow:hidden;top:10px;left:10px;background-color:#FFFFFF;float:left;z-index:5;text-align:center;}
.glow_framer_np a img, .glow_framer_np_footer a img{width:152px;margin-left:auto;margin-right:auto;text-align:center;border:0px;}

.footer_np_div{float:left;display:inline;}