@charset "utf-8";
@import url("interior.css");
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:13px;
	color:#3d3d3d;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background:url(images/header.gif) 0 0 repeat-x;
}
ul, li, ol, h1, h2, h3, h4, h5, p {
	margin:0px;
	padding:0px;
	font-weight:normal;
}
object {
	outline:none;
}
a:link, a:visited {
	text-decoration:none;
	color:#859400;
	outline:none;
}
a:hover {
	text-decoration:underline;
	color:#666666;
}
a.select {
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
img {
	border:none;
	margin:0;
	padding:0;
}
h1 {
	padding: 15px 0 5px 0;
	font-size:23px;
	color:#333333;
	font-weight:bold;
}
h1.heading {
	padding: 15px 0 5px 0;
	font-size:30px;
	color:#333333;
	font-weight:bold;
}
h2 {
	padding: 15px 0 5px 0;
	font-size:13px;
	color:#3d3d3d;
}
h3 {
	padding: 15px 0 5px 0;
	font-size:17px;
	color:#3d3d3d;
	font-weight:normal;
}
h4 {
	padding:0;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
h4.heading {
	padding:5px 0 20px 0;
	font-size:18px;
	font-weight:normal;
}
.fleft {
	float:left;
}
.fright
{
    float:right;
}

.clear {
	clear:both;
	margin:0;
	padding:0;
	font-size:1px;
}
.col1, .col2, .col3, .col4 {
	float:left;
}
.linkxl {
	padding:0 0 0 10px;
	background:url(images/icon_arrow.gif) 0 50% no-repeat;
}
#wraper {
	margin:auto;
	width:955px;
}
/*////Header /////////*/
/*/////////////*/
#header .logo {
	margin:0;
	padding:0;
	float:left;
	background:url(images/logo.jpg) no-repeat;
}
.toplink {
	padding:2px 0px 3px 0px;
	text-align:center;
	float:right;
	/*padding:2px 15px 3px 15px;
	background:url(images/blog.jpg) no-repeat;*/
}


.toplink a {
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}


.toplink a.select, .toplink a:hover{
	color:#859400;
}

.toplink span{
	padding: 0 5px;
	}

#navigation
{
    /* padding:24px 0 0 0;*/
    padding:24px 0 0 0;
    margin-left:111px;
}
.navigation a:link, .navigation a:visited {
	display:block;
	margin:0 0 0 35px;
	float:left;
	font-size:24px;
	font-weight:bold;
	color:#333;
}
.navigation a:hover, .navigation a.selected {
	color:#859400;
	text-decoration:none;
}
#navigation span {
	visibility:hidden;
}
#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navigation li {
	display:inline;
	margin:0;
	padding:0;
}
#navigation a {
	display:block;
	float:left;
	height:50px;
	text-decoration:none;
	background:url(images/navigation.jpg);
}
#menuwho, #menuwho a {
	width:102px;
	background-position:0 0;
}
#menuwho a:hover, #menuwho a.selected {
	background-position:0 -45px;
}
#menuwhy, #menuwhy a {
	width:96px;
	background-position:-102px 0;
}
#menuwhy a:hover, #menuwhy a.selected {
	background-position:-102px -45px;
}
#menuwhat, #menuwhat a {
	width:103px;
	background-position:-198px 0;
}
#menuwhat a:hover, #menuwhat a.selected {
	background-position:-198px -45px;
}
#menuwork, #menuwork a {
	width:85px;
	background-position:-301px 0;
}
#menuwork a:hover, #menuwork a.selected {
	background-position:-301px -45px;
}
/*////Content /////////*/
/*/////////////*/
#content {
	padding:0;
}
.content-wrap {
	padding:0 20px 20px 20px;
}
.bottom-middle {
	background:url(images/bottom_middle.jpg) repeat-x;
}
.bottom-left {
	background:url(images/bottom_left.jpg) 0 0 no-repeat;
}
.bottom-right {
	margin:0;
	padding:0 0 30px 0;
	background:url(images/bottom_right.jpg) 100% 0 no-repeat;
}
/*////Footer /////////*/
/*/////////////*/
#footer {
	padding:10px 10px;
	color:#999999;
	border-top:1px solid #cccccc;
}




/***********************/
