/* basic */

body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	color: #3f3f3f;
	background: #b32017 url(../images/bg.jpg) left top repeat-x;
}
h1, h2, h3, h4, h5, h6, p, ul, li, img, div {
	margin: 0;
	padding: 0;
	border: 0;
}
#print {
	display: none;
}
a img {
	border-width: 0;
}

/* container */

.container {
	width: 1007px;
}
.clearing {
	line-height: 0;
	height: 0;
	clear: both;
}

/* top */

#index, #details, #nav01, #nav02, #nav03, #nav04, #nav05, #nav06 {
	display: block;
	float: left;
	height: 68px;
}
#index {
	width: 386px;
	height: 198px;
	background: url(../images/top.jpg) left top no-repeat;
}
#details {
	width: 621px;
	height: 130px;
	background: url(../images/details.jpg) left top no-repeat;
}
#nav01 {
	width: 97px;
	background: url(../images/nav01.jpg) left bottom no-repeat;
}
#nav02 {
	width: 82px;
	background: url(../images/nav02.jpg) left top no-repeat;
}
#nav03 {
	width: 80px;
	background: url(../images/nav03.jpg) left top no-repeat;
}
#nav04 {
	width: 120px;
	background: url(../images/nav04.jpg) left top no-repeat;
}
#nav05 {
	width: 112px;
	background: url(../images/nav05.jpg) left top no-repeat;
}
#nav06 {
	width: 130px;
	background: url(../images/nav06.jpg) left top no-repeat;
}
#nav01:hover, #nav02:hover, #nav03:hover, #nav04:hover, #nav05:hover, #nav06:hover {
	background-position: left bottom;
}

/* content */

.content {
	top: -4px;
	position: relative;
	z-index: 1;
	background: url(../images/contentbg.jpg) left top repeat-y;
}
.contenttop {
	height: 21px;
	background: url(../images/contenttop.jpg) left top no-repeat;
}
.left, .right {
	position: relative;
	z-index: 1000;
	background: transparent;
	width: 599px;
	padding: 0 0 20px;
	float: left;
}
.left {
	border-right: 14px solid #c03428;
}
.right {
	width: 385px;
}

.content h1 {
	font-size: 25px;
	line-height: 20px;
	padding: 15px 30px;
	color: #3f3f3f;
}
.content h1 span {
	font-size: 16px;
	padding-left: 5px;
}
.right h1 {
	padding: 25px 30px 5px;
}
.content p {
	font-size: 14px;
	line-height: 20px;
	padding: 15px 40px 0;
	color: #3f3f3f;
}
#scheme{
font-size: 15px;
}
#scheme span{
color: #f4911e;
font-weight:bold;
}
.content a {
	color: #f4911e;
	font-weight: bold;
}
.content a:hover {
	text-decoration: none;
}
.alignright {
	text-align: right;
}

.floatright {
	float: right;
	padding: 20px 40px 0 0;
}
.copyrights {
	padding: 20px 40px 0 0;
	font-size: 0.8em;
	color:#666666;
}

/* footer */

.footer {
	clear: both;
	top: -4px;
	position: relative;
	color: white;
	padding: 0 0 30px;
	background: #f4911e url(../images/footerbg.jpg) right 40px no-repeat;
}
.footertop {
	height: 40px;
	background: url(../images/footertop.jpg) left top no-repeat;
}
.footer p {
	text-align: right;
	font-size: 15px;
	padding: 10px 40px 0 0;
}
.footer p a {
	padding: 0 0 0 16px;
}
.footer a {
	color: white;
}
.footer a:hover {
	text-decoration: none;
}
#webdesign a {
	padding: 0;
}
