﻿/* 

 CSS File

*/


/*@font-face
{
    font-family: 'DroidSansRegular';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidSans-webfont.woff') format('woff'), url('../fonts/DroidSans-webfont.ttf') format('truetype'), url('../fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'DroidSansBold';
    src: url('../fonts/DroidSans-Bold-webfont.eot');
    src: url('../fonts/DroidSans-Bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidSans-Bold-webfont.woff') format('woff'), url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype'), url('../fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
    
}
*/

/*.div {
 font-size:15px;	
}
*/


/* #Base 960 Grid
================================================== */

.container
{
    position: relative;
    width: 960px;
    margin: 0 auto 0 auto;
    /*margin:0;*/
    padding: 0;
}
.column, .columns
{
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}
.row
{
    margin-bottom: 20px;
}

/* Nested Column Classes */
.column.alpha, .columns.alpha
{
    margin-left: 0;
    
}
.column.omega, .columns.omega
{
    margin-right: 0;
 
}

/* Base Grid */
.container .one.column
{
    width: 60px;
}
.container .two.columns
{
    width: 140px;
}
.container .three.columns
{
    width: 292px;
}
.container .four.columns
{
    width: 150px;
}
/* home icon */
.container .five.columns
{
    width: 380px;
}
.container .six.columns
{
    width: 460px;
}
.container .seven.columns
{
    width: 540px;
}
.container .eight.columns
{
    width: 620px;
}
.container .nine.columns
{
    width: 700px;
}
.container .ten.columns
{
    width: 780px;
}
.container .eleven.columns
{
    width: 860px;
}
.container .twelve.columns
{
    width: 960px;
}

/* Offsets */

.container .offset-by-one
{
    padding-left: 80px;
}
.container .offset-by-two
{
    padding-left: 160px;
}
.container .offset-by-three
{
    padding-left: 240px;
}
.container .offset-by-four
{
    padding-left: 320px;
}
.container .offset-by-five
{
    padding-left: 400px;
}
.container .offset-by-six
{
    padding-left: 480px;
}
.container .offset-by-seven
{
    padding-left: 560px;
}
.container .offset-by-eight
{
    padding-left: 640px;
}
.container .offset-by-nine
{
    padding-left: 720px;
}
.container .offset-by-ten
{
    padding-left: 800px;
}
.container .offset-by-eleven
{
    padding-left: 880px;
}




/*** GLOBAL  ***/

body
{
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-family:Cambria;
    font-size: 13px;
    margin: 0 auto;
    padding: 0;
    line-height: 20px;
    background: #f5f5f5;
    min-width: 1000px;
}
*
{
    margin: 0;
    padding: 0;
}
*:focus
{
    outline: none; /* removes ugly dotted border but may make template more unsuable, up to you 					 if you want to keep it! */
}
.clearfix
{
    clear: both;
    height: 0px !important;
    line-height: 0px !important;
    float: none !important;
}
form
{
    margin: 0;
    padding: 0;
 
}
hr
{
    border-width: 0;
    height: 1px;
    line-height: 0;
    margin: 0px 0px 30px 0px;
    padding: 30px 0px 0px 0px;
    page-break-after: always;
    text-align: center;
    border-bottom: 1px solid #d2d7db;
    width: 100%;
    clear: both;
}

hr.sparator
{
    border-width: 0;
    height: 1px;
    line-height: 0;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    page-break-after: always;
    text-align: center;
    width: 100%;
    clear: both;
}


/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2
{
    margin-bottom: 15px;
    font-family:Cambria;
    font-weight: normal;
}
h3, h4, h5, h6
{
    margin-bottom: 8px;
    font-family:Cambria;

    font-weight: normal;
}
h1, h2
{
    color: #b30004;
}
h3, h4, h5, h6
{
    color: #ff2a2e;
}
h4
{
    color: #3e0001;
    font-weight: bold;
}

h1
{
    font-size: 24px;
    line-height: 30px;
}
h2
{
    font-size: 21px;
    line-height: 23px;
}
h3
{
    font-size: 17px;
    line-height: 20px;
}
h4
{
    font-size: 13px;
    line-height: 20px;
}
h5
{
    font-size: 12px;
    line-height: 20px;
}
h6
{
    font-size: 11px;
    line-height: normal;
}


/* links */
a, a:visited
{
    text-decoration: none;
    color: #b30004;
}
a:hover
{
    text-decoration: none;
    color: #c70004;
}
a img
{
    border: none;
}

/* image */
img
{
    max-width: 100%;
}

/* float align */
.alignleft, img.alignleft
{
    display: inline;
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}
.alignright, img.alignright
{
    display: inline;
    float: right;
    margin-left: 15px;
    margin-top: 5px;
}
.aligncenter, img.aligncenter
{
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignnone, img.alignnone
{
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
}

img.alignleft, img.alignright, img.aligncenter, img.alignnone
{
    margin-bottom: 12px;
}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote
{
    margin-bottom: 15px;
}
ul, ol
{
    margin: 10px 0 20px 20px;
}
li ol, li ul
{
    list-style: square;
    margin-bottom: 0;
    margin-top: 0;
}
li ol
{
    list-style: decimal;
}

blockquote
{
    font-style: italic;
    margin: 0px 0 20px 0px;
    padding: 6px 10px 0px 10px;
    background-image: url('http://dvp8832zyv780.cloudfront.net/images/quote.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    clear: both;
    font-size: 13px;
    line-height: 20px;
}

blockquote p
{
    margin: 0px;
}


/* code */
code
{
    font-family:Cambria;
    letter-spacing: 1px;
    margin: 25px 0 25px 0px;
    display: block;
    font-size: 0.9em;
    border-left: 4px solid #dbdbdb;
    padding: 15px 10px;
}

.no-margin
{
    margin: 0px !important;
}

/*--------------------------------------------------------------*/

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #ffff;
    /*width: 1000px;*/
    top: 0px;
    left: 0px;
  width:100%;
  float:left;
  min-width:1100px;
}
.body
{
    /*width: 1000px;*/
    top: 0px;
    left: 0px;
    width:100%;
    min-width:1100px;
   
}

#top
{
    clear: both;
    margin-top: 26px;
    padding-bottom: 12px;
}

.logo
{
    float: left;
    padding-bottom: 15px;
    /*margin: 10px 0 10px 207px;*/
   margin: 10px 0 10px 15%;

}

#frame
{
    background: #fff;
    padding-bottom: 50px;
}

#nav
{
    position: relative;
    z-index: 100;
    float: left;
    padding: 0;
    width: 100%;
    background: url('https://dvp8832zyv780.cloudfront.net/images/bg-nav.png') repeat-x;
}

.main
{
    /*padding: 20px 25px 15px 25px;     margin-top:120px;*/
    min-height: 412px; /*width:943px;*/
    position: relative;
    background-color: White;
    z-index: 10px;
    top: 0px; /*left: 218px;*/
    width: 50%;
    margin: 120px auto 15px auto;
    padding: 0 auto 0 auto;
    min-width: 1000px;
    max-width: 1200px;
     font-size: 13px;
}
.mainindex
{
    /*padding: 20px 25px 15px 25px;     margin-top:120px;*/
    min-height: 412px; /*width:943px;*/
    position: relative;
    background-color: White;
    z-index: 10px;
    top: 0px; /*left: 218px;*/
    width: 50%;
    margin: 0px auto 15px auto;
    padding: 0 auto 0 auto;
    min-width: 1000px;
    max-width: 1200px;
     font-size:13px;
}
.submain
{
    float: left;
    padding: 10px 15px 15px 10px;
    width: 200px;
    position: inherit;
    font-size: 13px;
}
.maintext
{
    float: right;
    width: 743px;
}


#wrapper-footer
{
    background: #E6E6E6 repeat-x;
    width: 100%;
}

/*** FOOTER ***/
#banner-footer
{
    width: 1000px;
    margin: 0 auto;
    padding: 11px 0px;
    height: 3px;
}
#banner-footer img
{
    float: inherit;
}


.footer
{
    padding-top: 35px;
}
.footer h2.widget-title
{
    font-size: 17px;
    color: #2a2e31;
    font-family:Cambria;
}
.footer ul
{
    margin: 0px 0px 30px 0px;
    padding: 0px;
    list-style-type: none;
}
.footer .widget-container
{
    color: #b30004;
}
.footer .widget-container li
{
    list-style-type: none;
    background: url('http://dvp8832zyv780.cloudfront.net/images/arrow-footer.gif') no-repeat 0px 8px;
    padding-left: 13px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.footer .widget-container li a
{
    color: #7c7d7e;
}
.footer .widget-container li a:hover
{
    text-decoration: underline;
}

#copyright
{
    padding: 15px 35px;
    color: #7c7d7e;
    float: inherit;
}

.clear
{
    clear: both;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    overflow: hidden;
    font-size: 0px;
}

#sub
{
    margin-right: 85px;
}


/*** TOP AREA & MENU ***/
#top
{
    clear: both;
    margin-top: 26px;
    padding-bottom: 12px;
}

#logo
{
    float: left;
    padding-bottom: 15px;
}

#topsearch
{
    float: right;
}
#topsearch .inputbox
{
    width: 170px;
    padding: 4px 5px;
    background: #fff;
}


#nav
{
    position: relative;
    z-index: 100;
    float: left;
    padding: 0;
    width: 100%;
    background: url('https://dvp8832zyv780.cloudfront.net/images/bg-nav.png') repeat-x;
}

#frame.inner #nav
{
    height: 54px;
}

#nav select
{
    display: none;
}

#topnav
{
    margin: 0px 0 0 17px;
    margin-top: -5px;
    padding: 0;
    list-style-type: none;
    overflow: visible;
    position: relative;
    float: left;
    font-size: 13px;
    font-family:Cambria;
}

.sf-menu a:hover
{
    color: #fff;
    background: #ca0005;
}
.sfHover a, .sfHover a.sf-with-ul
{
    color: #fff;
}
.sfHover li a.sf-with-ul
{
    color: #2a2e31 !important;
}
.sf-menu ul li.sfHover > a
{
    color: #2a2e31;
}
.sf-menu a
{
    color: #fff;
    text-decoration: none !important; /*2a2e318*/
    display: block;
    position: relative;
    padding: 26px 20px 19px 20px !important;
    text-decoration: none;
    font-weight: normal;
}

.sf-menu li li
{
    border-bottom: 1px solid #f4f5f5;
    border-top: 1px solid #c1c1c2;
}

.sf-menu li a.current
{
    background: #ca0005;
    color: #fff;
}

.sf-menu li li:last-child
{
    border-bottom: 1px solid #f4f5f5;
}
.sfHover
{
    background: #ca0005;
}


/* Drop down menu */
.sf-menu ul a:hover
{
    background: transparent;
}
.sf-menu li li
{
    background: url('http://dvp8832zyv780.cloudfront.net/images/bg-dropdown.png');
}
.sf-menu li li:first-child
{
    border-top: 0px solid #e2e2e2;
}
.sf-menu li li li:first-child
{
    border-top: 1px solid #c7c7c7;
}

.sf-menu, .sf-menu *
{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}
.sf-menu
{
    line-height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    float: left;
}
.sf-menu ul
{
    position: absolute;
    top: -999em;
    width: 20em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li
{
    width: 100%;
}
.sf-menu li:hover
{
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li
{
    float: left;
    position: relative;
    margin: 0px 5px;
}

.sf-menu li li
{
    margin: 0px 0px;
}


.sf-menu li:hover ul, .sf-menu li.sfHover ul
{
    left: 0;
    top: 4.5em; /* match top ul list item height */
    z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul
{
    top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul
{
    left: 10em; /* match ul width */
    top: -1px;
    margin-left: 0px;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul
{
    top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul
{
    left: 10em; /* match ul width */
    top: -1px;
}
.sf-menu ul li a
{
    font-size: 11px;
    font-family:Cambria;
    padding: 10px 15px 10px 15px !important;
    color: #2a2e31;
}

.sf-menu ul li a:hover
{
    color: #ca0005;
}
.sf-menu li ul
{
    padding: 0px;
}
.sf-menu a.sf-with-ul
{
    padding-right: 0px;
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator
{
    position: absolute;
    display: block;
    right: 10px;
    top: 1.05em; /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
}

/*** ----------------------------------- ***/


#subnav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#subnav ul li
{
    display: inline; /*IE 6*/
}

#subnav ul li a
{
    display: block;
    background: #d9d9d9;
    width: 160px;
    text-decoration: none;
    padding: 4px /*padding for top, bottom*/ 7px /*padding for left, right*/;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #cccccc;
    border-left: 5px solid #333333;
    color: #333333;
}

#subnav ul li a:hover
{
    border-left-color: #FF0000;
    color: #CC0000;
    background: #c4c4c4;
}

#subnav ul li a.hover
{
    color: #CC0000;
    background: #c4c4c4;
}


/*** HEADER & SLIDER ***/

/*#header{ background:url(images/shadow.png) no-repeat bottom; margin-bottom:10px; }*/
#header
{
    background: url('https://dvp8832zyv780.cloudfront.net/images/shadow.png') repeat;
    margin-bottom: 0px;
}
.inner #header
{
    padding-bottom: 0px !important;
    background: none;
}

/* Slider */
#slider-container
{
    margin: 0px;
    clear: both !important;
}
.theme-default .nivoSlider
{
    position: relative;
    background: #fff url(loading.html) no-repeat 50% 50%;
    margin-bottom: 10px;
}

.theme-default .nivoSlider img
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.theme-default .nivoSlider a
{
    border: 0;
    display: block;
}

.theme-default .nivo-directionNav a
{
    display: block;
    width: 36px;
    height: 36px;
    background: url('http://dvp8832zyv780.cloudfront.net/images/arrows.png') no-repeat;
    text-indent: -9999px;
    border: 0;
}

.theme-default a.nivo-nextNav
{
    background-position: -36px 0;
    right: 30px;
}
.theme-default a.nivo-nextNav:hover
{
    background-position: -36px 0;
}

.theme-default a.nivo-prevNav
{
    left: 30px;
}

.theme-default .nivo-caption
{
    font-family:Cambria;
}

.theme-default .nivo-caption h1
{
    margin-bottom: 0px;
    color: #b30004;
}

#slider
{
    width: 100%;
    height: 388px;
    position: relative;
    overflow: hidden;
}


/* CONTENT */
.info-package .four.columns
{
    color: #fff;
    background-image: url('http://dvp8832zyv780.cloudfront.net/images/FrontPageIcon/background_R.png');
    background-repeat: no-repeat;
    /*background-image: url('http://dvp8832zyv780.cloudfront.net/images/apps.png');
    background-repeat: no-repeat;*/
}
.info-package .package
{
    padding:10px 0px 10px 5px;
    float: left;
    margin:0 auto 0 auto;
}

.info-package .package p
{
    margin:0px;
    padding:0px;
}

.info-package img
{
     padding:0 auto 20px auto;
     margin: 0 auto 0 auto;
     vertical-align:top;
     text-align:center;
    
}



.info-package .four.columns h1
{
    color: #fff;
    font-size: 11.5px;
    margin-bottom: 0px;
}
.info-package .four.columns ul
{
    margin: 0px;
    padding: 0px;
    float: left;
    list-style-type: none;
}
.info-package .four.columns ul li
{
    background: url('http://dvp8832zyv780.cloudfront.net/images/icons/icon-check.png') no-repeat 0px 8px;
    padding-left: 15px;
}
.info-package .four.columns .price
{
    float: left;
    font-size: 26px;
    padding:15px 0px 0px 30px;
}

.four.columns p
{
    overflow: hidden;
}



/*CSS for Menu control */
.menu1
{
    /*background-color: #E8E8E8;*/
    /*color:Black;*/
    color: #FFF;
    height: 25px;
    margin-bottom: 3px;
    padding-left: 5px;
    padding-top: 5px;
    width: 170px;
    background-image : url('http://dvp8832zyv780.cloudfront.net/images/menu.jpg');
    font-size: 9pt;
    font-family:Cambria;
    background-repeat: repeat-x;
    background-color: #b30004;
}






.menu2 a.static.selected
{
    /* background-color: #990000;*/
    background-image: url('http://dvp8832zyv780.cloudfront.net/images/menu-hover.jpg');
    width: 170px;
    /*color: #FFF !important;*/
    text-decoration: none;
    font-weight: bold;
      /*color:Black;*/
}

/*End of CSS for Menu control */

.gvPager
{
    padding: 6px;
    letter-spacing: 2em;
}

.PagerStyle table
{
    text-align: center;
    margin: auto;
}
.PagerStyle table td
{
    border: 0px;
    padding: 5px;
}
.PagerStyle td
{
    border-top: #999999 1px solid;
}
.PagerStyle a
{
    color: #333;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    border-left: solid 1px #fff;
    text-align: center;
    border-color: #EBEBEB #999 #999 #EBEBEB;
}
.PagerStyle span
{
    font-weight: bold;
    color: #333;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}


/* === Back to top button === */
#back-top
{
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 999;
}
#back-top a
{
    width: 60px;
    display: block;
    text-align: center;
    font: 8px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #666; /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover
{
    color: #F60;
}
/* arrow icon (span tag) */
#back-top span
{
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 7px;
    background: url('http://dvp8832zyv780.cloudfront.net/images/up-arrow.png') no-repeat center center; /* rounded corners */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span
{
    background: url('http://dvp8832zyv780.cloudfront.net/images/up-arrow-over.png') no-repeat center center; /*background-color: #999; */
}
