/*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: 62.5%/1.4 "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #DDE5D9;
}
#wraper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

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

h2 {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	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: 14px;
	margin: 0px;
	padding: 0px;
}
h4.maincat a {
	color: #63b4cd;
	font-weight: normal;
}

/* Basic divs*/

/*Left sidebar and iner divs:html located in templates/footer.tpl*/
#left {
	width: 202px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	font-size: 12px;
}
#inleft {
	text-align: center;
}
a.logo {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 200px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
#search {
	text-align: center;
	font-size: 12px;
	background-image: url(images/search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 26px;
	border: 1px solid #CED4CA;
	background-color: #FFFFFF;
	margin-top: 10px;
}
#search input.searchbar {
	color: #c6577e;
	border: 1px solid #CED4CA;
	padding: 3px;
	background-color: #f4fcfe;
	font-weight: bold;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#sponsors {
	background-image: url(images/sponsors.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 26px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	border: 1px solid #CED4CA;
	background-color: #FFFFFF;
	text-align: left;
}
#sponsors a {
	color: #8ab459;
	text-decoration: none;
	font-size: 13px;
}
#sponsors a:hover {
	text-decoration: underline;
}
#statistic {
	border: 1px solid #CED4CA;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	color: #8ab459;
	font-weight: bold;
	background-image: url(images/statistics.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 26px;
	margin-top: 10px;
}
#statistic span {
	color: #c6577e;
}

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

#right {
	width: 530px;
	position: absolute;
	background-color: #FFFFFF;
	border-right: 1px solid #CED4CA;
	border-bottom: 1px solid #CED4CA;
	border-left: 1px solid #CED4CA;
	top: 0px;
	right: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#content {
	text-align: left;
}

/*Navigation*/

#nav {
	color: #000000;
	font-size: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
	height: 40px;
}
#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: #8ab459;
	text-decoration: none;
	font-size: 14pt;
	font-weight: normal;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 40px;
}
#nav ul li a:hover {
	color: #c6577e;
}
#location {
	margin: 0px 0px 10px;
	text-align: left;
	line-height: 30px;
	height: 29px;
	color: #526071;
	text-decoration: none;
	position: relative;
	padding-left: 10px;
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CED4CA;
	border-bottom-color: #CED4CA;
	background-color: #f4fcfe;
}
#location a {
	color: #666666;
	text-decoration: underline;
	line-height: 30px;
}

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

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;
	margin-right: 10px;
	margin-left: 10px;
	border-top: 1px dotted #CED4CA;
	border-bottom: 1px dotted #CED4CA;
	font-size: 13px;
	line-height: 1.2;
	background-color: #f4fcfe;
}
.featured a {
	font-size: 13px;
	font-weight: bold;
	color: #c6577e;
	text-decoration: none;
}
.featured p.linkdesc {
	color: #666666;
}
.featured p.url {
	color: #8ab459;
}

/*Standard links*/
.links{
	text-align: left;
	margin-top: 15px;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 13px;
	line-height: 1.2em;
}
.links a {
	color: #63b4cd;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
.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: #666666;
}
.links p.url {
	color: #8ab459;
}
/*Link sorting line and total number of lins in footer*/
.small {
	text-align: right;
	position: absolute;
	right: 25px;
	color: #666666;
	font-size: 0.8em;
	text-decoration: none;
}
.small a{
	color: #c6577e;
}
.sort {
	color: #666666;
}

/*Submit link page*/
table.formPage {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#pricing {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CED4CA;
	border-bottom-color: #CED4CA;
	background-color: #f4fcfe;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
input.radio {
	margin-right: 5px;
}
td.err {
	padding: 3px;
	color: #c6577e;
	background: #FFFFFF;
	border: 1px solid #CED4CA;
	text-align: left;
}
td.msg{
	padding: 3px;
	color: #c6577e;
	text-align: left;
	font-size: 13px;
}
.label {
	text-align: left;
	padding: 3px;
	font-weight: bold;
	font-size: 13px;
	color: #666666;
}

#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: #f4fcfe;
	border: 1px solid #CED4CA;
}
input.text {
	color: #333333;
	font-size: 13px;
	background-color: #f4fcfe;
	border: 1px solid #CED4CA;
	width: 300px;
	padding: 3px;
	margin-bottom: 5px;
}
textarea.text {
	font-size: 13px;
	background-color: #f4fcfe;
	border: 1px solid #CED4CA;
	padding: 3px;
	margin-bottom: 5px;
	width: 300px;
	height: 80px;
}
select {
	font-size: 1em;
	border: 1px solid #CED4CA;
	background-color: #f4fcfe;
	padding: 3px;
	width: 300px;
	margin-bottom: 5px;
}

.captcha {
	border: 1px solid #5e74b3;
	margin-top: 10px;
}
.btn{
	font-size: 13px;
	font-weight: bold;
	border: 1px double #666666;
	background-color: #8ab459;
	color: #FFFFFF;
	padding: 3px;
	cursor: pointer;
}
span.req{
	margin-left: 3px;
	color: #c6577e;
	font-weight: bold;
}

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


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: #666666;
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
}

/*Footer*/
div.footer{
	text-align: center;
	padding: 5px 0;
	margin-top: 20px;
	background-color: #f4fcfe;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CED4CA;
	font-size: 11px;
}
div.footer a{
	color: #8ab459;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
div.footer a:hover {
	text-decoration: underline;
}
label {
	display: block;
}
.req {
	margin-right: 3px;
}

.field {
	font-size: 13px;
}

