/* CSS Document */

* {
font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
}

body {
background-color:#4a4a4a;
}

img {
border-color:gray;
}

p, ul, ol {
font-size:small;
line-height:180%;
}

a {
color:#663300;
}

a:visited {
color:#660000;
}

h1 {
font-size:190%;
font-weight:normal;
color:#663300;
margin:0;
padding:0;
}

h2 {
font-size:95%;
font-weight:bold;
letter-spacing:.2em;
text-transform:uppercase;
padding-top:2em;
color:#663300;
text-align:center;
}

h3 {
font-size:90%;
font-weight:bold;
color:#c90;
/* padding-left: .5em; */
/* border-left: 1em solid #eedd66; */
}

h4 {
font-size:90%;
font-weight:normal;
text-align:center;
text-transform:uppercase;
letter-spacing:.2em;
}

.zillaTitles {
font-family:Arial Black,Arial, Helvetica, sans-serif;
font-size:120%;
color:#CC0000;
text-align:center;
/* padding-left: .5em; */
/* border-left: 1em solid #eedd66; */
}

.zillaSubTitles {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:100%;
color:#999999;
text-align:center;
/* padding-left: .5em; */
/* border-left: 1em solid #eedd66; */
}

.tinyText {
font-size:small;
color:#999999;
letter-spacing:.05em;
}

.tinyText a {
color:#CCCCCC;
text-decoration:none;
}
.tinyText a:visited {
color:#FFFFFF;
text-decoration:none;
}
.tinyText a:hover {
color:#FFCC00;
text-decoration:underline;
}


/* -------------------------------------- layout objects */

.spacer {
clear:both;
}

.clearBox {
clear:both;
padding-bottom:1em;
}

.clearBox img {
margin-right:10px;
margin-bottom:10px;
}

.floatRight250 {
float:right;
width:250px;
padding:10px;
margin:0;
}

#master {
width:950px;
margin:auto;
background-color:#372122;
}

#maincontent {
width:750px;
float:left;
}

#top {
width:750px;
float:left;
}

#buttonBar {
width:750px;
float:left;
border-bottom: 1px solid #333;
background-image:url(images/layout2007/menuright.jpg);
background-repeat:repeat-x;
}

#secondary {
width:750px;
float:left;
background-color:white;
color:#333;
}

#subsecondary {
width:710px;
min-height:468px;
padding:20px;
float:left;
background-color:white;
background-image:url(images/layout2007/bgblend.jpg);
background-repeat:repeat-x;
color:black;
}

#rightBar {
width:200px;
height:686px;
float:right;
}

#newsBar {
width:180px;
padding:10px;
height:558px;
background-image:url(images/layout2007/newsbg.jpg);
background-repeat:no-repeat;
background-color:#372122;
color:#CCCC99;
}

#newsBar p {
line-height:150%;
}

#newsBar a {
color:#CCCC99;
}
#newsBar a:visited {
color:#FFCC66;
}


#maintenance {
width:427px;
float:left;
}

#newinstalls {
width:323px;
float:right;
}

#bottombar {
width:750px;
text-align:right;
clear:both;
}

#mainBox {
width:721px;
float:left;
clear:both;
padding:15px;
}

#footerBox {
padding:15px;
width:950px;
margin:auto;
clear:both;
}


/*-------------------------- FURNACE ZILLA ------------------ */

#zillasubsecondary {
width:710px;
min-height:468px;
padding:20px;
float:left;
background-color:black;
color:white;
}

.zillaLeftBox {
float:left;
width:427px;
padding:0px;
margin:0;
}

.zillaRightBox {
float:right;
width:250px;
padding:10px;
margin:0;
background-image:url(furnacezilla/images/metalbg.jpg);
background-repeat:repeat-x;
margin-bottom:13px;
}


.floatLeft {
float:left;
margin-right:10px;
}



/* end */

