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

/*Basic tags*/
body {
	background-image: url(images/Pettern01.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: 'Trebuchet MS', Helvetica, 'Helvetica Neue', Tahoma, sans-serif;
	font-size: 12px;
	margin-bottom: 30px;
}

a {
	color: #cfb429;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
br {
	display: none;
}
td {
	vertical-align: top;
}

#outdiv {
	background-image: url(images/hbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#wrap {
	width: 702px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
	height: 180px;
	width: 100%;
	top: 0px;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.logo {
	background-image: url(images/Logo.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 290px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}
#searchdiv {
	height: 90px;
	width: 360px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	padding-top: 60px;
}
#searchdiv form {
	padding: 0px;
}
#search-bar {
	font-size: 20px;
	border: 1px solid #666666;
	color: #333333;
	background-color: #d9d5d3;
	margin-bottom: 4px;
}
#search-btn {
	font-size: 15px;
	cursor: pointer;
	height: 24px;
	width: 69px;
	margin-left: 5px;
}


#nav {
	position: absolute;
	bottom: 40px;
	text-align: center;
	height: 20px;
	width: 100%;
	left: 0px;
}
#nav ul {
	list-style-type: none;
	font-size: 16px;
	line-height: 20px;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	text-transform: uppercase;
}
#nav ul li a:hover {
	color: #d8a82d;
}

#main {
	background-image: url(images/Pettern02.jpg);
	background-repeat: repeat;
	border: 1px solid #515151;
	text-align: left;
	padding: 10px;
	color: #FFFFFF;
}

#outfooter {
	background-image: url(images/footer1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
#footer {
	width: 702px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	padding-top: 40px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}

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

h2 {
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	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-size: 18px;
}
h4.maincat a {
	color: #cfb429;
	font-weight: normal;
}

/*Categories*/
.categories {
	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: #cfb429;
	font-size: 1em;
	font-weight: normal;
}

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

/*Featured links*/
.featured {
	padding: 5px;
	margin-top: 5px;
	text-align: left;
	font-size: 13px;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.featured a {
	font-size: 15px;
	font-weight: bold;
	color: #cfb429;
	text-decoration: none;
	letter-spacing: 0.2em;
}
.featured a:hover {
	text-decoration: underline;
}
.featured p.linkdesc {
	color: #FFFFFF;
}
.featured p.url {
	color: #CCCCCC;
	margin-bottom: 6px;
}

/*Standard links*/
.links{
	text-align: left;
	margin-top: 15px;
	padding: 5px;
	font-size: 13px;
	line-height: 1.2em;
	color: #FFFFFF;
}
.links a {
	color: #cfb429;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
}
.links a:hover {
	text-decoration: underline;
}
.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: #FFFFFF;
}
.links p.url {
	color: #CCCCCC;
	margin-bottom: 6px;
}
/*Link sorting line and total number of lins in footer*/
.small {
	text-align: right;
	position: absolute;
	right: 25px;
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration: none;
}
.small a{
	color: #cfb429;
	font-weight: normal;
	text-decoration: underline;
	font-size: 13px;
}
.sort {
	color: #FFFFFF;
}
.formPage {
}

/*Submit link page*/

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

.captcha {/*image verification*/
	margin-top: 10px;
}
.btn{
	font-size: 11px;
	border: 1px solid #515151;
	background-color: #cfb429;
	cursor: pointer;
	color: #000000;
	height: 25px;
	width: 64px;
	font-weight: bold;
}
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: #FF6633;
	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: #CCCCCC;
	text-align: right;
	margin-top: 10px;
	margin-left: 10px;
}
label {
	display: block;
	width: 300px;
}
.req {
	margin-right: 3px;
	color: #cfb429;
}
