W3C CSS Validator results for http://www.ascoaching.co.il/ (CSS level 3)

Congratulations! No Error Found.

This document validates as CSS level 3 !

To show your readers that you've taken the care to create an interoperable Web page, you may display this icon on any page that validates. Here is the XHTML you could use to add this icon to your Web page:

Valid CSS!
<p>
    <a href="http://jigsaw.w3.org/css-validator/check/referer">
        <img style="border:0;width:88px;height:31px"
            src="http://jigsaw.w3.org/css-validator/images/vcss"
            alt="Valid CSS!" />
    </a>
</p>
            
Valid CSS!
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
    <img style="border:0;width:88px;height:31px"
        src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
        alt="Valid CSS!" />
    </a>
</p>
        

(close the img tag with > instead of /> if using HTML <= 4.01)

If you like, you can download a copy of this image to keep in your local web directory, and change the XHTML fragment above to reference your local image rather than the one on this server.

If you would like to create a link to this page (i.e., this validation result) to make it easier to re-validate this page in the future or to allow others to validate your page, the URI is:

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.ascoaching.co.il%2F
or
http://jigsaw.w3.org/css-validator/check/referer (for HTML/XML document only)

(Or, you can just add the current page to your bookmarks or hotlist.)

↑ Top

Valid CSS information

* {
margin : 0;
padding : 0;
}
.clear {
clear : both;
height : 1px;
}
body {
background-color : #F8F9FB;
color : #535C65;
font-size : 14px;
font-family : Tahoma, helvetica, sans-serif;
direction : rtl;
margin : 0 0 0 0;
text-align : center;
}
a {
text-decoration : underline;
color : #F08E37;
}
a:hover {
text-decoration : none;
color : #F08E37;
}
#header {
width : 100%;
height : 238px;
display : block;
background : url(images/header_bg.gif) repeat-x;
}
#header_outer {
width : 840px;
height : 238px;
margin : 0 auto 0 auto;
background : url('images/title2.gif') bottom no-repeat;
}
#header_menu {
width : 100%;
height : 68px;
background : url('images/title2.gif') top no-repeat;
}
#header_slogan {
width : 100%;
height : 170px;
background : url('images/upper_banner.gif') no-repeat;
}
#upper_menu {
width : 100%;
height : 43px;
margin : 0 auto 0 auto;
display : block;
}
#upper_menu table {
margin : 22px 0 0 0;
text-align : right;
display : block;
float : right;
}
#upper_menu ul {
list-style : none;
font-family : Arial sans-serif;
font-weight : 900;
font-size : 14px;
}
#upper_menu li {
float : right;
padding : 0 0 4px 0;
list-style-type : none;
line-height : 43px;
width : 140px;
}
#upper_menu a:link, #upper_menu a:visited {
background-image : url('images/b1.3.gif');
background-position : 100% 0;
background-repeat : no-repeat;
display : block;
text-decoration : none;
color : #5B7CB9;
text-align : center;
}
#upper_menu a:hover {
background-image : url('images/b1.2.gif');
text-decoration : none;
color : black;
}
#main {
width : 100%;
margin : 0 auto 0 auto;
background-color : #F8F9FB;
background : url('images/title2.gif') bottom no-repeat;
}
#main_presentation {
width : 840px;
height : 298px;
margin : 10px auto 10px auto;
background-image : url(images/c_presentation.gif);
background-repeat : no-repeat;
}
#main_inner {
width : 840px;
margin : 10px auto 0 auto;
padding : 0 0 10px 0;
}
#MainLeftColumn {
width : 840px;
float : left;
text-align : right;
margin : 0 0 15px 0;
padding : 0 10px 10px 5px;
font-size : 100%;
letter-spacing : 0.01em;
line-height : 1.5;
}
#MainLeftColumn ul {
margin : 20px 15px 20px 0;
list-style-type : none;
}
#MainLeftColumn li {
padding : 0 26px 16px 0;
background-image : url('images/list_bg2.gif');
background-position : 98% 6px;
background-repeat : no-repeat;
}
#MainLeftColumn H1 {
font-size : 150%;
}
#MainLeftColumn IMG {
padding : 4px;
}
#footer {
clear : both;
margin : 0 auto 0 auto;
width : 100%;
height : 80px;
background : url('images/title2.gif') bottom no-repeat white;
}
#footer_inner {
width : 840px;
margin : 0 auto 0 auto;
padding : 10px 0 0 0;
color : #565B5E;
font-size : 11px;
}
#footer_inner a {
color : #F08E37;
text-decoration : none;
}
#footer_inner a:hover {
text-decoration : underline;
}
#myTags {
margin : 10px auto 0 auto;
direction : rtl;
font-size : 9px;
color : #535C65;
text-align : center;
width : 320px;
}
#myTags a:link, #myTags a:visited, #myTags a:active {
color : #535C65;
text-decoration : none;
}
#myTags a:hover {
text-decoration : underline;
}
#validator {
float : left;
margin-top : 3px;
}
#validator a {
text-decoration : none;
}

↑ Top