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

BODY {
	line-height: 18px;
	color: #222b5a;
	text-decoration: none;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	font-family: "Myriad Pro";
	font-size: 13px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #222b5a;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.logo {
	float: left;
	height: 93px;
	width: 531px;
	margin-top:20px;
}
.social-media {
	float: right;
	height: 19px;
	width: 101px;
	margin-top: 64px;
}
.banner {
	float: left;
	height: 466px;
	width: 753px;
}
.sections {
	float: right;
	height: auto;
	width: 218px;
}
.content-home {
	float: left;
	height: 204px;
	width: 440px;
}
.news-home {
	float: left;
	height: 204px;
	width: 236px;
	margin-left: 63px;
}
.quick-contact {
	float: left;
	height: 204px;
	width: 218px;
	margin-left: 42px;
}
.blue-txt {
	color: #222b5a;
	text-decoration: none;
}
a {
	color: #59609e;
	text-decoration: none;
}
a:hover {
	color: #59609e;
	text-decoration: underline;
}.footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 90px;
	margin-top: 15px;
}
.footer ul {
	margin: 12px 0px 0px 0px;
	padding: 0px;
}
.footer ul li {
	color: #FFF;
	text-decoration: none;
	display: inline;
	text-transform: uppercase;
}
.footer ul li a {
	color: #FFF;
	text-decoration: none;
	margin-right: 15px;
	padding-right: 5px;
}
.footer ul li a:hover {
	color: #FFF;
	text-decoration: underline;
	margin-right: 15px;
	padding-right: 5px;
}
.inner-banner {
	float: left;
	height: 175px;
	width: 745px;
}
.content-inner {
	float: left;
	height: auto;
	width: 720px;
}
.project-image {
	float: left;
	height: auto;
	width: 720px;
}
.project-image-thumb {
	float: left;
	height: 92px;
	width: 117px;
	padding:3px;
	border:1px solid #e0e0e0;
	background:url(images/thumb-bg.jpg) no-repeat top;
	
}
.inner-sections {
	float: right;
	height: auto;
	width: 236px;
}
.news-inner {
	float: left;
	height: 204px;
	width: 236px;
	margin-left: 43px;
}
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d9d5da;
	background-color: #5A609E;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #343A63;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor:pointer;
}
.txt-bxes {	width: 250px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #D4D4D4;
}
.grey-bg {
	background-color: #F9F9F9;
	padding: 15px;
	width: 715px;
	border: 1px solid #EAEAEA;
	margin-top: 10px;
	margin-bottom: 10px;
	height: auto;
}.news-title {
	font-size: 12px;
	font-weight: bold;
	color: #59609e;
	text-decoration: none;
	text-transform: uppercase;
}
.news-details {
	margin-top: 15px;
	height: auto;
	line-height: 18px;
	text-align: justify;
}
.news-details img {
	float: left;
	height: auto;
	width: 314px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content-product {
	float: right;
	height: auto;
	width: 745px;
}
.category {
	float: left;
	height: auto;
	width: 205px;
	padding:10px;
	margin-right: 25px;
	background-color:#FCFCFC;
	border:solid thin #E9E9E9;
}
.view {
	font-size:10px;
	background-color: #656C89;
	float: right;
	padding: 2px 6px;
	color: #FFF;
	letter-spacing: 1px;
}
.view a{
	color: #FFF;
	text-decoration:none;
}
.view a:hover{
	color: #FFF;
	text-decoration:underline;
}
.prod-img {
	height: auto;
	width: 100%;
	margin: 10px 0px;
	float:left;
}
.prod-img-thumb {
	height: 125px;
	width: 175px;
	float:left;
}
.prod-txt {
	height: auto;
	padding:5px 0px;
}





/* category menu styles */
#nav { 
  line-height: 1;
  display: block; 
  width: 205px; 
  margin: 0px;  padding:0px;
  list-style:none;
}

#nav li { }

#nav > li > a { 
  display: block; 
  padding: 5px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #59609e;
  text-decoration: none;
  border-bottom: 1px solid #fff;  
}
#nav > li > a:hover, #nav > li > a.open { 
  color: #fff;
  border-bottom-color: #fff;
  background-color: #59609e;
  
}

#nav li ul { display: none; background: #fff; list-style:none; padding:0px; }

#nav li ul li a { 
  display: block; 
  background: #F7F7F7;
  padding: 5px 0px;
  padding-left: 10px;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  color: #999;
}
#nav li ul li a:hover {
  background: #EEE;
  color:#333;
}

/* category menu styles end */
.product-link{
	font-size: 16px;
	font-weight: bold;
	color: #222b5a;
	text-decoration: none;
}
.product-link:hover{
	color: #020a33;
}
.branches-inner{
	width:678px;
	height:auto;
	border:1px solid #ebedf5;
	float:left;
	padding:20px;
	}
.branch-txt{
	width:190px;
	height:auto;
	float:left;
	color:#222a5b;
	font-size:14px;
	line-height:22px;
}
.branch-img{
	width:143px;
	height:140px;
	float:left;
	color:#222a5b;
	font-size:14px;
	line-height:18px;
}
.branch-shade{
	width:720px;
	height:33px;
	float:left;
}
.error{
	color:#FF0000;
	font-size:18px;
 
}