/* CSS Document */
/*
        Project Name:	Win-Win Service Provider
        Start Date:	06 Feb 2012
        Developed by:	WINWINSP TEAM
        Description:	
        
        Index:  CSS FOR TAGS
                CSS FOR LAYOUTS
                    -siteHeader
                    -siteBody
                    -siteFooter
                CSS FOR FORMS
                CSS FOR COMMON CLASSES
*/

/*++++++++++++++++++++++++++++++
  |         CSS FOR TAGS       |
  ++++++++++++++++++++++++++++++*/
body {
    margin: 0 auto;	
}
a {
    text-decoration: none;
}
a img {
    border: none;	
}
hr {
    margin: 0;
    border: 1px solid #527800;
}
p {
    font-family: "Droid Sans";
    font-size: 16px;	
}
* {
    margin: 0;
}
#toTop {
    width:100px;
    border:1px solid #ccc;
    background:#000;
    text-align:center;
    position:fixed; /* this is the magic */
    bottom:10px; /* together with this to put the div at the bottom*/
    right:-85px;
    cursor:pointer;
    display:none;
    color:#fff;
    font-family:verdana;
    font-size:12px;
    padding: 3px 5px 6px 5px;
}
#toTop span {
    font-size: 14px;
    font-weight: bold;
    padding-right: 8px;
}
#toTop:hover {
    right:0px;
}

/*+++++++++++++++++++++++++++++++++
  |         CSS FOR LAYOUTS       |
  +++++++++++++++++++++++++++++++++*/
/*----------------[header]-----------------*/  	
header {
    background: #161616;
    height: 79px;	
}
header nav { background: none;}
#topMenu {
    padding-top: 50px;
}
#topMenu li {
    display: inline;
}
#topMenu li a {
    background: -moz-linear-gradient(top, #414448, #070707); 
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding: 10px 8px;
}
#topMenu li a:hover {
    background: -moz-linear-gradient(top, #537900, #99cc00, #729800); 
    color: #050606;
}


/*----------------[nav]-----------------*/  	
nav {
    background: url(../images/layouts/bg_nav.png) repeat-x top left;
    height: 364px;	
}
/* ---------- hidden ONLY if CSS is enabled.  If disabled, image is rendered ---------- */
img.image{ display: none; }

dl#officeMap{
    margin: 0;
    padding: 0;
    background: transparent url(../images/layouts/my_image_noCSS.png) top left no-repeat;
    height: 359px;
    width: 980px;
    position: relative;
}

dt{ margin: 0; padding: 0; position: absolute; font-size: 85%; display: none; }
dd{ margin: 0; padding: 0; position: absolute;  font-size: 85%; }

/* ---------- Hotspot Declarations ---------- */
dd#siteDesignDef{ top: 162px; left: 50px; }
dd#siteDesignDef a{ position: absolute; width: 164px; height: 135px; text-decoration: none;}
dd#siteDesignDef a span{ display: none; }
dd#siteDesignDef a:hover{ background: transparent url(../images/layouts/my_image.png) -50px -162px no-repeat; border: 2px dotted #000; border-radius: 10px; box-shadow: 2px 2px 10px #DFEBAC;}	

dd#siteDesignDef a:hover span{
    display: block;
    text-indent: 0;
    vertical-align: top;
    color: #000;
    background-color: #F4F4F4;
    font-weight: bold;
    position: absolute;
    border: 1px solid #BCBCBC;
    top: 100%;
    margin: 0;
    padding: 5px;
    width: 100%;
}

dd#domainRegDef{ top: 34px; left: 171px; }
dd#domainRegDef a{ position: absolute; width: 100px; height: 80px; text-decoration: none; }
dd#domainRegDef a span{ display: none; }
dd#domainRegDef a:hover{ background: transparent url(../images/layouts/my_image.png) -171px -34px no-repeat; border: 2px dotted #000; border-radius: 10px; box-shadow: 2px 2px 10px #DFEBAC;}
dd#domainRegDef a:hover span{
    display: block;
    text-indent: 0;
    vertical-align: top;
    color: #000;
    background-color: #F4F4F4;
    font-weight: bold;
    position: absolute;
    border: 1px solid #BCBCBC;
    top: 100%;
    margin: 0;
    padding: 5px;
    width: 100%;
}

dd#siteDevelopmentDef{ top: 100px; left: 349px; }
dd#siteDevelopmentDef a{ position: absolute; width: 165px; height: 132px; text-decoration: none; }
dd#siteDevelopmentDef a span{ display: none; }
dd#siteDevelopmentDef a:hover{ background: transparent url(../images/layouts/my_image.png) -349px -100px no-repeat; border: 2px dotted #000; border-radius: 10px; box-shadow: 2px 2px 10px #DFEBAC; }
dd#siteDevelopmentDef a:hover span{
    display: block;
    text-indent: 0;
    vertical-align: top;
    color: #000;
    background-color: #F4F4F4;
    font-weight: bold;
    position: absolute;
    border: 1px solid #BCBCBC;
    bottom: 100%;
    margin: 0;
    padding: 5px;
    width: 100%;
}

dd#desktopPubDef{ top: 78px; left: 546px; }
dd#desktopPubDef a{ position: absolute; width: 80px; height: 65px; text-decoration: none; }
dd#desktopPubDef a span{ display: none; }
dd#desktopPubDef a:hover{ background: transparent url(../images/layouts/my_image.png) -546px -78px no-repeat; border: 2px dotted #000; border-radius: 10px; box-shadow: 2px 2px 10px #DFEBAC; }
dd#desktopPubDef a:hover span{
    display: block;
    text-indent: 0;
    vertical-align: top;
    color: #000;
    background-color: #F4F4F4;
    font-weight: bold;
    position: absolute;
    border: 1px solid #BCBCBC;
    bottom: 100%;
    margin: 0;
    padding: 5px;
    width: 250%;
}

dd#creditUnionDef{ top: 30px; left: 712px; }
dd#creditUnionDef a{ position: absolute; width: 110px; height: 90px; text-decoration: none; }
dd#creditUnionDef a span{ display: none; }
dd#creditUnionDef a:hover{ background: transparent url(../images/layouts/my_image.png) -712px -30px no-repeat; border: 2px dotted #000; border-radius: 10px; box-shadow: 2px 2px 10px #DFEBAC; }
dd#creditUnionDef a:hover span{
    display: block;
    text-indent: 0;
    vertical-align: top;
    color: #000;
    background-color: #F4F4F4;
    font-weight: bold;
    position: absolute;
    border: 1px solid #BCBCBC;
    bottom: 100%;
    margin: 0;
    padding: 5px;
    width: 250%;
}

dd#itTrainingDef{ top: 159px; left: 798px; }
dd#itTrainingDef a{ position: absolute; width: 165px; height: 131px; text-decoration: none; }
dd#itTrainingDef a span{ display: none; }
dd#itTrainingDef a:hover{ background: transparent url(../images/layouts/my_image.png) -798px -159px no-repeat; border: 2px dotted #000; border-radius: 10px; box-shadow: 2px 2px 10px #DFEBAC; }
dd#itTrainingDef a:hover span{
    display: block;
    text-indent: 0;
    vertical-align: top;
    color: #000;
    background-color: #F4F4F4;
    font-weight: bold;
    position: absolute;
    border: 1px solid #BCBCBC;
    bottom: 100%;
    margin: 0;
    padding: 5px;
    width: 250%;
}

/*----------------[mainContant]-----------------*/  	
#mainContant {
    background: -moz-linear-gradient(top, #8892c7, #8892c7, #bcc1df);
    padding-bottom: 60px;
    padding-top: 15px;
}
#mainContant aside {
    /*background-image: url(../images/layouts/special_effect.png), url(../images/layouts/special_effect1.png);
    background-position: bottom left, top right;
    background-repeat: no-repeat;*/
    background: -moz-linear-gradient(top, #009bcf, #046c96);
    width: 210px;
    border-radius: 0 60px 0 60px;
    text-align: center;
    position: relative;
    top: -15px;
    margin-left: 10px;
    height: 300px;
}
#mainContant aside h3 {
    font-family: 'Belleza', sans-serif;
    text-transform: capitalize !important;
    font-size: 1.2em;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 2px 0 8px #c1df6e;
}
#mainContant aside.requestQuote img {
    position: relative;
    top: -16px;
    left: -85px;
    -moz-transform: rotate(-60deg) scale(1) skew(1deg) translate(10px);
}
#mainContant aside ul {
    text-align: left;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}
#mainContant aside ul li {
    background: url(../images/layouts/pen.png) no-repeat top left;
    margin-bottom: 8px;
    list-style: none;
    margin-left: -30px;
    padding-left: 20px;
    height: 20px;
}
#mainContant aside a:hover {
    opacity: 1.0;
}
#mainContant aside a {
    background: -moz-radial-gradient(135% 115% , #9BCC0D 70%, #779F01 67%) repeat scroll 0 0 transparent;
    border-radius: 8px;
    padding: 5px 8px;
    color: #f5f6f6;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    opacity: .5;
    bottom: -25px;
    font-weight: bold;
}
#mainContant aside div {
    position: relative;
    left: -73px;
    bottom: -60px;
}
artical {
}
artical h1, artical h3 {
    color: #fff;	
    padding: 10px 0 10px 0;
    font-family: 'Belleza', sans-serif;
    text-transform: capitalize !important;
    font-size: 1.9em;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    text-shadow: none;
}
artical h3 {
    font-size: 24px;
}
artical ul {
    margin-bottom: 10px;
}
artical ul li {
    font-family: 'Droid Serif', serif;
    text-align: justify;
    font-size: 1.0em;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
}
artical p {
    width: 800px;
    font-family: 'Droid Serif', serif;
    text-align: justify;
    font-size: 1.0em;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.5;
}

/*----------------[trainingSection]-----------------*/
#trainingSection {
    background: -moz-linear-gradient(top, #009ed3, #005177);
    padding-bottom: 10px;
    height: 520px;
}
/*----------------[tComponent]-----------------*/
#tComponent {
}
#tComponent h2, #batchTimeing h2, #tprograme h2 {
    color: #fff;
    font-family: "Droid Sans";
    margin-bottom: 20px;	
}
#tComponent p {
    color: #85cd22;
    margin-bottom: 10px;
    font-family: 'Droid Serif', serif;
    text-align: justify;
    font-size: .9em;
    font-style: normal;
    font-weight: 400;
}
#tComponent a {
    background: #25bccf;
    padding: 3px 5px;
    border-radius: 8px;
    color: #fff;
}
/*----------------[tprograme]-----------------*/
#tprograme {
    margin-left: 15px;
}
#tprograme h3 {
    background: #fff;
    color: #759b01;
    border-radius: 8px 0 0 0;
    padding: 3px 5px;
    text-align: center;
    margin: 0;
    position: relative;
    bottom: -5px;
}
#tprograme ul {
    background: #3f8aa6;
    border-radius: 8px 0 8px 0;
    margin: 0;
    padding: 10px 5px;
    margin-bottom: 5px;
}
#tprograme ul li {
    list-style: none; 
    background: url(../images/layouts/arrow1.png) no-repeat center left;
    padding-left: 18px;
    margin-bottom: 5px;
}
#tprograme ul li a {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
#tprograme ul li a:hover {
}
/*----------------[batchTimeing]-----------------*/
#batchTimeing {
    margin-left: 14px;	
}
#batchTimeing section {
    background: #3f90ae;
    border-radius: 8px;
    margin-bottom: 10px;
}
#batchTimeing section h4 {
    background: #75a300;	
    border-radius: 8px 8px 0 0;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#batchTimeing section table {
    padding-left: 5px;
}
#batchTimeing section table tr {
}
#batchTimeing section table th {
    color: #e3e7e9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 40%;
}
#batchTimeing section table td {
    color: #e4f9af;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 60%;
}
#batchTimeing section a {
    color: #fff;	
}

/*----------------[footer]-----------------*/
footer {
    background: -moz-linear-gradient(top, #858ec5, #858ec5, #e5e7f2, #e5e7f2);
    padding-top: 10px;
}
#topFooter {
}
hgroup {
    margin-bottom: 10px;	
}
hgroup h2 {
    color: #313435;
    display: inline;
    position: relative;
    top: -10px;
}
#topFooter p{
    color: #fff;
    margin-bottom: 10px;
    text-align: justify;
}
#topFooter a {
    color: #2a96aa;
    border-bottom: 1px solid #2a96aa;
}
#topFooter ul {
}
#topFooter ul li {
    list-style: none;
    background: url(../images/layouts/list_arrow.png) no-repeat center left;
}
#topFooter ul li a {
    border: none;
    color: #fff;
    font-family: "Droid Sans";
    font-size: 14px;
    padding-left: 25px;
}
#topFooter ul li a:hover {
}

#latestWork hgroup img {
    border: none;	
}
#latestWork img {
    border: 5px solid #fff;
    margin-left: 5px;
    margin-bottom: 5px;
}
#latestWork a {
    margin-left: 250px;
}

/*----------------[tags]-----------------*/
#tagsSection { margin-top: 40px; margin-bottom: 10px;}
#tagsSection fieldset {
    border: 1px dotted #b5b6bd;
    padding-top: 5px;
    height: 90px;	
}
#tagsSection fieldset legend {
    color: #e5e7f2;	
}
#tags, #application { margin-right: 10px; background: #858ec5; padding: 3px 10px 10px 10px; border-radius: 8px;}
#tags a {
    border-bottom: none;
    color: #b5b6bd;
    font-size: .9em;
}
#application a { border-bottom: none; color: #e5e7f2;}
a.joomla { background: url(../images/layouts/joomla.png) no-repeat center left;}
a.wordpress { background: url(../images/layouts/wordpress.png) no-repeat center left;}
a.drupal { background: url(../images/layouts/drupal.png) no-repeat center left;}
a.osCommerce { background: url(../images/layouts/os_commerce.png) no-repeat center left;}
a.typo3 { background: url(../images/layouts/typo3.png) no-repeat center left;}
a.codeIgniter { background: url(../images/layouts/code_igniter.png) no-repeat center left;}
a.cakePHP { background: url(../images/layouts/cakephp.png) no-repeat center left;}
a.symphony { background: url(../images/layouts/sym_phony.png) no-repeat center left;}
a.laravel { background: url(../images/layouts/sym_laravel.png) no-repeat center left;}
a.cordova { background: url(../images/layouts/sym_cordova.png) no-repeat center left;}
a.vuejs { background: url(../images/layouts/sym_vuejs.png) no-repeat center left;}
a.phpmysql { background: url(../images/layouts/sym_phpmysql.png) no-repeat center left;}
a.jquery { background: url(../images/layouts/sym_jquery.png) no-repeat center left;}
a.joomla, a.wordpress, a.drupal, a.osCommerce, a.typo3, a.codeIgniter, a.cakePHP, a.symphony, a.laravel, a.cordova, a.vuejs, a.phpmysql, a.jquery {
    padding-left: 28px;
    margin-right: 20px;
    width: 20% !important;
    display: inline-block;
}


/*----------------[bottomFooter]-----------------*/
#bottomFooter {
    background: #000;
    margin-top: 97px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#copyRight {
}
#copyRight #bottomNav {
    background: none;
    height: 0;
    margin-bottom: 5px;
}
#copyRight #bottomNav ul {
}
#copyRight #bottomNav ul li {
    list-style: none;
    display: inline;
}
#copyRight #bottomNav ul li span {
    color: #999;
    font-family: "Myriad Pro";
    font-size: 14px;
    position: relative;
    top: -20px;
}
#copyRight #bottomNav ul a img {
    opacity: 0.5;	
}
#copyRight #bottomNav ul a img:hover {
    opacity: 0.9;	
}
#copyRight aside {
    position: relative;
    top: 15px;
    color: #999;
    font-family: "Myriad Pro";
    font-size: 14px;
}
#copyRight aside a {
    color: #999;
    font-family: "Myriad Pro";
    font-size: 14px;
}
#copyRight aside a:hover {
}

#footerSEO {
    border-top: 1px dotted #666;
    margin-top: 40px;
    color: #393939;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding-top: 15px;
    text-align: center;
    width: 990px;	
}

/*++++++++++++++++++++++++++++++
  |         CSS FOR FORMS       |
  ++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++
  |         CSS FOR MENU       |
  ++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++
  |         CSS FOR COMMON CLASSES       |
  ++++++++++++++++++++++++++++++++++++++++*/
.siteWrapper {
    width: 980px;
    margin: 0 auto;	
}
.width350 { width: 340px;}
.width470 { width: 460px;}
.width256 { width: 270px;}
.fLeft { float: left;}
.fRight { float: right;}
.cLeft { clear: left;}
.cRight { clear: right;}
.cBoth { clear: both;}
.pLeft { padding-left: 20px;}
.pTop { padding-top: 20px; margin-top: 40px;}
.borderBottom {
    background: url(../images/layouts/border.png) repeat-x top left;
    height: 35px;
    margin-top: 90px;	
}


#marqueecontainer{
    position: relative;
    width: 280px; /*marquee width */
    height: 395px; /*marquee height */
    overflow: hidden;
}

