* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color:#fff;
	margin: 0;
	padding: 0;
	overflow-x:hidden;
}
.clear {
	clear:both;
}
::selection {
	color:#fff;
	background:#bd2e2e;
}
::-moz-selection {
 color:#fff;
 background:#bd2e2e;
}
a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#preloaded-images {
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
	overflow:hidden;
}
.mainwrap {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
/*********************************Begin header****************************************/
#headwrap {
	width: 100%;
	top: 0;
}
#headerbg {
	background-color:#000;
	width:100%;
	height:98px;
	z-index:1;
}
.logo {
	float:left;
	margin:10px 10px 10px 0;
	display:inline;
	position:relative;
}
.headtxt {
	float:right;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#777777;
	font-size:14px;
	text-align:right;
	display:inline;
	position:relative;
	margin:10px 0 10px 10px;
}
.headtxt img {
	margin:5px 5px 0 5px;
}
.headtxt a {
	color:#777777;
	text-decoration:underline;
}
.headtxt a:hover {
	color:#bd2e2e;
}
/*********************************Begin Navigation****************************************/
.main-nav {
	background-color:#191919;
	width:100%;
	height:45px;
	z-index:1;
}
#navlist {
	width:1000px;
	float:right;
	position:absolute;
}
#navlist ul {
	float:right;
	margin-top:9px;
}
#navlist ul li {
	list-style:none;
	display:inline;
}
.nav a {
	font-family: 'Lora', serif;
	font-weight:300;
	font-size: 18px;
	color: #b7b7b7;
	text-decoration:none;
	padding-left:25px;
}
.nav a:hover {
	color: #bd2e2e;
	text-decoration:none;
}
.nav a:active {
	color: #bd2e2e;
	text-decoration:none;
}
.nav-current {
	color: #bd2e2e !important;
}
/*********************************Begin Banner****************************************/
#homebanner {
	width:100%;
	height:400px;
	background-image:url(../images/banners/homebanner.jpg);
	background-repeat:no-repeat;
	background-position:50% 15%;
}
#productsbanner {
	width:100%;
	height:400px;
	background-image:url(../images/banners/productsbanner.jpg);
	background-repeat:no-repeat;
	background-position:50% 35%;
}
#careersbanner {
	width:100%;
	height:400px;
	background-image:url(../images/banners/careersbanner.jpg);
	background-repeat:no-repeat;
	background-position:50% 35%;
}
#contactbanner {
	width:100%;
	height:400px;
	background-image:url(../images/banners/contactbanner.jpg);
	background-repeat:no-repeat;
	background-position:50% 45%;
}
.bannertxt01 {
	font-family: 'Lora', serif;
	font-size:36px;
	color:#000;
	font-weight:700;
	text-align:center;
	padding-top:55px;
}
.bannertxt02 {
	font-family: 'Lora', serif;
	font-size:24px;
	font-style:italic;
	color:#000;
	font-weight:700;
	text-align:center;
	padding-top:15px;
}
/*********************************Begin Content****************************************/
.red {
	color:#bd2e2e;
}
h1 {
	font-family: 'Lora', serif;
	font-size:30px;
	color:#191919;
	font-weight:700;
}
h2 {
	font-family: 'Lora', serif;
	font-size:24px;
	font-style:italic;
	color:#191919;
	font-weight:700;
}
h4 {
	font-family: 'Lora', serif;
	font-size:18px;
	font-style:italic;
	color:#191919;
	font-weight:400;
	margin-bottom:15px;
}
h5 {
	font-family: 'Lora', serif;
	font-size:16px;
	font-style:italic;
	color:#191919;
	font-weight:400;
	margin-bottom:5px;
	text-align:center;
}
p {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:300;
	color:#191919;
	margin-bottom:15px;
	text-align:justify;
}
p a {
	text-decoration:underline;
	color:#191919;
}
p a:hover {
	text-decoration:underline;
	color:#bd2e2e;
}
.list {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:300;
	color:#191919;
	margin-bottom:15px;
	list-style-position:inside;
}
.map {
	float:right;
	margin-left:10px;
}
.home_header {
	text-align:center;
	border-top: 1px solid #191919;
	font-family: 'Lora', serif;
	font-size:30px;
	color:#191919;
	font-weight:700;
	margin-bottom:-20px;
}
.home_header span {
	position: relative;
	top: -0.7em;
	padding: 0 15px;
	background: #ffffff;
}
.button {
	text-align:center;
}
.button a {
	width: auto;
	padding: 5px 15px;
	background: #fff;
	cursor:pointer;
	font-size: 16px;
	color: #191919;
	border:1px solid #191919;
	font-family:'Roboto', sans-serif;
	font-weight:400;
	text-decoration:none;
	text-align:center;
}
.button a:hover {
	background: #bd2e2e;
	cursor:pointer;
	color: #fff;
	border:1px solid #bd2e2e;
}
.contentline {
	width:100%;
	height:1px;
	background-image:url(../images/contentline.png);
	background-repeat:repeat-x;
	margin:15px 0;
}
.img-home {
	float:left;
	margin:5px 13px 15px 0;
}
.img-home-last {
	float:left;
	margin:5px 0 15px 0
}
.career_column {
	float:left;
	width:325px;
	margin-right:12px;
}
.career_column_last {
	float:left;
	width:325px;
}
.ui-dialog {
		width: 700px;
		position: fixed;
		top: 50%;
		left: 50%;
		margin-top: -150px;
		margin-left: -450px;
		padding: 20px;
		box-shadow: #000 0 0 10px;
		background-color: #FFF;
		z-index: 9999;
		display: none;
	}
.ui-dialog-title{
	font-family: 'Lora', serif;
	font-size:24px;
	font-style:italic;
	color:#191919;
	font-weight:400;
	margin-bottom:15px;
}
.ui-button{
	background-image:url(../images/close.png);
	background-repeat:no-repeat;
	background-position:center;
}
	
/*********************************Begin Footer****************************************/
#footerbg {
	width:100%;
	height:100px;
	background-color:#191919;
	padding:10px;
}
.footertxt {
	text-align:right;
	color:#777777;
	padding-top:15px;
}
.footertxt a {
	text-decoration:underline;
	color:#777777;
}
.footertxt a:hover {
	text-decoration:underline;
	color:#bd2e2e;
}
.social {
	float:right;
	padding:5px;
}
/*********************************Begin Image Effects****************************************/
/*** effect square to round small ***/

.img-square-round-small {
	width:40px;
	height:40px
}
.img-square-round-small:hover {
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%
}
.img-square-round-small {
	transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
}
.img-square-round-small:hover {
	transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
}
/*** Gallery thumbnail effect ***/

.awardwrap{
	float:left;
	margin:0 13px 10px 0;
	width:240px;
}
.awardwrap img{
	margin-bottom:10px;
}
.awardwrap p{
	text-align:center;
}
.awardwrap-last{
	float:left;
	margin:0 0 10px 0;
	width:240px;
}
.awardwrap-last img{
	margin-bottom:10px;
}
.awardwrap-last p{
	text-align:center;
}

