body
{
	background-color: #f0f2ee;
	font-family: "ËÎÌå" , arial;
	font-size: 12px;
	margin: 0 0;
}

h1
{
	font-size: 22px;
	margin: 2px;
	font-weight: bolder;
	padding:10px;
}

h2
{
	font-size: 20px;
}


p, ul, ol
{
	margin-top: 0;
	line-height: 140%;
	text-align: inherit;
}
p
{
	text-indent: 2em;
}

a
{
	color: #639CBF;
	text-decoration: none;
}

#header
{
	width: 100%;
	height: 145px;
	background: #f0f2ee;
}

#header_bg
{
	width: 100%;
	background: #FFFFFF;
	height: 125px;
	margin-top: 20px;
}
#header_content
{
	width: 1024px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#logo
{
	width: 150px;
	float: left;
	height: auto;
}
#menu
{
	width: 600px;
	float: left;
	height: auto;
}
/*navigation*/
#navigation
{
	height: 80px;
	width: 550px;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
}
#navigation a
{
	color: #000;
}

ul#nav
{
	width: 750px;
	height: 46px;
	padding: 0 0 0 0;
	margin: 0 0 0 15px;
}
ul#nav li
{
	line-height: 32px;
	width: 98px;
	margin-top: 20px;
	padding: 30px 5px 0 0;
	margin: 0;
	display: block;
	float: left;
	text-align: center; /*text-indent:-9999px;*/
}
ul#nav li a
{
	height: 46px;
	border: 0;
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
li#home a, li#about a, li#portfolio a, li#, li#contact a
{
	height: 46px;
}
li#home a:hover, li#home a:focus, li#about a:hover, li#about a:focus, li#portfolio a:hover, li#portfolio a:focus, li#contact a:hover, li#contact a:focus
{
	color: #000;
	height: 46px;
	width: 98px;
	background-image: url('../images/toolbar.gif');
	background-repeat: no-repeat;
	background-position: 0px -46px;
}
/*current page*/
.currentPage
{
	background-image: url('../images/toolbar.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.currentPage
{
	color: #fff !important;
}

#banner
{
	width: 1024px;
	margin: 0 auto;
	padding: 0;
}

#content
{
	width: 1024px;
	background: #FFF;
	margin: 0 auto;
	padding: 0;
	height: auto;
}

#introduce
{
	padding: 40px;
}
.paragraph
{
	text-indent: 2em;
	font-size: 16px;
	line-height: 32px;
	padding: 10px;
}

#bottom
{
	width: 1024px;
	border-top: solid 1px #ccc;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
img
{
	border: 0;
	margin-top: .0em;
}



/* ### Featured ### */
div#featured {
	
	height: 880px;
}

div.featured-arrow {
	width: 26px; height: 31px;
	float: left;
	margin: 255px 0px 0px 0px;

}
div#slider {
	width: 809px;
	height: 860px;
	padding: 0px 10px; 
	margin: 32px 27px;
	float: left; 
	position: relative;
}

.stripViewer { 
	position: relative;
	overflow: hidden; 
	width: 809px; 
	float: left;
	margin: 10px 0px 0px 0px;
}

.stripViewer .panelContainer { 
	position: relative;
	left: 0; top: 0;
	width: 100%; height: 100%;
	list-style-type: none;
	float: left; overflow: hidden;
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	overflow: hidden;
	position: relative;
	width: 809px;
	padding: 0px;
	text-align:center;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	text-indent: -9000em;
}

.csw {width: 100%; height: 100%; overflow: hidden; float: left;}
.csw .loading { margin: 100px 0 300px 0; text-align: center; color: #fff; font-weight: bold; font-family: Verdana; font-size: 12px; }

.works
{
	width:210px;
	height:260px;
    float:left;
    padding:20px 5px;
    text-align:center;
    margin-left:15px;
    margin-top:5px;
    margin-bottom:10px;
    background:#eaeef4;
    
}
.works p
{
	margin-top:10px;
	}