/** --------------------------------------
	file_name	: screen.css
	description	: main layout for BP3IP
	date		: Feb. 06, 10
	
	author		: deni kurniawan
	mail		: deni.k77@gmail.com
	portfolio	: deniku.com
	
-------------------------------------- **/

/**------- START RESET -------**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}


#latesthome p {
margin-left:10px;

}
#latesthome ul li{
list-style-type:square;
list-style-position:inside;
margin-left:10px;
}

#latesthome ul ul li{
padding-top:2px;
line-height:18px;
list-style-type:circle;
list-style-position:inherit;
margin-left:50px;

}

#latesthome ul ul li a{
font:12px arial;
color:#111;

}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**------- END RESET -------**/

/**--- START LAYOUT ---**/
body {
	margin:0;
	font-family:helvetica,arial,verdana,trebuchet,sans-serif;
	font-size:12px;
	line-height:16px;
	color:#222;	
	letter-spacing:0.1px;	
	background-color:#e1e0db;
	}
#wrapper {
	margin:0 auto;
	width:978px;
}
#header {
	float:left;
	width:978px;
	height:105px;
	background:url(../images/redino_01.gif) no-repeat;
	}
	#header #logo {
		float:left;
		width:474px;
		height:50px;
		margin:38px 0 0 17px;
		_margin:38px 0 0 9px;
		}
	#header #lanprof {
		float:left;
		width:450px;
		height:50px;
		color:#270d0f;
		margin:38px 5px 0 0;
		text-align:right;
		}
#menu-top {
	float:left;
	width:978px;
	height:47px;
	background:url(../images/redino_02.gif) no-repeat;
	text-transform:uppercase;
	text-align:center;
	padding-top:10px;
	}
#maincontent {
	float:left;
	width:960px;
	height:455px;
	min-height:455px;
	height:auto !important;
	background:url(../images/redino_03.gif) top repeat-y;
	padding:0 9px;
	}
	#maincontent #left {
		float:left;
		width:635px;
		height:455px;
		}
		#maincontent #left #inner {
			float: left;
			width: 615px;
			_width: 598px;
			height: 435px;
			text-align: justify;
			padding: 10px;
			overflow: auto;
			}
			#wp {
				-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/wp.gif) no-repeat scroll center top;
float:right;
height:122px;
margin-top:220px;
width:579px;
				}
	#maincontent #right {
		float:left;
		width:325px;
		height:455px;
		}
		#maincontent #right img { border:none; border-bottom:#FFF solid 1px; }
#footer {
	float:left;
	width:963px;
	_width:963px;
	height:50px;
	color:#000;
	background: url(../images/redino_04.gif) top no-repeat;
	text-align:right;
	padding-right:15px;
	_padding-right:10px;
	padding-top:14px;
	}
/**--- END LAYOUT ---**/
