/*
	Background Stretcher jQuery Plugin 
	© 2009 ajaxBlender.com
*/
HTML, BODY {

	padding:0px;
}
BODY {
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
    background: #000;
	text-align: left;
}
A { 
color: #F25E08;
text-decoration:none;

}
A:HOVER {
	text-decoration: none;
	color: #000;
}	
H1, H2, H3 {
	color: #000;
	margin: 0;
	padding: 0 0 5px 0;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
H1 {
	padding-bottom: 3px;
	margin-bottom: 15px;
	font-size:13px;
}
H2 { font-size: 12px;}
H3 { font-size: 16px;}

.bgstretcher-menu { text-align: right;}
#menu {
	width: 1000px;
	text-align: left;
	margin:0 auto;
	margin-top:10px;
}
.menu-top, .menu-bottom,
.menu-content {
	float: left;
	width: 1000px;
}
.menu-top, .menu-bottom { height: 60px;}
.menu-top { 
	background: url("images/bg/menu-bg.png") no-repeat left top; 
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bg/menu-bg.png', sizingMethod='image');
}
.menu-bottom { 
	background: url("images/bg/menu-bottom.png") no-repeat left top; 
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bg/menu-bottom.png', sizingMethod='image');
}
.menu-wrapper { 
	float: left;
	width: 1000px;
	display: inline;
	margin-left: 20px;
	margin-top:20px;
}

.bgstretcher-page { text-align: left;}
#page {
	margin-left:10px;
	margin-top:200px;
	width: 480px;
	text-align: left;
}
.page-top, .page-bottom,
.page-content {
	float: left;
	width: 100%;
}
.page-top, .page-bottom { height: 30px;}
.page-top { 
	background: url("images/bg/page-top.png") no-repeat left top; 
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bg/page-top.png', sizingMethod='image');
	text-align:left;
	padding-left:10px;
	padding-top:5px;
}
.page-bottom { 
	background: url("images/bg/page-bottom.png") no-repeat left top; 
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bg/page-bottom.png', sizingMethod='image');
}
.page-content {
	font-size: 12px;
	color: #000;
	background: url("images/bg/page-bg.png") repeat-y left top; 
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/bg/page-bg.png', sizingMethod='scale');
}
.page-wrapper { 
	float: left;
	width: 480px;
	display: inline;
	margin-left:10px;
	height:280px;
	padding-left:15px;
	padding-top:15px;
}



.column {
	float: left;
	width: 320px;
	margin-right: 40px;
}
.column  .row {
	float: left; 
	width: 100%;
	padding-bottom: 13px;
}
.column.small { width: 90px; }
.column.small .row { padding-bottom: 5px;}
.column SELECT { width: 180px;}
.column LABEL {cursor: pointer;}
.column  .row SPAN.pager { float: left; margin-right: 15px;}
.column  .row A { position: relative; }
P.larger-size { font-size: 16px; }
#page STRONG { color: #000; }
#nav UL {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav UL LI {
	display: inline;
	margin-right: 8px;
}
#nav UL LI.showPage A { color: #000; }


