/** Common styles **/
a {
	color: #666;
	text-decoration: none;
}
input {
    border: 1px solid black

}
.clear {
	clear: both;
}

a:link {color: #666;}
a:hover {text-decoration:underline;}
a:visited {}

/** New GUI elements**/
#wrapper {
	margin: 0 auto;
        width: 1295px; /* Replace the xxxx with the the width of your site (eg 800px)*/
        text-align:left;
}
#conleft{ 
	float:left;
	width:270px;
}
#concenter{ float:left;
	width:755px;
}
#conright{
	float:left;
	
	width:230px; 
	
}
#foot {
   /* background-color: #717c82;
    height: 100px;
    width: 800px;
    border: 1px solid green;
    
    position: absolute;
    top: 100%;
                                     */
}
#twitter {
    margin-top:192px;
}

/** Structural elements **/
#hd, #bd, #ft {
	margin-top: 10px;
	margin-bottom: 10px;
}

#bd, #ft {
	padding: 0 20px;
}

.directory-content {
	margin: 0 10px;
}

/** Image Replacement **/

.mir {
	text-indent: -5000px;
}

h1.logo-header {
	height: 70px;
	background:url(../images/snappat_se-320x70.gif) no-repeat;
	
}

h2.desc-header {
	height: 18px;
	background:url(../images/directory_description-309x18.gif) no-repeat;
}

h2.cat-header {
	margin: 25px 0 10px 0;
	height: 29px;
	background:url(../images/h2_categories-121x29.gif) no-repeat;
	color:#1b351a;
}


h2.link-header {
	margin: 25px 0 10px 0;
	height: 23px;
	background:url(../images/h2_links-79x23.gif) no-repeat;
}

h2.search-header {
	margin: 25px 0 10px 0;
	height: 23px;
	background:url(../images/h2_search-45x23.gif) no-repeat;
}

h2.submit-header {
	margin: 25px 0 10px 0;
	height: 30px;
	background:url(../images/h2_submit_a_link-175x30.gif) no-repeat;
}

h2.suggest-header {
	margin: 25px 0 10px 0;
	height: 30px;
	background:url(../images/h2_suggest_a_category-186x30.gif) no-repeat;
}

/** Logo header **/

#logoWrap {
	width: 330px;
	float: left;
}

/** Main nav **/

#mainNavWrap {
	width: 410px;
	height: 70px;
	float: right;
	background: url(../images/nav_bg_left.gif) left center no-repeat;
}

ul#mainNavList {
	text-align: center;
	width: 401px;
	height: 44px;
	margin: 13px 0 13px 9px;
	padding: 0;
	background: url(../images/nav_bg.gif) left center repeat-x;
}

ul#mainNavList li {
	line-height: 44px;
	display: inline;
	padding: 0 10px 10px 0;
}

ul#mainNavList li a {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

ul#mainNavList li a:link {
	color: #FFF;
}

ul#mainNavList li a:hover {
	color: #FFF;
	text-decoration: underline;
}
ul#mainNavList li a:visited {
	font-color: #FFF;
	text-decoration: none;
}

/* Description */
.openldyui-description {
	text-align: left;
}

/** Crumbs Bar **/
#crumbsBar {
	/*background: #8c191b;
	border: 1px solid #995051;*/
	height: 30px;
	text-align: left;
}

#crumbsBar p.crumbs {
	margin: 0 20px;
	color: #333;
	line-height: 30px;
	font-size: 12px;
}

#crumbsBar p.crumbs a {
	color: #333;
	line-height: 30px;
	font-size: 12px;
	text-decoration: none;
}

#crumbsBar p.crumbs a:link {}
#crumbsBar p.crumbs a:hover {}
#crumbsBar p.crumbs a:visited {}


/** Content div **/
.directory-content {

}

/** Table links **/
a.tableLink {
	color: #666;
	text-decoration: none;
	font-size: 16px;
}

#directory-content a.tableLink:link {color: #666;}
#directory-content a.tableLink:hover {text-decoration:underline;}
#directory-content a.tableLink:visited {}

/** Footer **/
p.footerText {
	text-align: right;
}

	/** ------------------------------------------------------------------------
		FORMS (OVERRIDING CSSFORMS.CSS)
	------------------------------------------------------------------------**/	
#fm-border{
width:250px;
background-color:#666;
	border: solid 1px;
}

#fm-submit{
background-color:#666;

}

#fm-farg{
margin-left:44px;
width:166px;
margin-top:0px;

}
	
#fm-form {
background-color:#fff;
	margin: 0px 0px 10px 0px;	
}

#fm-form.smallForm {
	width: 100%;
}

#fm-form label.search {
	text-align: left;
}

div.fm-multi label {
	width: 150px;
}

#fm-form div.categories {
	width: 200px;
}

#fm-form span.formWarning {
	display: block;
	margin: 1px 0 4px 0;
}

#fm-form span.formWarning p {
	color: #8c191b;
	font-style: italic;
}

#fm-opt {
    width: 150px;
}


select {
    width: 150px;

}
#kattext h2{

color:#000;

}
