/*___ extensions.css: Styles that don't validate (new CSS3 styles, extensions, etc)  ___*/

/*___ Section 1: Global Extensions Styles ___*/

html 
{
}

body 
{
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Extensions Modules ___*/
input[type="button"],
.email,
.email:hover,
.email:visited,
.button,
.button:hover,
.button:visited
{
    background-color: rgba(0, 102, 204, .18);
    border          : solid 1px rgba(255, 255, 255, .18);
    -moz-border-radius  : 10px;
    -webkit-border-radius   : 10px;
}

input,
textarea
{
    -moz-border-radius  : 10px;
    -webkit-border-radius   : 10px;
}

select
{
    -moz-border-radius-topleft : 10px;
    -moz-border-radius-bottomleft   : 10px;
    -webkit-border-top-left-radius  : 10px;
    -webkit-border-bottom-left-radius   : 10px;
    
}

/*___ Section 3: Unique Element-Specific Extensions Styles ___*/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/
.logo
{
    display             : block;
    height              : 85px;
    width               : 242px;
    margin              : 25px -10px 0 -10px;
    background          : transparent url(images/sidebarLogo.png) no-repeat top left;
    text-indent         : -9999em;
}

/*___ H6 _________________________________________________________________*/
#services .design
{
    background          : transparent url(images/sidebarHeaders/design.png) no-repeat bottom left;
}

#services .market
{
    background          : transparent url(images/sidebarHeaders/market.png) no-repeat bottom left;
}

#services .inform
{
    background          : transparent url(images/sidebarHeaders/inform.png) no-repeat bottom left;
}

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
a.button,
a.button:hover,
a.button:visited
{
    background-color    :rgba(0, 102, 204, 0.5)
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/