html, body {height:100%;}

/* CSS SAnDS Business Solution */

/*
--------------------------------------------------------------------------------------------- 
 DEFAULT
--------------------------------------------------------------------------------------------- 
*/

{  
  vertical-align: baseline;  
  font-family: inherit;  
  font-style: inherit;  
  font-size: 100%;  
  border: none;  
  padding: 0;  
  margin: 0;  
}
  
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {  
  margin: 0;  
  padding: 0;
}  

h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: #fff;
}

h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: #f9f9f9;
  font-weight: 100;
}

h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #4e4e4e;
  font-weight: 100;
}

h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 18px;
  color: #3a3a3a;
}

h5 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 13px;
  color: #9f9f9f;
}

h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight:bold;
  font-size: 12px;
  color: #3a3a3a;
}

/*
--------------------------------------------------------------------------------------------- 
 BACKGROUND
--------------------------------------------------------------------------------------------- 
*/


.body_bg {
  background-image: url(images/index_body_bg.jpg);
  background-repeat: repeat-x;
  margin: 0;

}

#wrapper {
  width: 1000px;
  padding: 0px;
  margin: 0 auto;
  clear: both;
  text-align: center;
    background-image: url(images/template_body_bg.jpg);
  background-repeat: repeat-x;
  background-color: #f9f9f9;
  min-height:100%;

}

* html #wrapper {
	overflow:visible;
	height:100%;
}

#index_wrapper {
  width: 1000px;
  padding: 0px;
  margin: 0 auto;
  clear: both;
  text-align: center;
  background-image: url(images/index_body_bg.jpg);
  background-repeat: repeat-x;
  min-height:100%;
  overflow:hidden;
  background-color:#ececec;
}

* html #index_wrapper {
  overflow:visible;
  height:100%;
}

a:active, a:focus {
      outline: 0
}

.shadow {

-moz-box-shadow: 0px 0px 15px #484848;

-webkit-box-shadow: 0px 0px 15px #484848;

box-shadow: 0px 0px 15px #484848;

/* For IE 8 */

-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#484848')";

/* For IE 5.5 - 7 */

filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#484848');

}


/*
--------------------------------------------------------------------------------------------- 
 HEADER
--------------------------------------------------------------------------------------------- 
*/


#header {
  width: 980px;
  height: 136px;
  padding: 0;
  margin: 0;
}

#logo {
  width: 131px;
  height: 115px;
  float: left;
  padding: 0;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  margin: 10px 0 0 40px;
}

#nav_header {
  width: 600px;
  height: 60px;
  float: right;
  text-align: right;
  margin: 12px 8px 0 10px;
}

#nav_header .nav_description {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #c7c7c7;
}

#nav_header .nav_number {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #e1e1e1;
  padding-top: 10px;
}


/*
----------------------
 NAVIGATION
----------------------
*/

#navigation {
  width: 630px;
  height: 30px;
  text-align: left;
  float: right;
  margin: 25px 0 0 0;
}

#navigation li {
  float: left;
  list-style-type: none;
  margin-left: 40px;
}

#navigation a {
  text-decoration: none;
  font-size: 13px;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  display: block;
  cursor: pointer;
}

#navigation a:hover {
  color: #e1e1e1;
  text-decoration: none;
}

#navigation .nav_current {
  text-decoration: none;
  font-size: 13px;
  color: #FFF;
  font-family: Helvetica, sans-serif;
  font-weight: 100;
  font-weight: bold;
  display: block;
  cursor: pointer;
  text-decoration: underline;
}


/*
--------------------------------------------------------------------------------------------- 
 INDEX
--------------------------------------------------------------------------------------------- 
*/

#first_strip {
  width: 980px;
  height: 360px;
  background-image:url(images/index_first_bg.png);
  background-repeat:no-repeat;
  padding-left: 15px;
}

#first_strip_text {
  width: 490px;
  height: 330px;
  margin: 21px 0 0 0;
	float: left;
	
}

#first_strip_text  h1{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  padding: 5px;
}

#header_section_content h1
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #f9f9f9;
	font-weight: 100;
}

#first_strip_text .first_strip_text_1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #212121;
  padding: 5px;
}

#first_strip_text .first_strip_text_2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  padding: 5px;
}

#first_strip_text .first_strip_text_2  h1{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  padding: 5px;
}

#first_strip_text .first_strip_text_3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #e0e0e0;
  padding: 8px 0 0 43px;
  width: 400px;
  line-height: 20px;
}

#more_btn a {
  font-family: helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 13px;
  background: #222 url(images/more_btn.png) repeat-x;
  display: inline-block;
  width: 180px;
  height: 27px;
  padding-top: 11px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;

  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);

  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer;
  
  position: absolute;
  margin: 30px 0 0 153px;
}

#more_btn a:hover {
  background: #222 url(images/more_btn_hover.png) repeat-x;
}

.index_men {
  width: 307px;
  height: 105px;
  background-image: url(images/men.png);
  background-repeat: no-repeat;
  margin: 50px 0 0 90px;
}

.index_screenshots {
  width: 478px;
  height: 298px;
  background-image: url(images/index_screenshots.png);
  background-repeat: no-repeat;
  float: left;
  margin: 60px 0 0 0;
}


/*
----------------
 INDEX PANELS
----------------
*/

#index_panels {
  width: 970px;
  height: 290px;
  text-align: left;
  padding: 0 0 0 22px;
}


#left_panel {
  width: 305px;
  height: 260px;
  float: left;
  padding: 28px 0 0 0;
}

#center_panel {
  width: 305px;
  height: 260px;
  float: left;
  margin: 0 0 0 10px;
  padding: 28px 0 0 0;
}

#right_panel {
  width: 305px;
  height: 260px;
  float: right;
  padding: 28px 0 0 0;
}


#left_panel h4, #center_panel h4, #right_panel h4 {
  padding: 7px 0 0 0;
}

#left_panel p, #center_panel p, #right_panel p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  color: #888888;
  padding: 20px 0 0 0;
  line-height: 19px;
}

.index_sep_line {
  width: 2px;
  height: 226px;
  float: left;
  margin: 27px 0 0 10px;
  background-image: url(images/index_sep_line.gif);
  background-repeat: no-repeat;
}

.panel_btn {
  margin-top: 20px;
  border: none;
}

.panel_btn a:hover {
  background-image: url(images/panel_btn_hover.gif);
}


.panel_brochure {
  float: right;
}



/*
--------------------------------------------------------------------------------------------- 
 SUB HEADER CONTENT
--------------------------------------------------------------------------------------------- 
*/


.template_body_bg {
background-image: url(images/dot_bg.gif);
background-repeat: repeat-x repeat-y;
  margin: 0;
  height: 100%;
}

#header_section {
  width: 960px;
  height: 104px;
}

#header_section_content {
  width: 500px;
  height: 70px;
  margin: 0 0 0 252px;
  padding: 25px 0 0 0;
  text-align: left;
}

#header_section_content p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #e0e0e0;
  padding: 6px 0 0 0;
}

/*
------------------
 LEFT NAVIGATION
------------------
*/


#left_navigation_bg {
  width: 215px;
  height: 600px;
  margin-top: 14px;
  margin-left: 15px;
  background-image: url(images/side_nav_bg2.png);
  background-repeat: no-repeat;
  float: left;
}


#left_navigation {
  width: 215px;
  height: 417px;
  margin-top: 20px;
}

#left_navigation p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #888787;
  font-weight: 100;
  padding: 0 0 10px 5px;
  margin-bottom: 3px;
}

#left_navigation ul {
  text-align: left;
  list-style-type: none;
}

#left_navigation li {
  height: 35px;
  width: 215px;
  border-bottom: 1px solid #e7e7e7;
}

#left_navigation a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  display: block;
  color: #006699;
  font-weight: 100;
  text-decoration: none;
  padding: 12px 30px 0 5px;
}

#left_navigation a:hover {
  color: #0085c7;
  text-decoration: underline;
}

.left_nav_current {
  height: 20px;
  font-weight: lighter;
  color: #000;
  background-color: #f9f9f9;
}

.nav_header {
  font-weight: bold;
}


.services_icon {
  width: 28px;
  height: 29px;
  background-image: url(images/services_icon.jpg);
  background-repeat: no-repeat;
  float: left;
  margin-top: -8px;
  padding-right: 5px;
}

.services_icon_off {
  width: 28px;
  height: 29px;
  background-image: url(images/services_icon_off.jpg);
  background-repeat: no-repeat;
  float: left;
  margin-top: -8px;
  padding-right: 5px;
}

.technology_icon {
  width: 28px;
  height: 29px;
  background-image: url(images/technology_icon.jpg);
  background-repeat: no-repeat;
  float: left;
  margin-top: -8px;
  padding-right: 5px;
}

.technology_icon_off {
  width: 28px;
  height: 29px;
  background-image: url(images/technology_icon_off.jpg);
  background-repeat: no-repeat;
  float: left;
  margin-top: -8px;
  padding-right: 5px;
}

.products_icon {
  width: 28px;
  height: 29px;
  background-image: url(images/products_icon.jpg);
  background-repeat: no-repeat;
  float: left;
  margin-top: -8px;
  padding-right: 5px;
}

.products_icon_off {
  width: 28px;
  height: 29px;
  background-image: url(images/products_icon_off.jpg);
  background-repeat: no-repeat;
  float: left;
  margin-top: -8px;
  padding-right: 5px;
}

.left_nav_arrow {
  width: 20px;
  height: 25px;
  background-image: url(images/left_nav_arrow.jpg);
  background-repeat: no-repeat;
  float: left;
  margin-top: -8px;
  padding-right: 10px;
}

.BulletPoint{
	margin-top: -10px;
}

.left_nav_arrow_off {
  width: 20px;
  height: 25px;
  background-image: url(images/left_nav_arrow_off.jpg);
  background-repeat: no-repeat;
  float: left;
  margin-top: -8px;
  padding-right: 10px;
}

#left_navigation .left_nav {
color: #000000;

}

/*
------------------
 CENTER CONTENT
------------------
*/


#center_content {
  width: 510px;
  height: 100%;
  text-align: left;
  padding: 32px 0 70px 20px;
  float: left;
}

#center_content h3 {
  padding-top: 35px;
}

#center_content h4 {
  padding-top: 20px;
}

#center_content p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  color: #5e5e5e;
  padding: 15px 0 0 0;
  line-height: 19px;
}

#center_content a {
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 12px;
  color: #006699;
}

#center_content a:hover {
  color: #0085c7;
  text-decoration: underline;
}

#center_content ol {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  color: #5e5e5e;
  padding: 0 0 0 25px;
  line-height: 19px;
  list-style-image: url(images/arrow.png);
}

#center_content .header_bg {
  width: 485px;
  height: 23px;
  padding: 10px;
  background-color: #d3d3d3;
    border: 1px solid #d1d1d1;

}

.top {
  float: right;
  list-style-type: none;
  padding-top: 4px;
}


.overview_image {
  float: left;
  margin: 14px 0 0 0;
  padding: 0 15px 0 0;
}

.custom_software_image {
  float: left;
  margin: 14px 0 0 0;
  padding: 0 15px 0 0;
}

.hosting_services_image {
  float: left;
  margin: 14px 0 0 0;
  padding: 0 15px 0 0;
}

.data_management_image {
  float: left;
  margin: 14px 0 0 0;
  padding: 0 15px 0 0;  
}

.consulting_services_image {
  float: left;
  margin: 14px 0 0 0;
  padding: 0 15px 0 0;  
}

.application_support_image {
  float: left;
  margin: 14px 0 0 0;
  padding: 0 15px 0 0; 
}

.generic_image {
  float: left;
  margin: 14px 0 0 0;
  padding: 0 15px 0 0; 
}
/*
------------------
 PORTFOLIO
------------------
*/

.accat_image {
  float: left;
  margin: 14px 0 0 0;
  padding: 0 15px 0 0; 
}

.asset_bible_image {
  float: left;
  margin: 14px 0 0 0;
  padding: 0 15px 0 0; 
}

.bomber_command_image {
  float: left;
  margin: 14px 0 0 0;
  padding: 0 15px 0 0; 
}

.team_brief_image {
  float: left;
  margin: 14px 0 0 0;
  padding: 0 15px 0 0; 
}

.plant_and_crane_image {
  float: left;
  margin: 14px 0 0 0;
  padding: 0 15px 0 0; 
}

/*
------------------
 RIGHT SECTION
------------------
*/


#right_section {
  width: 200px;
  height: 850px;
  margin: 0 0 0 20px;
  float: left; 
}

#right_section a {
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 12px;
  color: #006699;
}

#right_section a:hover {
  color: #0085c7;
  text-decoration: underline;
}


/*
------------------
 SUPPORT BOX
------------------
*/


#support_box {
  width: 200px;
  border: 1px solid #d1d1d1;
  margin-top: 32px;
  padding-bottom: 0px;
  float: right;
  background-color: #d3d3d3;
}

#support_box ul {
  text-align: left;
  list-style-type: none;
  width: 160px;
  padding: 5px 10px 15px 30px;
  line-height: 19px;
  background-color: #f1f1f1;
  list-style-image: url(images/support_arrow.jpg);
}

#support_box li {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  color: #5e5e5e;
  padding: 10px 0 0 0;
}

#support_box p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #3a3a3a;
  padding: 15px 0 15px 10px;
  text-align: left;
}

.support_icon {
  padding: 0 5px 0 5px;
}

.support_arrow {
  padding: 0 5px 0 10px;
}


/*
-------------------
 TESTIMONIALS BOX
-------------------
*/

#testimonial_box {
  width: 200px;
  background-color: #d3d3d3;
  border: 1px solid #d1d1d1;
  margin-top: 20px;
  float: right;
}

.testimonial_speech_icon {
  padding: 0 10px 0 10px;
}

.testimonial_icon {
  padding: 0 0 0 0;
}

#testimonial_box p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #3a3a3a;
  padding: 15px 0 15px 0;
  text-align: left;
}

#testimonial_box .testimonial_box_para {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  color: #5e5e5e;
  padding: 15px 0 25px 15px;
  line-height: 19px;
  background-color: #f1f1f1;
}

#testimonial_box a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  color: #006699;
  text-decoration: none;
}

#testimonial_box a:hover {
  color: #007fbe;
}

#testimonial_box .test_left {
  padding-left: 10px;
}

/*
-------------------
 RIGHT BROCHURES
-------------------
*/

#brochure_box {
  width: 200px;
  background-color: #d3d3d3;
  border: 1px solid #d1d1d1;
  margin-top: 20px;
  float: right;
}

#brochure_box p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #3a3a3a;
  padding: 15px 0 15px 0;
  text-align: left;
}

#brochure_box .testimonial_box_para {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  color: #5e5e5e;
  padding: 5px 0 15px 15px;
  line-height: 19px;
  background-color: #f1f1f1;
}

#brochure_box a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  color: #006699;
  text-decoration: none;
}

#brochure_box a:hover {
  color: #007fbe;
}

#brochure_box .test_left {
  padding-left: 10px;
}

/*
------------------------
 APPLICATION PROCEDURE
------------------------
*/


#application_box {
  width: 240px;
  background-color: #f1f1f1;
  border: 1px solid #e7e7e7;
  margin-top: 47px;
  padding-bottom: 15px;
  float: right;
}

#application_box ul {
  text-align: left;
  list-style-type: none;
  width: 230px;
  padding: 5px;
  line-height: 16px;
}

#application_box li {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  color: #888888;
  padding: 15px 0 0 0;
}

#application_box p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 14px;
  color: #636363;
  padding: 15px 0 0 15px;
  text-align: left;
}

.support_icon {
  padding: 0 5px 0 5px;
}

.application_arrow {
  padding: 0 5px 0 10px;
}


/*
---------------------
 ABOUT US
---------------------
*/

.about_pic {
  border: 1px solid #cfcfcf;
  background-color: #FFFFFF;
  padding: 5px;
}


/*
---------------------
 CONTACT US
---------------------
*/

#contact-space_left {
	width: 200px;
	float: left;
	height: 150px;
	margin: 0px 0 0 0;
}

#contact-space_right {
	width: 220px;
	float: left;
	height: 150px;
	margin: 11px 0 0 0;
}

.portfolio_icon {
  width: 28px;
  height: 29px;
  background-image: url(images/portfolio_icon.jpg);
  background-repeat: no-repeat;
  float: left;
  margin-top: -8px;
  padding-right: 5px;
}

.portfolio_icon_off {
  width: 28px;
  height: 29px;
  background-image: url(images/portfolio_icon_off.jpg);
  background-repeat: no-repeat;
  float: left;
  margin-top: -8px;
  padding-right: 5px;
}

#map_bg {
  width: 450px;
  height: 440px;
  border: 1px solid #cfcfcf;
  background-color: #FFFFFF;
  padding: 5px;
}

/*
---------------------
 CONTACT FORM
---------------------
*/


#contact-area {
	width: 400px;
	height: 340px;
	margin: 0 0 0 0;
	float: left;
}

#contact-area p {
	  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  color: #5e5e5e;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 200px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #dfdfdf;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #636363;
	  color: #888;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	background-color: #333;
	cursor: pointer;
	margin: 0 7px 0 0;
}

label {
	float: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
	text-align: left;
	margin: 0 0 0 10px;
	width: 170px;
	padding-top: 5px;
	color: #888;
}

/*
---------------------
 CONTACT FORM
---------------------
*/






/*
--------------------------------------------------------------------------------------------- 
 FOOTER
--------------------------------------------------------------------------------------------- 
*/

.dummy_box{
	float:left;
	width: 980px;
}

.footer_bg2 {
  clear:both;
  background: url(images/footer_body.png)  0 repeat-x ; 
  height: 100px; 
  margin: 0 0 0 0;
  padding: 0;
  border-top: 4px solid #f4f4f4;
}

.footer_bg {
  clear:both;
  background: url(images/footer_body.png)  0 repeat-x ; 
  height: 250px; 
  margin: 0 0 0 0;
  padding: 0;
  border-top: 1px solid #d9d9d9;
}

#footer {
  width: 940px;
  height: 280px;
  padding: 0;
  margin-top: 0px;
  float: left;
  background-color: #ededed;
  padding: 20px 30px 0px 30px;
 
}

#footer2 {
  width: 920px;
  height: 100%;
  padding: 0;
  margin-top: 0px;
  float: left;
  background-color: #FFFFFF;
  padding: 30px 30px 0 30px;
}

#left_footer {
  width: 600px;
  height: 250px;
  float: left;
  text-align: left;
}

.left_footer_1 {
  width: 165px;
  height: 250px;
  float: left;
  text-align: left;
}

.left_footer_1 p {
	float:right;
	line-height: 1.7em;
}

#right_footer {
  width: 300px;
  height: 250px;
  float: right;
  text-align: right;
}

#footer p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #a4a4a4;
}

#right_footer p {
	padding-top:7px;
}

#footer2 p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #a4a4a4;
}
	
.flash
{

 display:none;
 float:left;
 margin-left:180px;
 color:red;
 width:200px;


}

















