/* Layout Stylesheet */ 

body {
 margin:20px 20px 0px;
 background:#000000 url(images/back.gif);
 color: #333333;
 text-align:left;
 padding:0;
 }

#outer {
 text-align:left;
 border:thick solid #FFFFFF;
 width:800px;
 margin:auto;
 }

#hdr {
 height:150px;
 background:url(images/header.jpg) no-repeat;
 color: #333333;
 }

#bar {
	height:14px;
	background:#660000;
	color: #FFFFFF;
	border-top: 3px solid #FFFFFF;
	border-right: 0 solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 0 solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
	font-weight: bold;
	text-align: center;
 }

#bodyblock {
	position:relative;
	background: #660000;
	color: #333333;
	width:800px;
	padding:0;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	overflow: hidden;
	border-bottom-width: 2px;
 }

#l-col {
	float:left;
	width:150px;
	text-align: left;
	font-weight: normal;
 }

#cont {
	width:650px;
	background:#FFFFFF url(images/grad.jpg) repeat-y left;
	color: #333333;
	text-align:left;
	border-top: 0px solid #FFFFFF;
	border-right: 0 solid #FFFFFF;
	border-bottom: 0 solid #FFFFFF;
	border-left: thick solid #FFFFFF;
    float:right;
 }

#ftr {
    clear:both;
	height:15px;
	background:#000000;
	color: #FFFFFF;
	margin:0;
	border-top: 2px solid #FFFFFF;
	border-right: 0 solid #FFFFFF;
	border-bottom: 0 solid #FFFFFF;
	border-left: 0 solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	padding: 3px;
	text-align: center;
 }
.menutest {
	background-color: #CCCCCC;
	float: left;
	position: absolute;
	height: 10px;
	width: 640px;
	left: 150px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F3D6C;
	padding: 5px;
	border: 2px none #5F7284;
	visibility: visible;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	text-indent: 10pt;
}
.loginbox {
	float: left;
	position: absolute;
	width: 143px;
	left: 1px;
	top: 0px;
	height: 100%;
	border-top-width: 4px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	border-right-width: 4px;
	border-right-style: none;
	border-right-color: #990000;
	text-indent: 4px;
}
#shopcont {

	width:100%;
	background:#FFFFFF repeat-y left;
	color: #FF0000;
	text-align:left;
	border-top: 0px none #FFFFFF;
	border-right: 0 none #FFFFFF;
	border-bottom: 0 none #FFFFFF;
	border-left: thick none #FFFFFF;
    float:none;
}
#shopl-col {

	float:left;
	text-align: left;
	font-weight: normal;
}

