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

#pageSurround {
        width: 849px;
        margin: 0px auto;
        padding: 5px;
        border: 10px solid #22416a;
        background-color: #d4dae2;
        color:#a82b2b;
        background-image: url(../styleImages/backgrounds/Background.jpg);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-x-position: left;
        background-y-position: top;
}
#subSurround {
        border: 10px solid #000080;
        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;}


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

.boxFootLeft, .boxFootRight {
	background-image: none;
	width: 170px;
	height: 7px;
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}


.boxContentLeft, .boxContentRight {
	border: 1px solid #22416a;
	background-color: #ffffff;
        margin-left: 0px;
        margin-top: 0px;      
        padding-left: 0px;
	margin-bottom: -26px;
	padding-top: 0px;
	padding-bottom: 5px;
        text-align: left;
}
.boxSiteContent  {
	border-top: 1px solid #808080;
        border-left: 1px solid #22416a;
        border-right: 1px solid #22416a;
        border-bottom: 1px solid #22416a;
	background-color: #ffffff;
        margin-bottom: -10px;
        text-align: left;
}



.colLeft {
	
        position: relative;
	left: 0px;
	width: 170px; 
        background-color: none;
        padding-left: 2px;
	padding-right: 3px;
        margin-top: 5px;
        margin-right: 5px;
        padding-bottom: 0px;
	float: left;
}
.colMid {
	position: relative;
	width: 655px;
	float: left;
}
.colRight {
	position: relative;
	width: 0px; 
	padding-left: 0px;
	right: 0px;
	float: right;
}
.boxContent {
	border: 1px solid #22416a;
        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: 0px;
        margin-bottom: 5px;

}
.menuDocs {
	text-align:center;
	margin-top: 10px;
        margin-bottom: 0px;
}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	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;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
}

.containerLeftRight {
    
    margin: 0px;
    padding: 0px;
    width: 880px;
    
}
.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;
}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

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