/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */


/* form classes */

form {
    margin-bottom: 0px;
}

input, textarea, select {
    border-style: solid;
    border-width: 1px;
}

.no-border {
    border-style: solid;
    border-width: 0px;
}


/* page default settings */

body, td {
    font-family: arial, verdana, helvetica;
    color: #333;
    font-size: 12px;
    line-height:1.4em;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #024f97;
    /*margin-top: 5px; Commented By Subodh*/
    margin-top: 20px;
    margin-bottom: 15px;
}

.full-size-table {
    width: 850px;
    height: 100%;
}

.row1 {
    height: 5%;
    vertical-align : top;
    background-color: #fff;
}

.row2 {
    height: 90%;
    vertical-align : top;
    background-color:#fff;
}

.row3 {
    height: 5%;
    vertical-align : top;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover{
    color: #000;
}

b, strong {
    font-family: arial;
}

.pad-left{
    padding-left:  25px;
}

.pad-lefta{
    padding-left:  15px;
}

/* images */

.header {
    background-image: url("static_images/header.jpg");
    background-repeat : no-repeat;
}

.header1 {
    background-image: url("static_images/header.jpg");
    background-repeat : no-repeat;
}

.top-gred {
    /*background-image: url("templates_nanton/static_images/top-gred.jpg"); Commented By Subodh */
    background-repeat : repeat-x;
}

.pass-box {
    background-image: url("templates_nanton/static_images/pass-box.jpg");
    background-repeat : no-repeat;
}

.bullet {
    background-image: url("templates_nanton/static_images/bullet1.gif");
    background-repeat : no-repeat;
    background-position: 25px 6px;
    padding: 2px 1px 3px 35px;
}

.bullet2 {
    background-repeat : no-repeat;
    background-position: 25px 6px;
    padding: 2px 1px 3px 35px;
}


.bulleta {
    background-image: url("/templates_nanton/static_images/bullet2.gif");
    background-repeat : no-repeat;
    background-position: left 6px;
    padding: 2px 1px 3px 12px;
}

/* links */

.top-nav a {
    font-family: arial;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding:6px 25px 7px 25px;
    display: block;
}

.top-nav a:hover{
    color: #fff;
    background-color: #6abde9;
}

.current {
    background-color: #6abde9;
}

.left-nav a {
    font-family: arial;
    color: #055382;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background-image: url("templates_nanton/static_images/bullet.gif");
    background-repeat: no-repeat;
    background-position: 20px 8px;
    padding: 5px 5px 6px 31px;
    border-bottom: #fff 1px solid;
    display: block;
}

.left-nav a:hover{
    color: #055382;
    background-color: #7fc7ec;
}

/* background colours */

.blue {
    background-color: #2aa1df;
}

.bluea {
    background-color: #024f97;
}

.blueb {
    /*background-color: #b5ddf5;    Commented by Subodh*/
    background-color: #CFE9F8;
}

.bluec {
    /*background-color: #3d75ac; Commented by Subodh */
    background-color: #A8D7F1;
}

.blued {
    background-color: #eef6fd;
}

.bluee {
    background-color: #c5e5f8;
}

.bluef {
    background-color: #90bbe4;
}

.blueg {
    background-color: #e2f2f9;
}

.blueh {
    background-color: #bbe0f3;
}

.green {
    background-color: #f3fff3;
}

.greena {
    background-color: #bceff3;
}

.gray {
    background-color: #f8f8f8;
}

/* borders */

.left-right {
    border-left : #90bbe4 1px solid;
    border-right : #90bbe4 1px solid;
    padding: 0px 15px 0px 15px;
}

.left-top-right {
    border-left : #90bbe4 1px solid;
    border-top : #90bbe4 1px solid;
    border-right : #90bbe4 1px solid;
    padding: 10px;
}

.top-right {
    border-top : #90bbe4 1px solid;
    border-right : #90bbe4 1px solid;
    padding: 5px 5px 5px 30px;
}

.top-righta {
    border-top : #90bbe4 1px solid;
    border-right : #90bbe4 1px solid;
}

.top {
    border-top : #90bbe4 1px solid;
}

.right {
    border-right : #90bbe4 1px solid;
}

.bottom {
    border-bottom : #90bbe4 1px solid;
}

.left {
    border-left : #90bbe4 1px solid;
}

.border {
    border : #90bbe4 1px solid;
    padding: 10px 0 10px 0;
}
.gray-border {
    border : #ccc 1px solid;
    padding: 3px;
}

.blue-border {
    border : #bbe0f3 1px solid;
}

.blue-bordera {
    border : #125ea6 3px solid;
}

.white-border {
    border-right : #fff 1px solid;
}

/* text */

.blue-txt {
    /* color: #add6f0; Commented By Subodh*/
    color: #024F97;


}

.blue-txta {
    color: #024c93;
}

.blue-txtb {
    color: #4a90d0;
}

.blue-txtc {
    color: #2aa1df;
}

.blue-txtd {
    color: #2687b9;
}

.blue-txtd2 {
    font-size:larger;
    color: #2687b9;
}

.blue-txte {
    color: #406b84;
}

.white-txt {
    color: #fff;
}

.red-txt {
    color: #ff0000;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
    font-family: arial;
    margin: 0px;
    line-height: normal;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 13px;
}

/* New Css by Subodh */

a img{
    border:none;
}
#header_new{
    background-image: url('/templates_nanton/static_images/header-new.jpg');
    width:850px;
    height:116px;
    background-position: 1px 1px;
    position:relative;
    padding:0px;
}
.clearfloats{
    clear:both;
}
ul#top-navigation{
    list-style: none;
    margin:0px;
    position:absolute;
    right:30px;
    top:0px;
}
ul#top-navigation li{
    float:left;
    margin-left:6px;
    color:#fff;
    display:inline;

}
ul#top-navigation li a:link{
    float:left;
    color:#fff;
    border-right: 1px solid #fff;
    padding-right:6px;
    line-height: 14px;
    display:inline;
    margin-top: 10px;
}

ul#top-navigation li a:hover{
    color:#024E99;
    border-right: 1px solid #fff;
}

ul#top-navigation li a:visited{
    float:left;
    color:#fff;
    border-right: 1px solid #fff;
    padding-right:6px;
    line-height: 14px;
    display:inline;
    margin-top: 10px;

}

ul#top-navigation li a.onpage{
    color:#024E99;
    border-right: 1px solid #fff;
}


.top_menu_last_item{
    border-right: 0px solid #fff !important;
}

#top-secondry-nav{
    height:40px; width:100%; background:#2BA1DF; border-top: 1px solid #fff; border-bottom: 1px solid #fff;
}
#top-secondry-nav ul{
    margin-left:200px;
    margin-top:0px;
    list-style: none;
    padding-left: 0px;

}
#top-secondry-nav ul li{
    padding:10px 30px 10px 30px;
    float:left;
    text-align: center;
}
#top-secondry-nav ul li:hover{
    background-color: #024E99;
}
#top-secondry-nav ul li.selected{
    background-color: #024E99;
}


#top-secondry-nav ul li a{
    font-size: 18px;
    font-weight: bold;
    color:#fff;

    text-align: center;
}


#sidebar{
    width:200px;
}
#content-area{
    width:650px;
}
#home-featured-data{
    margin:10px 0px 18px 18px;
}
#home-featured-data a img{
    margin-right:3px;
    margin-bottom:5px;
}
#sidebar_new{
    /* width:185px;*/
    width:200px;
    padding:0px;
    margin-top:20px;
}
#sidebar_menu{
    /* width:185px;*/
    width:200px;
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}
#sidebar_menu li{
    position:relative;
    z-index: 9;
    /*    padding-left: 30px;
        margin: 3px 0px;
        padding-top:4px;
        padding-bottom: 4px;
        width:200px;*/
}
#sidebar_menu li ul{
    position:absolute;
    left:160px;
    top:0px;
    display:none;
    width:200px;
    list-style:none;
}

#sidebar_menu li a {
    display: block;
    text-decoration: none;
    color:#024E99;
    background-color:#CFE9F8;
    padding: 5px;
    padding-left:30px;
    border-bottom: 0;
    z-index:1;
}
#sidebar_menu li ul li a {
    z-index:2;
}	

#sidebar_menu li a:hover{
    background-color: #024E99;
    border-left: 1px solid #cfe9f8;
    color:#CFE9F8;
}

#sidebar_menu li:hover ul { display: block; }	

/* Fix IE. Hide from IE Mac \*/
* html #sidebar_menu li { float: left; }
* html #sidebar_menu li a { height: 1%; }


/* End */
#sidebar_menu li:hover ul{ 
    display: block; }

#sidebar_menu li.over ul {
    display:block;
}

.sidebaritem{
    margin-left:15px;
    margin-top:10px;
}
.intro{
    width:550px;
    margin-left:50px;
    color:#024F97;
    text-align:left;
    position:relative;
    z-index:0;
}
#featured-product{
    margin-left:20px;
}
#featured-coupon{
    margin-left:15px;
}
#about-page h1,h2,h3{
    color:#2BA1DF;
}
#about-page{
    padding:30px 50px;
    color:#024F97;
}
#misc-page{
    padding:30px 50px;
}
#misc-page h2{
    color:#024F97;

}

#misc-page .arrowed{
    list-style-position: outside;
    list-style-image: url('templates_nanton/static_images/arrow_blue_dotted_r.gif');
    text-indent:5px;
    padding-left:15px;
}
.boldblue{
    color:#024F97;
    font-size:13px;
    font-weight:bold;
}
.arrowed{
    list-style-position: outside;
    list-style-image: url('templates_nanton/static_images/arrow_icon.gif');
    text-indent:5px;
    padding-left:15px;
}
#links-page{
    padding:30px 50px;
    background:#fff url('templates_nanton/static_images/helpful-links.jpg') no-repeat right 100px;

}
#links-page hr{
    color:#eaeaea;
}

#links-page a{
    text-decoration:underline;
    line-height:20px;
    color:#000;
}
#products-page{
    padding:30px 0px 30px 20px;

}
#products-page td{
	width:200px;
    padding:5px;
    text-align:center;
    line-height:15px;
    border-top:1px solid #CFE9F8;
    padding-bottom:20px
}
.price{
    text-align:center;
}

#coupons-page{
    padding:30px 50px;
}

#login-page{
    padding:30px 10px;
}


#login-page-bottom{
    padding:30px 0px 30px 30px;
}
#login-page-bottom p{
    width:600px;
}
.coupon{
    width:280px;
    border:2px dashed #000;
    float:left;
    margin-left:10px;
    padding:10px;
    margin-bottom:10px;


}
.coupon img{
    float:right;
    margin-left:10px;
}

#login-box{    
    width:600px;
	width:632px\9;
    height:144px;
	height:194px\9;
	background:#fff url('/templates_nanton/static_images/login.jpg') no-repeat;
    padding-top:50px;
    padding-left:30px;
    padding-right:0px;	
	display:block;
}


.label{
    width:100px;
    float:left;
    color:#000;
}
#login-box input{
    margin-bottom:4px;
    border:1px solid #ddd;

}

.blue-txt  a{
    color: #024F97;
}
.blue-txt a:hover, a:visited, a:link, a:active{
    color: #024F97;
}
