@import url("../../../css/yui/reset.css");
@import url("../../../css/yui/base.css");
@import url("../../../css/yui/fonts.css");
@import url("../../../css/netil/framework.css");

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #ececec;
}

a {
	color: #c82500;
}

a:hover {
	text-decoration: none;
}

table, td {
	border: 0px!important;
}

h1#logo {
	margin: 0 0 0 109px;
	padding: 0;
	background: url(../images/bg/logo.png) no-repeat;
	float: left;
}

#logo, #logo a {
	width: 400px;
	height: 100px;
	display: block;
}

h2 {
	color: #777;
}

h3 {
	color: #c82500;
}

h3.article-title {
	font-size: 93%!important;
	color: #c82500;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none!important;
}

#main-menu {
	margin-left: 7px;
}

#main-menu li {
	width: 102px;
}

#main-menu a {
	width: 100%;
	display: block;
}

#main-menu a:hover, #main-menu .active {
	background-position: left 100%;
}

#main-menu a.offer, #main-menu a.portfolio, #main-menu a.contact {
	height: 55px;
	margin-top: 1px;
}

#main-menu a.home {
	height: 54px;
	background-image: url(../images/menu/home.png);
}

#main-menu a.offer {
	background-image: url(../images/menu/offer.png);
}

#main-menu a.portfolio {
	background-image: url(../images/menu/portfolio.png);
}

#main-menu a.contact {
	height: 52px;
	background-image: url(../images/menu/contact.png);
}

ul.portfolio {
	margin-left: 20px;
}

ul.portfolio li {
	float: left;
}

.thumb {
	width: 120px;
	height: 120px;
	float: left;
	margin: 0 4px 4px 0;
	padding: 1px;
	border: 1px #ccc solid;
}

/**
 * Structure
 */ 

#doc {
	width: 851px;
	margin: 0 auto;
}

#top {
	width: 100%;
	margin-top: 100px;
	float: left;
}

#header {
}

#middle {
	float: left;
	clear: both;
	width: 100%;
	min-height: 370px;
	padding-bottom: 40px;	
	background: url(../images/bg/middle.png) right bottom no-repeat;
}

#left {
	width: 109px;
	height: 300px;
	float: left;
	background: url(../images/bg/menu.png) no-repeat;
}

#right {
	width: 734px;
	margin-right: 8px;
	min-height: 320px;
	float: right;
	background: url(../images/bg/right.jpg) no-repeat right top #fff;
}

.content {
	margin: 20px;
	width: 350px;
}
