/** {margin: 0;padding: 0;}*/
html {
    /*background-color: #FCFCFC;*/
    font-family: trebuchet ms;
}
body {
    /*background-color: #FCFCFC;*/
    font-family: trebuchet ms;
    height: 100%;
    margin: 0;
    font-size: 13px;
}
.heading_black_small {
    color: #333333;
    font-family: Tahoma, Verdana;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}
.content_txt {
    color: #333333;
    font-family: Tahoma, Verdana;
    font-size: 13px;
    text-decoration: none;
    text-align: Left;
}
#UserPageHTML {
    background-color: #ffffff;
    height: 100%;
    margin: 0;
}
.userPageBody {
    background-color: #ffffff;
    height: 100%;
    margin: 0;
}
h2 div {
    margin: 0;
    padding: 0;
}
.page_bg {
    /*background-position: top; 	background-image: url(images/page_bg.jpg); 	background-repeat: repeat-x;*/
}
.topBanner {
    background-image: url(images/topBanner.jpg);
    background-repeat: no-repeat;
    width: 980px;
    height: 330px;
}
.divContent {
    padding: 0px 0px 20px 0px;
    font-family: trebuchet ms;
    margin-top: 0px;
    background-color: #FFFFFF;
    color: #333333;
    width: 978px;
}

.userMasterPageHeader {
    background-position: left top;
    background: url(images/hdrbg.jpg);
    background-repeat: repeat-x;
}
.BannerHeading1 {
    font-family: Trebuchet MS;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
}
.BannerHeading2 {
    font-style: italic;
    font-family: Trebuchet MS;
    color: #fff;
    font-size: 32px;
}
.BannerText {
    font-family: trebuchet ms;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -.2px;
}

.footerLine {
    background-color: #363636;
    height: 5px;
    margin-bottom: 10px;
}
#footer {
    font-family: Tahoma, Verdana;
    font-size: 12px;
    color: #fff;
    background-color: #999999;
}
#footer a {
    color: #fff;
    padding-right: 5px;
    padding-left: 5px;
}
#footer a:hover {
    color: #caf04d;
}

#sticky-footer-push {
    background-color: #fff;
}
.cell_border {
    border-right: #DDDDDD 5pt solid;
    border-left: #DDDDDD 5pt solid;
    border-bottom: #DDDDDD 5pt solid;
}
.cell_border_top {
    border-top: #DDDDDD 5pt solid;
}
/*********Style For Link Buttons***********/
.buttons {
    margin: 10px auto 15px 50px;
    width: 80%;
    clear: both;
    text-align: center;
    padding-top: 5px;
}
a.button, .buttons a {
    background: transparent url(images/btn_right.png) no-repeat scroll top right;
    color: #FFFFFF;
    display: block;
    float: left;
    font: bold 13px verdana, sans-serif;
    height: 25px;
    min-width: 55px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
    margin-top: 0px;
}
a.button span, .buttons a span {
    background: transparent url(images/btn_left.png) no-repeat;
    background-position: left top;
    display: block;
    line-height: 23px;
    height: 25px;
    text-align: center;
    padding: 0px 0px 0px 15px;
}
a.button:hover, .buttons a:hover {
    background-position: bottom right;
    color: #FFFFFF;
    outline: none;
}
a.button:hover span, .buttons a:hover span {
    background-position: left bottom;
    padding: 0px 0 0px 15px;
}

/******		Top TAB		******************/
.toptab a {
    background: transparent url(images/tab_right.png) no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: 13px verdana, sans-serif;
    height: 35px;
    min-width: 55px;
    margin-right: 5px;
    padding-right: 13px;
    text-decoration: none;
    margin-top: 0px;
}
.toptab a span {
    background: transparent url(images/tab_left.png) no-repeat;
    background-position: left top;
    display: block;
    line-height: 32px;
    text-align: center;
    padding: 3px 0px 0px 15px;
}
.toptab a:hover {
    background-position: bottom right;
    color: #333333;
    outline: none;
}
.toptab a:hover span {
    background-position: left bottom;
    padding: 3px 0 0px 15px;
}


.InfoLabel {
    font-size: 1em;
    font-weight: bold;
    color: #FF0000;
}
.LabelLeftAligned {
    vertical-align: middle;
    font-size: 11px;
    color: #202020;
}
.smallLabel {
    padding: 0 .5em 0 1em;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #000080;
    line-height: 23px;
    font-family: Verdana;
}
.darkBlue {
    color: #000080;
}

.form {
    width: 100%;
    text-align: left;
    padding-top: 5px;
    clear: both;
}
.formTable {
    width: 100%;
    clear: both;
    border: none;
    font-size: 11px;
    color: #333333;
    font-family: Verdana;
}
.formTable td {
    padding-top: 5px;
}

.Label, .LabelStyle, label {
    padding: 0 1em;
    text-align: right;
    vertical-align: middle;
    font-size: 11px;
    color: #333333;
    font-family: Verdana;
}

.TextBoxStyle, textarea, .formTable input[type="text"], .formTable input[type="password"] {
    width: 200px;
    padding: 4px;
    font-size: 13px;
    color: #333;
    border: 1px solid #999999;
    text-align: left;
}
.DropDownListStyle {
    float: left;
    width: 209px;
    border: 1px solid #999999;
    padding: 4px;
    color: #333;
    font-size: 13px;
}
.textBoxNoBorder {
    border: 1px solid #C0C0C0;
    padding: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    width: 100%;
    background-color: #ffffff;
}
.SearchTextBox {
    width: 130px;
    height: 15px;
    color: #333;
    border: 1px solid #999999;
}
.titleLabel {
    color: #BA1A1A;
    text-decoration: none;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
}
.RadCaptcha {
    width: 170px !important;
}
/* Messages next to the inputs */
.formerror {
    padding: 0 0 0 20px;
    font-weight: bold;
    color: #9e1111;
    background: url(images/error.png) no-repeat left center;
}
.formsuccess {
    padding: 0 0 0 20px;
    font-weight: bold;
    color: #11a322;
    background: url(images/success.png) no-repeat left center;
}

/* Link Styles*/
a {
    border-style: none;
    text-decoration: none;
    color: #BA1A1A;
}
a:hover {
    color: #4a555b;
    border-color: #aaa;
}
a.footerlinks:link, a.footerlinks:active, a.footerlinks:visited {
    font-size: 12px;
    color: #000000;
    font-family: Arial;
    text-decoration: none;
}
a.footerlinks:hover {
    font-size: 12px;
    color: #000;
    font-family: Arial;
    text-decoration: underline;
}
a.topLeft {
    font-size: 12px;
    color: #525155;
    font-family: Arial;
    text-decoration: none;
    border-style: none;
    display: inline-block;
    padding-left: 35px;
    line-height: 30px;
    padding-right: 10px;
}
.loginIcon {
    background: transparent url(Images/login.png) center left no-repeat;
    line-height: 20px !important;
    padding-left: 25px !important;
}
.emailIcon {
    background: transparent url(Images/email.png) center left no-repeat;
}
.blogIcon {
    background: transparent url(Images/blog.png) center left no-repeat;
}
.twitterIcon {
    background: transparent url(Images/twitter.png) center left no-repeat;
}
.facebookIcon {
    background: transparent url(Images/facebook.png) center left no-repeat;
}
.TopMainMenu {
    width: 100%;
    padding: 0px 5px 0px 5px;
    height: 73px;
}
.TopMainMenu ul {
    margin: 0px;
    padding: 0;
    list-style-type: none;
    float: right;
}
.TopMainMenu li {
    padding-top: 40px;
    margin: 0px;
    float: left;
    height: 30px;
}
.TopMainMenu a {
    padding: 41px 8px 8px 8px;
    width: 100%;
    font-size: 20px;
    color: #363636;
    font-weight: bold;
    font-family: Trebuchet MS;
    text-decoration: none;
}
.TopMainMenu a:hover {
    color: #cf102f;
    text-decoration: underline;
    background-color: #EAEAEA;
}

.topFirstMenu {
    width: 100%;
    padding: 0px 0.5em;
}
.topFirstMenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}
.topFirstMenu li {
    margin: 0;
    float: left;
    padding: 0;
}
.topFirstMenu a {
    padding: 1px 8px 1px 8px;
    display: block;
    width: 100%;
    font-size: 9pt;
    color: #FFFFFF;
    font-family: Arial;
    text-decoration: none;
    font-weight: bold;
}
.topFirstMenu a:hover {
    text-decoration: underline;
}
/*#### GreyController ############# http://demo.duove.com/greycontroller/  ###################################*/
h1, h2, .blackheading, .headingred_home {
    color: #FF8000;
    text-align: left;
    font: bold 17px Verdana, Arial, Helvetica, sans-serif;
}
/*p {
	margin: 0 0 10px;
}
*/
.box {
    margin: 0 0 10px 0;
}
.bottom {
    background: #f4f4f4 url(images/box.png) repeat-x;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px;
}
.box h2 {
    position: relative;
    margin: 0;
    padding: 5px 10px;
    font: 14px/21px Arial, Sans-Serif;
    color: #4a555b;
    background: #ccc url(images/boxheaders.png) repeat-x;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -1px;
    background-position: 0 -31px;
}

.box .collapse {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    width: 10px;
    height: 14px;
    text-indent: -9999px;
    background: url(images/collapse.png) no-repeat 0 -14px;
}
.box .collapse.change {
    background-position: 0 0;
}

#login {
    width: 400px;
    margin: 2.5% auto 0% auto;
    text-align: left;
}

.clear {
    clear: both;
}
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.left {
    float: left;
    text-align: left;
}
.right {
    float: right;
    text-align: right;
}
.margintop {
    margin-top: 15px;
}
.marginright {
    margin-right: 15px;
}
.marginbottom {
    margin-bottom: 15px;
}
.marginleft {
    margin-left: 15px;
}

.message {
    margin: 0 0 10px;
    padding: 15px 15px 15px 37px;
    font-weight: normal;
    background: #fff no-repeat 15px center;
    border: 1px solid #ddd;
    font-family: verdana;
    font-size: 13px;
}
.message.error {
    color: #9e1111;
    background-color: #f5e8e8;
    background-image: url(images/error.png);
    border-color: #dfb2b2;
}
.message.success {
    color: #11a322;
    background-color: #e8f6e9;
    background-image: url(images/success.png);
    border-color: #b2e1b7;
}
.message.info {
    color: #2446ad;
    background-color: #eaedf7;
    background-image: url(images/info.png);
    border-color: #b8c3e4;
}
.message.warning {
    color: #c2b515;
    background-color: #f9f8e8;
    background-image: url(images/warning.png);
    border-color: #ebe7b3;
}

.GridStyle {
    background: #EAEAEA;
    font: normal 11px Arial, Verdana, Sans-serif;
    cursor: default;
}
.HeaderStyle {
    border: 1 solid #828282;
    background: #EAEAEA url(images/GridHeader.gif) repeat-x scroll 0 -2300px;
    height: 16px;
    text-align: left;
    color: #333333;
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
}
.HeaderStyle th {
    border-color: #828282;
    border-style: none none solid;
    border-width: 0 0 1px; /*	border-top: #bdc3ce 1px solid; 	border-bottom: #bdc3ce 1px solid; 	padding-right: 5px; 	padding-left: 5px; 	border-left: #bdc3ce 1px solid; 	border-right: #bdc3ce 1px solid; 	border-collapse: separate;*/
}
.HeaderStyle a {
    text-decoration: none;
    color: #333333 !important;
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
    font-weight: normal;
}
.HeaderStyle img {
    vertical-align: middle;
}
.RowStyle td, .AlternatingRowStyle td {
    padding-right: 3px;
    padding-left: 3px;
}
.RowStyle {
    height: 20px;
    text-align: left;
    background: #fff;
}
.AlternatingRowStyle {
    background: #F2F2F2;
    height: 20px;
    text-align: left;
}
.SelectedRowStyle {
    background: #fdf5e6;
}
.SelectedRowStyle td {
    border-top: solid 1px #d2d8db;
    border-bottom: solid 1px white;
}
.EditRowStyle {
    background-color: #ffffe1;
    height: 20px;
}
.EditRowStyle input {
    font-size: 11px;
}
.PagerStyle {
    height: 23px;
    vertical-align: middle;
    background-repeat: repeat;
    font-weight: bold;
    color: #393939;
    font-size: 12px;
}
.PagerStyle a {
    color: #393939;
    padding-right: 2px;
    padding-left: 2px;
}
.PagerStyle a:hover {
    color: #f8f8ff;
}


.StyledBullet {
    list-style-image: url(images/tick.jpg);
}

.inner_heading_border {
    font-size: 15px;
    background: #FFFFFF;
    color: #000000;
    border-bottom: #CCCCCC 1pt solid;
    font-family: Tahoma,Verdana;
    cell-padding: 9px;
    text-decoration: none;
    font-weight: bold;
}

#fade {
    /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 9999;
}
.registerPanel {
    display: none;
    background: #fff;
    padding: 0px 0px 20px 0px;
    border: 20px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 10%;
    left: 49%;
    z-index: 99999; /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000; /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

img.btn_close {
    float: right;
    margin: -50px -44px 0 0;
}
img.btn_close_register {
    float: right;
    height: 30px;
    margin: -25px -24px 0 0;
}
a img {
    border-style: none;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
    position: absolute;
}
*html .registerPanel {
    position: absolute;
}


/**********************Home Page Content**********************************/

/* CSS Document */
.body_div {
    border: thin 2px #0033FF;
    height: auto;
    width: 998px;
    float: left;
    margin-left: 0px;
}
.image1_div {
    background-image: url(images/creatstore.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 156px;
    margin-left: 0px;
    margin-top: 5px;
    width: 234px;
}
.image2_div {
    background-image: url(images/sell_online.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 156px;
    margin-left: 2px;
    margin-top: 5px;
    width: 234px;
}
.image3_div {
    background-image: url(images/make_money.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 156px;
    margin-left: 2px;
    margin-top: 5px;
    width: 234px;
}

.imgtext {
    /*border: 1px solid #999999;*/
    float: right;
    height: 100px;
    margin-left: 5px;
    margin-right: 2px;
    margin-top: 50px;
    width: 163px;
}
.imtext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #666666;
    padding-right: 5px;
    letter-spacing: -1px;
    line-height: 25px;
}


.icondiv {
    float: left;
    height: 40px;
    margin-left: 20px;
    margin-top: 50px;
    width: 40px;
}

.testimonial_box {
    background-image: url(images/testimonial_box.jpg);
    background-repeat: no-repeat;
    float: right;
    margin-right: 7px;
    height: 250px;
    margin-top: 5px;
    width: 276px;
}

.testimonial_heading {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: bold;
    font-style: italic;
    color: #666666;
    padding-top: 10px;
    padding-left: 16px;
}
.testtxt {
    font-family: Arial;
    font-size: 17px;
    color: #666666;
    padding-top: 10px;
    padding-left: 20px;
    margin-right: 25px;
    text-align: center;
}

.estore_box {
    background-image: url(images/estore_box.jpg);
    background-repeat: no-repeat;
    float: right;
    height: 299px;
    margin-top: -192px;
    width: 281px;
    margin-right: 5px;
}
.body_box {
    background-image: url(images/bodybox.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 69px;
    margin-left: 0px;
    margin-top: 0px;
    width: 709px;
}

.text_div {
    border: 1px solid #CCCCCC;
    float: left;
    height: 215px;
    margin-left: 5px;
    margin-top: 10px;
    width: 344px;
}
.StyledBullet {
    list-style-image: url(images/check_icon.jpg);
}
.text_heading {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -2px;
    color: #666666;
    padding-top: 5px;
    padding-left: 16px;
}
.text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #666666;
    padding-right: 25px;
    line-height: 20px;
    text-align: justify;
}
.estore_text {
    background-image: url(images/estore_text.png);
    background-repeat: no-repeat;
    border-bottom: 2px solid #CCCCCC;
    margin-left: 20px;
    margin-top: 10px;
    float: left;
    width: 243px;
    height: 67px;
}
.pay {
    background-image: url(images/paypal.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 29px;
    margin-left: 25px;
    margin-top: 20px;
    width: 104px;
}
.visa {
    background-image: url(images/visa.jpg);
    background-repeat: no-repeat;
    float: right;
    height: 26px;
    margin-right: 25px;
    margin-top: 20px;
    width: 74px;
}
.google {
    background-image: url(images/google.png);
    background-repeat: no-repeat;
    float: left;
    height: 37px;
    margin-right: 55px;
    margin-left: 25px;
    margin-top: 20px;
    width: 98px;
}
.mastercard {
    background-image: url(images/mastercard.png);
    background-repeat: no-repeat;
    float: right;
    height: 42px;
    margin-right: 25px;
    margin-top: -35px;
    width: 86px;
}
.auth {
    background-image: url(images/authorize.png);
    background-repeat: no-repeat;
    margin-left: 30px;
    margin-top: 20px;
    float: left;
    width: 243px;
    height: 29px;
}

/**********************************Pricing Table***************************************/
/* CSS Document */

  .pricing_body_div {
    
  height: 700px;
    width: 998px;
    background-image: url(images/bgcolor.jpg);
    background-repeat: repeat-x;
    float: left;
    padding: 0px;
    
}

.pricing_trial {
    background-image: url(images/30days_trial.png);
    background-repeat: no-repeat;
    width: 879px;
    height: 35px;
    float: left;
    margin-top: 25px;
    margin-left: 58px;
}
.pricing_box_div {
    background-image: url(images/box_bg.jpg);
    height: 252px;
    width: 230px;
    float: left;
    margin-left: 30px;
    margin-top: 216px;
}

.pricing_basic_store {
    background-image: url(images/basicestore.png);
    background-repeat: no-repeat;
    float: left;
    height: 394px;
    margin-left: -5px;
    margin-top: 74px;
    width: 222px;
}
.pricing_premiere_store {
    background-image: url(images/premierestore.png);
    background-repeat: no-repeat;
    float: left;
    height: 428px;
    margin-left: 5px;
    margin-top: 40px;
    width: 223px;
}
.pricing_mega_store {
    background-image: url(images/megaestore.png);
    background-repeat: no-repeat;
    float: left;
    height: 394px;
    margin-left: 5px;
    margin-top: 74px;
    width: 222px;
}

.pricing_text_div {
    width: 220px;
    height: 200px;
    margin-top: 27px;
    margin-left: 5px;
    text-align:left;
}
.pricing_StyledBullet {
    list-style-image: url(images/check_icon.png);
}

.pricing_txt {
    font-family: Arial, Helvetica, sans-serif;
    font: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #545353;
}

.pricing_text1_div {
    width: 220px;
    height: 200px%;
    margin-top: 170px;
    margin-left: 5px;
    text-align:left;
}
.pricing_basic_store li {
    list-style: none outside none;
}
.pricing_mega_store li {
    list-style: none outside none;
}

.pricing_premiere_store li {
    list-style: none outside none;
}

.pricing_text1_div_txt {
    font-family: Arial;
    font: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #ef9001;
    padding-left: 47px;
}

.pricing_text2_div_txt {
    font-family: Arial, Helvetica, sans-serif;
    font: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #2076b9;
    padding-left: 47px;
    text-align:left;
}
.pricing_text2_div {
    width: 220px;
    height: 200px%;
    margin-top: 203px;
    margin-left: 5px;
}
.pricing_text3_div_txt {
    font-family: Arial, Helvetica, sans-serif;
    font: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #87a403;
    padding-left: 47px;
}
.pricing_basic_btn {
    float: left;
    height: 42px;
    margin-left: 52px;
    margin-top: 10px;
    width: 122px;
}


.pricing_calloursales {
    background-image: url(images/calloursales_box.png);
    height: 110px;
    width: 905px;
    margin-left: 30px;
    margin-top: 551px;
}
.pricing_icon {
    background-image: url(images/pricing_icon.png);
    background-repeat: no-repeat;
    height: 32px;
    margin-left: 10px;
    margin-top: 10px;
    width: 32px;
    float: left;
}
.pricing_icon_div {
    float: left;
    height: 95px;
    margin-left: 10px;
    margin-top: 10px;
    width: 450px;
}

.pricing_plan_txt {
    font-family: Arial;
    color: #545353;
    font-size: 19px;
    font-weight: bold;
    padding-top: 10px;
    line-height: 30px;
    text-align:left;
}
.pricing_call_txt {
    font-family: Arial, Helvetica, sans-serif;
    color: #d9ae03;
    font-size: 22px;
    font-weight: bold;
    padding-top: 10px;
}
.pricing_livechat {
    background-image: url(images/livechat_icon.png);
    background-repeat: no;
    width: 32px;
    height: 32px;
    margin-top: 10px;
    float: right;
    margin-right: 350px;
}
.pricing_livechat_div {
    float: right;
    height: 85px;
    margin-right: -4px;
    margin-top: -35px;
    width: 350px;
}
.pricing_live_div {
    float: right;
    height: 30px;
    width: 180px;
    margin-right: 80px;
    margin-top: -38px;
}

.pricing_call_txt a {
    font-family: Arial, Helvetica, sans-serif;
    color: #d9ae03;
    font-size: 22px;
    font-weight: bold;
    padding-top: 10px;
    text-decoration: none;
}

/********************************Services******************************************************/
/* CSS Document */

.services_body_div{
/*border:thin 2px #0033FF;*/
height:950px;
width:998px; background-image:url(images/bgcolor.jpg);
background-repeat:repeat-x;
margin-left:-10px;
float:left;
padding:0px;
}

.services_services{
	 font-family:"Helvetica Condensed";
	 color:#545353;
	 font-size:22px;
	 font-weight:bold; 
	 padding-top:30px;
	 padding-left:20px;
	 }
	
.services_heading{
	 font-family:"Helvetica Condensed";
	 color:#545353;
	 font-size:22px;
	 padding-top:5px;
	 padding-left:20px;
	 }
.services_left_div{
 	width:448px;
	height:auto;
	float:left;
	margin-top:5px;
	margin-left:20px;
 	}
.services_right_div{
 	width:448px;
	height:auto;
	float:right;
	margin-top:5px;
	margin-right:48px;
 	}
	 
.services_heading_div
{
	background-image:url(images/Personalized.png);
	background-repeat:no-repeat;
	width:448px;
	height:34px;
	float:left;
	margin-top:5px;
	margin-left:0px;
	}
.services_heading2_div
{
	background-image: url(images/Training.png);
	background-repeat:no-repeat;
	width:448px;
	height:34px;
	float:left;
	margin-top:5px;
	margin-left:0px;
	}
.services_heading3_div
{
	background-image:url(images/Search.png);
	background-repeat:no-repeat;
	width:448px;
	height:34px;
	float:left;
	margin-top:5px;
	margin-left:0px;
	}
.services_heading4_div
{
	background-image:url(images/3-D.png);
	background-repeat:no-repeat;
	width:448px;
	height:34px;
	float:left;
	margin-top:5px;
	margin-left:0px;
	}

.services_heading5_div
{
	background-image: url(images/Rapid.png);
	background-repeat:no-repeat;
	width:448px;
	height:34px;
	float:left;
	margin-top:5px;
	margin-left:0px;
	}
.services_heading6_div
{
	background-image:url(images/Domain.png);
	background-repeat:no-repeat;
	width:448px;
	height:34px;
	float:left;
	margin-top:5px;
	margin-left:0px;
	}
	
.services_bodytxt_div{ 
	background-image:url(images/boxbgcolor.jpg);
	background-color:#FAF8F9;
	border:solid 1px #eeeeee;
	background-repeat:repeat-x;
	width:447px; 
	height:auto;
	
	float:left;
	}

.services_text{
	font-family:Arial;
	
	font-size:14px;
	color:#595858;
	line-height:22px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;}

/*******************************************AboutUs******************************************/
/* CSS Document */
.aboutus_body_div{
/*border:thin 2px #0033FF;*/
height:700px;
width:998px; background-image:url(images/bgcolor.jpg);
background-repeat:repeat-x;
float:left;
padding:0px;
}

.aboutus_main_heading{
	 font-family:"Helvetica Condensed";
	 color:#545353;
	 font-size:22px;
	 font-weight:bold; 
	 padding-top:30px;
	 padding-left:20px;
	 }
.aboutus_text{
	font-family:Arial;
	
	font-size:14px;
	color:#595858;
	line-height:24px;
	padding-top:10px;
	padding-left:24px;
	padding-right:7px;
	text-align:left;}
	
.aboutus_bodytxt_div{ 
	width:600px; 
	height:auto;
	
	float:left;
	}
	
.aboutus_StyledBullet {
    list-style-image: url(images/icon.png);
	padding-left: 47px;

	}
.aboutus_heading4_div
{
	background-image: url(images/ourkey_box.png);
	background-repeat:no-repeat;
	width:249px;
	height:40px;
	float:left;
	margin-top:5px;
	margin-left:25px;
	}

.aboutus_bodytxt_div a{
color: #00CCCC;
font-size:14px;
}


/***********************************Features********************************************************/
/* CSS Document */

.features_body_div{
/*border:thin 2px #0033FF;*/
height:1200px;
width:998px; background-image: url(images/bgcolor.jpg);
background-repeat:repeat-x;
float:left;
padding:0px;
}

.features_features{
	 font-family:"Helvetica Condensed";
	 color:#545353;
	 font-size:22px;
	 font-weight:bold; 
	 padding-top:30px;
	 padding-left:20px;
	 }
	 
 .features_left_div{
 	width:478px;
	height:auto;
	float:left;
	margin-top:5px;
	margin-left:20px;
 	}
.features_right_div{
 	width:478px;
	height:auto;
	float:right;
	margin-top:5px;
	margin-right:12px;
 	}


.features_head1_div
{
	background-image: url(images/Highlights.png);
	background-repeat:no-repeat;
	width:478px;
	height:39px;
	float:left;
	margin-top:5px;
	margin-left:0px;
	}
	
.features_heading2_div
{
	background-image: url(images/Catalog.png);
	background-repeat:no-repeat;
	width:478px;
	height:39px;
	float:left;
	margin-top:5px;
	margin-left:0px;
	}

.features_heading3_div
{
	background-image: url(images/UserManagement.png);
	background-repeat:no-repeat;
	width:478px;
	height:39px;
	float:left;
	margin-top:5px;
	margin-left:0px;
	}

.features_heading4_div
{
	background-image: url(images/OrderManagement.png);
	background-repeat:no-repeat;
	width:478px;
	height:39px;
	float:left;
	margin-top:5px;
	margin-left:0px;
	}
.features_bodytxt_div{ 
	background-image:url(images/features_boxbgcolor.jpg);
	background-color:#F5F3F4;
	border:solid 1px #eeeeee;
	background-repeat:repeat-x;
	width:478px; 
	height:auto;
	float:left;
	}

.features_txt{
	font-family:Arial;
	
	font-size:14px;
	color:#595858;
	line-height:18px;
	padding-top:10px;
	padding-left:7px;
	padding-right:7px;}
.features_txt li{
	list-style: none outside none;
	}
.features_StyledBullet {
    list-style-image: url(images/features_icon.png);
	padding-left:31px;
	}
/****************************************Support*******************************************************/
/* CSS Document */
.support_body_div{
/*border:thin 2px #0033FF;*/
	height:1250px;
	width:998px; background-image: url(images/bgcolor.jpg);
	background-repeat:repeat-x;
	float:left;
	padding:0px;
}

.support_main_heading{
	 font-family:"Helvetica Condensed";
	 color:#545353;
	 font-size:22px;
	 font-weight:bold; 
	 padding-top:30px;
	 padding-left:20px;
	 }
.support_left_div{
 	width:448px;
	height:auto;
	float:left;
	margin-top:20px;
	margin-left:20px;
 	}

.support_right_div{
 	width:448px;
	height:auto;
	float:right;
	margin-top:20px;
	margin-right:48px;
 	}
.support_heading1_div
{
	background-image:url(images/services.png);
	background-repeat:no-repeat;
	width:448px;
	height:34px;
	float:left;
	margin-top:5px;
	margin-left:0px;
	}
.support_heading2_div
{
	background-image: url(images/Training.png);
	background-repeat:no-repeat;
	width:448px;
	height:34px;
	float:left;
	margin-top:5px;
	margin-left:0px;
	}

.support_bodytxt_div{ 
	background-image: url(images/support_boxbgcolor.jpg);
	background-color:#FAF8F9;
	border:solid 1px #eeeeee;
	background-repeat:repeat-x;
	width:447px; 
	height:auto;
	float:left;
	}
.support_text{
	font-family:Arial;
	
	font-size:14px;
	color:#595858;
	line-height:22px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;}
	
.support_imagehead_div
{
	background-image: url(images/Physical_add.png);
	background-repeat:no-repeat;
	width:445px;
	height:46px;
	float:left;
	margin-top:0px;
	margin-left:0px;
	}
.support_imgbody_div{ 
	
	
	
	width:447px; 
	height:auto;
	float:left;
	}
.support_main2_heading{
	 font-family:"Helvetica Condensed";
	 color:#545353;
	 font-size:22px;
	  
	 padding-top:30px;
	
	 }
	 
/******************************************ContactUS*********************************************************/
.contact_body_div{
/*border:thin 2px #0033FF;*/
	height:450px;
	width:998px; background-image: url(images/contactus_bgcolor.jpg);
	background-repeat:repeat-x;
	float:left;
	padding:0px;
}

.contact_main_heading{
	 font-family:"Helvetica Condensed";
	 color:#545353;
	 font-size:22px;
	 font-weight:bold; 
	 padding-top:30px;
	 padding-left:20px;
	 }

.contact_heading_div
{
	background-image: url(images/contactus_box.png);
	background-repeat:no-repeat;
	width:554px;
	height:38px;
	float:left;
	margin-top:20px;
	margin-left:0px;
	}
/************************************************************************************************************/

/* CSS Document */

.acc_body_div{
/*border:thin 2px #0033FF;*/
	height:450px;
	width:998px; background-image: url(images/login_bgcolor.jpg);
	background-repeat:repeat-x;
	float:left;
	padding:0px;
}

.acc_main_heading{
	 font-family:"Helvetica Condensed";
	 color:#545353;
	 font-size:22px;
	 font-weight:bold; 
	 padding-top:30px;
	 padding-left:20px;
	 }
	 
	 .basic_plan_img
	 {
	   background-image: url(images/basicestore_button.png); 
	   height:41px;
	 }
	 .premiere_plan_img
	 {
	   background-image: url(images/premierestore_button.png); 
	   height:41px; 
	 }
	 .mega_plan_img
	 {
	    background-image: url(images/megaestore_button.png); 
	   height:41px; 
	 }
	 .signupbutton
	 {
	    background-image: url(images/signup_btn_green.png); 
	    margin-left: 565px; margin-top: 52px;
	 }
/***********************Rad Grid Style******************************/
/*div.RadGridCustomClass  .rgHeader,  */
div.RadGridCustomClass  th.rgResizeCol,  
div.RadGridCustomClass  .rgRow  td,  
div.RadGridCustomClass  .rgAltRow  td,  
div.RadGridCustomClass  .rgFooter  td  
{  
     border-left:1px solid #828282 !important;  
     /*border-right:1px solid #828282 !important;  */
}   
