body {
background: transparent url("../img/bg.gif");
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
text-align: center;
font-size: small;
}

/* --- Links --------- */

a {
color: #930;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/* --- H1, H2, H3 --------- */

h1, h2, h3 {
font-family:  Georgia, "Times New Roman", Times, serif;
font-weight: normal;
margin-top: 0;
color: #2D598D;
}

h1 {
background: transparent url("../img/bullet_red.gif") no-repeat 0 55%;
border-bottom: 1px dotted #930;
padding-left: 12px;
font-size: 150%;
}

h2 {
background: transparent url("../img/bullet_orange.gif") no-repeat 0 55%;
padding-left: 10px;
font-size: 133%;
}

h3 {
background: transparent url("../img/small_bullet_yellow.gif") no-repeat 0 55%;
padding-left: 8px;
font-style: italic;
font-size: 115%;
}

.small {
font-style: italic;
font-size: 50%;
}
/* --- Wrap --------- */

#wrap {
background: transparent url("../img/bgd_container.jpg") repeat-y top left;
width: 780px;
margin: 0 auto 20px auto ;
padding: 0;
height: 100%;
text-align: left;
}

/* --- Banner --------- */

#banner {
background: transparent url("../img/header.jpg") no-repeat top left;
height: 130px;
margin: 0;
}

#banner p {
font-family:  Georgia, "Times New Roman", Times, serif;
font-size: 26pt;
text-indent: 20px;
color: #fff;
margin: 0 30px;
padding-top: 60px;
min-height: 21px;
line-height: 1em;
}

/* --- Nav top level --------- */

#nav-toplevel {
background: transparent url("../img/toplevel.jpg") no-repeat top left;
height: 52px;
}

#nav-toplevel ul {
list-style-image: none;
margin: 0;
padding: 0;
}

/* --- Nav main --------- */

#nav-meta {
height: 20px;
font-size: 85%;
line-height: 1.25em;
float:right;
}

#nav-meta ul {
margin: 14px 70px 0 0;

}

#nav-meta ul li {
display: inline;
float: left;
}

#nav-meta ul li a {
display: block;
background: transparent url("../img/small_bullet_blue.gif") no-repeat 0 50%;
padding: 0 12px 0 8px;
color: #A5BCD3;
text-decoration: none;
}

#nav-meta ul li a:hover {
background: transparent url("../img/small_bullet_yellow.gif") no-repeat 0 50%;
color: #FFF;
}

/* --- Nav main --------- */

#nav-main {
background: #eee;
font-size: 100%;
font-weight: bold;
}

#nav-main ul {
margin-left: 30px;

}

#nav-main ul li {
display: inline;
float: left;
margin-right: 3px;
margin-top: 7px;
width: 103px;
text-align: center;
}

#nav-main ul li a {
display: block;
height: 26px;
line-height: 26px;
color: #c93;
text-decoration: none;
font-weight: bold;
border-left:1px dotted #444;
}
#nav-main ul li a.link1 {
border:none;
}

#nav-main ul li a.current {
background: transparent url("../img/tab3.gif") no-repeat;
color: #930;
height: 42px;
border-left:none;
}

#nav-main ul li a:hover {
color: #000;
}

#nav-main ul li a.current:hover {
background: transparent url("../img/tab3.gif") no-repeat;
}

/* --- Container --------- */

#container {
margin: 0 17px;
}

/* --- Content --------- */

#content {
float: left;
margin: 0;
padding: 16px;
width: 530px;
background-color:#333:
}

#content p{
font-size: 100%;
line-height: 1.5em;
}
#content ul {
letter-spacing:.2em;
list-style:inline;
list-style: circle;
margin-left: 30px;
padding-left: 0;
}

#content ul li {
padding: 1px 0;
font-size: 1.1em;

}


#content p.photoLeft{
float:left;
width:232px;
}
#content p.photoRight{
float:right;
width:232px;
}
#content p.photoLeft, #content p.photoRight, #content p.photoFull{
background:#E0DFDA;
padding:10px;
margin:0 0 10px 0;
}

#content p.contentLeft{
float:left;
width:252px;
}
#content p.contentRight{
float:right;
width:252px;
}

#content p.contentLeft, #content p.contentRight{
padding:0px;
margin:0 0 10px 0;
}

#content p.photoLeft img, #content p.photoRight img, #content p.photoFull img{
border:1px solid #999;
margin:0px;
padding:0px
}
 #content p.photoFull{
 text-align:center;
 }
#content p.clearline{
clear:both;
background:#999;
height:1px;
padding:0;
margin:0 0 10px 0;
}
#content p.clear{
clear:both;
height:1px;
padding:0;
margin:0 0 10px 0;
}
/* --- Nav main --------- */
#nav-subs {
position: relative;
margin: 0 0 0 570px;
padding: 0;
font-size: 100%;
line-height: 1.5em;
}

#nav-subs ul {
	list-style: none;
	margin-left: 16px;
	margin-right: 16px;
	border-top: 1px solid #8EA7C6;
	padding-left: 0px;
}

#nav-subs ul li {
padding: 1px 0;
border-bottom: 1px solid #8EA7C6;
}

#nav-subs ul li a {
position: relative;
display: block;
float: left;
width: 100%;
background: transparent url("../img/small_bullet_red.gif") no-repeat 4px 50%;
color: #2D598D;
text-indent: 14px;
text-decoration: none;
}

html>body #nav-subs ul li a {
float: none;
}

#nav-subs ul li a:hover {
background: #DCDAD2 url("../img/small_bullet_yellow.gif") no-repeat 4px 50%;
color: #930;
}

#nav-subs ul li a.youarehere {
background: #DCDAD2 url("../img/small_bullet_red.gif") no-repeat 4px 50%;
color: #2D598D;
}

/* --- Nav section --------- */

#nav-section {
background: transparent url("../img/.jpg") no-repeat top left;
padding-top: 24px;
margin-bottom:20px}

/* --- Nav supp --------- */

#nav-supp {
background: transparent url("../img/.jpg") no-repeat top left;
padding-top: 1px;
min-height: 150px;
}
#nav-supp /img{
    background:#DDDAD5;
    padding:5px;
    margin:10px 0 0 0;
    border:0px;
}
#nav-supp .price{
    color:#700;
}
/* --- Info site --------- */

#info-site {
position: relative;
clear: both;
background: transparent url("../img/footer.jpg") no-repeat top left;
width: 780px;
padding-top: 15px;
margin-bottom:0px;
text-align: center;
height:35px;
}

#info-site p {
font-size: 75%;
}

/* --- Info company --------- */

#info-company {
color: #FFD50F;
margin: 0 16px;
}

#info-company a {
color: #999;
text-decoration: none;
}

#info-company a:hover {
color: #FFF;
}

/* --- Info standards --------- */

p#info-standards {
margin: 4px 314px 0 314px;
padding-bottom: 6px;
}

a#xhtml {
display: block;
float: left;
background: transparent url("../img/xhtml.gif") top left;
width: 78px;
height: 13px;
border: 1px solid #2D598D;
}

html>body a#xhtml {
margin: 0 82px 0 0;
}

a#xhtml:hover {
border: 1px solid #FFD50F;
}

#xhtml span {
display: none;
}

#css {
display: block;
background: transparent url("../img/css.gif") top left;
width: 78px;
height: 13px;
border: 1px solid #2D598D;
}

html>body #css {
margin: 0 0 0 82px;
}

a#css:hover {
border: 1px solid #FFD50F;
}

#css span {
display: none;
}
.s2 {
	font-size: 88%;
	line-height: 123%;
	text-align: center;
}
.s3 {
	font-size: 136%;
	font-weight: bold;
	text-align: center;
	margin-top: 4px;
}
.s4 {
	font-size: 121%;
	font-weight: bold;
	text-align: center;
}
.s5 {
	margin-top: 36px;
	text-align: center;
}
