@charset "utf-8";
/* CSS Document */

body{  
	margin: 0;
	font-size:100%;
	background: #660000 url(images/bodyBg.png) repeat-x;
	font-family: Arial, Verdana, sans-serif; 
	height: 1000px;
	widht: 1366px;
	color: #660000;
	}
img {
	border: none;
	}

/* ==================Styles for header ================== */	
#topIcons {
	width: 860px;
	height: 35px;
	margin: 0 auto;
/*	background: #999;*/
}
#topIcons img {
	padding-left: 5px;
	padding-top: 4px;
	float:right;
	}
#lastImg{/*styling the last image of the top header...*/
	padding-left:30px;
	}
	
/* ==================Styles for header ================== */
#header {
	width: 860px;
	height: 96px;
	margin: 0 auto;
/*	background: #9C0;*/
	
	}
	
#headerLeft {
	width: 51px;
	height: 99px;
	background: url(images/headerLeft.jpg) no-repeat;
	float: left;
	}
	
#headerCenter {
	width: 762px;
	height: 99px;
	background: url(images/headerRepeat.jpg) repeat-x;
	float: left;
	}
	
#logo {
	margin-top: 12px;
	}

#headerRight {
	width: 47px;
	height: 99px;
	background: url(images/headerRight.png) no-repeat;
	float: left;	
	}
#logoBanner {
	height:99px;
	width: 227px;
	background: url(images/logo.png) no-repeat;
	background-position:center;
	display:block;
	text-indent:-1000px;
	float: left;
	}
#decorBanner {
	background: url(images/bannerDecor.png) no-repeat center;
	height:99px; 
	width: 485px;
	float:left;
	}

/*header styles ends here*/

/* ==================Styles for slideShow ================== */	
#slideShow {
	width: 860px;
	height: 254px;
	margin: 0 auto;
	background: url(images/contentRepeat.png) repeat-y;
	}	
#photo{
	width: 836px;
	height: 254px;
	margin: 0 auto;
	background: url(images/contentRepeat.png) repeat-y;
	}
/*slideShow styles ends here*/

/* ==================Styles for menu ================== */
#menuBox {
	color: #fff;
	width: 860px;
	height: 35px;
	margin: 0 auto;
	background: url(images/contentRepeat.png) repeat-y;
	}
#menu {
	width: 836px;
	height: 35px;
	margin: 0 auto;
	background: #660000;
	color: #fff;
	}
#menu ul {
	color: #fff;
	margin: 0; 
	padding-left: 110px; list-style-type: none; font-size: 0.95em;
	}
#menu ul li a:link, #menu ul li a:visited {
	color: #fff;
	display: block;
	height: 35px;
	float: left; 
	text-align: center; 
	text-decoration: none; 
	padding-left: 30px; padding-right: 30px;padding-top: 11px;
	font-weight: bold;
	}
#menu ul li a:hover, #menu ul li a:active{ 
	background: #fff;
	color: #660000;
	}
/*#menuLinkCurrent{
	color: #660000;
	background:white;
	}*/
/*menu styles ends here*/
	
	
/* ==================Styles for content ================== */
#content {
	width: 860px;
	min-height:400px;
	margin: 0 auto;
	background: url(images/contentRepeat.png) repeat-y;
	}
#content a:link, #content a:visited {
	color:#660000;
	text-decoration: none;
	font-weight: bold;
	}
#content a:hover, #content a:active {
	color:#660000;
	text-decoration: underline;
	}
#contentLeft {
	width: 200px;
	min-height: 388px;
	float:left;
/*	background: #999;*/
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 30px;
	}
#contentLeft span{
	font-size: .9em;
	display: block;
	margin-top: 12px;
	}
#servicesList {
	/*background: #F00;*/
	width: 200px;
	min-height: 156px;
	}
#servicesList ul{
	margin: 0px;
	font-size: 0.9em;
	padding-top: 13px;
	padding-left: 0px;
	}
#servicesList ul li{
	list-style:square;
	list-style-position:inside;
	padding-top: 10px;
	}
#newsList {
	width:174px;
	height:198px;
	border: #660000 3px solid;
	}
/*content styles ends here*/


/* ==================Styles for partners ================== */
#patnersHeading{
	width: 860px;
	margin: 0 auto;
	min-height: 20px;
	font-weight: bold;
	font-size:.9em;
	background: url(images/contentRepeat.png) repeat-y;
	}
#patnersHeading span{ 
	padding-left:50px;
	}
#partners {
	width: 860px;
	margin: 0 auto;
	min-height: 100px;
	background: url(images/contentRepeat.png) repeat-y;
	}
#partnersLeft {
	width: 51px;
	height: 100px;
	background: url(images/footerLeft.jpg) no-repeat;
	float: left;
	}
#partnersCenter {
	width: 762px;
	height: 100px;
	background: url(images/footerRepeat.jpg) repeat-x;
	float: left;
	}
#partnersRight {
	width: 47px;
	height: 100px;
	background: url(images/footerRight.jpg) no-repeat;
	float: left;	
	}
#partnersGallery {
	width: 760px;
	height: 80px;
/*	background: #0FC;*/
	margin-top: 2px;
	border-top: #660000 3px solid;
	border-bottom: #660000 3px solid;
}	
	/* ============================================== */



/* ==================Styles for footer ================== */
#footer {
	width: 860px;
	height: 80px;
	margin: 0 auto;
/*	background: #999;*/
	padding-top: 0px;
	}
#footer p {
	font-size: 0.7em;
	color: #fff;
	margin:0px;
	margin-left: 40px;
	padding-top: 5px;
	}
#footerLeft {
	width:300px;
	height:80px;
	float:left;
	}
#footerCenter {
	width:380px;
	height:80px;
	float:left;
/*	background-color: yellow;*/
	}
#footerRight {
	width:180px;
	height:80px;
	float:left;
	}
	
#footer p a:link, a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	}
#footer p a:hover, a:active {
	text-decoration: underline;
	}
/*content styles ends here*/




/* ==================Styles for Home page ================== */
#contentHome {
	float: left;
	width: 396px;
	min-height: 388px;
/*	background: #6C9;*/
	margin-top: 0px;
	padding: 0px;
	}
#contentHome h3 {
	padding-bottom: 5px;
	margin-bottom:0px;
	border-bottom: #660000 3px solid;
	}
#contentHome p{
	font-size:.9em;
	text-align:justify;
	}
#contentHome img {
	float: left;
	padding-right: 10px;
	}
#quickDownloads{
	color: #660000;
	text-decoration: none;
	font-size:.9em;
	text-align:justify;
	padding-top: 22px;
	display:block;
	}
	
#missionVission {
	width: 197px;
	height: 384px;
	background: url(images/visionImage.png) no-repeat;
	float: left;
	margin: 0px;
	margin-left: 12px;
	padding-left: 12px;
	padding-top: 5px;
	}
#missionVission p {
	font-size: .71em;
	color: #fff;
	margin-bottom: 2px;
	}
#missionVission div {
	border-top: #fff thin dotted;
	width: 170px;
	padding-bottom:5px;
	}
#missionVission ul{
	margin: 0px;
	font-size: 0.7em;
	padding-top: 13px;
	padding-left: 0px;
	}
#missionVission ul li{
	list-style: circle;
	list-style-position:inside;
	padding-top: 0px;
	color: #fff;
	}
/*Home page styles ends here*/


/* ==================Styles for products and services ================== */

#contentContainerServices {
	width: 860px;
	min-height:400px;
	margin: 0 auto;
	background: url(images/contentRepeat.png) repeat-y;
	}
#contentContainerServices a:link, #contentContainerServices a:visited { 
	color:#660000;
	text-decoration: none;
	font-weight: bold;
	}
#contentContainerServices a:hover, #contentContainerServices a:active {
	color:#660000;
	text-decoration: underline;
	}
#contentServices {
	float: left;
	width: 600px;
	min-height: 400px;
	margin-top: 0px;
	padding: 0px;
	}
#contentServices h3 {
	padding-bottom: 5px;
	margin-bottom:0px;
	border-bottom: #660000 3px solid;
	}
#contentServices p{
	font-size:.9em;
	text-align:justify;
	}
#newsListServices {
	margin-top: 22px;
	width:174px;
	height:198px;
	border: #660000 3px solid;
	}
#quickDownloadsServices {
/*	background: #F00;*/
	width: 200px;
	min-height: 134px;
	}
/*Home page styles ends here*/


/* ==================Styles for news ================== */
#contentServices h3 {
	padding-bottom: 5px;
	margin-bottom:0px;
	border-bottom: #660000 3px solid;
	}
#contentServices p{
	font-size:.9em;
	text-align:justify;
	}
.newsBox{
	width: 600px;
	height: 150px;
/*	background: #9C6;*/
	font-size:.9em;
	text-align:justify;
	border-bottom: #660000 thin dotted;
	}
.newsBox h4 {
	margin: 0px;
	}
.newsBoxImage{
	margin: 0px;
	float: right;
	padding-left: 10px;
	}
#newsListServices {
	margin-top: 22px;
	width:174px;
	height:198px;
	border: #660000 3px solid;
	}
#quickDownloadsServices {
/*	background: #F00;*/
	width: 200px;
	min-height: 134px;
	}
/*news styles ends here*/


/* ==================Styles for Contact Us ================== */
#contentContactUs {
	float: left;
	width: 600px;
	min-height: 388px;
/*	background: #6C9;*/
	margin-top: 0px;
	padding: 0px;
	}
#contentContactUs p{
	font-size: .5em;
	}
#contentContactUs h3 {
	padding-bottom: 5px;
	margin-bottom:0px;
	border-bottom: #660000 3px solid;
	}
#contentContactUs p{
	font-size:.8em;
	text-align:justify;
	}
.contactsForm {
	margin:0;
	padding:0;
	}
.click {
	padding-top: 2px;
	padding-left: 2px;
	}
.redBorder {
	border-color: #660000;
	border: #660000 thin solid;
	}

/*Contact Us styles ends here*/


/* ==================Styles for Quick Downloads ================== */

#downloads{
	width:100%;
	border-collapse:collapse;
	margin-top: 5px;
	font-size:.9em;
	}
#downloads td{
	border:3px solid #fff;
	padding:3px 7px 2px 7px;
	background-color:#E2EBED;
	}
#downloads tr.alt td {
	color:#fff;
	background-color:#660000;
	}
.alt a:link, .alt a:visited{
	color:white;
	}
.alt .alt a:hover, .alt a:hover{
	color:white;
	}

/*Quick Downloads styles ends here*/