body {
	background-image: url(/images/img-sitebg-2025.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
img {
	border: 0;
}
div, ul, li {
	box-sizing: border-box;
}
ul {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 10px 0 20px 10px;
	padding: 0;
	font-family: 'Cabin', sans-serif;
	font-weight:normal;
}

h2 {
	margin: 10px 0 20px 0;
	padding: 0;
}

h3 {
	font-size:16px;
	text-decoration:underline;
	margin:0px 0 0 0;
	padding:0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.attention{
	background-color:#FF3;
	font-weight:bold;
	font-size:14px;
}
#transBox {
	width: 1028px;
	margin: 0 auto;
	background-image: url(/images/img-trans-box.png);
	padding-bottom: 15px;
}
#wrapper {
	/*background-image: url(/images/site-bg/img-bg-1.jpg);*/
	background-color:#ccc;
	background-repeat: no-repeat;
	background-position: center center;
	width: 1000px;
	height: 666px;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
}
#subpage-wrapper {
	background-image: url(/images/img-subpage-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: white;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#subpage-bg {
	background-image: url(/images/img-subpage-trans-bg.png);
	background-position: top center;
	width: 824px;
	float: left;
	padding: 15px 0 0 0;
	margin: 30px 0 20px 20px;
}
#subpage-content {
	background-image: url(/images/img-subpage-blue-bg.png);
	background-position: top center;
	background-color: white;
	background-repeat: repeat-x;
	width: 795px;
	min-height: 600px;
	margin: 0 auto;
	padding: 15px;
	line-height:22px;
	color:black;
}

#subpage-content ul{
	list-style-position: inside;
	padding:0 0 0 20px;
	box-sizing:border-box;
}

.info{
	color:#666;
}





#menu-bg {
	background-image: url(/images/menu-bg.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 97px;
	position:relative;
	z-index:1000;
}
#mainLogo {
	margin: 10px 0 0 60px;
}
#mainNav {
	font-family: 'Cabin', sans-serif;
	list-style: none;
	float: right;
	width: 550px;
	margin: 13px 0 0 0;
}
#mainNav li {
	float: left;
	color: white;
	font-size: 18px;
	font-weight: 100;
}
#mainNav li a {
	color: white;
	text-decoration:none;
}
#mainNav li a:hover {
	color: #CCF;
	text-decoration:none;
}
#mainNav .active {
	color: #CCF;
}


#subNav {
	float: right;
	list-style: none;
}
#subNav li {
	width: 143px;
	height: 70px;
	background-image: url(/images/img-subNavBox.png);
	text-align: left;
	padding: 25px 0 0 12px;
	margin: 0 0 10px 0;
	font-family: 'Cabin', sans-serif;
	color: black;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	left: 145px;
	text-shadow: 1px 1px #ccc;
}
#subNav li:hover {
	color: white;
	background-image: url(/images/img-subNavBox-blue.png);
	text-shadow: 1px 1px black;
}
#subNav .active {
	color: white;
	background-image: url(/images/img-subNavBox-blue.png);
	text-shadow: 1px 1px black;
}


#newsBodyBox p, #newsBodyBox div{
	/*font-family: 'Open Sans Condensed', sans-serif !important;*/
}


#newsHomeBox {
	background-image: url(/images/img-newsBox.png);
	width: 254px;
	float: left;
	margin: 30px 0 0 0;
	padding: 15px 15px 15px 0;
}
#newInnerBox {
	background-image: url(/images/img-newsInnerBox.png);
	min-height: 350px;
	padding: 15px;
}
#newsHead {
	font-size: 24px;
	font-family: 'Cabin', sans-serif;
	padding: 0;
}
.newsTitle {
	font-weight: bold;
	font-size: 15px;
	margin: 10px 0 0 0;
}
.newsDate {
	color: #666;
	font-size: 14px;
	margin: 10px 0 0 0;
}
.newsContent {
	font-size: 14px;
	line-height: 24px;
	margin: 10px 15px 0 0;
	border-bottom: 1px solid #999;
	padding: 0 0 10px 0;
}
.newsContent:last-child {
	border: 0;
}
#footerTag {
	font-size: 12px;
	color: #CCC;
	margin: 10px auto;
	width:1000px;
}
#footer a{
	color: #CCC;
}


#jliInfo {
	position:absolute;
	right: 0;
	top: 600px;
	list-style: none;
	margin: -30px 0px 0 0;
	text-shadow: 0px 0px 2px black;
	width: 185px;
	/*padding:20px 20px 20px 0;
	background-image:url(/images/img-jli-info.png);
	background-repeat:no-repeat;
	background-position:center right;*/
}
#jliInfo li {
	text-align: right;
	color: white;
	margin: 7px;
	font-size: 14px;
}
#jliInfo li a {
	color: white;
}
#footerLogo {
	display: table;
	margin: 30px auto;
	list-style: none;
}
#footerLogo li {
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#footerLogo li img {
	display: none;
}



/****** SUB MENU *********/
.subMenu{
	width:185px;
	float:left;
	list-style:none;
	font-family: 'Cabin', sans-serif;
	font-size:16px;
	margin:22px 15px 0 -69px;
	/*border-right:2px solid #e5e5e5;*/
}
.subMenu li{
	background-color:white;
	text-align:left;
	padding:10px 10px 10px 20px;
	box-sizing:border-box;
	background-image:url(/images/img-subMenu-border.jpg);
	background-position:15px bottom;
	background-repeat:no-repeat;
	cursor:pointer;
	box-shadow: 2px 2px 4px #ccc;
}
.subMenu li:hover{
	background-color: #D2CEFF;
}
.subMenu li:first-child{
	padding-top:20px;
}
.subMenu li:last-child{
	background-image:url();
	padding-bottom:20px;
}


.subMenu .specialCat{
	background-color: #FFC;
}
.subMenu .specialCat:hover{
	background-color: #FF9;
}

.subMenu .active{
	background-color: #DFDCFF;
}


.subMenu li a{
	text-decoration:none;
	color:black;
}
.subContent{
	float:left;
	width:610px;
}

/* border, round corner images */
.logoImg{
	float:left;
	margin:0 20px 0 0;
	background-color:white;
	border-radius:5px;
	padding:5px;
	border:1px solid white;
	vertical-align: text-middle;
}
.logoImg:hover{
	border:1px solid #ccc;
}

.logoImg img{
	max-width:100px;
	max-height:40px;
}

#requestQuoteBox{
	position: absolute;
	top: 90px;
	transform: translate(-50%, 0);
	left: 50%;
	width: 200px;
	height: auto;
/*
	font-weight: bold;
	background-color: rgba(255,255,255,0.49);
	padding: 14px;
	font-size: 18px;
	z-index: 1000000;
	text-align: center;
	border: 4px solid #2e3080;
	color: #2e3080;
*/
}	
#requestQuoteBox a{
	font-weight: bold;
	background-color: rgba(255,255,255,0.65);
	padding: 14px;
	font-size: 18px;
	z-index: 1000000;
	text-align: center;
	border: 4px solid #2e3080;
	color: #2e3080;
	text-decoration: none;
	transition: 0.2s ease-out;
}	
#requestQuoteBox a:hover{
	background-color: rgba(255,255,255,1.00);
}






