/* CSS Document */

* { padding: 0; margin: 0; }

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../images/pg_bg.jpg) repeat-x top;
}
h1 {
	font: bold 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #006580;
	padding: 5px 0 10px;
	text-transform: uppercase;
}
h2 {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #006580;
	padding: 5px 0 10px;
}
p {	padding: 5px 0;}

.imgs td { padding: 8px 0;}

a {
	font-weight: bold;
	color: #006580;
}
a:hover { color: #000000;}

#header {
	width: 820px;
	margin: 0 auto;
	padding: 25px 20px 0;
	height: 75px;
}
.logo {
	float: left;
}

#container {
	width: 830px;
	margin: 0 auto;
	padding: 15px;
}

#footer {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	height: 20px;
	border-top: 1px solid #a2a2a2;
	background: #e9e9e9;
	padding: 8px 10px 0;
}

.tbl_content {
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}
.tbl_content td{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	padding: 3px 5px;
}
.tbl_content th{
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	padding: 3px 5px;
	background: #e6f8ff;
}

.row1 { background: #ffffff;}
.row2 { background: #f3f3f3;}

/* menu */
#tabsJ {
	margin-top: 45px; float: right; font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; height: 31px;
}
#tabsJ ul {
	padding: 0px; margin: 0px;  list-style: none;
}
#tabsJ li {
	padding: 0px; display: inline;
}
#tabsJ a {
	padding: 0 0px 0 13px;
	background: url(../images/menu_lftbg.gif) no-repeat left top; float: left; text-decoration: none;
}
#tabsJ a span {
	padding: 0 15px 0 2px;
	display: block;
	background: url(../images/menu_rgtbg.gif) no-repeat right top;
	float: left;
	color: #fff;
	line-height: 30px;
}
#tabsJ a span {
	float: none;
}
#tabsJ a:hover span {
	color: #000000; text-decoration: none;
}
#tabsJ a:hover {
	background-position: 0% -40px;
}
#tabsJ a:hover span {
	background-position: 100% -40px;
}
#tabsJ #current a {
	background-position: 0% -40px;
}
#tabsJ #current a span {
	background-position: 100% -40px; color: #000000; border-bottom: #fff 0px solid;
}


.img_rgt { float: right; padding: 0 0 5px 10px; }
.fl_rgt { float: right; }
.fl_lft { float: left; }
.cl_both { clear: both;}


.prod_left {
	width: 420px;
	float: left;
}
.prod_right {
	width: 410px;
	float: left;
}

.products {
	width: 399px;
	padding: 10px 10px 10px 5px;
}
.products .tbl_top {
	background: url(../images/tbl_top.gif) no-repeat bottom center;
	padding: 0;
}
.products .tbl_mid {
	background: url(../images/tbl_mid.gif) repeat-y center;
	padding: 0 10px;
	height: 250px;
	text-align: center;
}
.products .tbl_bot {
	background: url(../images/tbl_bot.gif) no-repeat top center;
	padding: 0;
}

.home_imgs {
	clear: both;
	padding-top: 10px;
	margin: 0 auto;
	width: 625px;
}
.home_imgs ul{
	list-style: none;
}
.home_imgs ul li{
	width: 300px;
	text-align: center;
	float: left;
	padding: 10px 5px;
}

#validator {
	position: absolute;
	margin: -60px 0 0 220px;
}
#validator a {
	background: none;
}

/*---------- addition on 23-12-2011 ---------*/
.red{font-weight:bold; color:#FF0000;}

.project-header-text{
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}

.contact-form-wrapper{
	width: 400px;
	margin: 0 auto 30px;
	text-align: center;
	border: 2px solid #ccc;
	padding-bottom: 30px;
}

.contact-form-wrapper h1{
	background-color: #67c8fc;
	color: #FFF;
	padding: 15px;
	margin-bottom: 30px;
}
.contact-form-wrapper input{
	padding: 10px;
	margin-bottom: 15px;
	width: 80%;
	text-align: center;
}

.btn-primary{
	background-color: #233b7b;
	margin: 0 auto;
	border: none;
	color: #FFF;
	padding: 15px !important;
    font-size: 16px;
    cursor: pointer;
}
