/*
CSS Credit: http://www.templatemo.com/
*/

html {
	background: #0a2035;
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	background-color: #0a2035;
	background-image: url(images/bd_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h4 {
	font-size: 40px;
	color: #FFF;
}


a {color: #1dd678; text-decoration:none; }

a:hover { color: #18ac61; text-decoration:none; }
#matt_container {
	width: 940px;
	margin: auto;
}
#matt_header {
	width: 940px;
	height: 78px;
	background-image: url(images/matt_header_blank.jpg);
	background-repeat: no-repeat;
	float: right;
	margin: 0;
	padding: 0;
}
/*End Of Log In*/

#matt_content {
	
	width: 100%;
	
}
* html #matt_content {
	margin-top: -2px;
	background-image: none;

}
#matt_left_content {
	
	float: left;
	background: #0a2035 url(images/matt_left_bg.jpg) top no-repeat;
	width: 358px;
	display: inline;

}
/* Menu */

.matt_menu {
	float: right;
	width: 211px;
	margin: 20px 65px 35px 0;
	padding: 0;
	display: inline;
	font-size: 14px;

}
.matt_menu ul {

	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 211px;

}
.matt_menu li a {

	display: block;
	height: 27px;
	padding: 7px 0 0 50px;
	margin: 5px 0 0 0;
	color: #fff;
	font-weight: bold;
	background: url(images/matt_menu.gif) no-repeat;	
	text-decoration:none;

}
.matt_menu li a:hover, .matt_menu li .current {
	background: url(images/matt_menu_current.gif) no-repeat;
	text-decoration:none;
	color: #F00;
	font-size: 16px;
	font-weight: bold;

}
/* End of Menu */

.matt_section {

	float: right;
	background: url(images/matt_left_section_button.jpg) bottom center no-repeat;
	width: 300px;
	margin: 0 30px 5px 0;
	padding: 0;
	display: inline;

}
* html .matt_section {
	margin: 0;
}
.matt_icon_home {
	width: 100%;
	min-height: 95px;
	margin: 30px 0 0 0;
	padding: 0;
	background-image: url(images/flag-1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
.matt_section h1{
	
	font-family: Tahoma;
	font-size: 11px;
	color: #37b2f8;
	margin: 0 0 0 85px;
	padding: 0;
}
.matt_section p{
	
	font-family: Tahoma;
	font-size: 11px;
	color: #94d8ff;
	text-align: justify;
	margin: 0 30px 0 85px;
	padding: 0;
	
}
.matt_icon_cube {
	
	background: url(images/matt_icon_cube.png) no-repeat top left;
	width: 100%;
	min-height: 109px;
	margin: 30px 0 0 0;
	padding: 0;
	
}
.matt_icon_tick {
	width: 100%;
	min-height: 102px;
	margin: 30px 0 0 0;
	padding: 0;
	background-image: url(images/red-new.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}
.matt_section_bottom_line {
	
	clear: both;
	background: url(images/matt_left_bottom.jpg) no-repeat center;
	height: 1px;
	width: 100%;
	margin: 0;
	padding: 0;
	
}
#matt_right_content {
	float: right;
	width: 582px;
	margin: 0;
	padding: 0;
	background-image: url(images/right_bg.jpg);
	background-repeat: repeat-y;
	
}
#matt_right_content #matt_content_area {

	width: 475px;	
	margin: 0 0 0 47px;
	padding: 0;
	
}
#matt_content_area .matt_title {
	width: 100%;
	height: 15px;
	color: #FFF;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	background-image: url(images/red-stars.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;

}
#matt_content_area p {
	font-size: 14px;
	color: #FFF;
	text-align: justify;
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: normal;
	
}
#matt_content_area .thumbs {
	width: 100%;
	text-align: left;
	float: right;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;

}
#matt_content_area .thumbs img {
	margin: 0 4px 0 4px;
	padding: 0;
}
#matt_content_area img {
	
	float: right;
	margin: 0px 5px 5px 5px;
	padding: 0;

}
#matt_right_content_bottom {
	
	float: right;
	background: url(images/matt_right_bottom.jpg) no-repeat;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	text-align: center;
	width: 582px;
	height: 48px;
	margin: 0;
	padding: 30px 0 0 0;
	
}
#matt_right_content_bottom a{

	text-decoration: none;
	color: #fff;

}
#matt_right_content_bottom a:hover{

	text-decoration: underline;
	color: #fff;

}

.clear_with_height {

	clear: both;
	height: 1px;

}
