@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	min-height: 100%;
	max-beight: 2000px;
	overflow: inherit;
	border: 0;
	padding: 0;
	margin: 0;
	background: #9D0B0B url('../images/big_bg.png') repeat-y top center
}

* html #wrapper { 
height:100%;
}

img{
	border: 0px;
}

body{
	background-color: #9D0B0B;
	font-family: "Trebuchet MS", "Verdana", "Sans-Serif";
	font-size: 9pt;
	color: #000000;
	line-height: 1.6em;
}

#outerContainerDiv{
	background: url('../images/big_bg.png') repeat-y top center;
	min-height: 100%;
	position: relative;
}

#containerDiv{
	min-height: 100%;
	z-index: 1;
	width: 960px;
	margin: 0px auto;
}

#navDiv{
	background-image: url('../images/bg_grad.png');
	height: 35px;
	width: 100%;
}

/* Setting up menu bar */

ul.menuBar {
	margin-top: -12px;
	list-style: none;
	padding: 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.menuBar li {
	float: left;
	}

ul.menuBar li a {
	display: block;
	width: 125px;
	height: 35px;
	}
	
/* Normal Links */

ul.menuBar li.home a {
	margin-left: 150px;
	width: 125px;
	background: url('../images/home_btn.png');
	background-position: 0 0;
	}

ul.menuBar li.services a {
	width: 125px;
	background: url('../images/services_btn.png');
	background-position: 0 0;
	}

ul.menuBar li.aboutus a {
	width: 125px;
	background: url('../images/about_btn.png');
	background-position: 0 0;
	}
	
ul.menuBar li.faq a {
	width: 125px;
	background: url('../images/faq_btn.png');
	background-position: 0 0;
	}

ul.menuBar li.contactus a {
	width: 125px;
	background: url('../images/contact_btn.png');
	background-position: 0 0;
	}
	
/* Hover Links */

ul.menuBar li.home a:hover {
	background-position: 0 -38px;
	}
	
ul.menuBar li.services a:hover {
	background-position: 0 -38px;
	}
	
ul.menuBar li.aboutus a:hover {
	background-position: 0 -38px;
	}
	
ul.menuBar li.faq a:hover {
	background-position: 0 -38px;
	}
	
ul.menuBar li.contactus a:hover {
	background-position: 0 -38px;
	}
	
#bannerDiv{
	padding: 10px;
	width: 940px;
	text-align: center;
}

#columnDiv{
	width: 100%;
}

#leftColDiv{
	float: left;
	width: 180px;
	margin-right: 5px;
	background-color:#fff;
	padding: 0px 10px 10px 10px;
}

#rightColDiv{
	padding: 10px;
	float: right;
	width: 710px;
	background-color:#fff;
}

#clientsDiv{
	margin-top: 10px;
	padding: 10px;
	background-image:url(../images/box_grad.png);
	background-repeat: repeat-x;
	background-color: #CC3333;
	width:160px;
	color: #FFFFFF;
}

div#clientsDiv a{
	color: #FFFFFF;
}

#contactDiv{
	padding: 10px;
	background-image:url(../images/contact_grad.png);
	background-repeat: repeat-x;
	background-color:#336666;
	color: #FFFFFF;
	width: 160px;
	margin-top: 10px;
}

#contactDiv a
{
	color: #FFF;
}

#contactDiv a:visited
{
	color: #FFF;
}

#contentDiv{
	padding-top: 0px;
	background-color: #FFF;
	height: 340px;
	width: 710px;
}

#button1{
	margin-right:30px;
}

#buttonsDiv{
	text-align: center;
}

.title{
	font-size: 1.25em;
	font-weight: bold;
}

.contactUsNow{
	text-align: center;
	line-height: 0.5em;
	font-size: 2.5em;
	font-weight: bold;
	color: #FFFFFF;
}

a.contactUsNow{
	color: #FFFFFF;
}

#bannerPic{
	margin-top: -10px;
	margin-left: -10px;
}

.tblManu{
	color: #ffffff; 
	border:1px;
	background-color: #9D0B0B;
}

