/* general tag styles */

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-color: #251A08;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:left top;


}

p, td, li, form, label {
	font-size: 12px;
}

td, ul, ol, li, form, input, select {
	padding: 0;
	margin: 0;
}

img {
	padding: 0;
	border: 0;
}

p {
	line-height: 120%;
	padding: 0 0 10px 0;
	color: #fff;
	font-weight: normal;
	border: 0;
	margin: 0;
}

p.clearit {
  clear: both;
  line-height: 1px;
  font-size: 1px;
  padding: 0;
} 

h1, h2, h3, h4 {
    font-size: 15px;
	line-height: 120%;
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
	color: #fff;
}

h5, h6 {
	font-size: x-small;
	padding: 10px 0 2px 0;
	border: 0;
	margin: 0;
}

select {
	font-size: x-small;
}

a {
	color: #FFF;
}

a:hover {
	color: #FFF;
}

label {
	color: #fff;
	vertical-align: top;
	font-size: 11px;
}

.em-note {
  font-style: italic;
}

/* tabular data cell styles */

td {
	text-align: left;
	vertical-align: top;
}

td.lm {
	text-align: left;
	vertical-align: middle;
	font-size: x-small;
}

td.lb {
	text-align: left;
	vertical-align: bottom;
}

td.lt {
	text-align: left;
	vertical-align: top;
	padding: 0;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.cb {
	text-align: center;
	vertical-align: bottom;
}

td.rt {
	text-align: right;
	vertical-align: top;
}

td.rm {
	text-align: right;
	vertical-align: middle;
}

td.rb {
	text-align: right;
	vertical-align: bottom;
}

td.dotted-separator {
	background: url(/i/dotted_vertical.gif) top left repeat-y;
}

/* main containers */ 

#main-container {
	/*background: url(../images/content_bg.png) repeat;*/
	text-align: left; 
	margin: 0 auto;
	width: 909px;
}

#top-line {
	background: url(../images/top_line.png);
	background-repeat:repeat;
	background-position:left top;
	height: 26px;
	margin: 0 0 10px 0;
}

#content-container {
	background: url(../images/content_bg.png);
	background-repeat:repeat;
	background-position:left top;
	padding: 0 0 40px 0;
	width: 909px;
}

.content-block {
	position: relative;
	margin: 0 20px 0 18px;
}

.column-l {
	width: 202px;
}

.column-c {
	width: 467px;
	padding: 12px 0 0 0;
}

.column-r {
	width: 202px;
	
}

.content {
	margin: -15px 0 0 0;
}

/* logo and top navigation */

#logo {
	margin: -16px 48px 0 8px;
	position: relative;
	z-index: 1;
}

.navigation {
	padding: 13px 0 0 0;
}

#nav td a {
	padding: 0 5px;
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}

#nav td {
	background: url(../images/nav_bg.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-align: center !important;
	width: 67px;
	padding: 6px 0 0 0;
	font-size: 10px;
}

#nav td p {
	text-align: center;
	font-size: 10px;
	padding: 2px 0 5px 0;
}

/* crumb */

#crumb {
	background: url(../images/crumb_bg.png);
	background-repeat:repeat;
	background-position:left top;
}

#crumb a {
	text-decoration: none;
	font-weight: bold;
}

#crumb a:hover {
	text-decoration: underline;
}

#crumb-content {
	padding: 3px 0 3px 20px;
	width: 836px;
	color: #fff;
}

/* callout */

.callout {
	background: url(../images/callout_bg.png);
	background-repeat:repeat;
	background-position:left top;
	font-size: 14px;
	margin: 0 0 0 0;
}

.callout form {
	font-size: 14px;
}

.callout input {
	border: 1px solid #597070;
	padding: 1px;
	margin: 0 0 5px 0;
	width: 144px;
}

.callout .btn {
	border: none;
	vertical-align: top;
	width: 47px;
}

.callout-indent {
	padding: 10px 5px 0 20px;
}	

.callout-indent table td {
	padding: 0 5px 5px 0;
}	

.hdr {
	background: url(../images/callout_hdr.png);
	background-repeat:repeat;
	background-position:left top;
	font-size: 14px;
	font-weight: normal;
	padding: 21px 0 8px 0;
}

.hdr div {
	padding: 0 0 0 35px;
}

#statistics, #links, #partners {
	margin: -15px 0 0 0;
}

.callout ul {
	list-style: none;
}

.callout ul li a {
	font-size: 14px
}

/* search area */

#search {
	background: url(../images/search_bg.png);
	background-repeat:repeat;
	background-position:left top;
}

#search a {
	text-decoration: none;
	font-weight: bold;
}

#search a:hover {
	text-decoration: underline;
}

#search-content {
	padding: 11px 0 15px 23px;
	font-size: 11px;
}

#search-content input {
	background: #867F76;
	border-top: 2px solid #484239;
	border-left: 2px solid #484239;
	border-bottom: 2px solid #6F6860;
	border-right: 2px solid #6F6860;
	margin: 0 0 0 0;
	vertical-align: middle;
	width: 248px;
}

#search-content img {
	vertical-align: middle;
}

#search-content .btn {
	width: 30px;
	height: 31px;
}

#search-content a {
	font-weight: normal;
	text-decoration: underline;
}

/* content center */

.content-center {
	background: url(../images/content_center_bg.png);
	background-repeat:repeat;
	background-position:left top;
	width: 467px;
}

.content-center-indent {
	padding: 4px 10px 15px 23px;
	font-size: 11px;
}

.content-center-indent a {
	color: #CC9999;
}

.categories td {
	width: 140px;
	_width: 120px;
	padding: 0 0 10px 0;
}

.categories div.col {
	height: 100%;
	text-align: left;
	padding-top: 15px;
	color: #CC9999;
	font-size: 13px;
}

.categories div.col a, .categories div.last a {
	color: #CC9999;
	font-size: 13px;
}

.categories div.col a:hover {
	color: #fff;
	font-size: 13px;
}


.categories div.categ {
	background: url(../images/icon-dir.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 25px;
}

.subcategories a {
	font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	color: #CC9999;
	font-size: 10px !important;
}

.subcategories a:hover {
	font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	color: #fff;
	font-size: 10px;
}

.subcategories {
	color: #CC9999;
	font-size: 10px;
	padding-left: 25px;
	_width: 120px;
}

.lists {
	margin: 0 0 0 0;
}

.lists a {
	color: #CC9999;
}

/* footer */

#footer {
	background: url(../images/content_bottom.png);
	background-repeat:repeat;
	background-position:left top;
	padding: 20px 60px 0 60px;
	text-align: center;
	width: 789px;
	height: 222px;
	font-size: 11px;
}

#footer a {
	font-size: 11px;
}

/* other styles */


.font-small {
	font-size: 11px;
}

.font-big {
	font-size: 14px;
}

.ads {
	padding: 6px 0 0 0;
}


.featured-link, .partner-link, .sponsored-link {
	padding: 0 0 8px 0;
}

.table-styles td input, .table-styles td {
	vertical-align: middle;
}

.column-c input, .column-c textarea {
	margin: 0 0 0 0;
	vertical-align: middle;
}

.navigation {
	padding: 0 0 15px 0;
}

.body-popup {
	padding: 20px 0 0 0;
}

img, div, td, .btn { behavior: url(http://www.fetishdirectorysite.com/templates/smoke/images/iepngfix.htc) }
