#footer {
	position:relative;
	width:1250px;
	height:50px;
	margin:0 auto;
	text-align:center;
}
#page {
	position:relative;
	width:1250px;
	padding:0px;
	margin:0px auto ;
	
	background-color:#fff;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	

	/*-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);*/
}
#content {
	position:relative;
	width:1000px;
	float:right;
	padding:10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	
	border:1px solid #2ab0ed;
	
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
}
#submenu {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:200px;
	z-index:999;

	padding:10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	
	border:1px solid #2ab0ed;
	
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
}
#menu a {
	padding:3px;
	width:200px;
	height:50px;
	margin:3px;
	color:#333;
	/*background-color:#333;*/
	
background: #f7fbfc;
background: -moz-linear-gradient(top, #f7fbfc 0%, #d9edf2 40%, #add9e4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fbfc), color-stop(40%,#d9edf2), color-stop(100%,#add9e4));
background: -webkit-linear-gradient(top, #f7fbfc 0%,#d9edf2 40%,#add9e4 100%);
background: -o-linear-gradient(top, #f7fbfc 0%,#d9edf2 40%,#add9e4 100%);
background: -ms-linear-gradient(top, #f7fbfc 0%,#d9edf2 40%,#add9e4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#add9e4',GradientType=0 );
background: linear-gradient(top, #f7fbfc 0%,#d9edf2 40%,#add9e4 100%);
}

.submenu {
	display:block;
	width:130px;
	padding:7px;
	margin:0 auto;
	margin-bottom:3px;
	
	font-size:9pt;
	font-weight:bold;

	color:#333;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 0px #fff;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	
	border:1px solid #2ab0ed;
	
}
#subwrap {

	width:150px;
	padding:5px;
	margin:5px auto;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	
	/*background-color:#EEE;*/
	
	border:1px solid #DDD;

/*background: #666666;
background: -moz-linear-gradient(top, #666666 0%, #353535 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#353535));
background: -webkit-linear-gradient(top, #666666 0%,#353535 100%);
background: -o-linear-gradient(top, #666666 0%,#353535 100%);
background: -ms-linear-gradient(top, #666666 0%,#353535 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#353535',GradientType=0 );
background: linear-gradient(top, #666666 0%,#353535 100%);*/
	
/*background: #feffff;
background: -moz-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#d2ebf9));
background: -webkit-linear-gradient(top, #feffff 0%,#d2ebf9 100%);
background: -o-linear-gradient(top, #feffff 0%,#d2ebf9 100%);
background: -ms-linear-gradient(top, #feffff 0%,#d2ebf9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 );
background: linear-gradient(top, #feffff 0%,#d2ebf9 100%);*/
}
a.submenu {
background: #feffff;
background: -moz-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#d2ebf9));
background: -webkit-linear-gradient(top, #feffff 0%,#d2ebf9 100%);
background: -o-linear-gradient(top, #feffff 0%,#d2ebf9 100%);
background: -ms-linear-gradient(top, #feffff 0%,#d2ebf9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 );
background: linear-gradient(top, #feffff 0%,#d2ebf9 100%);

	/*-moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0px rgba(0,0,0,0.2);*/
}

a:hover.submenu {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
}



a {
	color: #4d7db9;
}
a:hover {
	/*color: #FF0000;*/
}
body {
	background-color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

td {
	font-family: Verdana;
	font-size:13px;
}

th {
	font-family: Verdana;
	font-size:13px;
}
.a {
	/*color: #FFFFFF;*/
}
.border {

	border:1px solid #000066;

}

.tblr {

	font-family: Verdana;
	font-size: 12px;
	text-align: center;
}

.tblh {

	font-family: Verdana;
	font-size: 16px;
	text-align: center;
}

