/*MLD CSS MAIN DESIGN*/

/* basic elements */

html 
{
	margin: 0;
	padding: 0;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
}

body 
{ 
	font: 70% verdana, sans-serif;
	line-height: 1.4;
	color: #555753; 
	background: #e5e5e5; 
	margin: 0; 
	padding: 0;
}

hr 
{
	border-style: solid;
	border-width:1px;
	border-color: #c3c3c3;
	margin-bottom: 5px;
}

.h { display: none; }

/* Text Styles*/
p 
{ 
	margin-top: 0; 
	text-align: left;
}

h1 
{ 
	color: #16b4c1; 
	font-size: 12pt;
	font-weight: normal;
}

h1.section_title
{ 
	float:left;
	background-image:url("../images/mini_mouse.jpg");
	background-repeat:no-repeat;
	background-position: center right;
	padding: 7px 100px 0px 0px;
	height: 35px;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h3
{
	font-size: 8pt;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: white;
	text-align: left;
}

/* for Portfolio content*/
h4
{
	font-size: 11pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h5
{
	font-size: 11pt;
	font-weight: bold;
	color: #16b4c1; 
	padding: 0px;
	margin: 0px;
}

h6
{
	font-size: 10pt;
	font-weight: normal;
	color: #df7e27;
	padding: 0px;
	margin: 0px;
}


ul 
{
	margin: 0px;
	padding: 0px;
}

li
{
	margin: 0px;
	padding: 0px;
}

a:link 
{ 
	text-decoration: none; 
	color: #16b4c1;
}


.portfolio_headers
{
	font-size: 10pt;
	font-weight: bold;
	color: #df7e27;
	padding: 0px;
	margin: 0px;
}

a:visited 
{ 
	text-decoration: none; 
	color: #16b4c1;
}

a:hover {
	color: #16b4c1;
	text-decoration: underline;
}

/* Special links */
.content-links {
	font-size: 8pt;
	color: black;
}

.content-links a
{
	color: black;
	font-size: 8pt;
}

.content-links a:hover
{
	text-decoration: underline;
}

.content-links a:visited
{
	color: black;
}


/* --- */
.header2
{
	text-align: left;
	font-size: 11pt; 
	color: black; 
	font-weight: bold; 
	vertical-align: top; 
	padding-bottom: 8px;
}

.login_title 
{
	font: 10pt sans-serif;
	font-weight: bold;
	color: black;
}

/* basic Properties */

img 
{
	padding: none;
	margin: none;
	border: none;
}


input 
{
	border-style: solid;
	border-width:1px;
	border-color: #c3c3c3;
}


.black { color: black; }


/* Basic Page Properties */

#page_container {
	width: 100%;
}

#banner_advertisement 
{
	background-image: url('../images/bg_bannerimg.jpg');
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 16px;
	float: right;
	height: 200px;
	width: 330px;
}

#banner_imageMenu
{
	float: left;
	width: 620px;
	margin-left: 16px;
}

/* Background page graphics */
.base_element
{
	background-image: url('../images/base_repeat.png');
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	color: black;
}

.no_back { background-image: none; }

#base_header 
{
	background-image: url('../images/base_header.png');
	background-repeat: no-repeat;
	height: 120px;	
}

#base_repeat_menu 
{
	height: 25px;
}

#menu
{
	margin: 0px 16px;
	font-size: 9pt;
	text-align:center;
}

#menu ul
{
	background-image: url('../images/menu_bg.jpg');
	background-repeat: no-repeat;
	height: 25px;
	list-style: none;
	padding-top: 3px;
}

#menu ul li 
{
	display: inline;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
	vertical-align: middle;
	height: 100%;
}

#menu ul li a 
{
	color: white;
	font-weight: bold;
}

#menu ul li a:hover 
{
	color: #e4f5ff;
}

#base_repeat_banner
{
	height: 200px;
}


#base_footer 
{
	background-image: url('../images/base_footer.png');
	background-repeat: no-repeat;
	height: 45px;
	padding-top: 25px;
	text-align: right;
}

#footer_text
{
	margin-right: 16px;
}

/* bg graphics ends */

.MLD_logo
{
	float: left;
	margin-left: 25px;
	margin-top: 12px;
	height: 90px;
	width: 40%;
}


.login 
{
	float: right;
	margin-top: 26px;
	margin-right: 32px;
	height: 90px;
}


.hr 
{
	background-image: url('../images/hr.jpg');
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
}

.vr
{
	background-image: url('../images/hr.jpg');
	background-repeat: repeat-y;
	height: 100%;
	width: 1px;
}

.gradient_shadow 
{
	background-image: url('../images/gradient2.png');
	background-repeat: repeat-x;
	height: 12px;
	width: 958px;
	margin: auto;
}

.b { font-weight: bold; }


.body_content
{
	width: 930px;
	min-height: 500px;
	margin-left: 35px;
}


/* Portfolio */
.portfolio_image img
{
	border: 1px solid gray;
	margin-left: 10px;
	padding: 2px;
}

.portfolio_image div
{
	margin-bottom: 20px;
}


/*********************************************************************
 * About
 *********************************************************************/
#About { }


/*********************************************************************
 * Services
 *********************************************************************/
#Services { }

#Services #DMS { background-image: url("../images/services_dms.jpg"); margin-right: 13px; }
#Services #WebSolutions { background-image: url("../images/services_ws.jpg"); margin-right: 13px; }
#Services #TrainingAndSupport { background-image: url("../images/services_ts.jpg"); margin-right: 13px; }
#Services #OfficeSolutions { background-image: url("../images/services_os.jpg"); }

#Services .service
{
	border: 1px solid white;
	vertical-align: top;
	float: left;
	background-position: top;
	height: 300px;
	width: 214px;
	text-align: center;
	padding-top: 5px;
	position: relative;
}
#Services .service .title { font-size: 12pt; color: white; font-weight: bold; }
#Services ul.service_list
{
	color: black;
	font-size: 8pt;
	text-align: left;

	margin-top: 15px;
	margin-left: 20px;
	padding-right: 4px;
}

#Services ul.service_list li { margin-bottom: 7px; }
#Services .service a.read_more
{
	position: absolute;
	bottom: 15px;
	right: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#Services .service a.read_more:hover { text-decoration: underline; }


/*********************************************************************
 * Service Details
 *********************************************************************/
#ServiceDetails { }


/*********************************************************************
 * Portoflio
 *********************************************************************/
#Portfolio h4
{
	background-image: url("../images/tab_heading.jpg");
	height:45px;
	width: 630px;
	background-repeat: no-repeat;
	margin-left: -9px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 8px;
}

/*********************************************************************
 * Privacy Policy
 *********************************************************************/
#PrivacyPolicy { }

#PrivacyPolicy p
{
	margin: 15px 0px 0px 215px;
	width: 500px;
}



#TermsOfUse { min-height: 520px; }

#TermsOfUse p
{
	margin: 15px 0px 0px 215px;
	width: 500px;
}