﻿/*
cats.css
Valid CSS 2.1
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.catapult-solutions.co.uk%2Fdev%2Fcats.css&profile=css21&usermedium=all&warning=1
*/
body {
	background: url('img/bg.jpg') black no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	position:absolute;
	background:url('img/bg2.gif') no-repeat;
	left:75px;
	top:75px;
	margin:0;
	min-height:100%;
}
#home {
	position:absolute;
	width:176px;
	height:76px;
	top:100px;
	left:250px;
/*	border: 1px dotted #000;*/
}
#logo {
	border:none;
	width:176px;
	height:76px;
}
#tag {
	position:relative;
	top:135px;
	left:440px;
	width:360px;
}
#head {
	height:75px;
	left:525px;
/*	border: 1px solid #000;*/
}
.menu {
	margin:0px;
}
.menu ul {
	margin:0px;
}
.menu li {
	float:right;
	margin:32px 5px;
	padding-top:3px;
	width:100px;
	height:21px;
	text-align:center;
	background:url('img/btn2.gif') no-repeat;
	list-style:none;
}
.menu li a {
	
}
#left {
	position:relative;
	top:50px;
	float:left;
	left:0;
	width:200px;
	height:200px;
	text-align:right;
/*	border: 1px solid #000;*/
}
#body {
	position:relative;
	clear:both;
	float:right;
	min-width:674px;
	margin-right:75px;
	margin-left:200px;
	margin-top:100px;
/*	border: 1px solid #000;*/
}
#foot {
	bottom:0px;
	clear:both;
	margin-right:75px;
	margin-left:200px;
	text-align:center;
/*	border: 1px solid #000;*/
}
#foot img {
	width:66px;
	height:24px;
	border:none;
	margin-right:10px;
	float:right;
}
hr {
	margin-left:100px;
	margin-right:100px;
}
img.noborder {
	border:0px;
}
.clients td {
	vertical-align:top;
	padding:10px 20px 10px 0px;	
}
.clients td.title {
	font-weight:bold;
	color:blue;
}
.dl table {
	position:relative;
/*	top:-50px;
	left:-50px;*/
}
.dl td {
	width:33%;
	vertical-align:top;
	text-align:center;
	padding:25px 10px 10px 10px;
}
.dl img {
	width:70px;
	height:65px;
}
.buy td {
	vertical-align:middle;
	text-align:center;
}