@import 'reset.css';
@import 'header.css';
@import 'nav.css';
@import 'about.css';
@import 'forms.css';
@import 'order.css';
@import 'news.css';

html{
font-size: 0.625em;
}

body{
font-family: "verdana", Helvetica, Arial, sans-serif;
font-size:110%;
background:#FFF;
color:#000;
text-align:justify;
line-height:1.6em;
height:100%;
}

h1{
font-size:160%;
line-height:165%;
color:#000;
}

h2{
font-size:140%;
line-height:140%;
color:#000;
}

h3{
font-size:120%;
line-height:140%;
color:#000;
}

.italic{
font-style:italic;
}

#cols ul{
margin-left:10px;
overflow:hidden;
font-weight:bold;
}

#cols ul li{
padding-left:20px;
overflow:hidden;
background:url(images/list.png) left 6px no-repeat;
}

#cols ul li ul{
font-weight:normal;
}

#cols ul li ul li{
padding-left:18px;
background:url(images/list2.png) left center no-repeat;
}

acronym{
border-bottom:1px dotted #000;
cursor:help;
color:#000;
}

em{
font-size:120%;
font-weight:bold;
}

strong{
font-weight:bold;
}

div{
overflow:hidden;
}

#wrap{
width:100%;
margin:0 auto 0 auto;
background:#FFF;
color:#555;
}

#main{
border-top:0px;
border-top:0px;
width:870px;
margin:0 auto 0 auto;
}

#cols{
font-size:110%;
line-height:2;
}

#col1{
width:67%;
float:left;
}

#col2{
font-size:80%;
width:33%;
float:right;
}

#col3{
width:100%;
float:left;
}

.container{
margin:1em;
}

#footer{
float:left;
clear:both;
width:100%;
}

#footer p{
margin:0 auto 0 auto;
width:870px;
padding:1.5em 0 1.5em 0;
text-align:center;
}

.module h1{
display:none;
}

.sites .module{
margin:1em;
font-size:110%;
line-height:2;
}

.sites .module h2{
font-size:17px;
display:block;
}

.container h1{
display:block;
}

