@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background-color:#fff;
	background-image:url(images/bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
}

#container {
	width: 940px;
	height: 580px;
	margin: 0 auto;
	margin-top:50px;
}

#logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:217px;
	height:85px;
	float:right;
	text-align:right;
	padding-right:8px;
}

#clear {
	clear:both;
	height:1px;
	width:100%;
}

#menu {
	width:147px;
	float:left;
	font-size:30px;
	margin-top:50px;
}

#menu ul {
	margin:0px;
	padding:0px;
}

#menu li {
	list-style:none;
	display: block;
	margin:0px;
	padding:0px;
	margin-bottom:-30px;
	padding-top:10px;
	padding-left:4px;
	height:30px;
}

#menu a {
	color:#000;
	text-decoration:none;
}

#menu a:hover {
	color:#FFF;
}

#content {
	width:763px;
	height:440px;
	float:right;
	background-image:url(images/content.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:40px;
	padding:10px 10px 0px 20px;
}

#content p {
	margin-bottom:-7px;
}

#content-bio {
	width:763px;
	height:440px;
	float:right;
	background-image:url(images/content.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:40px;
	padding:10px 10px 0px 20px;
	font-size:14px;
}

#content-bio p {
	margin-bottom:-8px;
}

#content-edit {
	width:763px;
	height:440px;
	float:right;
	background-image:url(images/content.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:40px;
	padding:10px 10px 0px 20px;
	font-size:14px;
}

#content-edit p {
	margin-bottom:-8px;
}

#content-serv {
	width:763px;
	height:440px;
	float:right;
	background-image:url(images/content.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:40px;
	padding:10px 10px 0px 20px;
	font-size:26px;
}

#content-serv p {
	margin-bottom:-8px;
}

#content-serv a {
	color:#000;
	text-decoration:none;
}

#content-serv a:hover {
	color:#666;
}

#content-cont {
	width:763px;
	height:440px;
	float:right;
	background-image:url(images/content.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:40px;
	padding:10px 10px 0px 20px;
	font-size:18px;
}

#content-cont p {
	margin-bottom:-8px;
}

#content-cont a {
	color:#000;
	text-decoration:none;
}

#content-cont a:hover {
	color:#666;
}

#footer {
	float:right;
	text-align:right;
	font-size:12px;
	margin-top:10px;
}

.footer {
	font-size:14px;
}

.footer a {
	color:#000;
	text-decoration:none;
}

.footer a:hover {
	color:#666;
}

#b li {
	background:url(images/menubar.png) no-repeat 0 0;
}

#on a {
	color:#FFF;
}

#on a:hover {
	color:#000;
}

#home li {
	margin-top:-14px;
	margin-left:-50px;
	list-style:none;
}

#home-edit li {
	margin-top:-14px;
	margin-left:-50px;
	list-style:none;
}

#home ul {
	overflow:hidden;
	margin:0px 0 0 -10px;
}

#home-edit ul {
	overflow:hidden;
	margin:0px 0 0 -10px;
}

.gallery {
	background-color: #F6F6F6;
	padding:6px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:4px;
}

.gallery:hover {
	background-color: #ccc;
}

#slider {
	margin-top:20px;
	margin-left:-40px;
	position:absolute;
	z-index:20;
	padding-left:40px;
}	

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:790px;
	height:141px;
	overflow:hidden;
}

#arrow1 {
	position:absolute;
	margin-left:-40px;
	margin-top:22px;
}

#arrow2 {
	position:absolute;
	margin-left:750px;
	margin-top:22px;
}