/* Fatima de Davao Lime Industries */

body {
	background: #FFFFFF url(../images/img_bg.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

/* TEXT, LINKS */

p {
	font-size: 12px;
	color: #333333;
	line-height: 2;
}

a:link, a:visited, a:active {
	color: #0060A4;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul#topMenu {
	margin: 0;
	padding: 0;
}

li.topMenu {
	list-style: none;
	float: left;
	margin: 0;
	padding: 10px 100px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

li.topMenuLast {
	list-style: none;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.topMenuSelected {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

a.topMenu:link, a.topMenu:visited, a.topMenu:active {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.topMenu:hover {
	text-decoration: none;
	color: #000000;
}

.logoText {
	font-size: 30px;
	font-weight: bold;
	color: #0060A4;
}

.logoTextSub {
	font-size: 12px;
	color: #333333;
}

.title{
	font-size: 20px;
	font-weight: bold;
	color: #0060A4;
}

a.footerMenu:link, a.footerMenu:visited, a.footerMenu:active {
	font-size: 12px;
	color: #0060A4;
	text-decoration: none;
}

a.footerMenu:hover {
	text-decoration: underline;
}

.footerText, a.footerText:link, a.footerText:visited, a.footerText:active {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}	

a.footerText:hover {
	text-decoration: underline;
}

li.standard {
	list-style: square;
	line-height: 2;
}
		
/* DIVS, CLASSES */

#menu {
	width: 860px;
	height: 40px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #FFFFFF;
}

#logo {
	width: 860px;
	height: 50px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
}

#header {
	width: 860px;
	height: 210px;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
}

#content {
	width: 860px;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
}

#content #content_left {
	float: left;
	width: 560px;
	margin: 0;
	padding: 0 10px 40px 10px;
}

#content #content_right {
	float: left;
	width: 260px;
	margin: 0;
	padding: 0 10px 0 10px;
}

#footer {
	width: 100%;
	height: 120px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(../images/img_footer_bg.jpg) top left repeat-x;
}

#footer #footer_top {
	width: 840px;
	height: 20px;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
}

#footer #footer_btm {
	width: 840px;
	height: 60px;
	margin: 0 auto 0 auto;
	padding: 40px 10px 0 10px;
} 

.clearFix {
	clear: both;
	margin: 0;
	padding: 0;
}

.imgIcon {
	border: none;
	margin: 0;
	padding: 0 10px 0 0;
}

