@charset "utf-8";
/*
			TITLE::Chelse
			Date:11th August 2010
*/
body {
	background		:#4a4b4c;
	font-family     :"Verdana",Tahoma,Georgia,Helvetica,sans-serif,Arial,Trebuchet MS, Lucida;
	text-align      :center;
	font-size		:12px;
}
* {
	margin          : 0;
	padding         : 0;
	outline-style   : none;
	outline-width   : 0;
}
img,fieldset {
	border          : none;
}
ul,ol,li {
	list-style      : none;
}
input, textarea, select {
	font-family     : Verdana;
	font-size       : inherit;
	font-weight     : inherit;
}

p {
	color:#333;	
}


a { color:#000;
	text-decoration : none;
}
a:hover {
	color:#000;
	text-decoration : none;
}
.hide,small{
    position        : absolute;
    left            : -9999px;
}

/*==========Page Starts From Here=========*/
#wrapper
{
	
	background:url(../images/bg.png) fixed no-repeat;
	margin:0 auto;
	padding:22px 0 22px 64px;
	text-align:left;
	min-height:1000px;
}
*html #wrapper
{
	height: 1000px;
}
#mainbody
{
	width:805px;
	overflow:hidden;

}
/*Body Left*/
#bodyLeft
{
	width:195px;
	float:left;
	margin-right:37px;
}
.logo,#nav li
{
	background:url(../images/lft-bg--top.png) no-repeat top;
	padding-top:7px;
}
.innerLogo,#nav li span
{
	background:url(../images/lft-bg-bottom.png) no-repeat bottom;
	padding-bottom:7px;
}
.logoArea
{
	background:#fff;
	padding:14px 0 11px 15px;
}
.logoArea a{
	color:#494949;
}
.logoArea p
{
	color:#313030;
	padding-top:16px;
	font-size:11px;
}
#nav li
{
	margin-top:17px;
}
#nav li span
{
	display:block;
}
#nav li span span
{
	background:#fff;
	padding:3px 0 3px 15px;
}
#nav li span span a
{
	color:#4e4e4e;
}
#nav li span span p
{
	font-size:11px;
	margin-top:8px;
}
#nav li span span .first
{
	margin-top:0;
}
#nav li span span a:hover, #nav li span span .selected
{
	color:#000;
}
/*Body Right*/
#bodyRight
{
	width:573px;
	float:left;
	background:url(../images/gallery-top.png) no-repeat top;
	padding-top:6px;
}
#gallery
{
	background:url(../images/gallery-bottom.png) no-repeat bottom;
	padding-bottom:6px;
}
#galleryImg
{
	width:556px;
	background:#fff;
	padding:12px 0 12px 17px;

}



#gallerytxt
{
	width:530px;
	background:#fff;
	padding:12px 25px 15px 20px;

}


#galleryImg ul
{
	overflow:hidden;
}
#galleryImg ul li
{
	float:left;
	margin:0 9px 12px 0;	
}
/*Advertising page*/

#bodyRight h5
{
	font-size:11px;
	color:#4e4e4e;		
}
#galleryImg p
{
	margin-top:18px;
}
