/* Rakesh Koneru  03/20/2012 */


/*General ========================================================================================*/
@charset "utf-8";
* {
    margin:0;
    padding:0;
}

.clearfix:after {
    content: ".";
    display:block;
    font-size:0;
    line-height:0;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

* html .clearfix {
    height:1%;
}

.clearfix {
    display:block;
}

.alingLeft 
{
    text-align:left;
    float:left;
}

.alingRight
{
    text-align: right;
    float: right;
}
.alingcenterright
{
    word-break: break-all;
    text-align: left;
    float: right;
}
.alingcenter
{
    text-align: center;
    float: center;
}
.fixer
{
    clear:both;
    margin: 20px 0px 0px 10px;
}


:focus {
    outline:none;
}

img {
    vertical-align:top;
}

p {
    padding:0 0 15px 0;
}

/* END General ========================================================================================*/
/* Branding ========================================================================================*/
html, body, .main_wrapper {
    height: 100%;
}

body > .main_wrapper {
    height: auto;
    min-height: 100%;
}

.main_wrapper {
    height:100%;
    min-height:100%;
    width:100%;
    position:relative;
}

html
{
    background-color: #aaa;
    overflow-y: scroll;
}

body 
{   height:auto;
    margin: 30px auto;
    width: 900px;
    padding: 20px;
     font-family:Arial;
    font:13px/20px "Arial",Arial,Helvetica,sans-serif;
    color:#333;
    background-color: #fff;/*#FFFFF0; /*#D3D3D3;*/
    text-shadow:1px 1px 0 #FFF;
    -moz-border-radius: 10px;
    border-radius: 10px;        
    -moz-box-shadow: 0 0 10px #555;
    -webkit-box-shadow: 0 0 10px #555;
    box-shadow: 0 0 10px #555;
}

#logo {
    font-size:40px;
    font-weight:normal;
    line-height:32px;
    padding:0 0 0 0;
    float:left;
}

#logo a {
    color:#424242;
    text-shadow:1px 1px 0px #FFF;
    text-decoration:none;
    position:relative;
    display:block;
}

#logo a em {
    display:block;
    font-size:11px;
    line-height:18px;
    text-transform:uppercase;
    font-style:normal;
    text-align:left;
    position:absolute;
    right:-4px;
    top:-8px;
}

#logo a span {
    display:block;
    font-size:12px;
    line-height:18px;
    text-transform:uppercase;
    text-align:left;
    letter-spacing:2px;
    padding-left:2px;
}

header, nav, section, footer {
    display:block;
}

.pageWidth
{    
    width:900px;
    margin:0 auto;
}

header {
    height:125px;
}

/* END Branding ========================================================================================*/
/* HEADING ========================================================================================*/
h1 {
    ;
}

h2,h3,h4,h5, .packageInfo label {
    font-family: Georgia, "Times New Roman", Times, serif;/*Arial, Sans-Serif,Helvetica;*/
    color: #003d71;/*#254467; /*#434343;*/
    text-shadow:1px 1px 0 #FFF;
    background:url(../images/heading-bg.png) repeat-x bottom;
}

h2{
    line-height:34px;
    font-size:34px;
    padding:0px 0 8px 0;
    margin-bottom:10px;
    font-weight:normal;
}

h3
{
    text-align:center;
    line-height:34px;
    font-size:24px;
    padding:5px 0 5px 0;
    margin-bottom:10px;
    font-weight:normal;
    font-style:italic;
    text-transform:capitalize;
}

h4, .packageInfo label{
    line-height:24px;
    font-size:18px;
    padding:5px 0 5px 0;
    margin-bottom:10px;
    font-weight:normal;
    font-style:italic;
    text-transform:capitalize;
    text-align:center;
}
h5, .packageInfo label{
    line-height:24px;
    font-size:16px;
    color:#891a1c;
    padding:5px 0 5px 0;
    margin-bottom:10px;
    font-weight:normal;
    font-style:italic;
    text-align:justify;
}
/* END HEADING ========================================================================================*/
/* Links AND Button ========================================================================================*/
a:focus{
    outline:none;
}

a {
    color:#434343;
}

.button {
    font-size:20px;
    font-family:Georgia, "Times New Roman", Times, serif;
    color:#434343;
    text-decoration:none;
    padding:10px 20px;
    display:block;
    float:right;
    margin:0 0 0 10px;
    background:#FFF;
    border:solid 1px #ccc;
    text-transform:uppercase;
    font-style:italic;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

/*button :hover, button :hover a
{
    background: #efefef ;
    border: 0px;
    color: #424242;
    text-decoration: none;
}*/

/* Links AND Button ========================================================================================*/
/* Main Navigation ========================================================================================*/
nav
{
    background-position: 0% 0%;
    height: 45px;
    text-align: center;
    position: relative;
    color: #fff;
    margin: 0 -30px 30px -30px;
    text-shadow: 0 1px rgba(0,0,0,.8);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .3);
    clear: both;
    background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
    background-color: #5c5c5c;
    background-repeat: repeat;
    background-attachment: scroll;
}
    
    nav:before, nav:after
    {
        border-style: solid;
        border-color: transparent;
        bottom: -10px;
    }
    
    nav:before
    {
        border-width: 0 10px 10px 0;
        border-right-color: #222;
        left: 0;
    }
    
    nav:after
    {
        border-width: 0 0 10px 10px;
        border-left-color: #222;
        right: 0;
    }    

nav {
    height:45px;
    background:#17345b;/*#254467;/*#434343;*/
    border:solid 1px #efefef;
    border-width:1px 0;
    opacity:.9;
    -moz-box-shadow:0 1px 0px #FFF;
}
  
nav ul{
    list-style:none;
    padding:0;
    font-size:15px;
}

nav li {
    display:inline-block;
    vertical-align:top;
    float:left;
}

nav li a {
    display:block;
    line-height:45px;
    color:#FFF;
    text-shadow:0px 0px 0 #000;
    text-decoration:none;
    text-transform:uppercase;
    padding:0 20px;
}

nav li a:hover, nav li.active a {
    background:#efefef;
    color:#424242;
    text-shadow:1px 1px 0 #FFF;
}

nav li.ordernow {
    float:right;
    padding:0 70px 0 0;
}

nav li ul
{
    background: #17345b;
    display: none;
    float:left;
    height: auto;
    padding: 0px;/* -12px 0px 0px;*/
    margin: 0px;
    border: 0px;
    position:absolute;
    width: 200px;
    z-index: 200; /*top:1em;
		/*left:0;*/
}
nav li:hover ul
{
    display:block;
}
	nav li li
{
    background: url('images/sub_sep.gif') bottom left no-repeat;
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 200px;
}
	nav li:hover li a
{
    background: none;
}
	nav li ul a
{
    display: block;
    height: 35px;
    margin: 0px;
    padding: 0px 10px 0px 15px;
    text-align: left;
}
nav li ul a:hover, nav li ul li:hover a
{
    background: #efefef url('Toolbar/navbgover.gif') center left no-repeat;
    border: 0px;
    color: #424242;
    text-decoration: none;
}
	nav p
{
    clear: left;
}
	
/* End Navigation ========================================================================================*/
nav:after, nav:before,
subnav:after,subnav:before,
 #dept-follow:after, #dept-follow:before
    {
        content: '';
        position: absolute;
    }
/* Start Department ======================================================================================*/
#dept-follow
{
    /*margin: 30px auto;*/
    font-size: 1.5em;/*.8em;*/
    font-weight: bold;
    position: relative;
    margin: -28px 0 5px 0px;
    float: left;
    color: #fff;
    padding: 10px 30px;
    text-shadow: 0 1px rgba(255,255,255,.8);
    background: #ddd; /*#003D71; /*#254467;/*#434343;*/
    border: solid 1px #efefef;
    border-width: 1px 0;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.8));
    -moz-box-shadow: 0 2px 2px #ccc;
    -webkit-box-shadow: 0 2px 2px #ccc;
    box-shadow: 0 2px 2px #ccc;
    text-decoration: none;
}
    
    #dept-follow:hover
    {
        background-color: #efefef;
         color:#fff;/*#424242;*/
         text-decoration: none;
    }    
    
    #dept-follow:before
    {
        left: -6px;
        top: 0;
         border-color: transparent #555 #555 transparent;
        border-style: solid;                
    }        

/* End Department ======================================================================================*/
/* Start Sub Heading =========================================================================================*/
subnav
{
    position: relative;
    width: 100%;
    font-size: large;
    font-weight: bold;
    padding: 6px 20px 6px 70px;
    margin: 30px 10px 10px -70px;
    color: #fff; /*#555;*/
    background-color: #003d71; /*#999;*/
    text-shadow: 0 1px rgba(0,0,0,.8);
    -webkit-box-shadow: 0px 2px 4px #888;
    -moz-box-shadow: 0px 2px 4px #888;
    box-shadow: 0px 2px 4px #888;
    opacity: .9;
}
    
    subnav.left
    {  
        float: left;
        margin: 0 -20px 30px -26px;
        padding: 10px 0 10px 30px; 
        background-image: -moz-linear-gradient(left,rgba(255,255,255,0), #fff);
        background-image: -webkit-linear-gradient(left,rgba(255,255,255,0), #fff);
		background-image: -o-linear-gradient(left,rgba(255,255,255,0), #fff);
		background-image: -ms-linear-gradient(left,rgba(255,255,255,0), #fff);
        background-image: linear-gradient(left,rgba(255,255,255,0), #fff);
    }
    
    subnav.right
{
    float: right;
    text-align: right;
    margin: 0 -26px 30px -20px;
    padding: 10px 30px 10px 0;
    background-image: -moz-linear-gradient(left,#fff, rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(left,#fff, rgba(255,255,255,0));
    background-image: -o-linear-gradient(left,#fff, rgba(255,255,255,0));
    background-image: -ms-linear-gradient(left,#fff, rgba(255,255,255,0));
    background-image: linear-gradient(left,#fff, rgba(255,255,255,0));
}    
    
    subnav:before, subnav:after
    {
        border-style: solid;
        border-color: transparent;
        bottom: -6px;
    }
    
    subnav.left:before
    {
        border-width: 0 6px 6px 0;
        border-right-color: #555;
        left: 0;
    }
    
    subnav.right:after
    {
        border-width: 0 0 6px 6px;
        border-left-color: #555;
        right: 0;
    }     

/* End Sub Heading =========================================================================================*/
/* Start Sub Navigation =========================================================================================*/
#subNavigation {
    float:right;
    list-style:none;
    margin:0;
    padding:2px 0 0 0;
}

#subNavigation li {
    float:left;
    margin:0 2px;
}

#subNavigation li a{
    float:left;
    margin:0 0px;
    line-height:25px;
    padding:0 5px;
    background:#e9e9e9;
    color:#B2b2b2;
    text-decoration:none;
}

#subNavigation li a:hover, #subNavigation li.active a{
    color:#333;
}

#accoutNav {
    margin:0;
    padding:15px 0 0 0px;
    float:right;
    list-style:none;
}

#accoutNav li {
    margin:0 0 0 1px;
    padding:0;
    float:left;
}

#accoutNav li a{
    float:left;
    margin:0 0px;
    line-height:25px;
    margin:0 10px;
    text-decoration:none;
}

#accoutNav li a.skypeicon{
    background: url(../images/icon-skype.png) no-repeat 0px center;
    padding:0 0px 0 23px;
}

#accoutNav li a.emailicon {
    background: url(../images/icon-mail.png) no-repeat 0px 2px;
    padding:0 0px 0 23px;
}

.editOption {
    margin:0;
    padding:0;
    float:right;
    list-style:none;
}

.editOption li{
    float:none;
    margin:0;
    padding:0;
    vertical-align:top;
    position:relative;
}

.editOption li ul {
    position:absolute;
    display:none;
    right:0;
    top:20px;
    width:100px;
    border:solid 1px #999;
    margin:0 ;
    padding:0;
    list-style:none;
}

.editOption li ul li {
    padding-bottom:1px;
}

.editOption li ul a{
    padding:0 10px;
    background:#e9e9e9;
    display:block;
}

.editOption li ul a:hover {
    background:#FFF;
}

.editOption li:hover ul {
    display:block;
}

#container {
    /* background:url(../images/middle.gif) repeat-x top;
    */
padding:5px 0 10px 0;
}

aside{
    display:block;
    width:290px;
    float:right;
}
.vertical-line
{
    display: inline;
    background-color: #798e74;
    width: 1px;
    height: 100%;
}
.column{
    width:48%;
    display:inline-block;
}

#widecolumn{
    width:640px;
    float:left;
}

section {
    display:block;
    padding-bottom:20px;
}

mark {
    color:#434343;
    background:transparent;
    font-weight:bold;
    font-family:"Times New Roman", Times, serif;
}

.list {
    margin:0;
    padding:0;
    list-style:none;
}

.list li{
    padding: 0 0 5px 20px;
    background:url(../images/arrow.gif) no-repeat left 5px;
}

/* Banner*/
#banner {
    border:solid 3px #f7f7f7;
    -moz-box-shadow:1px 1px 0 #d8d8d8,inset 0px 0px 150px #c0c0c0;/*#AA8C77;/*#d8d8d8*/
    -webkit-box-shadow:1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    box-shadow:1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:block;
    float:left;
    width:592px;
    height:240px;
    position:relative;
    margin-bottom:20px;
    background:url(../images/banner-background.png) no-repeat center top;
}
#phonebanner
{
    color: #000;
    text-align: center;
    table-layout: auto;
    border: solid 3px #f7f7f7;
    -moz-box-shadow: 1px 1px 0 #d8d8d8,inset 0px 0px 150px #c0c0c0;
    -webkit-box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    float: left;
    width: 590px;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    background: url(../images/banner-background.png) no-repeat center top;
}
#phonesbanner
{
    
    color: #000;
    text-align: center;
    table-layout: auto;
    border: solid 3px #f7f7f7;
    -moz-box-shadow: 1px 1px 0 #d8d8d8,inset 0px 0px 150px #c0c0c0;
    -webkit-box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    float: left;
    width: 285px;
    height: 285px;
    position: relative;
    margin-bottom: 20px;
    background: url(../images/banner-background.png) no-repeat center top;
}
    
#socialbanner
{
    color: #000;
    text-align: center;
    table-layout: auto;
    border: solid 3px #f7f7f7;
    -moz-box-shadow: 1px 1px 0 #d8d8d8,inset 0px 0px 150px #c0c0c0;
    -webkit-box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    float: right;
    width: 284px;
    height: 285px;
    position: relative;
    margin-bottom: 20px;
    background: url(../images/banner-background.png) no-repeat center top;
}
#verfiybanner
{  text-align  :center;
    border: solid 3px #f7f7f7;
    -moz-box-shadow: 1px 1px 0 #d8d8d8,inset 0px 0px 150px #c0c0c0;
    -webkit-box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display:block;
    float:right;
    width: 285px;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    /*background: url(../images/banner-background.png) no-repeat center top;*/
}
#unsubscribebanner
{  text-align:center;
    border: solid 3px #f7f7f7;
     -moz-box-shadow: 1px 1px 0 #d8d8d8,inset 0px 0px 150px #c0c0c0;
    -webkit-box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display:block;
    float:right;
    width: 285px;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    /*background: url(../images/banner-background.png) no-repeat center top;*/
}
#reviewbanner
{
    text-align:center;
    table-layout:auto;
    border: solid 3px #f7f7f7;
    -moz-box-shadow: 1px 1px 0 #d8d8d8,inset 0px 0px 150px #c0c0c0;
    -webkit-box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display:block;
    float:left;
    width: 590px;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    background: url(../images/banner-background.png) no-repeat center top;
}
#phonesreviewbanner
{
    text-align:center;
    table-layout:auto;
    border: solid 3px #f7f7f7;
    -moz-box-shadow: 1px 1px 0 #d8d8d8,inset 0px 0px 150px #c0c0c0;
    -webkit-box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display:block;
    float:left;
    width: 285px;
    height: 285px;
    position: relative;
    margin-bottom: 20px;
    background: url(../images/banner-background.png) no-repeat center top;
   
    }
  #addmorebanner
{  text-align  :center;
    border: solid 3px #f7f7f7;
    -moz-box-shadow: 1px 1px 0 #d8d8d8,inset 0px 0px 150px #c0c0c0;
    -webkit-box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display:block;
    float:right;
    width: 285px;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    /*background: url(../images/banner-background.png) no-repeat center top;*/
}  
#errorbanner
{
    font-style:normal;
    color:Maroon;
    border: solid 3px #f7f7f7;
    /*-moz-box-shadow: 1px 1px 0 #d8d8d8,inset 0px 0px 150px #c0c0c0;
    -webkit-box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    float: right;
    width: 284px;
    height: auto;
    position: relative;
    margin-bottom: 20px;
   
}
 #captchabanner
{  text-align  :center;
    border: solid 3px #f7f7f7;
    -moz-box-shadow: 1px 1px 0 #d8d8d8,inset 0px 0px 150px #c0c0c0;
    -webkit-box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display:block;
    float:right;
    width: 285px;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    /*background: url(../images/banner-background.png) no-repeat center top;*/
}
 #confirmationbanner
{
    padding:0 10px 0 10px;
    border: solid 3px #f7f7f7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    float: left;
    width: 600px;
    height: auto;
    position: relative;
    margin-bottom: 30px; /*background: url(../images/banner-background.png) no-repeat center top;*/
}
#salecallbanner
{
    color: #000;
    text-align: center;
    table-layout: auto;
    border: solid 3px #f7f7f7;
    -moz-box-shadow: 1px 1px 0 #d8d8d8,inset 0px 0px 150px #c0c0c0;
    -webkit-box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    float: left;
    width: 590px;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    background: url(../images/banner-background.png) no-repeat center top;
}
#consumerbanner
{
    text-align:left;
    table-layout:auto;
    border: solid 3px #f7f7f7;
    -moz-box-shadow: 1px 1px 0 #d8d8d8,inset 0px 0px 150px #c0c0c0;
    -webkit-box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display:block;
    float:left;
    width: 425px;
    height: 370px;
    position: relative;
    margin-bottom: 20px;
    background: url(../images/banner-background.png) no-repeat center top;
}
#salescallbanner
{
    text-align:left;
    table-layout:auto;
    border: solid 3px #f7f7f7;
    -moz-box-shadow: 1px 1px 0 #d8d8d8,inset 0px 0px 150px #c0c0c0;
    -webkit-box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display:block;
    float:right;
    width: 435px;
    height: 370px;
    position: relative;
    margin-bottom: 20px;
    background: url(../images/banner-background.png) no-repeat center top;
}
#offlinebanner
{
    
    text-align: right;
    border: solid 3px #f7f7f7;
    -moz-box-shadow: 1px 1px 0 #d8d8d8,inset 0px 0px 150px #c0c0c0;
    -webkit-box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    box-shadow: 1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    float:right;
    width: auto;
    height: auto;
    position: relative;
    margin-bottom: 20px;
   }
 #confirmationFACbanner
{  
    text-align:center;
    border:solid 3px #f7f7f7;
    -moz-box-shadow:1px 1px 0 #d8d8d8,inset 0px 0px 150px #c0c0c0;/*#d8d8d8*/
    -webkit-box-shadow:1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    box-shadow:1px 1px 0 #d8d8d8, inset 0px 0px 150px #c0c0c0;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:block;
    float:left;
    width:750px;
    height:auto;
    position:relative;
    margin-bottom:20px;
    
}
input, 
textarea, 
input[type=search] {
	background: #f4f4f4;
	border: solid 1px #a3a3a3;
	padding: 5px 10px;
	font: 15px "Times New Roman", Times, serif;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
	box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}


.bannerBox {
    border:solid 3px #f7f7f7;
    -moz-box-shadow:1px 1px 0 #d8d8d8, inset 0px 0px 150px #d8d8d8;
    -webkit-box-shadow:1px 1px 0 #d8d8d8, inset 0px 0px 150px #d8d8d8;
    box-shadow:1px 1px 0 #d8d8d8, inset 0px 0px 150px #d8d8d8;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:block;
    position:relative;
    background:url(../images/banner-background.png) no-repeat center center;
    padding:10px 20px;
}

.bannerBox.column {
    width:44%;
}

.bannerBox .pPrice {
    font-size:30px;
    line-height:40px;
    color:#434343;
    font-family:"Times New Roman", Times, serif;
    font-style:italic;
}

.bannerpagination {
    position:absolute;
    bottom:0px;
    left:0;
    background: #720c13;/*#434343;*/
    height:61px;
    display:block;
    width:590px;
    color:#FFF;
    list-style:none;
    margin:0;
    padding:0;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
}

.bannerpagination li {
    float:left;
    padding:8px 20px 0 20px;
    border-right:solid 1px #333;
    text-shadow:1px 1px 0 #000;
    width:135px;
    line-height:16px;
    height:53px;
}

.bannerpagination li a{
    color:#FFF;
    text-decoration:none;
}

.bannerpagination li span {
    display:block;
    text-transform:uppercase;
    font-size:18px;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-style:italic;
}

.bannerpagination li.ourprosses{
    width:160px;
}

.bannerpagination li.download{
    width:165px;
    border-right:0px;
}
.bannerpagination li.next{
    width:105px;
    float:right;
    border-right:0px;
}

.slideContainer {
    display:block;
    position:relative;
    width:620px;
    height:240px;
    overflow:hidden ;
}

.slideContainer .slides {
    position:absolute;
    top:0;
    left:0;
    list-style:none;
    padding:0;
    margin:0;
}

.slideContainer .slides li {
    position:absolute;
    top:0;
    width:620px;
    margin:0;
    padding:0;
}

.bannerContainer {
    display:block;
    padding:2px 0px 0 2px;
    font-size:22px;
    line-height: 30px;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-style:italic;
    text-transform:capitalize;
}

.bannerOurprosses {
    padding:2px 0px 0 2px;
}

.crossBrowseTesting {
    list-style:none;
    margin:0;
    padding:0;
}

.crossBrowseTesting li {
    float:left;
    margin-right:30px;
    width:54px;
    height:58px;
    background:url(../images/icon.png) no-repeat left top;
}

.crossBrowseTesting li.ie {
    background-position:0 0;
}

.crossBrowseTesting li.safari {
    background-position:-70px 0;
}

.crossBrowseTesting li.chrome {
    background-position:-140px 0;
}

.crossBrowseTesting li.opera {
    background-position:-217px 0;
}

.crossBrowseTesting li.ff {
    background-position:-293px 0;
}

/* FORM ========================================================================================*/
fieldset {
    margin:0;
    padding:0;
    border:0;
    background:none;
}

fieldset ul {
    list-style:none;
    margin:0;
    padding:0;
}

fieldset ul li {
    padding-bottom:20px;
}

fieldset label {
    display:block;
    padding-bottom:8px;
}

fieldset label input {
    vertical-align:middle;
}

fieldset input[type=text], fieldset input.input, fieldset input[type=file], fieldset textarea, fieldset select, fieldset input[type=radio], fieldset input[type=checkbox]
{
    border: solid 1px #a3a3a3;
    padding: 5px 10px;
    font: 15px "Times New Roman" , Times, serif;
    color: #333333; 
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
    box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 90%;
    -moz-appearance: none;
    /*-webkit-appearance: none;*/
    font-weight: normal;
    background: #f4f4f4;
}
	
	
	

fieldset textarea {
    height:180px;
}

fieldset input.error {
    border-color:red;
}

fieldset .submit, .UPloadsubmit{
    border:solid 1px #ccc;
    padding:10px 30px;
    font-size:18px;
    color:#333333;
    -moz-box-shadow:inset 2px 2px 5px #eee;
    -webkit-box-shadow:inset 2px 2px 5px #eee;
    box-shadow:inset 2px 2px 5px #eee;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    font-weight:normal;
    cursor:crosshair;
    text-transform:uppercase;
    text-decoration:none;
}

fieldset .total {
    text-align:right;
}

fieldset .total .cost {
    font-size:35px;
    font-weight:bold;
    display:block;
    line-height:40px;
}

fieldset .total .date {
    font-size:18px;
}

.orderPrice {
    display:block;
    float:left;
    font-size:50px;
    font-family:"Times New Roman", Times, serif;
    padding:20px 10px 0 0 ;
}

.packageInfo p {
    overflow:hidden;
}

.buttonRow {
    background:url(../images/heading-bg.png) repeat-x top;
    padding-top:20px;
}

.pageHeader
{
    font-size: 26px;
    text-align: center;
    display: block;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 30px;
    color: #990000;
    font-family: 'Times New Roman' , Times, serif;
    background-color: #FFFFFF;
}

.priceDetail {
    border:solid 3px #f7f7f7;
    -moz-box-shadow:1px 1px 0 #d8d8d8;
    -webkit-box-shadow:1px 1px 0 #d8d8d8;
    box-shadow:1px 1px 0 #d8d8d8;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:block;
    text-align:center;
    padding:25px 0;
}

.priceDetail .price {
    font-size:50px;
    font-weight:bold;
    display:block;
    line-height:60px;
}

.priceDetail span {
    display:block;
    font-size:18px;
}

.numberlast {
    display:block;
    border:solid 3px #f7f7f7;
    -moz-box-shadow:1px 1px 0 #d8d8d8;
    -webkit-box-shadow:1px 1px 0 #d8d8d8;
    box-shadow:1px 1px 0 #d8d8d8;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    float:left;
    text-decoration:none;
    font-size:20px;
    font-weight:bold;
    padding:2px 10px;
    margin:0 8px 0 0;
}

.totalpage{
    font-size:18px;
    line-height:30px;
    font-style:italic;
}

.pagination {
    text-align:center;
    margin:0;
    list-style:none;
    padding:10px 0 0 0;
}

.pagination li{
    list-style:none;
    display:inline-block;
    margin:0 2px;
    padding:0 5px;
    background:#e9e9e9;
    border:solid 1px #B2b2b2;
    color:#B2b2b2;
}

.pagination li:hover {
    cursor: pointer;
    background:#e9e9e9;
}

.pagination li.active {
    background:none;
    border-color:#EEE;
}

.tabledata 
{
    
    margin:0;
    padding:0;
    border:solid 1px #FFF;
    border-width:1px 1px 0 1px;
}

.tabledata a {
    text-decoration:none;
}

.tabledata th {
    text-align:left;
    background:#e9e9e9;
    padding:4px;
    border-bottom:solid 1px #FFF;
}

.tabledata td {
    border-bottom:solid 1px #FFF;
    padding:4px;
}

#ajaxloding {
    background:url(../images/banner.png);
    height:100%;
    width:100%;
    position:absolute;
    left:0;
    top:0;
    display:none;
}

#ajaxloding .ajaxlodingCanterner{
    background:url(../images/ajax-loader2.gif) no-repeat center center;
    display:block;
    width:100%;
    height:100%;
}

#portfolioContainer {
    margin:0;
    padding:0;
}

#portfolioContainer ul {
    display:block;
    list-style:none;
    padding:0;
    width:300px;
    position:relative;
    height:300px;
    margin:0 auto;
}

#portfolioContainer ul li {
    border:solid 1px #FFF;
    padding:5px;
    position:absolute;
    width:290px;
    height:290px;
    left:0;
    top:0;
}

#protfolioList {
    margin:0;
    padding:5px 0 0 0;
    list-style:none;
}

#protfolioList li {
    float:left;
    margin:0 10px 20px 8px;
    padding:0;
    width:298px;
    height:250px;
    overflow:hidden;
    position:relative;
    border-bottom:dashed 1px #ccc;
    position:relative;
}

#protfolioList li img {
    border:solid 4px #FFF;
    background:#eee;
    -webkit-box-shadow:0px 2px 3px #ccc, inset 0px 0px 2px #000;
    -moz-box-shadow:0px 2px 3px #ccc, inset 0px 0px 3px #000;
    box-shadow:0px 2px 3px #ccc, inset 0px 0px 2px #000;
    margin:0 0px 15px 0px;
    width:290px;
    display:block;
}

 #protfolioList .projectInfo {
    position:absolute;
    left:0;
    top:160px;
    width:290px;
    text-align:center;
    opacity:0;
    filter:alpha(opacity=0);
}

#protfolioList .projectInfo a {
    display:inline-block;
    background:url(../images/button.png) repeat-x top;
    border:solid 1px #ccc;
    height:24px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    line-height:24px;
    padding:0 15px;
    text-decoration:none;
}

#fade {
    background:#000;
    opacity:0.5;
    filter:alpha(opacity=50);
    position:fixed;
    width:100%;
    height:100%;
    display:block;
    left:0;
    top:0;
}

#viewCode {
    position:fixed;
    width:94%;
    left:3%;
    top:3%;
    height:94%;
    overflow:auto;
    display:block;
    background:#FFF;
}

#viewCode iframe{
    width:100%;
    height:100%;
    display:block;
    border:0;
}

#viewCode .closewin {
    position:absolute;
    right:0px;
    top:0px;
    z-index:99999;
    background:#eee;
    border:solid 1px #ccc;
    padding:2px 5px;
    text-decoration:none;
}

/* Footer===============================================*/
footer {
    height:40px;
    border-top:dashed 1px #ccc;
    font-size:11px;
    text-align:center;
    line-height:16px;
    text-transform:uppercase;
    padding:5px 0 20px 0;
}

footer span {
    text-transform:none;
}
/*END Footer*/
.page
{
    padding: 0 100px 0 100px;
    font-family: Cambria;
}
 div, img, dl,
  dt, dd, ol, ul, li, table, tr, td, form, object, embed,
  article, aside, canvas, command, details, fieldset,
  figcaption, figure,  group, header, hgroup, legend,
  mark, menu, meter,  output, progress, section, summary,
  time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  }
  
.checkbox, .radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(checkbox.png) no-repeat;
  display: block;
  clear: left;
  float: left;
}
.radio {
  background: url(radio.png) no-repeat;
}

[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

.button
{
    background-color: #17345b;
     
    }