/*___ 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 ___*/
.button
{
    -moz-border-radius      : 5px;
    -webkit-border-radius   : 5px;
}

/*___ Section 3: Unique Element-Specific Extensions Styles ___*/

/*___ DIV _________________________________________________________________*/
#header
{
    -moz-border-radius-topright         : 10px;
    -moz-border-radius-bottomleft       : 10px;
    -moz-border-radius-bottomright      : 10px;
    -webkit-border-top-right-radius     : 10px;
    -webkit-border-bottom-left-radius   : 10px;
    -webkit-border-bottom-right-radius  : 10px;
}

#content
{
    -moz-border-radius      : 10px;
    -webkit-border-radius   : 10px;
}

#slideshow
{
	border-radius			: 10px;
	-moz-border-radius		: 10px;
	-webkit-border-radius	: 10px;
}



/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/
#main
{
    -moz-border-radius-topright         : 10px;
}

#categories,
#manuals
{
    -moz-border-radius-topright         : 10px;
    -moz-border-radius-bottomleft       : 10px;
    -moz-border-radius-bottomright      : 10px;
    -webkit-border-top-right-radius     : 10px;
    -webkit-border-bottom-left-radius   : 10px;
    -webkit-border-bottom-right-radius  : 10px;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
#services li
{
    -webkit-transform   : rotate(-70deg); 
    -moz-transform      : rotate(-70deg);
    -ms-filter      : "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}

#categories > li:first-child,
#manuals > li:first-child
{
    -moz-border-radius-topright         : 10px;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
h1 a
{
    background          : transparent url(images/logo.jpg) no-repeat top left;
    text-indent         : -9999em;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
