/* armchairdetective.com v2 CSS Document */
/* General */
html, body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
}
#wrapper {
	background-image:url(../images/bg_tile.jpg);
	background-repeat: repeat-x;
	background-position: left 61px;
	
}
div, form {
	margin: 0;
	padding: 0;
}
h1, #banner h1 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size:39pt;
	color:#FFFFFF;
	font-weight: lighter;
}
h2, #banner h2 {
	padding: 70px 0 0 0;
	margin: 0;
	font-size:12pt;
	color:#F2BBCD;
	font-weight: bold;
}
h3, h3 a:link, .s h3 a:link {
	color: #CC154D;
	font-size:12px;
	text-decoration:none;
}
h3 a:hover, .s h3 a:hover {
	color: #555555;
	text-decoration: none;
}
a img {
	border: none;
}
#container {
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
	width: 800px;
}
#banner {
	height: 237px;
	background-image:url(../images/banner.jpg);
	padding: 0 0 0 25px;
}
/* classes */
.left {
	width:383px;
	float:left;
	height: 192px;
}
.left_sect{
	width:192px;
	float:left;
	height: 192px;
	margin: 0;
	padding: 0;
}
.left h3, .right h3 {
	float: left;
	position: absolute;
	padding: 5px 0 0 5px;
	margin:0;
}
.right {
	width:383px;
	float:right;
	height: 192px;
}
.right_sect{
	width:191px;
	float:right;
	height: 192px;
}
.content {
	clear:both;
	padding: 10px 0 10px 10px;
	margin:0;
	border-bottom: 1px #555555 dotted;
}
.clear {
	clear: both;
	padding: 0 0 10px 0;
	margin:0;
}
.extra_gallery{
	width:160px;
	float:left;
	height: 79px;
	margin: 0;
	padding: 10px 0 0 10px;
}
.extra_gallery_left{
	float:left;
	margin: 0;
	padding: 0;
}
.extra_gallery_left h4, .extra_gallery_right h4 {
	color: #CC154D;
	float: left;
	position: absolute;
	font-size: 10px;
	padding: 2px 0 0 2px;
	margin:0;
}
.extra_gallery_right{
	float:right;
	margin: 0;
	padding: 0;
}
/* Menu */

#menu {
	color: #444;
	padding: 0 0 13px 10px;
}

#menu ul {
	padding: 0 0 0 0;
	margin: 0;
	list-style-type: none;
}

#menu li {
	color: #444;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}

#menu a {
	color: #444;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#menu a:hover {
	color: #CC154D;
	text-decoration: none;
}
/* CSS Rounded Corners */
.dialog {
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:35px;
}

.dialog .ft .c {
 height:35px;
}

.dialog .hd {
 background:transparent url(../images/tl.jpg) no-repeat 0px 0px;
}

.dialog .hd .c {
 background:transparent url(../images/tr.jpg) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(../images/ml.jpg) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(../images/mr.jpg) repeat-y right 0px;
}
.c p{
	font-size:10px;
	padding: 0 0 0 25px;
	margin: 0px;
}
.c p a{
	color: #CF164F;
	font-weight: bold;
	text-decoration: none;
}
.dialog .bd .c .s {
 margin:0px 17px 0px 17px;
 background:#fff;
 padding: 0 0 0.5em 0;
}

.s p {
	padding: 10px 10px 0 10px;
}

.dialog .ft {
 background:transparent url(../images/bl.jpg) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(../images/br.jpg) no-repeat right 0px;
}
