* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/body-bg.png) top center repeat;
}

.main-wrap {
	width: 100%;
	height: 100%;
	background: url(../images/main-wrap-bg.png) top center repeat-x;
}

.main2-wrap {
	width: 100%;
	height: 100%;
	background: url(../images/main-wrap-bg2.png) top center repeat-x;
}

.page-wrap {
	width: 980px;
	margin: 0 auto;
}

.header-wrap {
	width: 980px;
	height: 111px;
	background: url(../images/glow-bg.png) top center no-repeat;
}

.logo {
	width: 281px;
	height: 81px;
	padding: 15px 0 0 0;
	float: left;
}

.menu {
	width: 699px;
	float: right;
}

.menu ul {
	padding: 60px 0 0 0;
	margin: 0 0 0 145px;
}

.menu ul li {
	list-style: none;
	float: left;
	padding: 0 0 0 15px;
	
}

.menu ul li a {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
	
}

.menu ul li a:hover {
	background: #4f7ac8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

#selected {
	background: #4f7ac8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

#slider-wrap {
	width: 940px;
	height:350px;
	margin: 0 auto;
	position: relative;
}

#slider-shadow {
	width: 1170px;
	height: 181px;
	background: url(../images/slider-shadow.png) top center no-repeat;
	position: absolute;
	bottom: -140px;
	left: -130px;
	z-index: -1;
}

.content-wrap {
	width: 980px;
	margin: 60px auto 0 auto;
}

.content2-wrap {
	width: 980px;
	margin: 20px auto 0 auto;
}

.side-bar {
	width: 230px;
	float: left;
	margin: 5px 0 0 0;
}

.side-bar h3 {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #ee0128;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
}

.side-bar ul li {
	list-style: none;
	line-height: 2.5em;
	margin: 0 0 2px 0;
}

.points {
	width: 230px;
	height: 37px;
	background: url(../images/sidebar-bg1.png) top center no-repeat;

}
.points span {
	background: url(../images/dots.png) top center no-repeat;
	width: 11px;
	height: 11px;
	float: left;
	margin: 15px 0 0 0;
	padding: 0 15px 0 0;
}

.points:hover {
	background-position: 0 -37px;
	cursor: pointer;
}

/*.side-bar ul li {
	list-style: url(../images/dots.png) inside;
	width: 228px;
	height:35px;
	background: url(../images/sidebar-bg.png) top center repeat-x;
	margin: 0 0 2px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #aaa;
	transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
}

.side-bar ul li:hover {
	background: url(../images/sidebar-hover-bg.png) top center repeat-x;
}
*/
.points a {
	text-decoration: none;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #656464;
	font-size: 17px;
}

.dots {
	width: 11px;
	height: 11px;
	float: left;
}

.list-elements {
	width: 215px;
	height: 11px;
}

.content-right{
	width: 715px;
	float: left;	
	padding: 0 0 0 35px;
}

.welcome2-note {
	width: 715px;
	min-height: 600px;
}

.welcome-note h1, .welcome2-note h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #ee0128;
	font-size: 32px;
	font-weight: normal;
}

.welcome-note ul, .welcome2-note ul {
	margin: 0 0 0 30px;
}


.welcome-note ul li, .welcome2-note ul li {
	color: #6d6d6d;
	font-family: 'PT Sans Narrow', sans-serif;
	list-style: circle;
	font-size: 18px;
	line-height: 1.6em;
}


.welcome-note p, .welcome2-note p {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	color: #6D6D6D;
	text-align: justify;
	line-height: 1.5em;
	padding: 10px 0 0 0;
}

.welcome2-note a {
	color: #EE0128;
}

.content-right h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #ee0128;
	font-size: 26px;
	font-weight: normal;
}


#strength-wrap, #message-wrap {
	width: 715px;
	margin: 20px 0 0 0;
}

#strength-img, #message-img {
	width: 164px;
	height: 102px;
	float: left;
	margin: 10px 0 0 0;
}

#strength-desp, #message-desp {
	width: 531px;
	padding: 10px 0 0 20px;
	float: left;
}

#strength-desp p, #message-desp p {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	color: #6D6D6D;
	text-align: justify;
	line-height: 1.5em;
}

.read-more {
	font-family: 'PT Sans', sans-serif;
	color: #ee0128;
	text-decoration: none;
	font-style:italic;
	font-size: 14px;
	float: right;
	margin: 20px 0 0 0;
}

.read-more:hover {
	text-decoration: underline;
}

.footer-wrap {
	width: 100%;
	height: 85px;
	background:url(../images/footer-bg.jpg) top center repeat-x;
}

.footer {
	width: 980px;
	margin: 0 auto;
}

.copyright {
	width: 340px;
	float: left;
	margin: 30px 0 0 0;
}

.copyright p, .footer-menu p, .footer-menu p a {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #d4dddc;
	font-size: 15px;
}

.footer-menu {
	width: 480px;
	padding: 0 0 0 10px;
	float: right;
	margin: 30px 0 0 0;
}

.footer-menu a {
	text-decoration: none;
	padding: 0 8px;
}

.footer-menu a:hover {
	text-decoration: underline;
}

.clearfix {
	clear: both;
}

/***************************product-solutions************************/


#top-level, #middle-level, #bottom-level {
	width: 980px;
	margin: 20px auto;
}


.left {
	width: 310px;
	height: 290px;
	float: left;
	background:#fff;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow:0px 0px 10px #BDBDBD;
	-moz-box-shadow:0px 0px 10px #BDBDBD;
	-webkit-box-shadow:0px 0px 10px #BDBDBD;
}

.middle, .right {
	width: 310px;
	height: 290px;
	float: left;
	background:#fff;
	margin: 0 0 0 25px;
	border-radius: 5px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow:0px 0px 10px #BDBDBD;
	-moz-box-shadow:0px 0px 10px #BDBDBD;
	-webkit-box-shadow:0px 0px 10px #BDBDBD;

}

.left img, .middle img, .right img {
	padding: 10px;
}



.content2-wrap h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #ee0128;
	font-size: 32px;
	font-weight: normal;
}

.content2-wrap h3 {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #ee0128;
	font-size: 22px;
	font-weight: normal;
}

.content2-wrap p {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #6d6d6d;
	font-size: 18px;
	font-weight: normal;
	text-align: justify;
	padding: 12px 12px 6px 12px;
	line-height: 1.5em;
}

.read {
	width: 140px;
	height: 40px;
	display: block;
	background:url(../images/read-more.png) top center no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
}

.read:hover {
	background-position: 0 -40px;
}

#contact-forms {
	width: 490px;
	float: left;
}

#contact-address {
	width: 980px;
	/*float: left;*/
}

#contact-address p {
	line-height: 1.4em;
	font-size: 16px;
	text-align:left;
}

#contact-form ol { margin:0; padding:0; list-style:none; }
#contact-form li { margin:0; padding:10px 0; background:none; border:none; display:block; clear:both; }
.buttons { background:url(../images/send.png) top center no-repeat; width: 109px; height: 45px; display:block; text-indent: -9999px; border: none; margin: 0 0 0 100px; cursor: pointer;}
.buttons:hover { background-position: 0 -45px; }
#contact-form label { margin:8px 0 0 0; width:100px; display:block; padding:0; color: #4F6B72; font:normal 16px 'PT Sans Narrow', sans-serif; text-transform:capitalize; float:left; }
#contact-form label span { color:#F00; }
#contact-form input.text { width:320px; border: none; margin:2px 0; padding:0 0 0 10px; height:35px; background: url(../images/text-field.png); float:left; }
#contact-form textarea { width:320px; border: none; margin:2px 0; padding: 10px 0 0 10px; background: url(../images/text-area.png); float:left; height:125px; resize: none; }


#location {
	width: 490px;
	height: 280px;
	margin: 0 auto;
	position:relative;
	background: #FFF;
	float: left;
}

#shadow {
	position:absolute;
	bottom: -55px;
	left: 41`px;
	z-index: -1;
}


#view {
	color:#C03; 
	text-decoration: none; 
	text-align:left; 
	font-family: 'PT Sans Narrow', sans-serif; 
	font-size:14px; 
	position:absolute; 
	top: -25px; 
	right:0;
}

#view:hover {
	color: #33F;
}


#client-wrap {
	width: 715px;
}


.client-elements {
	width: 715px;
	height:100px;
	float: left;
	text-align: center;
}

.client-elements ul li {
	float: left;
	padding: 0 0 0 30px;
	list-style: none;
}

.client-elements ul li:first-child {
	padding: 0 !important;
}
