@charset "utf-8";

/************************************************************************************************
*                               General Page CSS
*
***********************************************************************************************/

* {
	font-family: "Segoe UI", "Calibri", Tahoma, sans-serif;
	margin: 0;
	padding: 0;	
	border: 0 none;
	border-spacing: 0;
}

html {
	min-height: 100%;
	min-width: 100%;
	-ms-text-size-adjust: none;
}

body {
	background: -webkit-linear-gradient(27deg, #151515 5px, transparent 5px);
	background: -moz-linear-gradient(27deg, #151515 5px, transparent 5px);
	background: -o-linear-gradient(27deg, #151515 5px, transparent 5px);
	background: linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
	linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
	linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
	linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
	linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
	linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
	background-color: #131313;
	background-size: 20px 20px;
	font-family: "Segoe UI", "Calibri", Tahoma, sans-serif;
  	font-size: 12px;
  	color: #000000;
  	margin: 0px;
}

header, footer {
    clear: left;
    text-align: center;
	color: #FFFDD0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 5px;
	padding-bottom:25px;
	color:#FFFDD0;
	font-weight:normal;
}

h2 {
	font-size:30px;
	padding-top: 45px;
}

h3 {
	font-size:25px;
	padding-bottom:24px;
	line-height: 10px;
}

h4 {
	font-size:20px;
	padding-bottom:24px;
	line-height: 10px;
}

/************************************************************************************************
*                               Banner & Logo CSS
*
***********************************************************************************************/

#cclogo {
	/*background-image: url("../images/CC-Color_Logo.png");*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	border-radius: 15px 50px 15px 50px;
	-webkit-box-shadow: inset 5px 5px 20px 0px #FFFDD0,2px 3px 12px 1px #FFFDD0;
	-moz-box-shadow: inset 5px 5px 20px 0px #FFFDD0,2px 3px 12px 1px #FFFDD0;
	-o-box-shadow: inset 5px 5px 20px 0px #FFFDD0,2px 3px 12px 1px #FFFDD0;
	box-shadow: inset 5px 5px 20px 0px #FFFDD0,2px 3px 12px 1px #FFFDD0;
	width: 125px;
	height: 130px;
	padding: 0px;
	margin: 0px;
}

h3.banner-company-caption:after {
	content: "Country Computers";
}

h4.banner-company-caption:after {
	content: "Information Technology Consulting";
}

.page-border {
	width: 100%;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	position: relative;
}

.banner-table {
	background-image: -ms-linear-gradient(bottom, #242424 0%, #919191 100%);  /* IE10+ */ 
	background-image: -moz-linear-gradient(bottom, #242424 0%, #919191 100%);  /* Mozilla Firefox */ 
	background-image: -o-linear-gradient(bottom, #242424 0%, #919191 100%);  /* Opera */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #242424), color-stop(100, #919191));  /* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-linear-gradient(bottom, #242424 0%, #919191 100%);  /* Webkit (Chrome 11+) */ 
	background-image: linear-gradient(to top, #242424 0%, #919191 100%);  /* W3C Markup */ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#919191',GradientType=0 ); /* IE6-9 */
	padding: 0px 0;  /** take  padding out of top bar to shrink a bit orig=15px top&bottom must also update height on header line 281**/
	border: 2px;
	width: 950px;
	margin: 0 auto;
	display: table;
}

.banner-table-row {
	display: table-row;
}

.banner-table-border-cell {
	width: 10px;
	display: table-cell;
}
.banner-table-logo-cell {
	width: 140px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	vertical-align: middle;
	border-spacing: inherit;
	display: table-cell
}

.banner-table-middle-cell {
	width: 395px;
	display: table-cell;
}

.banner-table-company-caption-cell {
	width: 285px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	vertical-align: middle;
	display: table-cell;
}

/************************************************************************************************
*                               Nav Bar CSS
*
***********************************************************************************************/

.nav-bar-div {
	width: 950px;
	height: 40px;
	margin: auto;
	line-height: 100%;
	border-spacing: inherit;
	position: relative;
}

.nav-bar {
	width: 936.75px;
	margin: 0px 0px 0px 0px;
	padding: 6px 6px 4px 6px;
	height: 40px;
	line-height: 100%;
	background: #8B8B8B;
	background: linear-gradient(top,  #A9A9A9,  #1A1A1A);
	background: -ms-linear-gradient(top, #404040 0%, #1A1A1A 50%, #404040 100%);
	background: -webkit-linear-gradient(top, #404040 0%, #1A1A1A 50%, #404040 100%);	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #404040), color-stop(50, #1A1A1A), color-stop(100, #404040));
	background: -moz-linear-gradient(top, #404040 0%, #1A1A1A 50%, #404040 100%);
	background: -o-linear-gradient(top, #404040 0%, #1A1A1A 50%, #404040 100%);	
	background: linear-gradient(to bottom, #404040 0%, #1A1A1A 50%, #404040 100%);
	border: solid 1px #6D6D6D;
	position:relative;
	z-index:999;
}

.nav-bar li {
	margin-top: 7px;
	margin-left: 105px;
	padding: 0px 6px 0px 6px;
	float: left;
	position: relative;
	list-style: none;
}

.nav-bar a {
	font-weight: bold;
	font-family: arial;
	font-style: normal;
	font-size: 12px;
	color: #FFFDD0;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	padding: 6px 20px 6px 20px;
	margin: 0;
	margin-bottom: 6px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 2px 2px 3px #000000;
}

.nav-bar li ul li a {
  margin: 0;
}

.nav-bar .active a, .nav-bar li:hover > a {
  background: #0399D4;
  background: linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -ms-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
  background: -moz-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  color: #444444;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 2px 2px 3px #FFFFFF;
}

.nav-bar ul li:hover a, .nav-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.nav-bar ul a:hover {
  background: #0399D4 !important;
  background: linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -ms-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
  background: -moz-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  color: #FFFFFF !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}

.nav-bar li:hover > ul {
  display: block;
}

.nav-bar ul {
  background: #DDDDDD;
  background: linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -ms-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 1px #B4B4B4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}

.nav-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}

.nav-bar ul a {
  padding:10px 0px 10px 15px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}

.nav-bar ul li:first-child > a {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}

.nav-bar ul li:last-child > a {
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}

.nav-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.nav-bar {
  display: inline-block;
}

  html[xmlns] .nav-bar {
  display: block;
}

* html .nav-bar {
  height: 1%;
}

/************************************************************************************************
*                               Main Content CSS
*
***********************************************************************************************/

.main-content-table {
	width: 950px;
	height: auto;
	margin: 0 auto 0px;
	padding-bottom: 0px;
	line-height: 100%;
	border-spacing: inherit;
	position: relative;
	background-color: #C0C0C0;
	display: table
}

.main-content-table-row {
	width: 100%;
	display: table-row
}

.main-content-table-cell {
	width: 100%;
	display: table-cell
}

.main-content-table-form {
	width: 100%;
	margin: 0 auto;
	line-height: 100%;
	border-spacing: inherit;
	position: relative;
	background-color: #C0C0C0;
	text-align: center;
}

.main-content-table-caption h3:first-child{
	margin: 10px auto 0px;

}

.main-content-table-caption h3{
	width: 95%;
	height: auto;
	padding: 25px 0 15px;
	font-size: 20px;
	margin: 0 auto;
	font-weight: bold;
	color: #000000;
}

.main-content-table-caption h4{
	width: 85%;
	height: auto;
	padding: 20px 0px 0px;
	display: table;
	font-size: 17px;
	margin: 0 auto;
	font-weight: bold;
	color: #000000;
	line-height: 0px;
}

.main-content-table-caption h5{
	width: 90%;
	height: auto;
	padding: 25px 0;
	font-size: 15px;
	margin: 0 auto;
	font-weight: bold;
	color: #000000;
	line-height: 0px;
}

.main-content-table-caption p{
	width: 90%;
	height: auto;
	color:#000000;
	text-align: justify;
	font-size: 15px;
	padding: 0;
	line-height: 20px;
	margin: 0 auto;
	word-wrap: break-word;
	white-space: pre-wrap; 
	-moz-white-space: pre-wrap; 
	-pre-white-space: wrap;
	-o-white-space: pre-wrap; 
}

.main-content-table-caption p:last-child {
	margin: 0 auto 0px;
}

.main-content-table-caption div{
	width: 90%;
	height: auto;
	color:#000000;
	text-align: justify;
	font-size: 15px;
	padding: 0;
	line-height: 20px;
	margin: 0 auto;
	word-wrap: break-word;
	white-space: pre-wrap; 
	-moz-white-space: pre-wrap; 
	-pre-white-space: wrap;
	-o-white-space: pre-wrap; 
}

.main-content-table a {
	line-height: 20px;
	padding: 1px 8px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	margin: 0;
}

.main-content-table a:hover {
	background: #0399D4;
	background: linear-gradient(top,  #EBEBEB,  #A1A1A1);
	background: -ms-linear-gradient(top,  #EBEBEB,  #A1A1A1);
	background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
	background: -moz-linear-gradient(top,  #EBEBEB,  #A1A1A1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 2px 2px 3px #FFFFFF;
	color: #444444;
	border: none;
	padding: 0px 8px;
	display: inline-block;
	margin: 0;
	line-height: 20px;
	cursor: pointer;
	font-weight:normal;
	text-decoration: none;
}

/***********************************************************************************************
*
*                               Copyright CSS
*
***********************************************************************************************/

.copyright {
	line-height: 20px;
	padding: 20px 8px 50px;
	color:#FFFDD0;
	font-weight:normal;
}

.copyright a {
	line-height: 20px;
	padding: 15px 8px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
}

.copyright a:hover {
	background: #0399D4;
	background: linear-gradient(top,  #EBEBEB,  #A1A1A1);
	background: -ms-linear-gradient(top,  #EBEBEB,  #A1A1A1);
	background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
	background: -moz-linear-gradient(top,  #EBEBEB,  #A1A1A1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 2px 2px 3px #FFFFFF;
	color: #444444;
	border: none;
	padding: 0px 8px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	margin: 0;
	line-height: 20px;
	cursor: pointer;
	font-weight:normal;
	text-decoration: none;
}

.copyright .active {
	background: #0399D4;
	background: linear-gradient(top,  #EBEBEB,  #A1A1A1);
	background: -ms-linear-gradient(top,  #EBEBEB,  #A1A1A1);
	background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
	background: -moz-linear-gradient(top,  #EBEBEB,  #A1A1A1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 2px 2px 3px #FFFFFF;
	color: #444444;
	border: none;
	padding: 0px 8px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	margin: 0;
	line-height: 20px;
	cursor: pointer;
	font-weight:normal;
	text-decoration: none;
}

/***********************************************************************************************
*
*                               Contact Us Form CSS
*
***********************************************************************************************/

.contactus {
	width: 500px;
	margin: 0px auto 0px 250px;
	padding: 10px 0px 20px 15px;
	line-height: 10%;
	border-spacing: inherit;
	position: relative;
	background-color: #C0C0C0;
	border-collapse: collapse;
}

.contactus form {
	display: table;
	font-size: 10px;
}

.contactus fieldset{ 
	display: block;
	width: 405px;
	float: left;
	text-align: left;
	border: 2px solid black;
	margin:auto auto 30px auto;
}

.contactus-divTable{
	display: table;
	width: 100%;
}

.contactus-divTableBody {
	display: table-row-group;
}

.contactus-divTableRow {
	display: table-row;
}
.contactus-divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}

.contactus-divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.contactus-divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}

.contactus-divTableCell, .contactus-divTableHead {
	/*border: 1px solid #999999;*/
	display: table-cell;
	padding: 3px 10px;
}

.contactus-divTableCell input[name="fname"] {
	width: 100%;
	clear: both;
}

.contactus-divTableCell input[name="lname"] {
	width: 100%;
	clear: both;
}

.contactus-divTableCell input[name="email"] {
	width: 100%;
	clear: both;
}

.contactus-divTableCell input[name="pnumber"] {
	width: 100%;
	clear: both;
}

.contactus-divTableCell textarea[name="message"] {
	width: 100%;
	clear: both;
	resize: none;
}

.contactus-divTableCell input[type=submit], input[type=reset] {
	border : solid 1px #000000;
	margin-left:auto;
	margin-right:auto;
	border-radius : 3px;
	moz-border-radius : 3px;
	-webkit-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	-moz-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	font-size : 16.5px;
	color : #ffffff;
	padding : 1px 17px;
	background : #5f6166;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f6166), color-stop(100%,#00060a));
	background : -moz-linear-gradient(top, #5f6166 0%, #00060a 100%);
	background : -webkit-linear-gradient(top, #5f6166 0%, #00060a 100%);
	background : -o-linear-gradient(top, #5f6166 0%, #00060a 100%);
	background : -ms-linear-gradient(top, #5f6166 0%, #00060a 100%);
	background : linear-gradient(top, #5f6166 0%, #00060a 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f6166', endColorstr='#00060a',GradientType=0 );
	text-align: center;
}

.grecaptcha-badge{
	display: table-cell;	
	padding: 0px 0px 0px 6px;
	text-align: left;
	opacity:0;
	visibility: hidden;
}

.sweetner{
	opacity: 0;
	position: absolute;
	top: 3px;
	left: -680px;
	height: 0;
	width: 0;
	z-index: -1;
	visibility: collapse;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/**********************************************************************************************
*
*                               Thank-you page CSS
*
***********************************************************************************************/

#timer-thank-you{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.caption-title-thank-you {
	width: auto;
	margin: 0 auto;
	height: auto;
	padding: 25px 0 0px;
	text-align: center;
}

.caption-title-thank-you:after {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	content: "Thank You";
}

.caption-narative-thank-you {
	width: 50%;
	height: auto;
	padding: 0px;
	line-height: 20px;
	margin: 0 auto;
	text-align: justify;
	word-wrap: break-word;
	white-space: pre-wrap; 
	-moz-white-space: pre-wrap; 
	    -pre-white-space: wrap;
	-o-white-space: pre-wrap;
}

.caption-narative-thank-you:after {
	color: #000000;
	font-size: 20px;
	content: "We appreciate your inquiry.  We will contact you as soon as possible!  Should you need immediate assistance, please call us at (423) 557-4085.";
}

.thank-you-table {
	margin: 0 auto;
	display: table;
}

.thank-you-table-row {
	display: table-row;
	
}

.thank-you-table-title-cell {
	width: 10px;
	height: 10px;
	display: table-cell;
}

.thank-you-table-narrative-cell {
	width: 10px;
	display: table-cell;
}

.thank-you-table-cell {
	width: 10px;
	display: table-cell;
	postion: absolute;
	top: 50%;
	left: 50%;
}

.thank-you-TableBody {
	display: table-row-group;
}

/***********************************************************************************************
*
*                               Certifications Page CSS
*
***********************************************************************************************/

.cert-qual-table {
	width: 900px;
	height: auto;
	margin: 25px auto;
	padding: 0px;
	font-size: 15px;
	line-height: 110%;
	border-radius: 50px 50px 50px 50px;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #959595 100%);  /* IE10+ */ 
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #959595 100%);  /* Mozilla Firefox */ 
 	background-image: -o-linear-gradient(top, #FFFFFF 0%, #959595 100%);  /* Opera */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #959595));  /* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #959595 100%);  /* Webkit (Chrome 11+) */ 
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #959595 100%);/* W3C Markup */ 
}

.cert-qual-table-cell {
	width: 450px;
	vertical-align: top;
	height: 0;
	padding: 15px;
}

ul.cert-qual-table-ul {
	list-style-type: none;
	margin-left: 25px;

}

ul.cert-qual-table-ul li { 
	margin-left: 20px;
}

/***********************************************************************************************
*
*                               IT Services Page CSS
*
***********************************************************************************************/

img.it-office{
	float: right;
	margin-left: 10px;
	margin-right: 55px;
}

img.tech-server-room {
	float: left;
	margin-left: 50px;
	margin-right: 10px;
	margin-bottom: 10px
}

.it-services-content-table p {
	width: 90%;
	height: auto;
	color:#000000;
	text-align: justify;
	font-size: 15px;
	padding: 0 10px 0 0;
	line-height: 25px;
	margin: 0 auto;
	word-wrap: break-word;
	white-space: pre-wrap; 
	-moz-white-space: pre-wrap; 
	-pre-white-space: wrap;
	-o-white-space: pre-wrap; 
}

.it-services-content-table p:last-child {
	height: auto;
	color:#000000;
	text-align: left;
	font-size: 15px;
	padding: 0 10px 0 0;
	line-height: 25px;
	margin: 0 auto;
	word-wrap: break-word;
	white-space: pre-wrap; 
	-moz-white-space: pre-wrap; 
	-pre-white-space: wrap;
	-o-white-space: pre-wrap; 
}

.it-services-content-table h3:first-child{
	margin: 10px auto 0px;

}

.it-services-content-table h3 {
	width: 95%;
	height: auto;
	padding: 25px 0 15px;
	font-size: 20px;
	margin: 0 auto;
	font-weight: bold;
	color: #000000;
}

.vendor-list ul {
	list-style: none;
	margin: 0;
}

.vendor-list li{
	margin: 7px 25px 6px 105px;
	padding: 0px 6px 0px 6px;
		line-height: 25px;
	font-size: 15px;
	list-style: disc;
}

.technologies-list ul {
	list-style: none;
	margin: 0;
}

.outer-tech-list li{
	margin: 7px 25px 6px 50px;
	padding: 0px 6px 0px 6px;
	line-height: 25px;
	font-size: 15px;
	list-style: disc;
}

.inner-tech-list li{
	margin: 7px 25px 6px 75px;
	padding: 0px 6px 0px 6px;
	line-height: 25px;
	font-size: 15px;
	list-style: disc;
}

div.cert-logo-image-table-6 {
	width: 100px;
	height: auto;
	margin: 10px auto;
	padding: 0px;
	background-color: #E0E0E0 ;
	border-radius: 50px 50px 50px 50px;
	display: table;
}

div.cert-logo-image-table-tbody {
	display: table-row-group;	
	
}

div.cert-logo-image-table-row {
	display: table-row;
	
}

div.cert-logo-image-table-cell {
	width: 75px;
	height: 100px;
	padding: 5px;
	vertical-align: middle;
	display: table-cell;
}

img.vendorlogo {
	padding: 0;
	margin: 0;
}

div.tech-list-table-div {
	width: 675px;
	display: table;
	margin: 0 auto;
	
}

div.tech-list-table-row-div {
	display: table-row;
	
}

div.tech-list-table-cell-div {
	display: table-cell;
	width: 100px;
	
	
}
/***********************************************************************************************
*
*                               Index\Home Page CSS
*
***********************************************************************************************/

.index-home-content-table p {
	width: 90%;
	height: auto;
	color:#000000;
	text-align: justify;
	font-size: 15px;
	padding: 0 10px 0 0;
	line-height: 25px;
	margin: 0 auto;
	word-wrap: break-word;
	white-space: pre-wrap; 
	-moz-white-space: pre-wrap; 
	-pre-white-space: wrap;
	-o-white-space: pre-wrap;
}

.it-services-content-table p:last-child {
	height: auto;
	color:#000000;
	text-align: left;
	font-size: 15px;
	padding: 0 10px 0 0;
	line-height: 25px;
	margin: 0 auto;
	word-wrap: break-word;
	white-space: pre-wrap; 
	-moz-white-space: pre-wrap; 
	-pre-white-space: wrap;
	-o-white-space: pre-wrap; 
}