/* ---------------------------------------------------------------- */
/* AMCO Fire Protection, Inc. | AMCOFireProtection.com CSS Document */
/* CSS StyleSheet - Multivari Media | www.multivarimedia.com        */
/* ---------------------------------------------------------------- */

body { 
margin: 0; 
padding: 0; 	
font-size: 100%;
text-align: left; 
background: #000 url(images/bg.gif) repeat-y center;
color: #333;
}

/* GLOBAL STYLES */

* {
margin: 0; 
padding: 0; 
border: 0;
}

span {
color: #00A2FF;
}

p, ul, p a, h2 {
font-family: Arial, Helvetica, sans-serif;
}

hr { 
border: 0px; 
color: #ccc; 
background-color: #ccc; 
height: 1px; 
width: 100%; 
text-align: left; 
}

/* HEADING STYLES */

h1 {
margin-left: 10px; 
font-family: Georgia, serif; 
color: #333; 
float: left; 
font-weight: normal; 
margin-left: 10px; 
font-size: 1.55em;
}

h1 a:link, h1 a:visited, h1 a:active {
text-decoration: none; 
color: #333; 
font-weight: normal;
}

h1 a:link span, h1 a:visited span, h1 a:active span {
text-decoration: none; 
font-weight: normal;
}

h1 a:hover {
color: #00A2FF; 
text-decoration: none; 
font-weight: normal;
}

h1 a:hover span {
color: #333; 
text-decoration: none; 
font-weight: normal;
}

h3 a, h3 a:link, h3 a:hover {
font-weight: normal;
} /* styling for h3 heading links */

h4 a, h4 a:link, h4 a:hover, h5 a:link, h5 a:hover {
font-weight: bold;
} /* styling for other heading links */

h2 {
margin: 0; 
padding-left: 10px; 
font-size: 0.75em; 
background-color: #333; 
color: #fff; 
line-height: 2.0em;
} /* headings on black backgrounds */

h3, h4, h5 {
font-family: Georgia, serif; 
margin: 10px 0 0 10px;
}

h3 {
font-size: 1.25em; 
line-height: 1.25em; 
font-weight: normal;
}

h4 {
font-size: 0.90em; 
line-height: 0.90em; 
font-weight: bold;
}

h5 {
font-size: 0.70em; 
line-height: 0.70em; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold;
} /* appears like bold paragraph text */

/* TEXT STYLES */

p {
margin: 10px; 
font-size: 12px; 
line-height: 1.75em;
}

p.updated {
margin-left: 10px; 
font-size: 0.60em; 
line-height: 0.60em; 
letter-spacing: 0.05em; 
color: #888;
}

#siteimg p { /* This is the large text in the site img div */
margin: 0 10 0 0px; /* removed usual top and bottom margin from paragraph to avoid layout breaking */
padding-right: 10px;
padding-top: 110px;
color: #FFFFFF;
font-family: Georgia, serif;
font-size: 1.45em; 
line-height: 1.05em; 
font-weight: normal; 
letter-spacing: -0.05em;
text-align: right;
}

acronym {
border-bottom: 1px dashed #333; 
cursor: help;
}

ul {
margin-left: 10px; 
font-size: 12px; 
line-height: 1.75em; 
list-style: inside square;
}

/* PARAGRAPH LINKS */

a {
color: #CC0000; 
font-weight: bold; 
text-decoration: none;
} /* The blue colour */

a:link {
color: #CC0000; 
font-weight: bold; 
text-decoration: none;
}

a:hover {
color: #FF0000; 
font-weight: bold; 
text-decoration: none;
}

/* DIVS */

#container {
width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
margin-left: auto;
margin-right: auto;
background: #fff;
overflow: hidden;
margin-top:0px;
}

#topbar { /* Top bar, can be used for extra links etc */
width: 770px;
height: 25px;
padding: 5px 0px 0px 0px;
text-align: right;
font-size: 80%;
font-family: Arial, Helvetica, sans-serif;
background: #000 url(images/header.gif) no-repeat;
border-bottom:1px solid #ccc;
color:#fff;
}
	
	
#hdr { /* Header/Banner area */
width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
height: 100px;
line-height: 4.5em;
background: #fff;
border-bottom:1px solid #ccc;
}

#navbar { /* Main Navigation area */
width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
height: 1.75em; 
background: #f0f0f0; /* Light Grey */
}

#siteimg { /* Large Site Image */
width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
height: 200px;
background: url('images/siteimage.jpg') #000; /* Light Grey */
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;	
}

#lftcol {
float: left;
width: 200px;
background: transparent;
overflow: hidden;
}

#rgtcol {
float: left;
width: 570px;
background: transparent;
overflow: hidden;
}

#bttmbar { /* bottom bar, containing top button and copyright info etc */
position: relative;
bottom: 0;
width: 100%; 
overflow: hidden; 
text-align: right;
color: #FFFFFF; 
background: #333;
border-top:1px solid #ccc;
}

/* MAIN NAVIGATION */

#nav ul {
display: inline;
}

#nav li {
display: inline;
}

#nav a {
line-height: 30px; /* same as height of nav bar */
margin-left: 10px; 
display: inline;
font-weight: bold;
}

#nav a span {
color: #333;
}

/* FORMS, INPUT BOXS, AND BUTTONS */

form { 
border: 1px solid #fff; 
padding: 5px; 
}

textarea { 
background-color: #fff; 
color: #000; 
border: 1px solid #999; 
}

select { 
background-color: #fff; 
color: #000; 
}

input { 
background-color: #fff;
color: #000;
border: 1px solid #999; 
}

input .button {
background-color:#999;
color:333;
}

/* IMAGES */

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

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

img.languageimg {
float: right; 
margin: 4px 2px 0 0;
} /* used for the language flags */