html, body
{
margin: 0px;
font-family: Arial, Helvetica, Freesans, sans-serif;
font-size: 1em;
color: #ffffff;
background: #666666;
background-image: url(../images/page_bg_1000.jpg);
background-repeat: repeat-y;
background-position: top center;
height: 100%;
}

html>body
{
font-size: 14px;
}

#wrapper
{
margin: 0px auto;
width: 1000px;
/* height: 100%; */
min-height: 100%;
}

* html #wrapper
{
height: 100%;
}

p
{
margin-top: 0px ;
margin-bottom: 14px;
}

/* NAVHEAD STYLES */

/* #header
{
height: 100px;
padding: 0px;
background-image: url(../images/title_ayre2.jpg); 
background-repeat: no-repeat;
} */

#header
{
margin: 0px auto;
padding: 0px;
width: 1000px;
height: 150px;
background-image: url(../images/bg_reflect.png);
background-repeat: repeat-x;
}

#header #address
{
padding: 10px;
float: right;
width: 180px;
text-align: right;
color: #888888;
}

/* MENU STYLES */

#menu
{
margin: 0px auto;
width: 1000px;
/* height: 31px; */
height: 2.22em;
font-size: 1em;
color: #333333;
border-top: solid 1px #cccccc;
border-bottom: solid 1px #cccccc;
background-image: url(../images/menu_bg.gif);
background-repeat: repeat-x;
background-color: #691302;
}

#menu ul
{
margin: 0px;
padding-left: 0px;
height: auto !important;
height: 1%;
list-style-type: none;
}

#menu ul li
{
float: left;
}

#menu a
{
text-decoration: none;
display: block;
padding: 3px 60px 0px 10px;
vertical-align: top;
/* min-height: 25px; */
min-height: 1.82em;
height: auto !important;
/* height: 25px; */
height: 1.82em;
width: auto !important;
width: 1%;
white-space: nowrap;
font-weight: bold;
}

#menu a:link, #menu a:visited
{
color: #333333;
}

#menu a:hover
{
background-color: #202020;
background-image: url(../images/menu_bg_hover.gif);
background-repeat: repeat-x;
color: #ff2a00;
border-bottom: solid 3px #cccccc;
}

#menu a.thispage
{
background: #525252;
background-image: url(../images/menu_bg_active.gif);
background-repeat: repeat-x;
border-bottom: solid 3px #333333;
color: #000000;
}

/* BODY STYLES */

#page_body
{
margin: 0px auto;
padding: 10px;
background-image: url(../images/body_bg.gif);
background-repeat: repeat-x;
background-color: #000000;
width: 980px;
min-height: 200px;
height: auto !important;
height: 200px;
font-size: .9em;
clear: both;
}

/*.equip_row
{
display: table-row;
}

.equip_div
{
display: table-cell;
width: 258px;
 border: solid 1px #ffcc00; 
} */

/* FOOTER STYLES */

#ClearPageFooter
{
height: 180px;
clear: both;
}

#pre_footer
{
margin: -142px auto 0px auto;
width: 1000px;
height: 20px;
border-top: solid 1px #cccccc;
border-bottom: solid 1px #cccccc;
background-image: url(../images/menu_bg_hover.gif);
/* background-image: url(../images/menu_bg_active.gif); */
background-repeat: repeat-x;
background-position: center left;
background-color: #cc2504;
clear: both;
}

#footer
{
margin: 0px auto 0px auto;
padding: 10px 0px;
width: 1000px;
height: 100px;
background-color: #000000;
background-image: url(../images/body_bg.gif);
background-position: bottom;
text-align: center;
font-size: .75em;
clear: both;
}

/* #footer ul
{
margin: auto;
padding: 0px;
display: block;
}

#footer ul li
{
list-style-type: none;
float: left;
} */

#footer a
{
font-weight: bold;
text-decoration: none;
padding: 0px 30px 0px 30px;
vertical-align: top;
}

#footer a:link, #footer a:visited
{
color: #cccccc;
}

#footer a:hover
{
color: #ff2a00;
}

#footer a.reb
{
padding: 0px;
text-decoration: underline;
}

#footer p
{
clear: both;
margin-top: 20px;
}

/* TEXT STYLES */

/* HEADER STYLES */
h1
{
margin: 0px 0px 15px 0px;
font-size: 2.0em;
}

h2
{
margin: 0px 0px 15px 0px;
font-size: 1.5em;
}

h2.title
{
margin: 0px 0px 15px 0px;
padding: 0px 5px;
/* height: 25px; */
height: 1.3em;
font-size: 1.5em;
border: solid 1px #cccccc;
background-image: url(../images/h2_title_bg.gif);
background-position: top left;
background-repeat: repeat-x;
background-color: #5d5d5d;
color: #000000;
}

h3
{
margin: 0px 0px 15px 0px;
font-size:1.25em;
}

/* LIST STYLES */

ul.equip
{
line-height: 1.5em;
list-style-image: url(../images/equip_list.gif);
}

ul.clients
{
margin-top: 0px;
margin-bottom: 15px;
line-height: 1.5em;
list-style-image: url(../images/equip_list.gif);
font-size: 1.25em;
}

a:link.contacts, a:visited.contacts
{
color: #ff2a00;
text-decoration: none;
}

a:hover.contacts
{
color: #cccccc;
text-decoration: underline;
}