html, body
{
margin: 0px;
font-family: Arial, Helvetica, Freesans, sans-serif;
font-size: 1em;
color: #ffffff;
background: #000000;
min-width: 775px;
}

html>body
{
font-size: 14px;
}

/* NAVHEAD STYLES */

/* #header
{
height: 100px;
padding: 0px;
background-image: url(../images/title_ayre2.jpg); 
background-repeat: no-repeat;
} */

#header
{
height: 150px;
padding: 0px;
background-image: url(../images/bg_reflect.jpg);
background-repeat: repeat-x;
}

/* MENU STYLES */

#menu
{
height: 31px;
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: #cc2504;
}

#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;
height: auto !important;
height: 25px;
width: auto !important;
width: 1%;
white-space: nowrap;
}

#menu a:link
{
color: #333333;
}

#menu a:visited
{
color: #333333;
}

#menu a:hover
{
background-color: #2b2b2b;
background-image: url(../images/menu_bg_hover.gif);
background-repeat: repeat-x;
color: #ff2a00;
border-bottom: solid 3px #cccccc;
}

#menu a.thispage
{
background: #cccccc;
border-bottom: solid 3px #333333;
}

/* BODY STYLES */

#page_body
{
padding: 10px;
background-image: url(../images/body_bg.gif);
background-repeat: repeat-x;
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 */

#pre_footer
{
height: 1px;
border-top: solid 1px #cccccc;
border-bottom: solid 1px #cccccc;
background-image: url(../images/menu_bg.gif);
background-position: bottom;
background-repeat: repeat-x;
background-color: #cc2504;
}

#footer
{
margin: 10px auto;
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;
font-size: 2.0em;
}

h2
{
margin: 0px 0px 15px;
font-size: 1.5em;
}

h3
{
margin: 0px 0px 15px;
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;
}