@charset "utf-8";
body  {
	font: 80% Arial, Helvetica, sans-serif;
	background: #e3d2b6;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#tileback {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 75px;
	background: url(/custom/themes/default/images/tile-back.gif) repeat-x;
	z-index: -1;
}

#container { 
	position: relative;
	width: 969px;
	margin: 0 auto;
	text-align: left;
} 


#header { 
	position: relative;
	width: 969px;
	height: 170px;
	background: url(/custom/themes/default/images/header.gif);
	margin: 0px;
	padding: 0px;
	
} 

#header #reload{
	position: absolute;
	top: -1px;
	left: 790px;
	font-size: 11px;
}


#header #reload a{
	color: #FFFF00;
}


#header #nav {
	position: absolute;
	top: 41px;
	left: 242px;
	width: 669px;
	height: 46px;
	margin: 0 auto;
	text-align: center;
	z-index: 10;
}

#header #storelinks {
	position: absolute;
	top: 75px;
	left: 700px;
	width: 250px;
	z-index: 10;
	color: #feea0e;
	font-size: 10px;
	text-transform:uppercase;
}

#header #storelinks a {
	color: #feea0e;
}


#contentwrap { 
	position: relative;
	width: 969px;
	margin: 0px;
	padding: 0px;

} 



#sidebar1 {
	position: relative;
	float: left;
	width: 220px;
	background: #e3d2b6;
	margin: 0 10px 20px 0;
	color: #66451f;
	font-size: 11px;

}

#sidebar1 #checkbalance {
	position: relative;
	width: 225x;
	top: 0px;
	overflow:hidden;
}




#sidebar1 h1 {
	font-size: 11px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

#sidebar1 h2 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #740213;
}

#sidebar1 #line {
	height: 8px;
	width: 150px;
	background:url(/custom/themes/default/images/whtline.gif) repeat-x;
}

#sidebar1 #joinemail {
	width: 224px;
	height: 86px;
	background:url(/custom/themes/default/images/joinemail.gif);
}


#sidebar1 #joinemail #jointxtxt{
	width: 224px;
	padding: 35px 10px 0 20px;
	font-size: 12px;
}






#mainContent {
	position: relative;
	float: left;
	width: 715px;
	top: -40px;
	z-index: 1;
} 

#mainContent #cmiddle {
	float: left;
	width: 680px;
	background:url(/custom/themes/default/images/content-tile.gif) repeat-y;
	padding: 0 15px 0 20px;
} 


#mainContent #cmiddle #imagegallery{
	margin-right: 10px;
	width: 380px;

}

#mainContent #cmiddle #promobox{
	position: relative;
	float: right;
	width: 280px;
	height: 280px;
}

#promobox #prices { 
	position: absolute;
	top: 200px;
	left: 0px;
	font-size: 11px;
}

#promobox #prices #lable1{ 
	display: block;
	width: 105px;
	border: 1px solid #000000;
}



#mainContent #cfoot{
	float: left;
	width: 715px;
	height: 29px;
	background:url(/custom/themes/default/images/content-foot.gif);
} 

#LowerContent {
	float: left;
	width: 725px;
}

#LowerContent #left {
	float: left;
	width: 460px;
	margin-right: 17px;
}

#LowerContent #left #top {
	float: left;
	width: 460px;
	height: 26px;
	background:url(/custom/themes/default/images/left-top.gif);
}

#LowerContent #left #middle{
	float: left;
	width: 430px;
	background:url(/custom/themes/default/images/left-middle.gif) repeat-y;
	padding: 0 0px 0 27px;
}

#LowerContent #left #foot{
	float: left;
	width: 460px;
	height: 39px;
	background:url(/custom/themes/default/images/left-bottom.gif);
}

#LowerContent #right{
	float: left;
	width: 237px;
}

#LowerContent #right #top {
	float: left;
	width: 237px;
	height: 26px;
	background:url(/custom/themes/default/images/right-top.gif);
}

#LowerContent #right #middle{
	float: left;
	width: 207px;
	background:url(/custom/themes/default/images/right-middle.gif) repeat-y;
	padding: 0 15px 0 15px;
}

#LowerContent #right #foot{
	float: left;
	width: 237px;
	height: 39px;
	background:url(/custom/themes/default/images/right-bottom.gif);
}



#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d3c0a1; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
