/*Removes margines and padding from all elements*/

* {

	margin: 0px;

	padding: 0px;

}



/*Basic tags*/

html, body {

	font-size: 12px;

	text-align: center;

	background-color: #fff; /* #ece0c6 #67767b, #e2e2e2 */

	font-family: "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;

}

a {

	color: #00f;

	text-decoration: none;

}

a:hover {

	text-decoration: underline;

}

br {

	display: none;

}

td {

	vertical-align: top;

}



#wrap1 {

	width: 750px;

	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;

}

a.logo {

	background-image: url(images/logo.gif);

	background-repeat: repeat;

	height: 35px;

	width: 193px;

	float: left;

	display: block;

}

#picture {

	background-image: url(images/verticalsearchmain.gif);

	background-repeat: no-repeat;

	height: 191px;

	width: 730px;

	clear: both;

}

#location {

	line-height: 18px;

	background-color: #eee;

	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 {

	color: #00f /*#63b4cd*/ ;

	font-weight: bold;

}







/*Content div#left*/



#left {

	float: left;

	width: 520px;

	margin-bottom: 10px;

}

#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: #00f;

	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: #00f;

}





/*Categories*/

.categories {

	background-color: #FFFFFF;

	text-align: left;

	padding-right: 30px;

	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: #333;

	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: #00f;

	text-decoration: none;

}

.featured p.linkdesc {

	color: #4f4f4f;

}

.featured p.url {

	color: #008000;

}



/*Standard links*/

.links{

	text-align: left;

	margin-top: 15px;

	padding: 5px;

	font-size: 13px;

	line-height: 1.2em;

}

.links a {

	color: #00f;

	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: #008000;

}

/*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: #00f;

}

.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: #00f;

	background: #FFFFFF;

	text-align: left;

}

td.msg{/*link submited message*/

	padding: 3px;

	color: #00f;

	text-align: left;

	font-size: 20px;

}

.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;
	
	color: #fff;

	border: 1px solid #00f;

	background-color: #69f;

	cursor: pointer;

	height: 20px;

	width: 54px;

}

span.req{

	color: #00f;

	font-weight: bold;

	margin-right: 3px;

}



div.errForm, span.errForm {

	margin: 0px 0 0px 5px;

	padding: 2px 3px 2px 3px;

	color: #00f;

	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: #00f;

}

/*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: #eee;

	padding-left: 10px;

	text-align: left;

	height: 18px;

	margin-bottom: 10px;

	clear: both;

	color: #4f4f4f;

}

#stats span {

	margin-right: 5px;

	margin-left: 2px;

	color: #00f;

}

