/*eCom Scotland*/

/*Main Page Layout*/
#page{margin:0 auto;
	padding: 0px 0px 0px;
	top:0;
	width:650px;
	font-family: verdana, arial, sans-serif;
	
}
BODY {
text-align:center;
min-width :650px;
background:#EFF4F9;
}
#top{	width:650px;
	font-family: verdana, arial, sans-serif;
	color: #666;
	text-align:left;
	font-weight: normal;
	padding-top:5px;
	background-color:#D0D0D0;
/*	background: url(/images/new_rotary_topper.gif); */
	background-repeat: no-repeat;
	height:20px;
	border:2px solid #fff;
	border-bottom:0px;

}
#sidebar form{padding:5px}
#topmenu{
padding:8px 0px 0px 10px;
font-size: 9px;
color:#8FACC8;
font-family:Verdana;
background-color:#E9F0F7;
width:390px;

}
#topmenu a:link, #topmenu a:visited, #topmenu a:active, #topmenu a{
color:#35648C;
}
#login{float:right;font-size:12px;padding:0px 0px 2px 3px;margin-top:-5px;color:#204063}

#middle{
border:2px solid #fff;
width:2000px;
font-family: verdana, arial, sans-serif;
height:100%;
text-align:left;
/*background-image: url(../images/bgd_logo.gif);*/
/*	background-repeat: repeat-y; */
/*float: left;*/
padding-top:0px;
/*min-width: 670px;*/
/*background-color: #E9F0F7;*/
background-color: #FFFFFF;
overflow:hidden;
}
#bottom{
	font-family: verdana, arial, sans-serif;
	
	text-align:center;
	font-weight: 400;
	font-size: inherit;
	font-size:10px;
}

/*Sub Page Layout*/
#sidebar{
	float : right;
	width:245px;
	/*background:#F4D459;*/
	background:#DFEAF6;
	border:1px solid #BDD4EB; 	
	padding:0px;
	height:96%;
 margin-bottom: -1000px; padding-bottom: 1000px
}
#sidebarl{
	float : left;
	width:220px;
	background:#3366FF;
	height:91%;
	margin-left:-5px;
	padding:5px;
	margin-right:10px;
}
#content{


	font-family: verdana, arial, sans-serif;
	float : left;
	width:390px;
	height:inherit;

}
#cText{

	padding:10px;
	font-size:12px;
	color:#35648C;
	background-color:#E9F0F7;
	width:380px;
	 margin-bottom: -1000px; padding-bottom: 1000px

	}
#content2Col{
    font-size:10px;
	font-family: trebuchet,verdana, arial, sans-serif;    
	float : left;
	width:400px;	
	background:#E9F0F7;
	background-color: #E9F0F7;
	color:#204063;
	height:99%;
	 margin-bottom: -1000px; padding-bottom: 1000px
}

#full{
	margin-left : 20px;
	width: 100%;
}
#footer{

	font-family: verdana, arial, sans serif;
	font-size:60%;
	color: #35648C;
	text-align : center;
	background:#DFEAF6;
	padding:0px 3px 3px 3px;
	margin-top:2px;
	width:650px;
	
	clear:both
}
.clear{clear:both}
#print{	font-family: verdana, arial, sans serif;
	font-size:70%;
	float:right;
	margin-top:0px}
#topbar{
	border:2px solid #fff;
	border-bottom:1px;
	font-family: verdana, arial, sans-serif;
	clear:both;
	_width: 650px; 
	width: 650px;
	
	background-color: #DFEAF6;

	height: 22px;
}
/* BUG FIXES */
html>body #middle { width: 650px }
html {height: 100%;} 
body {min-height: 101%;}
