body {
	background-color: #bea437;
    padding: 0 0 20px;
    font:   9px/2.0em "Tahoma", Geneva, Arial, sans-serif;
    background:#433 url(../styleImages/backgrounds/bodyBg.gif) left top repeat fixed;
}

html *
{
    margin:0;
    padding: 0;
}

input, select
{
    font-family: "Tahoma", Geneva, Arial, sans-serif;
}

a
{
    text-decoration:none;
    color: #990000;
}

a:link
{
}

a:visited
{
}

a:hover
{
    color: #ec7600;
}

:active, :focus
{
    outline: none !important;
}

p:first-child
{
    font-weight:normal;
}

#headerSurround {
	width: 740px;
	margin: 10px auto 0;
	padding: 10px 10px 5px;
    background: transparent url(../styleImages/backgrounds/headerSurrBg.gif) left top no-repeat;
}
#bodySurround {
	width: 738px;
	margin: 0 auto;
	padding: 0 10px 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
    background-color: #ffffd4;
    background: #ffffd4 url(../styleImages/backgrounds/bodySurrBg.gif) 50% bottom no-repeat;
}
#footerSurround {
	width: 740px;
	margin: 0 auto;
	padding: 0 10px 10px;
    background-color:#fff;
    background: transparent url(../styleImages/backgrounds/footerSurrBg.gif) left bottom no-repeat;
}
#topHeader {
    background: #d20000 url(../styleImages/backgrounds/topHeaderBg.gif) left top no-repeat;
    color: #fff;
    width: 740px;
    height: 86px;
    cursor: pointer;
}

#topHeader h1, #topHeader h2
{
    text-indent: -3000px;
}

#topNav
{
    padding: 8px 15px 0 20px;
    margin: 5px auto 10px;
    background-color: #ffffd4;
    background: #ffffd4 url(../styleImages/backgrounds/topNavBg.gif) left top no-repeat;
    color: #fff;
    width: 705px;
    height: 33px;
    font-size: 1.3em;
    position:relative;
    z-index:500;
}

#topNav ul
{
    display: block;
    float: left;
}

#topNav li
{
    display: inline;
    float: left;
}

#topNav li a
{   
    padding: 0 15px 0 13px;
    background: transparent url(../styleImages/backgrounds/linkSepBg.gif) right top no-repeat;
}

#topNav a
{
    color:  #fff;
}

#topNav a:hover
{
    color:  #ffff00;
}

.boxTitleLeft, .boxTitleRight {
    height: 21px;
    width:  140px;
    background: #d20000 url(../styleImages/backgrounds/boxTitleBg.gif) left top no-repeat;
    color:  #fff;
    font-size: 1.2em;
    padding: 3px 0 0 10px;
    text-transform: capitalize;
}
.boxContentLeft, .boxContentRight {
    width: 130px;
    background: #fff url(../styleImages/backgrounds/boxContentBg.gif) left bottom no-repeat;
    padding: 10px 10px 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.colContent{
    display:inline;
	position: relative;
	width: 530px;
	float: left;
    margin: 0 0 0 17px;
}
.colBoxes {
    display:inline;
	position: relative;
	width: 150px; 
	float: right;
    margin: 0 17px 0 0;
}
.colFooter
{
    background: #d20000 url(../styleImages/backgrounds/footerColBg.gif) left bottom no-repeat;
    color: #fff;
    width: 680px;
    padding: 0 30px 20px;
    font-size:1.3em;
}
.boxContent {
    margin: 0 0 5px;
    font-size: 1.4em;
    text-align: left;
    width: 510px;
    padding: 10px 10px 20px;
    background: #fff url(../styleImages/backgrounds/contentBodyBg.gif) left bottom no-repeat;
}

.boxContentTop
{
    font-size: 1.2em;
    text-align: left;
    width: 490px;
    padding: 4px 20px 0;
    background: #d20000 url(../styleImages/backgrounds/contentTitleBg.gif) left top no-repeat;
    min-height:12px;
}

.boxAggregateTop
{
    font-size: 1.3em;
    text-align: left;
    width: 490px;
    padding: 0px 20px 0;
    background: #fff url(../styleImages/backgrounds/aggregTitleBg.gif) left top no-repeat;
    height: 10px;
}

.boxAggregateTop h1
{
    display: none;
}

/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	float: left;
}
/* END CHECK OUT PAGES */
.pagination {
	text-align: right;
    margin: 0 0 15px 0;
}

.pagination a
{
    text-decoration: none;
}

.paginateCurrent, .paginateOther, .paginateNext, .paginatePrev, .paginateFirst, .paginateLast
{
    padding: 0 5px;
    border: 1px solid #990000;
}

.paginateCurrent
{
    background-color: #990000;
    color: #fff;
}

.paginateOther:hover, .paginateNext:hover, .paginatePrev:hover, .paginateFirst:hover, .paginateLast:hover
{
    background-color: #990000;
    color: #fff;
    text-decoration:none;
}

.paginateTotal
{
    margin-right: 10px;
}

.txtCopyright
{
    text-align: center;
    color: #fff;
    font-size: 11px;
}