/*Removes margines and padding from all elements*/
* {
	margin: 0px;
	padding: 0px;
}

/*Basic tags*/
html, body {
	font-size: 11px;
	text-align: center;
	background-color: #ece0c6; /* #67767b, #e2e2e2 */
	font-family: "Arial", sans-serif;
}
a {
	color: #bd5228;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
br {
	display: none;
}
td {
	vertical-align: top;
}

#wrap1 {
	width: 740px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrap {
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
#topnav {
	font-size: 0.9em;
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-family: arial;
}
#topnav a {
	font-size: 0.9em;
	text-align: center;
	color: #333333;
	font-weight: bold;
}
#topnav a:hover {
	font-size: 0.9em;
	text-align: center;
	color: #BD5228;
	text-decoration: none;
	font-weight: bold;
}
#picture {
	background-image: url(images/health.gif);
	background-repeat: no-repeat;
	height: 103px;
	width: 730px;
	clear: both;
}
#location {
	line-height: 18px;
	background-color: #edeae3;
	padding-left: 10px;
	text-align: left;
	height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#location p {
	line-height: 18px;
	color: #4f4f4f;
}
/*Headings*/
h1 {
	font-size: 14pt;
	margin: 0px 0 5px;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}

h2 {
	font-size: 14px;
	color: #4f4f4f;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
h3 {
	font-weight: bold;
	color: #4f4f4f;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #526071;
	margin-right: 25px;
	margin-bottom: 4px;
	margin-left: 25px;
	text-align: center;
}
h3 a {
	color: #20323c;
	text-decoration: none;
}
h4 {/*Main categories*/
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
h4.maincat a {
	font-size: 11px;
	color: #63b4cd;
	font-weight: bold;
	text-decoration: underline;
}



/*Content div#left*/


#left {
	float: left;
	width: 500px;
	margin-bottom: 10px;
}
#intro {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 6px;
}

#search {
	text-align: center;
	font-size: 13px;
	border: 1px solid #ebebeb;
	background-color: #fafafa;
	margin-top: 10px;
	color: #4f4f4f;
}
#search p {
	font-weight: bold;
}
#search input.searchbar {
	color: #bd5228;
	border: 1px solid #ebebeb;
	padding: 3px;
	background-color: #FFFFFF;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

/*Right part of site:main content and inner elements*/

#right {
	float: right;
	width: 200px;
	margin-bottom: 10px;
}
.submit {
	background-image: url(images/submit.gif);
	background-repeat: no-repeat;
	display: block;
	height: 70px;
	width: 200px;
}
a.submit:hover {
	background-image: url(images/submit2.gif);
	display: block;
	height: 70px;
	width: 200px;
}
#ads {
	margin-top: 10px;
}

/*Navigation*/

#nav {
	background-color: #fafafa;
	border: 1px solid #ebebeb;
	margin-top: 10px;
	text-align: left;
}
#nav ul li {
	list-style-type: none;
}
#nav ul li a {
	line-height: 18px;
	display: block;
	height: 18px;
	font-weight: bold;
	color: #4f4f4f;
	text-align: center;
	font-size: 13px;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #bd5228;
}


/*Categories*/
.categories {
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}

div.cat li {
	list-style-type: none;
}
.categories a {
	text-decoration: none;
}
.categories a:hover {
	text-decoration: underline;
}
.count {
	color: #6f6f6f;
	font-size: 1em;
	font-weight: normal;
}

.c {
	float: left;
}
.cr {
	clear: left;
}
.subcat {
	text-align: center;
	color: #8ab459;
	font-size: 12px;
}

/*Featured links*/
.featured {
	padding: 5px;
	margin-top: 5px;
	text-align: left;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	font-size: 13px;
	line-height: 1.2;
	background-color: #fafafa;
}
.featured a {
	font-size: 13px;
	font-weight: bold;
	color: #bd5228;
	text-decoration: none;
}
.featured p.linkdesc {
	color: #4f4f4f;
}
.featured p.url {
	color: #8ab459;
}

/*Standard links*/
.links{
	text-align: left;
	margin-top: 15px;
	padding: 5px;
	font-size: 13px;
	line-height: 1.2em;
}
.links a {
	color: #63b4cd;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
}
.links p {
	margin: 0;
	text-align: left;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.links h2 {
	position: relative;
}
.links p.linkdesc {
	color: #4f4f4f;
}
.links p.url {
	color: #8ab459;
}
/*Link sorting line and total number of lins in footer*/
.small {
	text-align: right;
	position: absolute;
	right: 25px;
	color: #4f4f4f;
	font-size: 0.8em;
	text-decoration: none;
}
.small a{
	color: #bd5228;
}
.sort {
	color: #4f4f4f;
}

/*Submit link page*/

#pricing {
	background-color: #fafafa;
	font-size: 13px;
	font-weight: bold;
	color: #4f4f4f;
	text-align: left;
	margin-bottom: 10px;
}
input.radio {
	margin-right: 5px;
}
td.err {
	padding: 3px;
	color: #bd5228;
	background: #FFFFFF;
	text-align: left;
}
td.msg{/*link submited message*/
	padding: 3px;
	color: #bd5228;
	text-align: left;
	font-size: 13px;
}
.label {
	text-align: left;
	padding: 3px;
	font-weight: bold;
	font-size: 13px;
	color: #4f4f4f;
}
input.text {
	color: #333333;
	font-size: 13px;
	background-color: #fafafa;
	border: 1px solid #CED4CA;
	width: 300px;
	padding: 3px;
}
textarea.text {
	font-size: 13px;
	background-color: #fafafa;
	border: 1px solid #CED4CA;
	padding: 3px;
	width: 300px;
	height: 80px;
}
select {
	font-size: 1em;
	border: 1px solid #CED4CA;
	background-color: #fafafa;
	padding: 3px;
	width: 300px;
}

.captcha {/*image verification*/
	margin-top: 10px;
}
.btn{
	font-size: 11px;
	border: 1px solid #9c9897;
	background-color: #8ab459;
	cursor: pointer;
	height: 20px;
	width: 54px;
}
span.req{
	color: #bd5228;
	font-weight: bold;
	margin-right: 3px;
}

div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #bd5228;
	background: #FFFFFF;
	text-align: left;
	clear: right;
}


div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg{
	width: 40px;
	border: 1px solid #4f4f4f;
	height: 3px;
	font-size: 1px;
}
div.prb{
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}


.price table {
	width: 100%;
}
.pricing table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}
.total {
	color: #4f4f4f;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
}
label {
	display: block;
}
.req {
	margin-right: 3px;
	color: #bd5228;
}
/*Footer*/
#footer{
	text-align: left;
	font-size: 11px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	color: #4f4f4f;
}
#stats {
	line-height: 18px;
	background-color: #edeae3;
	padding-left: 10px;
	text-align: left;
	height: 18px;
	margin-bottom: 10px;
	clear: both;
	color: #4f4f4f;
}
#stats span {
	margin-right: 5px;
	margin-left: 2px;
	color: #bd5228;
}
#middle {
	margin-left: 4px;
	text-align: left;
}