@charset "UTF-8";
.overviewframeright {
	width: 245px;
	background-color: #EBEBEB;
	position: relative;
	height: 500px;
	background-position: center center;
	margin-top: 0px;
	margin-left: 0px;
}
.image2-bx4 {
	background-image: url(../images/callcentre.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 110px;
	width: 100%;
}

.rgt-txtbig {
	font-family: Georgia;
	font-size: 17px;
	color: #336799;
	width: 95%;
	padding-top: 8px;
	padding-bottom: 8px;
}
.rgt-bx1txt {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 22px;
	color: #666666;
	margin-left: 0px;
	width: 100%;
	margin-top: 8px;
}
.image-bx4 {
	background-image: url(../images/image-quest.jpg);
	background-repeat: no-repeat;
	background-position: 20px 8px;
	font-family: Tahoma;
	font-size: 17px;
	color: #FF3300;
	height: 40px;
	width: 98%;
}
.txt-bx4 {
	font-family: Tahoma;
	font-size: 16px;
	color: #FF3300;
	margin-left: 30px;
	padding-top: 10px;
}


.rgt-bx1 {
	background-color: #FFFFFF;
	background-position: center center;
	width: 226px;
	margin-top: 12px;
	z-index: 1;
}
.rgt-bx2 {
	background-color: #FFFFFF;
	background-position: center center;
	width: 226px;
	margin-top: 12px;
	z-index: 1;
}

.image-ind1 {
	width: 550px;
	margin-left: 15px;
	height: 60px;
	background-position: left center;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/Tools.jpg);
	background-repeat: no-repeat;
	margin-right: 5px;
}
.gentxt-ind {
	height: 55px;
	width: 455px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 85px;
	font-family: Tahoma;
	font-size: 13px;
	color: #666666;
}


.txt-ft1 {
	font-family: Tahoma;
	font-size: 13px;
	color: #666666;
	margin-top: 10px;
}


.marginframeoverview {
	width: 575px;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #CCC;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 16px;
	margin-top: 2px;
}
.txt-service {
	font-family: Tahoma;
	font-size: 13px;
	color: #336799;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 15px;
}


/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	vertical-align: middle;
}
.fr-overviewtxt1 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #336799;
	margin-top: 15px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 15px;
	padding-left: 15px;
}
.txt-gen-services {
	font-family: Tahoma;
	font-size: 13px;
	color: #666666;
	margin-right: 10px;
}



/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width: 141px;
	height: 25px;
	font-family: Tahoma;
	font-weight: lighter;
	font-size: 12px;
	color: #333333;
	text-align: center;
	vertical-align: bottom;
	background-color: #DDDDDD;
	line-height: 22px;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #CCC;
	font-family: Tahoma;
	font-size: 12px;
	color: #336799;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #336799;
	border-bottom: 1px solid #EEE;
	font-family: Tahoma;
	font-size: 12px;
	color: #00FFFF;
	font-weight: normal;
	text-transform: capitalize;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.txt-2-bg {
	float: left;
	width: 390px;
	font-family: Tahoma;
	font-size: 18px;
	color: #336699;
	margin: 25px 0px 0px;
}
.txt-feat-big {
	font-family: Tahoma;
	font-size: 18px;
	color: #336799;
	margin-top: 8px;
	margin-left: 15px;
	margin-bottom: 4px;
	margin-right: 4px;
}



/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	border-left: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	border-top: 0px solid #999;
	border-right: 0px solid #999;
	width: 560px;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 4px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
.ft-image7 {
	background-image: url(../images/20+rep.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	width: 550px;
	margin-right: 5px;
	margin-left: 15px;
}

.fr-overviewtextgen {
	font-family: Tahoma;
	font-size: 13px;
	color: #666666;
	margin: 10px 0px 0px;
	width: 280px;
	float: left;
}
.txt_over_gen {
	font-family: Tahoma;
	font-size: 13px;
	color: #666666;
}

.txt-gen-full {
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 15px;
	font-family: Tahoma;
	font-size: 13px;
	color: #666666;
}
.text-gen-feat {
	font-family: Tahoma;
	font-size: 13px;
	line-height: 21px;
	color: #666666;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}


.image-bx1 {
	width: 530px;
	top: 10px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 15px;
	padding-bottom: 5px;
}
.txt_preview_new {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #336799;
	font-weight: bold;
}

.image-bx-2 {
	margin-left: 15px;
	background-image: url(../images/compgirl.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 200px;
	width: 560px;
	margin-right: 2px;
}
.ft-image1 {
	width: 550px;
	margin-left: 15px;
	text-align: left;
	margin-right: 5px;
	background-image: url(../images/key1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
}
.lineh {
	background-repeat: repeat-x;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 15px;
	background-position: left center;
	height: 4px;
	width: 540px;
	background-image: url(../images/lineh.jpg);
}
.ft-image2 {
	background-image: url(../images/key2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	width: 550px;
	margin-right: 5px;
	margin-left: 15px;
}
.arrow-over {
	background-image: url(../images/arrowhead.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.frame-rgt {
	background-color: #FFFFFF;
	width: 92%;
	margin-top: 10px;
	margin-right: 7px;
}
.ft-image4 {
	background-image: url(../images/bar-sca.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	width: 550px;
	margin-right: 5px;
	margin-left: 15px;
}
.image-ind2 {
	background-image: url(../images/box2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 540px;
	height: 180px;
	margin-right: 5px;
}
.base-ind3 {
	background-color: #E1E1E1;
	height: 200px;
	width: 540px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	background-image: url(../images/image-ind2.jpg);
	background-repeat: no-repeat;
	background-position: 12px center;
}
.txt-indbase {
	font-family: Tahoma;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 160px;
	font-size: 12px;
	color: #666666;
}

.box-jewel-ind {
	width: 260px;
	float: left;
	background-image: url(../images/box-jewel.jpg);
	background-repeat: no-repeat;
	background-position: 50px bottom;
	height: 220px;
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
}
.box-watch-ind {
	float: right;
	width: 250px;
	clip: rect(auto,15px,auto,auto);
	background-image: url(../images/box-watch.jpg);
	background-repeat: no-repeat;
	background-position: 50px bottom;
	height: 220px;
	margin-left: 20px;
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
}
.txtboxjewell-ind {
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
	width: 240%;
	margin-top: 10px;
	margin-left: 15px;
}

.ft-image5 {
	background-image: url(../images/printbar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 5px;
	margin-left: 15px;
	height: 60px;
	width: 550px;
}
.ft-image6 {
	background-image: url(../images/multiuser.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	width: 550px;
	margin-right: 5px;
	margin-left: 15px;
}
.ft-image7 {
	background-image: url(../images/credit_card.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	width: 550px;
	margin-right: 5px;
	margin-left: 15px;
}
.ft-image8 {
	background-image: url(../images/cash_register.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	width: 550px;
	margin-right: 5px;
	margin-left: 15px;
}
.ft-image9 {
	background-image: url(../images/clock.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	width: 550px;
	margin-right: 5px;
	margin-left: 15px;
}
.ft-image10 {
	background-image: url(../images/friendly.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	width: 550px;
	margin-right: 5px;
	margin-left: 15px;
}
.ft-image11 {
	background-image: url(../images/img_customer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	width: 550px;
	margin-right: 5px;
	margin-left: 15px;
}
.ft-image12 {
	background-image: url(../images/img_vendor.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	width: 550px;
	margin-right: 5px;
	margin-left: 15px;
}
.ft-image13 {
	background-image: url(../images/img_invoice.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	width: 550px;
	margin-right: 5px;
	margin-left: 15px;
}
.ft-image3 {
	height: 60px;
	width: 550px;
	margin-right: 5px;
	margin-left: 15px;
	background-image: url(../images/key3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}



.ft-text {
	width: 425px;
	margin-right: 10px;
	margin-left: 100px;
	font-family: Tahoma;
	font-size: 13px;
	color: #666666;
	vertical-align: middle;
	padding-top: 18px;
}
.click-det {
	font-family: Tahoma;
	font-size: 14px;
	color: #990000;
}
.txt-keyfeatures {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
	background-image: url(../images/compgirl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 135px;
	width: 540px;
	margin-left: 3px;
}
.txt_preview {
	margin: 10px;
	width: 530px;
}
.txt_review1 {
	font-family: Tahoma;
	color: #336699;
	margin: 0px 0px 0px 15px;
	width: 450px;
	font-size: 13px;
}
.txt_review_img {
	width: 540px;
	background-image: url(../images/img_review.jpg);
	height: 95px;
	background-repeat: no-repeat;
	background-position: right;
	margin: 10px 10px 0px 0px;
}

.txt_review_gen {
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
	width: 530px;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}
.txt_preview2 {
	font-family: Georgia;
	font-size: 16px;
	color: #FF6600;
	margin: 0px;
}
.txt_preview3 {
	font-family: Georgia;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #336699;
}

.txt_pdct1 {
	font-family: Tahoma;
	font-size: 13px;
	color: #666666;
	width: 500px;
	padding-left: 15px;
	padding-top: 5px;
	line-height: 18px;
}
.txt_pdct_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #336799;
	text-align: justify;
	width: 500px;
	text-transform: capitalize;
	font-weight: normal;
}
.txt_pdct_head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336799;
	text-align: justify;
	width: 500px;
	margin-top: 2px;
	margin-bottom: 3px;
}


.txt_preview4 {
	font-family: Tahoma;
	font-size: 12px;
	color: #336699;
}
.txt_feat_hd1 {
	font-family: Tahoma;
	font-size: 13px;
	color: #336699;
	padding-left: 31px;
	font-weight: bold;
}
.txt_feat_hd2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	padding-left: 5px;
}
.txt_feat_hd {
	font-family: Tahoma;
	font-size: 17px;
	color: #336699;
	padding-top: 15px;
	padding-left: 30px;
	font-weight: normal;
}
.txt_feat_hd3 {
	font-family: Tahoma;
	font-size: 15px;
	color: #666666;
	padding-top: 6px;
	padding-bottom: 8px;
}

.txt_feat_gen {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}
.fr_feat {
	width: 276px;
	padding-top: 15px;
	float: left;
}
.fr_feat1 {
	float: left;
	width: 276px;
	padding-top: 15px;
}
