﻿body
{
    background: #E2E2E2 url(/images/bg-body.png) repeat-x;
}

form
{
    margin: 0px;
    padding: 0px;
}

body, input, textarea
{
    /* font-family: Arial,Helvetica,sans-serif; */
    font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
    color: #444;
    vertical-align: middle
}

a
{
    color: #189DE1;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

#layout
{
    width: 973px;
    margin: 0 auto;
    position: relative;
}

#header
{
    height: 110px;
    margin: 0;
    padding: 37px 0 0;
    position: relative;
    z-index: 2;
}

#header #search-theme-form
{
    position: absolute;
    top: 40px;
    right: 0;
}

#header h1, #header h2
{
    width: 300px;
    height: 70px;
    margin: 0;
    background: transparent url(/images/ydc_logo_small.png) no-repeat;
    background-position: 0px 0px;
    text-indent: -9000px;
    float: left;
}

#header h2
{
    width: 156px;
    background-position: right 0;
}

#header h1 a
{
    display: block;
    width: 100%;
    height: 100%;
    outline: 0;
}

#search-theme-form input.text
{
    width: 145px;
    padding: 7px 5px;
    background: transparent url(/images/bg-set3.gif) no-repeat 0 -646px;
    border: none;
}

span.inp
{
    background: transparent url(/images/bg-inp-text2.gif) no-repeat right 0;
    padding: 5px 0 6px;
}
#container:-moz-first-node span.inp
{
    padding-top: 4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    span.inp
    {
        padding-top: 3px;
    }
}
span.inp input.text, #webform-client-form-445 input.form-text
{
    background: transparent url(/images/bg-set3.gif) no-repeat;
    border: none;
    padding: 5px;
    background-repeat: no-repeat; 
    background-position: 0px -2px
}
span.inp select
{
    border: none;
    background: transparent url(/images/bg-set3.gif) no-repeat;
    padding: 4px 3px 5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    span.inp select
    {
        background: #fff;
    }
}
span.inp select option
{
    background-color: #fff;
}

#main
{
    background: transparent url(/images/bg-set1.gif) repeat-y;
}
#mainInside
{
    background: transparent url(/images/bg-main-bottom.jpg) no-repeat 0 bottom;
}
#mainInsideInside
{
    background: transparent url(/images/bg-set1.gif) no-repeat -973px 0;
    padding: 5px 20px 20px;
    position: relative;
}

.contentBox
{
    background-color: #EFEFEF;
    border: 1px solid #E2E2E2;
    padding: 15px 15px 1px;
    margin: 0 0 20px;
    position: relative;
    width: 580px;
}

p
{
    line-height: 150%;
    text-align: justify;
    font-size: 12px;
}

ul
{
    line-height: 180%;
    text-align: left;
}

#content h1
{
    color: #025BA3;
    font-size: 26px;
    font-weight: normal;
}

#content h2
{
    color: #000;
    font-size: 18px;
    font-weight: normal;
}

.contentBox .col1, .contentBox .col2
{
    float: left;
    width: 430px;
    margin: 0 0 0 20px;
}
.contentBox .col1
{
    margin: 0;
}

#footer
{
    padding: 10px 0px 15px 0px;
    position: relative;
    color: #848484;
    font-size: 11px;
}

#footer a
{
    color: #848484;
    padding: 0 0px 0 0;
}

#footer p, #footer ul
{
    margin: 0;
    display: inline;
}

#footer ul
{
    float: right;
}

#footer li
{
    list-style: none;
    margin: 0 0 0 0px;
    display: inline;
}

.clear
{
    clear: both;
}

.news-list
{
    padding-left: 0px;
}

.news-list li
{
    list-style: none;
    font-weight: bold;
}

.news-list li a
{
    font-weight: normal;
}

.bqstart
{
     float: left;
     font-size: 600%;
     color: #444;
     margin-right: 5px;
 }

.bqend
{
    margin-top: 90px;
    float: right;
    font-size: 600%;
    color: #444;
}
 
 .compulsory
{
    color: Red;
}

.cssform
{
    margin-top: 0px;
}

.cssform p
{
    display: block;
    clear: left;
    margin: 0;
    padding: 5px 0 8px 0;
    padding-left: 150px; /*width of left column containing the label elements*/
    border-top: 0px dashed #C2BCAB;
    height: 1%;
}

.cssform label
{
    font-family: Verdana;
    text-align: left;
    font-weight: normal;
    float: left;
    margin-left: -150px; /*width of left column*/
    width: 155px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input
{
    /*width of text boxes. IE6 does not understand this attribute*/
    width: 180px;
}

.cssform textarea
{
    
}

ul.services
{
    list-style: none;
    background-color: Red;
    padding-left: 0px;
    display: block;
    border-top: solid 1px #ddd;
    margin-top: 40px;
}

ul.services li
{
    width: 50%;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    height: 150px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
    background-repeat: no-repeat;
}

ul.services li h3
{
    padding-left: 70px;
    background-repeat: no-repeat;
    padding-bottom: 15px;
}

ul.services li div
{
    padding-right: 0px;
    padding-left: 20px;
}

ul.services li div.alt
{
    padding-left: 0px;
    padding-right: 20px;
    border-right: solid 1px #ddd;
}

ul.services li.marketing h3
{
    background-image: url(/images/services/marketing.gif);
}

ul.services li.website h3
{
    background-image: url(/images/services/website.gif);
}

ul.services li.solution h3
{
    background-image: url(/images/services/solution.gif);
}

ul.services li.comp h3
{
    background-image: url(/images/services/comp.gif);
}

ul.services li.cart h3
{
    background-image: url(/images/services/cart.gif);
}

ul.services li.iphone h3
{
    background-image: url(/images/services/iphone.png);
}

ul.services li.seo h3
{
    background-image: url(/images/services/seo.gif);
}

ul.services li.isendu h3
{
    background-image: url(/images/services/isendu.gif);
}

h2.news
{
    margin-top: 0px;
} 

h2.news1
{
    margin-top: 0px;
    background-image: url(/images/news.gif);
    background-repeat: no-repeat;
    background-position: 140px 0px;
    padding-bottom: 15px;
}

.testimonial a
{
    display: -moz-inline-box;
    display: inline-block;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -16px;
    margin-right: -14px;
    background-image: url(/images/ico_resize.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

h3
{
    margin-bottom: 5px;
}

h4
{
    margin-top: 0px;
    font-style: italic;
}

.back
{
    float: right;
    margin-top: -40px;
    
}


.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2
{ 
    background: transparent url(/images/box.png) no-repeat bottom right
} 

.cssbox_dark, .cssbox_body_dark, .cssbox_head_dark, .cssbox_head_dark h2
{ 
    background: transparent url(/images/box2.png) no-repeat bottom right;
    color: #ffffff;
}

.cssbox, .cssbox_dark
{
    width:230px !important; /* IE Win = width - padding */ 
    width: 220px; /* the gap on the right edge of the image (not content padding) */ 
    padding-right:0px; /* use to position the box */ 
    margin-top:20px
}

.cssbox_head, .cssbox_head_dark
{
    background-position:top right; /* pull the right image over on top of border */ 
    margin-right:0px; /* right-image-gap + right-inside padding */ 
    padding-right:40px
} 

.cssbox_head h2, .cssbox_head_dark h2
{ 
    background-position:top left; 
    margin:0; /* reset main site styles*/ 
    border:0;  
    padding:10px 0 5px 20px; 
    height:auto !important; 
    height:1%
} 

.cssbox_body, .cssbox_body_dark
{ 
    background-position:bottom left; 
    margin-right:20px; /* interior-padding right */ 
    padding:10px 0 15px 20px
}

.main
{
    margin-right: 220px;
}

.sidebox
{
    float: right;
    width: 200px;
}

.footercolumn
{
    display: inline;
    float: left;
    margin: 0 20 0 0;
    font-size: 11px;
}

.footercolumn ul
{
    list-style-position: outside;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    line-height: 110%;
}

.footercolumn ul a
{
    color: #aaaaaa;
}

.footercolumn ul a b
{
    color: #777777;
    line-height: 160%;
}

#footerBox
{
    background: transparent url(/images/footer_bg.gif) repeat-x;
    height: 70px;
    margin-top: 10px;
    padding: 10px 0px 10px 0px;
}
