﻿/*/----- width 784-----/*/
/*/----- upcoming width 450: height 508-----/*/


body
{
margin:0 auto;
background-color:#666666;
width:800px;
color:gray
}

.main
{
width:800px;
border-left:1px solid black;
border-right:1px solid black;
}

.header
{
width:800px;
height:60px;
float:left;
background-color:white;
}

.top_bar
{

float:left;
width:800px;
padding-top:1px;
background-color:black;
background-image:url('../images/1px-r.jpg');
background-repeat: repeat-x;

}

.abv_logo
{
	float:left;
	width:800px;
	height:1px;
	background-color:white
}


.logo
{
	background-position: center;
	float: left;
	height: 52px;
	width: 140px;
	background-color: white;
	padding-top:5px
}

.menu
{
	float:left;
	height:46px;
	width:660px;
	background-color:black;
	margin-bottom: 0px;
	padding-top:10px
}

.below_menu
{
	float:left;
	width:800px;
	height:3px;
	background-image:url('../images/1px-r.jpg'); 
	background-repeat: repeat-x;
	background-color:white;
	padding-bottom:1px;
}

.abv_img
{
	float:left;
	width:800px;
	height:13px;
	background-image:url('../images/abv_img.jpg');
}

.wrapper
{
	float:left;
	width:598px;
	height:491px;
	background-color:white;
	font-family:"Trebuchet MS";
	font-size:11px;
}

.img_holder
{
	float:left;
	height:235px;
	width:590px;
}

.slideshow
{
	float: left; 
	width: 590px;
	height: 231px;
}

.hdr_img
{
	float: left; 
	width: 596px;
	height: 230px;
	}

.blw_img
{
	float:left;
	width:596px;
	height:13px;
}

.content
{
	float:left;
	width:590px;
	height:245px;
}

.abt_us
{
	float:left;
	height:117px;
	width:590px;
	font-family:'Trebuchet MS';
	color:gray;
	font-size:9pt;
	background-color:white;
	padding-left:3px
}

.right
{
	float:left;
	height:491px;
	width:201px;
	font-family:"Trebuchet MS";
	font-size:12px
}

.footer
{
	float:left;
	width:800px;
	height:42px;
}

.pd
{
	float:left;
	width:147px;
	height:128px;
	background-image:url('../images/pd_.jpg');
	font-family:"Trebuchet MS";
	font-size:10pt;
	text-align:center;
	color:#CD373F;
}


.bp
{
	float:left;
	width:147px;
	height:128px;
	background-image:url('../images/bp.jpg');
	font-family:"Trebuchet MS";
	font-size:10pt;
	text-align:center;
	color:#CD373F

}

.tc
{
	float:left;
	width:147px;
	height:128px;
	background-image:url('../images/tc.jpg');
	font-family:"Trebuchet MS";
	font-size:10pt;
	text-align:center;
	color:#CD373F

}

.gc
{
	float:left;
	width:147px;
	height:128px;
	background-image:url('../images/gc.jpg');
	font-family:"Trebuchet MS";
	font-size:10pt;
	text-align:center;
	color:#CD373F

}

.servc
{
	text-decoration: none;
	color: #CD373F;
}

.servc1
{
	text-decoration: none;
	color:gray
}

.abv_clint
{
	float:left;
	width:800px;
	height:1px;
	background-image:url('../images/1px.jpg')
}

.abv_clint1
{
	float:left;
	width:800px;
	height:20px;
	background-color:#ebebeb;
	text-align:center;
	font-size:12px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	background-image:url('../images/1px.jpg')
}

.clint_bar
{
	float:left;
	width:787px;
	height:52px;
	background-color:white;
	text-align:center;
	padding-left:13px;
	padding-top:2px
}

.clint_bar_holdr
{
	float:left;
	height:52px;
	width:86px;

}

.clint_bar_holdr.off
{
	background: #ffffff;
}

.clint_bar_holdr.on
{
	background: #C73333;
}

.below_clint_bar
{
	float: left;
	width: 800px;
	height: 3px;
	background-image: url('../images/1px-w.jpg');
	background-repeat: repeat-x;
	background-color: white;
	padding-bottom: 1px;
}

.zeroborder
{

	border-width: 0;

}



/*---------------------------------------menu css--------------------------------------------*/

.menubar
{
background-color:black;
background-repeat: repeat-x;
height:35px;
width:523px;
padding-top:0px;
padding-bottom:5px;

}

.menubar ul{
padding: 8px 5px 0px 0px;
margin-left: 0;
margin-top: 5px;
margin-bottom: 0;
font: bold 12px trebuchet MS;
list-style-type: none;
background-color:black;
background: #FFFFFF /*url('../images/menu_rpt.jpg') repeat-x right;
text-align: center; /*set to left, center, or right to align the menu as desired*/
width: 425px;
height:31px;
background-color:black;
}

.menubar li{
	display: inline;
	margin: 0;
	padding-right: 2px;
	height: 31px;
	top: auto;
	bottom: auto;
}
.menubar li a{
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	margin: 0;
	margin-right: 1px; /*distance between each tab*/;
	color: white;
	font-size: 12px;
	top: auto;
	font-family: "trebuchet MS";
	/*border-right-style: solid;
	border-right-width: 1px;
	border-right-color: gray;*/
	height: 31px;
	vertical-align: middle;
	bottom: auto;
}

.menubar li a:visited
{
color: white;
}


.menubar li:active
{
	background-color: #C73333;
}

.menubar li a:hover
{
	background-color: #C73333;
} 

.menubar li.selected a
{
background-color: #C73333;

}

.mactive
{
	background-color: #C73333;
	
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 1px solid #657f27; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:bold 12px trebuchet MS;
line-height:18px;
z-index:100;
background-color: #eff8d2;
width: 100px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #657f27; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: green;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #c8e181;
}


/*/-----------contact------------/*/


#inputbox {
	width: 150px;
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-left:1px
}

#inputlabel {
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 12px;

}

#textarea {
	border: 1px solid #000;
	padding: 2px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 12px;
	width:330px;
}

#submitbutton {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #666666;
}
