@charset "UTF-8";
/* CSS Document */

body {
	background: #ffd050;
	margin: 0 80px 40px 80px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

hr { 
	width: 100%;
	text-align: center;
}

.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	height: auto;
	background-color: #FFFFFF;
	padding: 0 40px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.header {
	background-image: url('http://edge.halldata.com/BOB/SR/GRPH6241.jpg');
	width: 980px;
	height: 71px;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
}

#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: center; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	height: auto;
	background-color: #FFFFFF;
	padding: 0 40px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.menu {
	margin-left: 14px;
	padding: 4px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
}
.menu a {
	padding: 3px;
	margin-right: 14px;
}

/*#topnav .button
{padding: 10px 0px 0px 0px;
width: 90px;
height: 29px;
background: url('../images/design/topnav_btn.gif');
cursor: hand;
color: #fff; font-weight: bold; font-size: 10px;
	}
#topnav a{padding-top: 10px;color: #fff; font-weight: bold; font-size: 10px;text-decoration: none}
#topnav a:hover{color: #FFCC33;}
*/

#topnav
{
    width: 980px;
    height: 33px;
    clear: both;
    border-bottom: solid 2px #000000;
}
#topnavCenter
{
    height: 33px;
    background: url('http://www.securitysales.com/images/design/topnav-center.gif') center top repeat-x;
}
#topnavLeft
{
    height: 33px;
    margin: 0;
    padding: 0;
    background: url('http://www.securitysales.com/images/design/topnav-side.gif') left top no-repeat;
}
#topnavRight
{
    height: 33px;
    margin: 0;
    padding: 0;
    background: url('http://www.securitysales.com/images/design/topnav-side.gif') right top no-repeat;
}
#navMain
{
    float: left;
    margin: 9px 0 0 10px;
    padding: 0;
    list-style: none;
}
#navMain li
{
    display: inline;
    float: left;
    margin: 0;
    padding: 0px;
    background: url('http://www.securitysales.com/images/design/topnav-bar.gif') right top no-repeat;
}
#navMain li a
{
    display: block;
    padding: 0px 12px;
}
#navMain li.last
{
    background: none;
}

#navSide
{

    float: right;
    margin: 7px 5px 0px 0px;
    padding: 0;
    list-style: none;
}
#navSide li
{
    display: inline;
    float: left;
    margin: 0 7px;
    padding: 0;
    height: 20px;
    line-height: 20px;
}
#navSide li .buttonLeft
{
    background: url('http://www.securitysales.com/images/design/topnav-button-side.gif') left top no-repeat;
    padding-left: 1px;
}
#navSide li .buttonRight
{
    padding-right: 1px;
    background: url('http://www.securitysales.com/images/design/topnav-button-side.gif') right top no-repeat;
}
#navSide li a
{
    display: block;
    padding: 0 5px;
    background: url('http://www.securitysales.com/images/design/topnav-button-center.gif') center top repeat-x;
}

#navMain li a, #navSide li a
{
    font-family: Arial;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
#navMain li a:hover, #navSide li a:hover
{
    text-decoration: underline;
}
