@charset "utf-8";
/* CSS Document */

body {
	background-color:#222222;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	}

#logo-main {
	color:#FFF;
	height: 103px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: -12px 35px;
	
}

#blog {
	 padding-right: 30px
}
	
#subtext {
	float: right;
	top: 80px;
	position: relative;
	margin-right: 25px;
	text-align: right;
}
#subtext a {
	color:#FFF;
	text-decoration:none;

}
#subtext a:hover {
	color:#FFF;
	text-decoration:underline;

}

#main-bar {
	height: 60px;
	background-color: #5c5c5c;
}
#main-bar-content {
	width: 920px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/logo-g.png);
	background-repeat: no-repeat;
	background-position: 294px 0px;

}
#nav-full {
	background-color:#222222;
	width: 1000px;
		margin-left: auto;
	margin-right: auto;
}
.mattblacktabs{

	overflow: hidden;
}

.mattblacktabs ul{
	margin: 0px; /*offset of tabs relative to browser left edge*/
	font-size: 20px;
	list-style-type: none;
}

.mattblacktabs li{
	display: inline;

}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 6px 40px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background-color: #646464;
}
#body-content {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ebebeb;
	border-left-color: #ebebeb;
}
#footer-main {
	background-color: #404040;
	height: 108px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #222;
}
#hello {
	color: #F2F2F2;
	position: relative;
	left: 8px;
	top: 13px;
	font-size: 18px;
	line-height: 32px;
	float: left;
}
#weare {
	color: #F2F2F2;
	position: relative;
	left: 20px;
	top: 13px;
	font-size: 18px;
	line-height: 32px;
}
.cat-box {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	font-size:37px;
	text-indent: 15px;
	color: #333;
}
.cat-box a {
	color: #333;
	text-decoration: none;
}
.cat-box a:hover {
	color: #7E7E7E;
}
.cat-box-content{
	font-size:15px;
	text-indent: 0px;
	background-color:#f6f6f6;
	border: solid 1px #dadada;
	margin-top: -8px;
	padding:15px;
	line-height: 1.4em;
}
.cat-box-thumb {
	border: solid 1px #c6c6c6;
	margin: 3px;
}

#footer-content {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	color: #F4F4F4;
	padding-top: 0px;
	font-size:19px;
	padding-left: 10px;
}
#footer-content a {
	text-decoration:none;
	color: #F4F4F4;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#footer-content a:hover {
	background-color: #222;
}
.form-text {
	color: #FFF;
	font-size: 14px;
}
.phone-email-box {
	float: right;
	height: 200px;
	width: 325px;
	clear: both;
	font-size: 16px;
}
.phone-email-box-title {
	font-size: 25px;
	color: #333;

}
.module-text {
	width: 400px;
	font-size: 15px;
	height: 208px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dadada;
	padding-top: 8px;
	line-height: 1.5em;
}
.module-pictures {
	width: 200px;
	float: right;
	margin-right: 5px;
	
}
.module-pictures-right {
	width: 200px;
	float: right;
	margin-right: 5px;
	
}
.module-title {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	background-color: #D1D1D1;
	font-size: 25px;
}
.module-thumb {
		border: solid 1px #c6c6c6;
}
.module-thumb2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c6c6c6;
	border-bottom-color: #c6c6c6;
	border-left-color: #c6c6c6;
	margin-top: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c6c6c6;
}

