@charset "utf-8";
/* CSS Document */

body {margin: 0; padding: 0; background: #F1F1F1 url("../images/bg_metal.png") repeat-x; font-family: Arial, Helvetica, sans-serif;}
.container {background: #fff url("../images/bg_container.png") repeat-y;}
#header{background: #fff url("../images/bg_metal.png") repeat-x; height: 131px; line-height: 131px;}
.logo {margin: 20px 65px 0 0; float:right}
#content {padding-top: 25px; padding-bottom: 25px; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc;}
#rightside {padding: 25px 0 25px 0; color: #fff;}
div.colborder {padding-right:24px;margin-right:25px;border-right:0px solid #eee;}
#menu ul {list-style: none; margin: 0; padding: 0;}
#menu li {} 
#menu a {background: url("../images/bolt.jpg") 0 50% no-repeat; color: #fff; font-weight: bold; height: 25px; padding: 8px 0 8px 30px; text-decoration: none;}
#menu a:hover{color: #262956;}
#footer {text-align: center; padding:10px 0 0 0;}
#credit {text-align: center;}
#credit a {background: url("/images/excelnet_logo.jpg") 1px 50% no-repeat; clear: all; color: #000; height: 25px; line-height: 25px; margin:10px 0 10px 0; padding: 20px 0 20px 20px; text-align:center; text-decoration: none;}

h2.tag {text-align: center; margin-bottom: 10px;}
h2.title {color: #002080; text-align: center;}
h3.tag {color: #482060; text-align: center;}
h3.title {color: #002080; text-align: center;}
#home-img {text-align:center; margin-bottom: 15px;}
.red {color: #A71435;}
.red-bold-em {color: #A71435; font-weight: bold; font-style: italic; font-size: 14px;}
.blue{color: #262956;}

ul.service {list-style: none; margin: 0; padding: 0;}
ul.service li {text-align: center;}

ul.benefits li{margin-bottom: 1.5em;}


/* Contact Form
--------------------------------------------------------------------------------------- */

#columnarForm legend {background: #eee;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 1em;
	padding: 2px 4px;}
#columnarForm fieldset {background: #FBFBFB;margin: 0 1em 1em 0; padding: 0 1em 1em 1em;}
#columnarForm fieldset.radio {width: 15em; margin: 1em 0 2em 0;}
#columnarForm fieldset.radio input {clear: both; float: left; width: auto;}
#columnarForm fieldset.radio label {font-weight: normal;}
#columnarForm input {display: block; width: 265px;}
#columnarForm textarea {display: block; width: 265px;}
#columnarForm label {display: block; margin-bottom: 2px; margin-top: 5px; font-weight: bold;}
#columnarForm label.first {padding-top: 0em;}
#columnarForm select {display: block;}
input.txt_er, textarea.txt_er, select.txt_er, file.txt_er, checkbox.txt_er, radio.txt_er, p.txt_er {
	font-size: 1em;
	width: 150px;
	background: #e3c7c7;
	border: 1px solid #cc0000;
	padding: 1px 0 1px 2px;
	}
 p.txt_er {
 	width: 90%;
 	}
.success_sent {
	background: #CCFF99;
	border: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 20px;
	}
.failure_sent {
	background: #CCFF99;
	border: 1px solid #ccc;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 20px;
	}

