body {
	margin: 10px;
	background-color: #246788;
        background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/PageBg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#top {
        text-align: left;       
        background-image: url(../styleImages/backgrounds/topbg.gif);
        background-repeat: no-repeat; 
        height: 170px;
        margin-bottom: -12px;
        margin-left: 3px;
        padding-right: 0px;
        padding-top: 0px;
    
}

 #bottom {
        margin-bottom: 0px;
        padding-right: 0px;
        padding-top: 0px;
 }

#pageSurround {
        width: 852px;
        margin: 0px auto;
        padding: 5px;
        border: 10px solid #639442;
        background-color: #f2efd8;
        color:#bed678;
}
#subSurround {
        border: 10px solid #00527a;
        background-repeat: repeat-x;
        background-position: bottom;

}

.storename {
	height:90px;
	width:500px;
	background-image: url(../styleImages/backgrounds/name.png);
	background-repeat:no-repeat;
	background-position: right top;	
	float: left;
	margin:-160px 15px 0px 0px;
}
.searchBox {
        margin: 0px 0px 0px 0px;
}


.boxTitleLeft, .boxTitleRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
        font-weight: bold;
        letter-spacing:2px;
        text-align: center;
	color: #ffffff;	
	background-image: url(../styleImages/backgrounds/2top.gif);
	height: 21px;
	padding-left: 0px;
        margin-top: 5px;
}

.boxFootLeft, .boxFootRight {
	background-image: url(../styleImages/backgrounds/boxFootBg.gif);
	width: 170px;
	height: 7px;
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}


.boxContentLeft, .boxContentRight {
	
	background-image: url(../styleImages/backgrounds/button1.gif);
        background-repeat: repeat;      
        padding-left: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 2px;
}


.colLeft {
	position: relative;
	left: 0px;
	width: 170px;
        margin-left: 0px; 
	padding-left: 2px;
	padding-right: 3px;
        float: left;
        display: inline;
}
.colMid {
	position: relative;
	width: 485px;
        float: left;
        display: inline;

}
.colRight {
	position: relative;
	width: 170px; 
	padding-left: 0px;
	right: 5px;
	float: right;
        display: inline;
}
.boxContent {
	border: 1px solid #00527a;
        margin-top: 5px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%; 
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 170px; 
	padding-left: 20px;
	padding-right: 15px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 660px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
        margin-top: 10px;
        margin-bottom: 5px;

}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #00527a;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.containerLeftRight {
    
    margin: 0px;
    padding: 0px;
    width: 840px;
    
}
.divLeft {
    margin: 0px;
    padding: 0px;
    width: 300px;
    float: left;
    text-align: left;
}
.divRight {
    margin-right: 0px;
    padding: 0px;
    width: 560px;
    float: left;
    text-align: right;
}
.divSearch {
    margin-right: 0px;
    padding: 0px;
    width: 830px;
    float: left;
    text-align: right;
}




.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
