@import url("font_style/font_sheet.html");
 :unknown {
	outline: 0
}
/*--------------------------------------------Table Design -------------------------------------------*/

.ProductsServices_BG {
	background-color: #F1F1F2;
	height: 200px;
	width: 490px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	transition-property: background;
	transition-duration: 1s;
	transition-timing-function: linear;
	}
.ProductsServices_BG:hover {
	background-color: #D2D3D5;
	}
.ProductsServices_BG img {
	border-right: 5px solid #FFCC29;
	margin-right: 10px;
	float:left;
	}
.ProductsServices_BG a {
	text-decoration: none;
	}
.ProductsServices_BG .Button {
	text-decoration: none;
	background-color: #51A8B1;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 160px;
	border-radius: 5px;
	transition-property: background;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	
	}
.ProductsServices_BG .Button:hover {
	text-decoration: none;
	background-color: #575757;
	}
.ProductsServices_Heading {
	FONT-WEIGHT: normal;
	FONT-SIZE: 18px;
	COLOR: #51A8B1;
	FONT-FAMILY: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding-top: 5px;
	height: 40px;
	}	
.ProductsServices_Text {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin-top: 13px;
	padding-right: 10px;
	height: 110px;
	text-align: justify;
	}		








/*############################################################################################################
######################################## Courses System Style ################################################
############################################################################################################*/


.PageHeadHeading_coursesHeading{
	color: #333974;
	font-family: kiro;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	margin-left: 10px;
}		
	


.Courses_ViewHeading {
	text-align: center;
	color: #ED3237;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 24px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	}

#course_list_name ul {
	list-style-type: none;
	position: static;
	display: list-item;
	}
	
#course_list_name li{
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 10px;
	float: left;
	width: 450px;
	height: 35px;
}
#course_list_name li a{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	color: #434343;
	text-decoration: none;
}
#course_list_name li a:hover{
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}