/* CSS Document */

body{
background-color:#000000;
margin:0px;
margin-bottom:20px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
line-height:12px;
}

img{
behavior:url('../css/pngHack.htc');
}

.topBar{
height:72px;
width:901px;
}

.main{
height:530px;
width:901px;
}

.nav{
height:71px;
width:420px;
border-bottom:1px solid #666666;
}

.nav a{
position:relative;
float:left;
background-position:0px 0px;
margin-left:0px;
height:35px;

}

.content{
background-image:url(../images/about/bg.jpg);
background-color:#000000;
background-repeat:no-repeat;
background-position:top;
width:254px;
height:530px;
}
.content .text{
padding-top:48px;
padding-left:18px;
padding-right:25px;
}

.contentFAQ{
background-image:url(../images/faq/bg.jpg);
background-color:#000000;
background-repeat:no-repeat;
background-position:top;
width:647px;
height:530px;
}
.contentFAQ .text{
padding-top:48px;
padding-left:18px;
padding-right:25px;
}

.title{
width:160px;
padding-top:40px;
padding-left:40px;
padding-right:20px;
height:200px;
float:left;
}

.counter{
background-image:url(../images/home/counter.jpg);
background-color:#000000;
background-repeat:no-repeat;
background-position:top;
width:228px;
height:147px;
}

.counter .text{
padding-top:105px;
padding-left:60px;
color:#fe0000;
font-size:10px;
}

li{
list-style-image:url(../images/services/tick.jpg);
padding-bottom:10px;
margin-left:-20px;
}

.navigationHome{
width:105px;
background-image:url(../images/nav/home.jpg);
}
.navigationHome:hover{
background-position:0px -35px;
}


.navigationAbout{
width:105px;
background-image:url(../images/nav/about.jpg);
}
.navigationAbout:hover{
background-position:0px -35px;
}


.navigationServices{
width:105px;
background-image:url(../images/nav/services.jpg);
}
.navigationServices:hover{
background-position:0px -35px;
}


.navigationFAQ{
width:105px;
background-image:url(../images/nav/faq.jpg);
}
.navigationFAQ:hover{
background-position:0px -35px;
}


.navigationContact{
width:105px;
background-image:url(../images/nav/Contact.jpg);
}
.navigationContact:hover{
background-position:0px -35px;
}

.navigationModels{
width:105px;
background-image:url(../images/nav/models.jpg);
}
.navigationModels:hover{
background-position:0px -35px;
}

.navigationDownloads{
width:105px;
background-image:url(../images/nav/downloads.jpg);
}
.navigationDownloads:hover{
background-position:0px -35px;
}

.navigationFeedback{
width:105px;
background-image:url(../images/nav/feedback.jpg);
}
.navigationFeedback:hover{
background-position:0px -35px;
}


a{
color:#00deff;
text-decoration:underline;
}

a:visited{
color:#00deff;
text-decoration:underline;
}

a:hover{
color:#FFFFFF;
text-decoration:underline;
}

h1{
font-size:14px;
color:#731112;
}

