body
{
	/*background-color: #000000; 	background-image :url(../images/BackgroundFinal.jpg); 	background-position :center top ; 	background-repeat :no-repeat ;*/
	background-color: #000000;
	background-image: url( '../images/BackgroundNew.jpg' );
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}
.loginbg
{
    background-image: url('../images/UserPic.png');
    background-repeat: no-repeat;
}
.style1
{
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.style1r
{
	font-family: Verdana;
	font-size: 11px;
	color: Red;
}
.style1b
{
	font-family: Verdana;
	font-size: 10px;
	color: black;
}
.style2
{
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.fontB
{
	font-family: Myriad Pro;
	font-size: 16px;
	font-weight: bold;
	color: White;
}
.fontL
{
	font-family: verdana;
	font-size: 12px;
	color: Gray;
}
.fontB1
{
	font-family: Myriad Pro;
	font-size: 20px;
	font-weight: bold;
	color: White;
}
.fontscroll
{
	color: #949494;
	font-family: Arial;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
}
.ErrorLabel
{
    color: #FFFFFF;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
   
}
.informationlabel
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
}
.font1
{
	font-family: Verdana;
	font-size: 13px;
	color: White;
}
.fontS
{
	font-family: Verdana;
	font-size: 13px;
	color: #FFC200;
}
.fontw
{
	font-family: Verdana;
	font-size: 14px;
	color: white;
	text-align: center;
}
.fontR
{
	font-family: Verdana;
	font-size: 14px;
	color: Red;
}
.textboxfont
{
    border: thin none #212020;
    background-color: #212020;
    font-size: 10px;
    font-family: verdana;
    width: 100px;
    height: 17px;
}

.dash
{
	background-image: url(../images/softward-border.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 36px;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.dash-orang
{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #de3205;
}
.Software
{
	font-family: Myriad Pro;
	font-size: 20px;
	font-weight: bold;
	color: #5384FF;
}
.font2
{
	font-family: verdana;
	font-size: 12px;
	color: White;
}
.font2b
{
	font-family: Verdana;
	font-size: 12px;
	color: black;
}
.fontbold
{
	font-family: "MyriadPro";
	font-size: 30px;
	color: #FFFFFF;
}
.fonth
{
	font-family: Verdana;
	font-size: 14px;
	color: #5384FF;
}
.fonthms
{
	font-family: Verdana;
	font-size: 14px;
	color: Gray;
}
.fonthb
{
	font-family: Arial;
	font-size: 18px;
	color: #282727;
	text-align: left;
}
.fontPortfolio
{
	font-family: Arial;
	font-size: 64px;
	font-weight: bold;
	color: #282727;
}
.fontmore
{
	font-family: Verdana;
	font-size: 12px;
	color: #555555;
}
.tbl-mainbody
{
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	width: 948px;
	border: 1px solid #282828;
}
.tbl-main
{
	border: 1px solid #333333;
}
.tbl-border
{
	border: 1px solid #333333;
}
.tbl-pb
{
	border: 5px solid #848484;
}
.tbl-welcome
{
	border-bottom: 2px solid #ffffff;
	width: 100%;
}
.tbl-bodyborder
{
	background-image: url(../images/s-bg.jpg);
	background-repeat: repeat-y;
}
.tbl-line
{
	border-bottom: dashed 1px #ffffff;
}
.tbl-software
{
	border-bottom: 1px dashed #282828;
}
.tbl-newsl
{
	background-image: url(../images/subscribe1.jpg);
	background-repeat: no-repeat;
	width: 306px;
}
/**** Header ****/
.ubercolortabs
{
	padding: 0;
	width: 100%;
	overflow: hidden;
	background: black;
}

.ubercolortabs ul
{
	font: 14px Verdana, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ubercolortabs li
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}


.ubercolortabs a
{
	float: left;
	color: white;
	background: #434343 url(../images/roundleft.png) no-repeat left top; /*default background color of tabs, left corner image*/
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
	letter-spacing: 1px;
}

.ubercolortabs a span
{
	float: left;
	display: block;
	background: transparent url(../images/roundright.png) no-repeat right top;
	cursor: pointer;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 27px;
}

.ubercolortabs a span
{
	float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a
{
	background-color: #757575; /*background color of tabs onMouseover*/
	color: white;
}

.ubercolortabs a:hover span
{
	background-color: transparent;
}


.ubercolordivider
{
	/*CSS for horizontal line.*/
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #434343; /*background color of horizontal line*/ /*border-top: 1px solid #000; /*Remove this to remove border between bar and tabs*/
}
/*----------------*/

/*  header */
.L-1
{
	display: block;
	height: 38px;
	width: 130px;
	background-image: url(../images/home-bg.jpg);
	background-repeat: no-repeat;
}
.L-1:hover
{
	background-position: 0px -38px;
	height: 38px;
}
.L-2
{
	display: block;
	height: 38px;
	width: 130px;
	background-image: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
}
.L-2:hover
{
	background-position: 0px -38px;
	height: 38px;
}
.L-3
{
	display: block;
	height: 38px;
	width: 130px;
	background-image: url(../images/services-bg.jpg);
	background-repeat: no-repeat;
}
.L-3:hover
{
	background-position: 0px -38px;
	height: 38px;
}
.L-4
{
	display: block;
	height: 38px;
	width: 130px;
	background-image: url(../images/portfolio-bg.jpg);
	background-repeat: no-repeat;
}
.L-4:hover
{
	background-position: 0px -38px;
	height: 38px;
}
.L-5
{
	display: block;
	height: 38px;
	width: 130px;
	background-image: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
}
.L-5:hover
{
	background-position: 0px -38px;
	height: 38px;
}
.L-6
{
	display: block;
	height: 38px;
	width: 130px;
	background-image: url(../images/get-bg.jpg);
	background-repeat: no-repeat;
}
.L-6:hover
{
	background-position: 0px -38px;
	height: 38px;
}
.LC
{
	background-image: url(../images/latestclients.jpg);
	background-repeat: no-repeat;
	width: 306px;
	height: 185px;
}
.logo-bg
{
	background-image: url(../images/newellogo.png);
	background-repeat: no-repeat;
	width: 948px;
	height: 154px;
}
.img
{
	position: absolute;
	margin: 0px;
	padding: 20px;
	z-index: 1000;
}

.MainMenuButton
{
	font-family: arial;
	font-size: 15px;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
}

.MainMenuButton:hover
{
	color: #789eff;
}


.MainMenuButtonSelected
{
	font-family: arial;
	font-size: 12px;
	height: 25px;
	color: #789eff;
	font-weight: bold;
}


.SubMenuButton
{
	font-family: arial;
	font-size: 12px;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

.SubMenuButton:hover
{
	color: #789eff;
}



.MenuArrowHome
{
	display: block;
	width: 948px;
	height: 10px;
	background-image: url(  '../images/MenuArrowLine.gif' );
	background-repeat: no-repeat;
	background-position: -573px 0px;
}

.MenuArrowAboutUs
{
	display: block;
	width: 948px;
	height: 10px;
	background-image: url(  '../images/MenuArrowLine.gif' );
	background-repeat: no-repeat;
	background-position: -498px 0px;
}

.MenuArrowServices
{
	display: block;
	width: 948px;
	height: 10px;
	background-image: url(  '../images/MenuArrowLine.gif' );
	background-repeat: no-repeat;
	background-position: -395px 0px;
}

.MenuArrowPortfolio
{
	display: block;
	width: 948px;
	height: 10px;
	background-image: url(  '../images/MenuArrowLine.gif' );
	background-repeat: no-repeat;
	background-position: -298px 0px;
}

.MenuArrowContactUs
{
	display: block;
	width: 948px;
	height: 10px;
	background-image: url(  '../images/MenuArrowLine.gif' );
	background-repeat: no-repeat;
	background-position: -193px 0px;
}

.MenuArrowGetQuote
{
	display: block;
	width: 948px;
	height: 10px;
	background-image: url(  '../images/MenuArrowLine.gif' );
	background-repeat: no-repeat;
	background-position: -70px 0px;
}

.HeadingLine
{
	display: block;
	width: 678px;
	height: 8px;
	padding-left: 100px;
	border-bottom: solid 2px #FFFFFF;
}


#BLink
{
	text-decoration:none;
	font-family: tahoma;
	font-size: 11px;
	color: #999999;
	
}

#BLink:hover 
{
	text-decoration:underline;
	color:#FFFFFF;
}

.ServicesWindow 
{
	width:281px;
	height:126px;
	background-image:url('../Images/ServicesWindow.png');
	background-repeat:no-repeat;
	background-position: center center;
	padding: 0px 25px 0px 25px;	
	vertical-align:top;
}

.btnMore 
{
	width:	69px;
	height: 21px;
	background-image: url('../Images/btnMore.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:block;
	z-index:200;
	
}

.btnMore:hover 
{
	background-position:0px -21px;
	
	
}
