﻿body {
	padding-top: 50px;
	padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

.margin-top-20 {
	margin-top:20px;
}

a {
	/*font-weight: bold;*/
	text-decoration: none;
	color:#3FF
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
	max-width:900px;
}
.clear {
	clear: both;
}
.footer {
  bottom: auto;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #000000;
  color:white;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 774px;
}


#header {
	height: 178px;
	position: absolute;
	left: 110px;
	top: 0px;
	width: 783px;
}
#header h1 {
	margin-top: 44px;
}
#header h1 img {
	display: block;
}

#body {
	padding-top: 2em;
	text-align: left;
}

#body-left {
	float: left;
	width: 408px;
}
#body-right {
	float: right;
	width: 330px;
}

#body-left ul.plussbullets {
	margin-top: 45px;
	margin-left: 120px;
	padding: 0;
	font-weight: bold;
}
#body-left ul.plussbullets li {
	background: top left url(images/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#body h2, #body p {
	margin: 0.3em 0;
}

#body-right p {
	margin-right: 2em;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

#gallery img {
	float: left;
}

#web_bg {
	margin-top:20px;
	float: left;
	max-width: 615px;
	font: arial;
	font-size: 14px;
	border: 1px solid #D8D8D8;
	padding: 2px;
	background-image: url(images/welcometooursite_bg.gif);
	background-repeat: no-repeat;
}
.webhdr_bg {
	margin-top:20px;
	float: left;
	max-width: 615px;
	font: arial;
	font-size: 14px;
	border: 1px solid #D8D8D8;
	padding: 2px;
	background-image: url(images/webheader-bg.gif);
	background-repeat: no-repeat;
}

#custom_bg {
	margin-top:20px;
	float: left;
	max-width: 615px;
	font: arial;
	font-size: 14px;
	border: 1px solid #D8D8D8;
	padding: 2px;
	background-image: url(images/customsoftwareheader-bg.gif);
	background-repeat: no-repeat;
}
#philosophy_bg {
	float: left;
	margin-top:20px;
	max-width: 615px;
	font: arial;
	font-size: 14px;
	border: 1px solid #D8D8D8;
	padding: 2px;
	background-image: url(images/philosophy_bg.gif);
	background-repeat: no-repeat;
}
#mobile_bg {
	float: left;
	margin-top:20px;
	max-width: 615px;
	font: arial;
	font-size: 14px;
	border: 1px solid #D8D8D8;
	padding: 2px;
	background-image: url(images/mobileheader-bg.gif);
	background-repeat: no-repeat;
}
.contents {
	font-size: 14px;
}
table {
	font-size: 10px;
}
.contactus_bg {
	float: left;
	width: 615px;
	font: arial;
	font-size: 14px;
	border: 1px solid #D8D8D8;
	padding: 2px;
	background-image: url(images/contactus_bg.gif);
	background-repeat: no-repeat;
}
#expertise_bg {
	float: left;
	margin-top:30px;
	max-width: 615px;
	font: arial;
	font-size: 14px;
	border: 1px solid #D8D8D8;
	padding: 2px;
	background-image: url(images/expertise_bg.gif);
	background-repeat: no-repeat;
}
div.PageSummaryContent {
		font: arial;
	font-size: 14px;
	border: 1px solid #D8D8D8;
	padding: 2px;
}
div.PageSummaryText {
		font: arial;
	font-size: 14px;
	padding: 2px;
}
.picture_left {
float:left;
margin:2px;
}

/*table.metertable td { font-size: 20px; border: none; background-color: #F4F4F4; vertical-align: middle; padding: 7px; font-weight: bold; }*/
#tblQuote tr {
	font-size: 14px;
	border-color:#666;
	border: thin; 
	vertical-align: middle; 
	padding: 7px; 
	font-weight: bold; 
}

.table {
	display: table;
	border:none;
	max-width:800px;
}

.column-sm {
	display: inline-block;
	vertical-align: top;
	font: arial;
	font-size:10px;
	width:25%;
	text-align:left;
}
.thr { 
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 5px;
	color:blue;
} 
#success_message{ display: none;}
/* new styles */
div.row
{
clear:left;
margin:6px;
}
label
{
float:left;
width:200px;
}
textarea
{
width:200px;
height:100px;
}
div.buttons
{
margin-left:150px;
margin-top:16px;
}

.contactUs{
	background-color:antiquewhite;
}

.glyphicon.spinning {
	animation: spin 1s infinite linear;
	-webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
	from { transform: scale(1) rotate(0deg); }
	to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}