@charset "UTF-8";

/* CSS Document DYNAMIC CONSULTING
------------------------------------------------------------- */
html, body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;}

p {
	padding: 0 0 14px 0;
	margin: 0;
	font-size:12px;
	line-height: 16px;
}

a {
	color: #479BC9;
	font-weight: bold;
	text-decoration:none;}

a:visited {color: #29709F;}

a:hover {color: #900;}	
	
	
/* Layout container
------------------------------------------------------------- */

#home-page {
	background:url(../images/bk-top.jpg) repeat-x #EAEADE;}

#inner-page {
	background:url(../images/bk-top-ip.jpg) repeat-x #EAEADE;}

#containerw {
	float:left;
	background:url(../images/bk-header.jpg) center top no-repeat;
	width:100%;}

#container {
	margin:auto;
	width:980px;}
	

/* Top section 
------------------------------------------------------------- */

#logo {
	width:315px;
	height: 148px;
	position: absolute;
	margin: 0px 0 0 0;
}
	
#logo a img {
	border: none;
	outline: none;
}	
	
	
/* Code for the menus
------------------------------------------------------------- */

/* @group menu */

#menu {
	width:401px;
	height: 79px;
	padding:0 0 0 579px;
	float:left;}

#menu ul {
	display: inline;
	margin: 0;
	padding: 0;}
	
#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;}	
	
#menu li a {
	float:left;
	height:79px;
	display:block;
	background-position:top;
	text-indent: -999999px;
	overflow: hidden;
	outline: none;}
	
#menu li.home a{
	background:url(../images/menu.png);
	width: 84px;}

#menu li.home a:hover{
	background-position: 0 -79px;}

#menu li.home a.selected{
	background-position: 0 -158px;}

#menu li.services a{
	background:url(../images/menu.png);
	background-position: -84px 0;
	width: 96px;}

#menu li.services a:hover{
	background-position: -84px -79px;}

#menu li.services a.selected{
	background-position: -84px -158px;}

#menu li.products a{
	background:url(../images/menu.png);
	background-position: -180px 0;
	width: 108px;}

#menu li.products a:hover{
	background-position: -180px -79px;}

#menu li.products a.selected{
	background-position: -180px -158px;}

#menu li.contact a{
	background:url(../images/menu.png);
	background-position: -288px 0;
	width: 113px;}

#menu li.contact a:hover{
	background-position: -288px -79px;}

#menu li.contact a.selected{
	background-position: -288px -158px;}
	
#menu li.selected a{
	color:#FFE9D4;}



/* @end */

/* Header
------------------------------------------------------------- */

#header {
	width:980px;
	height: 400px;
	background:url(../images/header.jpg);
	color: #fff;
	float:left;}
	
#header h1 {
	padding: 135px 0 10px 27px;
	margin: 0;
}

#header p {
	color:#EAEADE;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 20px 510px 0 25px;
	margin: 0;
}

/* Page Content
------------------------------------------------------------- */

#contentbk {
	width:980px;
	background:url(../images/content-cross.png);
	float:left;}

#content {
	width:980px;
	background:url(../images/content-bk.jpg) no-repeat;
	float:left;}

	#content p{
		color: #333;
		line-height: 18px;
		padding: 0 0 10px 0;}
	
#products {
	float: left;
	padding: 15px 0 5px 25px;
	width: 698px;
}

	#products h3 {font-size: 17px;}

		.opconnector {
			float: left;
			width: 185px;
			padding: 15px 45px 0 0;
		}
		
		.opconnector h3 {
			color: #F99D25;
			padding: 0px 0 19px 0;}
		
		.smanager {
			float: left;
			width: 185px;
			padding: 15px 55px 0 0;
		}
		.smanager h3 {
			color: #25ACBA;
			padding: 11px 0 28px 0;}
		
		.ominfo {
			float: left;
			width: 206px;
			padding: 15px 20px 0 0;
		}
		.ominfo h3 {
			color: #fff;
			padding: 0px 0 19px 0;}

#services {
	float: left;
	width: 212px;
	padding: 15px 0 0 20px;

}

/* Footer area
------------------------------------------------------------- */

/* @group footer */

#footerw {
	background:url(../images/footer-bk.png) #fff repeat-x;
	float: left;
	width:100%;	
}

#footer {
	background:url(../images/footer-cross.png);
	margin: auto;
	width: 980px;
}

#footer h3 {
	color: #900;
	font-size: 17px;
	padding: 0;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	color: #29709F;
	font-weight: bold;
}

#footer a:hover {
	color: #900;
	font-weight: bold;
}

#footer-cross {
	width:980px;
	background:url(../images/footer.png) no-repeat;
	float:left;}	
	
#contact {
	float: left;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0 0 25px;
	width: 470px;
}

#contact h3 {
	padding: 10px 0 10px 0;
}

.address {
	float: left;
	font-size: 13px;
	width: 230px;
}

.phones {
	float: left;
}

#clients {
	float: left;
	padding: 5px 0 10px 0;
	width: 485px;
}

#copy {
	background:url(../images/copy-bk.png) no-repeat #fff;
	color: #999;
	font-weight: normal;
	float: left;
	text-align: center;
	padding: 15px 0 25px 0;
	width: 980px;
	
}



/* @end */

/* Inner pages extra classes
------------------------------------------------------------- */

#header-inner {
	width:980px;
	height: 199px;
	background:url(../images/header-inner.jpg);
	float: left;}

#top-inner {
	width:980px;}
	
#header-inner h1 {
	padding: 128px 0 10px 27px;
	margin: 0;
}

#content-inner {
	width:980px;
	background:url(../images/content-bk-ip.jpg) no-repeat;
	float:left;}

#contentbk-inner {
	width:980px;
	background:url(../images/content-cross-ip.png);
	float:left;}

#content-left-inner {
	width:644px;
	padding: 55px 50px 25px 25px;
	float:left;}

#content-left-inner .row {
	float: left;
	width: 600px;
	border-bottom: 1px solid #DBDAD2;
	border-top: 1px solid #fff;
}

#content-left-inner .row.top {border-top: none;}
#content-left-inner .row.bottom {border-bottom: none;}

#content-left-inner .row .thumbBorder {
	border: 7px solid #F6F6F1;
	float: left;
	margin: 0 25px 20px 0px;
}

#content-left-inner h2 {
	color: #EAEADE;
	font-size: 24px;
	padding: 0 0 50px 0;
	margin-left: -15px;
	text-transform: capitalize;
}

#content-left-inner h2 a {
	color: #F7B152;
	font-weight: normal;
}

#content-left-inner h2 a:hover {color: #fff;}

#content-left-inner h2.icon-cog {
	background:url(../images/cog.png) no-repeat left top;
	padding:8px 0 50px 42px;
}

#content-left-inner p {
	color: #243739;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#content-right-inner {
	float:left;
	padding: 0 17px 0 17px;
	width:218px;
}

#content-right-inner p {
	color: #333;
	padding: 0 0 10px 0;
}

#content-right-inner h3 {
	background:url(../images/div-line.png) repeat-x;
	display: block;
	color: #449DC9;
	font-size: 14px;
	padding: 8px 0 5px 0;
	margin: 0;}

#containerw-inner {
	float:left;
	background:url(../images/bk-header-ip.jpg) center top no-repeat;
	width:100%;}

/* Classes and styles
------------------------------------------------- */

/* @group Styles */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	color:#003784;
	margin:0;
	padding:0 0 20px 0;
	font-weight:normal;
	line-height: 28px;
}

h2 {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size:20px;
	color:#000;
	margin:0;
	padding:0 0 15px 0;
	font-weight: normal;
	line-height: 20px;
}

h3 {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size:25px;
	color:#479BC9;
	margin:0;
	padding:0 0 30px 0;
	font-weight: normal;
	text-transform: capitalize;
}

h4 {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size:16px;
	color:#900;
	margin:0;
	padding:10px 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
}

ul.check {
	padding: 5px 0 0px 0;
	margin: 0;
}
	
ul.check li {
	background:url(../images/check.png) no-repeat top left;
	color:#666;
	font-size:13px;
	line-height: 16px;
	font-style: italic;
	padding:0px 0 8px 22px;
	list-style:none;
	margin: 8px 0;
	border-bottom: 1px solid #EAEADE;
	
}

ul.check a {
	display: block;}

ul.check-inner {
	background:#F6F6F1;
	border: 1px solid #fff;
	padding: 5px 15px 0px 15px;
	margin: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
	
ul.check-inner li {
	background:url(../images/check.png) no-repeat top left;
	color:#666;
	font-size:13px;
	line-height: 16px;
	font-style: italic;
	padding:0px 0 6px 28px;
	list-style:none;
	margin: 5px 0;
	border-bottom: 1px solid #EAEADE;
	
}

.list-arrows {
	background-color: #F6F6F1;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px 0;
	display: block;
	float: left;
	width: 640px;
}

.list-arrows span a {
	color:#900;
	display: block;}
.list-arrows span a:hover {color:#24373B;}
.list-arrows span a:visited {color:#680101;}

.list-arrows span {
	background:url(../images/div-line.png) repeat-x top;
	color: #900;
	display: block;
	float: left;
	padding: 7px 0px 7px 5px;
	width: 570px;
}

.list-arrows span.top {
	background:none;
}

.list-arrows span.black{
	background:url(../images/arrow-black.png) no-repeat left;
	color: #fff;
	position: relative;
	left: -5px;
	height: 13px;
	padding: 4px 0 5px 15px;
	display: block;
	width: 25px;
	
}

.list-arrows span.red{
	background:url(../images/arrow-red.png) no-repeat left;
	color: #fff;
	position: relative;
	left: -5px;
	height: 13px;
	padding: 4px 0 5px 15px;
	display: block;
	width: 25px;
}

a.read-more {
	background:url(../images/buttons.png);
	background-position: -116px 0;
	height: 24px;
	width: 98px;
	display:block;
	margin-bottom: 10px;
	text-indent: -999999px;
	overflow: hidden;}

a.read-more:hover{
	background-position: -116px -24px;}

a.read-more:active{
	background-position: -116px -48px;}

a.demo {
	background:url(../images/buttons.png);
	background-position: 0 0;
	height: 24px;
	width: 116px;
	display:block;
	text-indent: -999999px;
	overflow: hidden;}

a.demo:hover{
	background-position: 0 -24px;}

a.demo:active{
	background-position: 0 -48px;}

a.read-more-inner {
	background:url(../images/buttons2.png);
	background-position: 0 0;
	height: 24px;
	width: 95px;
	margin-right: 5px;
	float: left;
	text-indent: -999999px;
	overflow: hidden;}

a.read-more-inner:hover{
	background-position: 0 -24px;}

a.read-more-inner:active{
	background-position: 0 -48px;}

a.demo-inner {
	background:url(../images/buttons2.png);
	background-position: -103px 0;
	height: 24px;
	width: 110px;
	display:block;
	text-indent: -999999px;
	overflow: hidden;}

a.demo-inner:hover{
	background-position: -103px -24px;}

a.demo-inner:active{
	background-position: -103px -48px;}
	
.send {
	background:url(../images/buttons3.png);
	background-position: -136px 0;
	cursor: pointer;
	height: 33px;
	width: 82px;
	display:block;
	text-indent: -999999px;
	border: none;
	overflow: hidden;}

.send:hover{
	background-position: -136px -33px;}

.send:active{
	background-position: -136px -66px;}

a.request {
	background:url(../images/buttons3.png);
	background-position: 0 0;
	height: 33px;
	width: 136px;
	display:block;
	text-indent: -999999px;
	overflow: hidden;
	outline: none;}

a.request:hover{
	background-position: 0 -33px;}

a.request:active{
	background-position: 0 -66px;}

input#button.request-demo {
	background:url(../images/buttons3.png);
	background-position: 0 0;
	border: none;
	cursor: pointer;
	height: 33px;
	width: 136px;
	display:block;
	text-indent: -999999px;
	overflow: hidden;
	outline: none;}

input#button.request-demo:hover{
	background-position: 0 -33px;}

input#button.request-demo:active{
	background-position: 0 -66px;}

.thumbBorder {
	border: 7px solid #F6F6F1;
	float: left;
	margin: 0 25px 20px -15px;
}

.big-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#999;
	display: block;
	font-weight: normal;
	font-style: italic;
	padding: 5px 0 20px 0;
}

.contact-form {
	float: left;
	padding: 0px;
	width: 300px;
	margin: 0 0px 0 0;
}

.map {
	background:#F6F6F1;
	float: left;
	padding: 10px;
	width: 270px;
	margin: 0 40px 0 0;
}

input.contact {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666;
	padding: 4px;
	width: 200px;
}

textarea.contact {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666;
	padding: 4px;
	width: 260px;
}

.small-icon {
	float: left;
	padding: 3px 10px 0 0;
}


/* @end */
