﻿a.hdrlinks:link { color:#000000; text-decoration: none;}
a.hdrlinks:visited { color:#000000; text-decoration: none;}
a.hdrlinks:active { color:#000000; text-decoration: none;}
a.hdrlinks:hover { color:#259001; text-decoration: none;}

/* Footer links */
a.ftlinks:link { color:#ffffff; text-decoration: none;}
a.ftlinks:visited { color:#ffffff; text-decoration: none;}
a.ftlinks:active { color:#ffffff; text-decoration: none;}
a.ftlinks:hover { color:#eaeaea; text-decoration: underline;}

/* Wraps all containers */
#wrapper{
        width:790px;
        height:100%;
		margin: 0px auto;
        text-align:center;
        position:relative;
        background:#ffffff;
        border-right:1px solid #000;
        border-left:1px solid #000;
}

/* Container for header information */

#topPanel{
        clear:both;
        width:790px;
        height:137px;
        text-align:center;
        border:0px solid #000;
}

#headerTop{
        clear:both;
        width:790px;
        height:102px;
        text-align:center;
        border:0px solid #000;
}

#linkBar{
        clear:both;
        width:790px;
        height:21px;
        padding:0px;
		margin:0px;
        text-align:center;
        background-image: url(../store_smr/images_smr/linkbar.png);
        border:0px solid #000;
}

.toplinkspace{
	padding:0px 25px 0px 25px;
	border:0px solid #000000;
}

#linkBar ul {
	padding-top:1px;
	margin:0px;
	border:0px solid #000000;
}

#linkBar li {
	display:inline;
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	border:0px solid #000000;
}

#headerBottom{
        clear:both;
        width:790px;
        height:14px;
        text-align:center;
        background-image: url(../store_smr/images_smr/header_bottom.png);
        border:0px solid #000;
}

#bodyPanel{
        width:780px;
        height:100%;
        float:left;
        padding:5px;
        text-align:left;
        font-size: 1.1em;
        background:#ffffff;
        border:0px solid #000;
}

#prefooter{
    clear:both;
    width: 790px;
    text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	border:0px solid #000;
}

#footer1 {
	width: 790px;
	height: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	background: #0c2b4a;
}

/* Controls links in footer */
#footerlinkcont{
	font-size: 11px;
	text-align: center;
	width:100%;
	border: 0px solid #fff;
	padding-top:5px;
	padding-bottom:5px;
	color:#ffffff;
}	


