/* Main CSS Start */
/*importing reset stylesheet start*/
@import "reset.css";
/*importing reset stylesheet end*/

body {
	background-image:url(images/body_bg.png);
	min-height:597px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	
}

/*--------Generally css-------*/
h1{
   font-size:14px;
   font-weight:normal;
   color:#0a1824;
}
h2{
font-size:24px;
padding-bottom:15px;
color:#000;
}
h3{
font-size:22px;
padding-bottom:15px;

}
h4{
font-size:18px;
padding-bottom:15px;
color:#000;
}
h5{
font-size:16px;
padding-bottom:15px;
color:#000;
}
h6{
font-size:14px;
padding-bottom:15px;
color:#000;
}

p{
font-size:12px;
color:#000;
padding-bottom:15px;
line-height:15px;
}
a{
color:#000;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
span{
display:inline-block;

}


				/*--------Generally css-------*/


#wrapper {
	width: 960px;
	margin: 0 auto;
}

.showcase
{
	background-image: url(images/showcase.png);
	background-repeat:no-repeat;
	margin-top:71px;
	width:964px;
	height:528px;
}
.girl
{
	width:388px;
	height:570px;
	float:left;
	margin-left:24px;
	background-image:url(images/girl.png);
	background-repeat:no-repeat;
	margin-top:-58px;
}
.text
{
	width:486px;
	height:433px;
	margin-top:40px;
	float:left;
	margin-left:17px;
}
.text_heading
{
	width:485px;
	height:42px;
	background-image:url(images/noellia.png);
	background-repeat:no-repeat;
}
.text_detail
{
	font-size:13px;
font-weight:normal;
color:#0a1824;
line-height:16px;
padding:2px 0 0 0px;

}
#pressrel #text_detail{
	overflow:-moz-scrollbars-vertical;
	overflow-y: scroll;	
	height:370px;
}

.press ul{
	margin-top:0px !important;
	margin-bottom:20px;
	height:auto !important;
	clear:both;
	list-style:disc !important;	
}
.text ul
{
	width:478px;
	height:84px;
	margin-top:26px;
}
.text ul li
{
	float:left;
	list-style:none;
	margin-right:18px;
}
.press li{
	margin-top:5px;
	margin-left:18px;	
	width:90%;	
	list-style:disc !important;
}
.impact
{
	width:245px;
	height:86px;
	background-image:url(images/impakt.png);
	background-repeat:no-repeat;
	margin:45px 0 0 134px;
}
/* Footer CSS Start */
.footer {
	height: 30px;
	width:951px;
	margin-top:15px;
	
}
.nav{
	border-top:1px solid #800909;
	border-bottom:1px solid #800909;
	margin-bottom:10px;
	padding-bottom:5px;
	padding-top: 5px;
	margin-top:10px;
}
.footer a{color:#ffffff;}
.footer ul {
	height: 30px;
	width:951px;
	font-size:11px;
	font-weight:normal;
	color:#e0e0e0;
		
}
.footer ul li {
	list-style:none;
	float:left;
}
.li1
{
	padding-left:9px;
}
.li2
{
	padding-left:80px;
}
.li3
{
	padding-left:108px;
}
.li4
{
	padding-left:2px;
	margin-top:-9px;
}
/* Footer CSS End */

