/*

	Theme Name: Cats and Dods
	Theme URL:
	Description:
	Author: qbec
	Author URI: 
	Version: 0.1

*/


/* General =========================================== */

* {
    padding: 0;
    margin: 0;
} 

body {
	font: 12px "Tahoma", "sans-serif";
	color: #000;
	background-color: #796449;
}

/* Layout ============================================ */

#wrapper {
	margin: 0 auto;
	width: 884px;
	border: 8px solid #fff;
	position: relative;
	background: url('images/wrapper.gif');
}

#left {
	width: 200px;
	float: left;
	margin-right: 1px;
}

#center {
	width: 482px;
	float: left;
	margin-right: 1px;
}

#right {
	float: right;
	width: 200px;
}

#footer {
	clear: both;
	height: 60px;
	background-color: #ddddd5;
	border-top: 3px solid #fff;
	color: #626262;
	position: relative;
}

/* Elements ========================================== */

.logo {
	border-bottom: 1px solid #fff;
	display: block;
	margin-bottom: 20px;
}

.menu {
	margin: 10px 20px 20px 20px;
}

.menu li {
	background: url('images/pointer.gif') no-repeat;
	list-style-type: none;
	padding-left: 18px;
	margin-bottom: 10px;
	
}

.menu a {
	font-size: 12px;
	font-family: Courier New;
	color: #2d56a8;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

.page_item ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#center h1 {
	margin: 15px;
	color: #3c3c3c;
	font-size: 15px;
	background: #f4f3e8 url('images/h1.gif') no-repeat;
	padding: 4px 10px 4px 40px;
}

#center h2 {
	margin: 15px;
	color: #3c3c3c;
	font-size: 12px;
}

#center p {
	margin: 15px;
	color: #626262;
}

#center ul, ol {
	margin: 15px 15px 15px 40px;
	color: #626262;
}

.banner {
	border: 0;
	display: block;
}

#footer  ul {
	position: absolute;
	top: 12px; left: 320px;
}

#footer  li {
	list-style-type: none;
	display: inline;
	padding: 0 10px;
}

#footer  a {
	color: #626262;
	font-size: 11px;
	text-decoration: none;
}

#footer  a:hover {
	text-decoration: underline;
}

#copy {
	font-size: 11px;
	position: absolute;
	top: 32px; left: 350px;
}

.underline{
	text-decoration: underline;
}

.names {
	list-style-type: circle;
	list-style-position: inside;
}

.names li {
	margin-bottom: 10px;
	padding-left: 170px;
	border-bottom: 1px solid #eee;
	
}

#nm1 li {
	margin-right: 16px;
	display: inline;
}

#nm2 li {
	margin-right: 15px;
	display: inline;
}

.klichki {
	margin: 10px 20px;
	background: url('images/pointer.gif') no-repeat;
	padding-left: 20px;
}

.klichki a {
	color: #443838;
	font-size: 14px;
	text-decoration: none;
}

#form_email {
	margin: 15px;
}

#form_email input {
	display:block;
	margin-bottom: 10px;
	width: 400px;
	border: 1px solid #000;
}

#form_email textarea {
	margin-bottom: 10px;
	width: 400px;
	border: 1px solid #000;
}

#form_email submit {
	padding: 2px;
	width: 80px;
	border: 1px solid #000;
}









