body {
	margin:0;
	padding:0;
	background:#eaeaea;
	font-family:"MS Sans Serif", sans-serif, Arial, Helvetica;
	font-size:x-small;
	line-height:1.8em;
	color:#000;
	text-align:center;
}

img {
	border:none;
}

#logo {
	position:absolute;
	top:335px;
	left:16px;
}

.clear {
	width:0;
	height:0;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
	clear:both;	
}

#header_span {
	width:100%;
	background:url(/_images/bgs/header.gif) center top no-repeat #fff;
}

#header {
	width:1000px;
	height:389px;
	margin:0 auto;
	padding:0;
	display:block;
	position:relative;
	background:url('/_images/banners/styles.jpg') top left no-repeat;
	text-align:left;
}
.about #header {
	background:url('/_images/banners/bear.jpg') top left no-repeat;
}
.about #header.company {
	background:url('/_images/banners/cake.jpg') top left no-repeat;
}
.about #header.people {
	background:url('/_images/banners/football.jpg') top left no-repeat;
}
.clients #header {
	background:url('/_images/banners/boxes.jpg') top left no-repeat;
}
.contact #header {
	background:url('/_images/banners/wall.jpg') top left no-repeat;
}
.product #header.prices {
	background:url('/_images/banners/office.jpg') top left no-repeat;
}


#content_span {
	background:url(/_images/bgs/content-span.gif) repeat-x;
}

#content {
	width:1000px;
	margin:0 auto;
	text-align:left;
	background:url(/_images/bgs/content.gif) 0px 75px no-repeat;
}

#sub_content {
	float:left;
	width:236px;
	margin-right:64px;
	display:inline;
	text-align:right;
	padding-top:110px;
}

#main_content {
	float:left;
	width:446px;
	font-size:1.3em;
	margin-right:30px;
	display:inline;
}

#extra_content {
	padding-top:100px;
	width:195px;
	float:left;
}

#extra_content img {
	border:10px solid #fff;
	margin-bottom:10px;
}

#main_content li {
	background:url(/_images/bullets/default.gif) no-repeat 0 4px;
	padding:0 0 0 12px;
	margin:0;
	list-style:none;
}

#main_content ul {
	padding:0;
	margin:10px 0 20px 26px;
}

#footer {
	width:664px;
	float:right;
	border-top:1px solid #fff;
	display:inline;
	margin-right:36px;
	color:#9d9d9d;
	padding-top:14px;
}

#footer a {
	color:#9d9d9d;
	text-decoration:none;
}

#footer a:hover {
	color:#fb0000;
}

.clients #main_content {
	width:637px;
	padding-bottom:6px;
}

.clients #main_content p {
	margin-bottom:10px;
}

.clients #sub_content {
	width:197px;
	margin-left:37px;
	display:inline;
}

#client_login {
	width:177px;
	background:#d6d6d6;
	text-align:left;
	padding:10px;
	font-size:1.4em;
	float:left;
}

#client_login h2 {
	border-bottom:1px solid #eaeaea;
	padding-bottom:6px;
	margin-bottom:4px;
}

#client_login input.text {
	border:1px solid #eaeaea;
	width:164px;
	height:18px;	
	padding:2px;
}

#client_login label {
	margin-top:6px;
	float:left;
}

#client_login .submit {
	float:left;
	display:inline;
	margin-left:94px;
	margin-top:10px;
}

fieldset {
	margin:0;
	padding:0;
	border:0;
}

table.product {
	background:#fff;
	border-collapse:collapse;
	margin-bottom:10px;
}

table.product th, table.product td {
	padding:2px;
	border:1px solid #EAEAEA;
	border-collapse:collapse;
	width:14%;
	text-align:center;
}

table.product th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;	
}

table.prices {
	background:#fff;
	border-collapse:collapse;
	margin:0 auto 10px auto;

}

table.prices th, table.prices td {
	border:1px solid #EAEAEA;
	border-collapse:collapse;
	padding:2px;
}

a.read_more {
	background:url(/_images/bgs/red-arrow.gif) right no-repeat;
	padding-right:6px;
	color:#d41f00;
}