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

/*Basic tags*/
a {
	font-size: 1.2em;
	color: #923222;
	text-decoration: underline;
	font-weight: bold;
}
p {
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
br {
	display: none;
}
td {
	vertical-align: top;
}
html, body {
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #eae7d2;
	background-image: url(images/03original.gif);
	background-repeat: repeat;
}

/*Headings*/
h1 {
	font-size: 14pt;
	margin: 0px 0 5px;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}

h2 {
	font-size: 140%;
	color: #20323c;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	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: 14pt;
	margin: 0px;
	padding: 0px;
}

/* Basic divs*/
#wraper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 5px;
	position: relative;
	background-color: #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
#content {
	text-align: left;
}

/*Header and header content*/
#header {
	height: 60px;
	margin: 0px;
	text-align: left;
	position: relative;
	padding: 0px;
}
a.logo {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 282px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
#ads {
	position: absolute;
	top: 0px;
	right: 0px;
}

/*Navigation*/
#nav {
	color: #000000;
	background-color: #eee;
	margin-top: 5px;
	font-size: 1.1em;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #929292;
	border-bottom-color: #929292;
}
#nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	text-align: center;
}

#nav ul li {
	padding: 7px 3px;
	display: inline;
}
#nav ul li a {
	color: #923222;
	text-decoration: none;
	font-size: 14pt;
	font-weight: normal;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
#nav ul li a:hover {
	color: #20323c;
}
#location {
	margin: 0px 0px 10px;
	text-align: left;
	line-height: 29px;
	height: 29px;
	color: #526071;
	text-decoration: none;
	position: relative;
	padding-left: 10px;
	font-size: 1em;
}
#location a {
	color: #526071;
	text-decoration: underline;
	font-size: 1em;
}
#search {
	text-align: right;
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 12px;
}
#search input.searchbar {
	color: #923222;
	border: 1px solid #999999;
	padding: 3px;
	background-color: #eee;
	font-weight: bold;
	width: 200px;
}
#search input.button {
	color: #FFFFFF;
	background-color: #526071;
	border: 1px solid #999999;
	padding: 3px;
	font-size: 0.8em;
}
/*Categories*/
.categories {
	background-color: #eee;
	padding: 5px;
	text-align: left;
	margin-top: 15px;
	border-top: 1px solid #929292;
	border-bottom: 1px solid #929292;
	margin-right: 10px;
	margin-left: 10px;
}
div.cat {
	margin: 0px;
}
div.cat li {
	list-style-type: none;
}
.categories a {
	color: #20323c;
	text-decoration: none;
}
.categories h4 a {
	text-decoration: underline;
}
.count {
	color: #6f6f6f;
	font-size: 8pt;
	font-weight: normal;
}
p.subcats {
	text-decoration: none;
}

.c {
	float: left;
}
.cr {
	clear: left;
}
.subcat {
	text-align: center;
}


#descr {
}

/*Featured links*/
.featured {
	background-color: #eeeeee;
	padding: 5px;
	margin-top: 15px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	border-top: 1px solid #929292;
	border-bottom: 1px solid #929292;
}
.featured a {
	font-size: 14pt;
	font-weight: normal;
	color: #923222;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	text-decoration: underline;
}
.featured h2 {
}

/*Standar links*/
.links{
	text-align: left;
	background-color: #eee;
	margin-top: 15px;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border-top: 1px solid #929292;
	border-bottom: 1px solid #929292;
}
.links a {
	font-size: 1.2em;
	color: #20323c;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.links p {
	margin: 0;
	text-align: left;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.links h2 {
	position: relative;
}
.small {
	text-align: right;
	position: absolute;
	right: 25px;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	color: #000000;
	font-size: 0.8em;
	text-decoration: none;
}
.small a{
	color: #923222;
}
.sort {
	color: #000000;
}

/*Submit link page*/
table.formPage {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 50%;
}
#pricing {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #eee;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}
input.radio {
	margin-right: 5px;
}
td.err {
	padding: 3px;
	color: #923222;
	background: #FFEDED;
	border: 1px solid #20323c;
	text-align: left;
}
td.msg{
	padding: 3px;
	color: #923222;
	background: #a3abb7;
	border: 1px solid #20323c;
	text-align: left;
}
.label {
	text-align: left;
	padding: 3px;
	font-weight: bold;
}
label {
}
.buttons {
	text-align: center;
}


.url {
	color: #333333;
}
.completelink {
	background-color: #FFFFFF;
	border: 1px dotted #20323c;
}
#path {
	margin-top: 2px;
	padding: 3px;
	background: #DDE2EC;
	line-height: 19px;
	border-top: 1px solid #5e74b3;
}
.submit {
	float: right;
	vertical-align: bottom;
}

.text, .btn{
	font-size: 0.8em;
	background-color: #a3abb7;
}
input.text {
	color: #333333;
	font-size: 1em;
	background-color: #eee;
	border: 1px solid #929292;
	width: 300px;
	padding: 3px;
	margin-bottom: 5px;
}
textarea.text {
	font-size: 1em;
	background-color: #eee;
	border: 1px solid #929292;
	padding: 3px;
	margin-bottom: 5px;
	width: 300px;
	height: 80px;
}
select {
	font-size: 1em;
	border: 1px solid #929292;
	background-color: #eee;
	padding: 3px;
	margin-bottom: 5px;
	width: 300px;
}

.captcha {
	border: 1px solid #5e74b3;
	margin-top: 10px;
}

form {
	margin: 0;
	padding: 0;
}
.btn{
	font-size: 1.2em;
	font-weight: bold;
	border: 1px double #5e74b3;
	background-color: #20323c;
	color: #FFFFFF;
	padding: 3px;
}
span.req{
	margin-left: 3px;
	color: #FF0000;
	font-weight: bold;
}

div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #923222;
	background: #FFFFF3;
	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 #999999;
	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: #000000;
	text-align: center;
	margin-top: 10px;
}

/*Footer*/
div.footer{
	text-align: center;
	padding: 10px 0;
	margin-top: 20px;
	font-size: 1em;
}
div.footer a{
	color: #20323c;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

#sponsors {
	padding: 3px 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #eee;
	border-top: 1px dotted #929292;
	border-right: 1px none #929292;
	border-bottom: 1px dotted #929292;
	border-left: 1px none #929292;
	background-image: url(images/partners.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sponsors a {
	color: #20323c;
	margin-right: 10px;
}
#sponsors p {
	margin-left: 100px;
}
label {
	display: block;
}
.req {
	margin-right: 3px;
}


