/* set all the styles to 0 */
html, body, table, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a{ 
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* Firefox will always display a scroll bar */
html{
	min-height: 100%;
	margin-bottom: 1px;
}

html, body{
	height:100%;
}
body{
	font-family:verdana;
	font-size:11px;
	color:#000;
	text-decoration:none;
	text-align:center;
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	background-image: url(../images/body.gif);
}
a{
	cursor: pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2b8bcb;
}
a:hover{
	text-decoration:none;
	}
img{
	border:0px;
}
p{
	padding:0px 0px;
	margin:0px;
}
h1{
	font-family:arial,verdana;
	font-size:11px;
	color:#000;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
}
.container{
	margin:0px auto;
	padding:0px;
	height:auto;
	text-align:left;
	width:779px;
}

.master{
	margin:0px;
	padding:0px 11px 0px 10px;
	height:auto;
	width:758px;
	float:left;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;}	
.header-top{
	float:left;
	width:758px;
	border-top:5px solid #f9f9f9;
	padding:5px  0 0 0; 
}
.header-top-l{
	float:left;
	width:186px;
}
.header-top-r{
	float:right;
	width:265px;
}
.navigation{
	float:left;
	width:758px;
}
.navigation-bar{
	float:right;
	width:621px;
}
/*navigation */
#glowingtabs {
	float:right;
	width:588px;
/*border-bottom: 1px solid #7e9fff; Add border strip to bottom of menu*/

}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
	float:left;
	margin:0;
	margin-right:0px; /*spacing between each tab*/
	padding:0 0 0 7px;
	text-decoration:none;
	background-image: url(../images/cor-l.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#glowingtabs a span{
	float:left;
	display:block;
	padding: 3px 12px 3px 5px;
	font-weight: normal;
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	cursor:pointer;
	background-image: url(../images/cor-r.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:left	;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: #ededed;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -40px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
color: #ffffff;
/* background-position:100% -40px; Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover{ /*onMouseover style*/
 /* background-position:0% -40px;Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
/* background-position:100% -40px; Shift background image up to start of 2nd tab image*/
}

.header-img{
	float:left;
	width:758px;
}
.middle{
	float:left;
	width:725px;
	padding:16px 16px 10px 16px;
}
.left-panel{
	float:left;
	width:192px;
}
.left-panel-t{
	float:left;
	width:172px;
	height:221px;
	background-image: url(../images/bg-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.left-panel-t ul{
	list-style:none;
	padding:12px 0 0 0;
	margin:0px;
}
.left-panel-t li{
	padding:0px 0 0 18px;
	margin:0px;
	}
.left-panel-t li a{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height:28px;
	display:block;
	padding-left:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	height:28px;
}
.left-panel-t li a:hover{
	color: #CCCCCC;	
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.left-panel-b{
	float:left;
	width:192px;
	height:221px;
	background-image: url(../images/left-bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.left-panel-b-heading{
	float:left;
	width:182px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.left-panel-b-form{
	float:left;
	width:182px;
}
.left-panel-b label {
	float:left;
	width:39px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	margin-bottom:5px;
}
.left-panel-b .input {
	float:left;
	width:110px;
	height:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin-bottom:5px;
	border:1px solid #dbe1e1;
}
.left-panel-b .texarea {
	float:left;
	width:110px;
	height:58px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin-bottom:5px;
	border:1px solid #dbe1e1;
	overflow:auto;
}
.left-panel-b  br{
	clear:both;
}
.submit {
	float:left;
	width:58px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4e4e56;
	height:16px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1868b1;
	border-bottom-color: #1868b1;
}

.right-panel{
	float:left;
	width:533px;
}
.right-panel-t{
	float:left;
	width:533px;
	background-image: url(../images/bg-right-m.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.right-panel-cor{
	float:left;
	width:533px;
	background-image: url(../images/c-t.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.right-panel-cor-b{
	float:left;
	width:533px;
	background-image: url(../images/c-b.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.right-panel-m{
	float:left;
	width:507px;
	padding:13px 13px 0 13px;
	color:#9e9e9e;
	font-family:tahoma;
	text-decoration:none;
	line-height:18px;
}
.right-panel-m p{
	padding:0 0 7px 0;
	margin:0px;
}
.right-panel-m h2{
	color:#6692bf;
	font-family:tahoma;
	text-decoration:none;
	margin:0;
	padding:0;
	line-height:30px;
	font-size:17px;
	font-weight: lighter;
}


/*home page second box*/
.right-panel-t2{
	float:left;
	width:256px;
	background-image: url(../images/bg-right-m2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.right-panel-cor2{
	float:left;
	width:256px;
	background-image: url(../images/c-t.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.right-panel-cor-b2{
	float:left;
	width:256px;
	background-image: url(../images/c-b.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.right-panel-m2{
	float:left;
	width:232px;
	padding:6px 12px 0 12px;
	color:#9e9e9e;
	font-family:tahoma;
	text-decoration:none;
	line-height:18px;
}
.right-panel-m2 p{
	margin:0px;
	padding:0px;
	color:#999999;
	font-size:11px;
	line-height:18px;
}
.right-panel-m2 .blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5795d8;
	text-decoration:none;
}
.right-panel-m2 h2{
	color:#6692bf;
	font-family:tahoma;
	text-decoration:none;
	margin:0;
	padding:0;
	line-height:18px;
	font-size:14px;
	font-weight: bold;
}
.right-panel-m2  ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.right-panel-m2  li{
	padding:0px 0 0 0px;
	margin:0px;
}
.right-panel-m2 a{
	color:#999999;
	font-family:tahoma;
	text-decoration:none;
	line-height:23px;
}
.right-panel-m2 a:hover {
	text-decoration:underline;
}
.middle-bar{
	float:left;
	width:758px;
	background-image: url(../images/bg-m.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:21px;
}

.left {
float:left;
}
.right{
	float:right;
}
.read-more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5795d8;
	text-decoration:none;
}
.read-more:hover {
	color:#666666;
	}
.right-panel-bottom{
	float:left;
	width:533px;
	margin-top:20px;
}
.right-panel-t2-r{
	float:right;
	width:256px;
}
.gallery {
	float:left;
	width:726px;
	padding:16px 16px 10px 16px;
}
.gallery-t{
	background-image: url(../images/g-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width:726px;
	float:left;
	
}
.gallery-t-l{
	width:30px;
	float:left;
}
.gallery-t-l2{
	width:364px;
	float:left;
	padding-top:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	text-decoration: none;
}
.gallery-t-l2 h2{
	color:#6692bf;
	font-family:tahoma;
	text-decoration:none;
	margin:0;
	padding:0;
	line-height:18px;
	font-size:14px;
	font-weight: bold;
}
.gallery-t-l3{
	width:304px;
	float:left;
}
.gallery-t-l4{
	width:28px;
	float:left;
}

.footer{
	float:left;
	width:726px;
	padding:16px 16px 10px 16px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height:83px;
}
.footer-bar {
	text-align:right;
	float:right;
	width:726px;
	font-size:11px;
	color:#999999;
	text-decoration:none;
	padding-top:35px;
	line-height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.footer-links{
	color:#999999;
	text-decoration:none;
	line-height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.footer-links:hover{
	color:#666;
}
.footer-links2-pipe{
	color:#ccc;
	text-decoration:none;
	line-height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.footer-links2{
	color:#ccc;
	text-decoration:none;
	line-height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.footer-links2:hover{
	color:#999;
}
.app-bg{
	background-image: url(../images/app.jpg);
	background-repeat: no-repeat;
	background-position: 100px bottom;
}
.cust-bg{
	background-image: url(../images/cust.jpg);
	background-repeat: no-repeat;
	background-position:  100px bottom;
}



/*New CSS*/
.left-panel-t2{
	float:left;
	width:172px;
	height:221px;
	background-image: url(../images/bg-left2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.left-panel-t2 ul{
	list-style:none;
	padding:12px 0 0 0;
	margin:0px;
}
.left-panel-t2 li{
	padding:0px 0 0 18px;
	margin:0px;
	}
.left-panel-t2 li a{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display:block;
	padding-left:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom:4px;
}
.left-panel-t2 li a:hover{
	color: #CCCCCC;	
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
