/*Removes margines and padding from all elements*/
* {
	margin: 0px;
	padding: 0px;
}

/*Basic tags*/
body {
	font-family: 'Trebuchet MS', Helvetica, 'Helvetica Neue', Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #151515;
	text-align: center;
	padding-bottom: 20px;
}
a {
	color: #516fa9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

td {
	vertical-align: top;
}

#wrap {
	width: 716px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1b2022;
}
#first {
	height: 133px;
	background-image: url(images/firstbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #151515;
	position: relative;
}
a.logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 45px;
	height: 48px;
	font-size: 30px;
	line-height: 48px;
	color: #FFFFFF;
	text-decoration: none;
	background-position: left center;
	padding-left: 50px;
	letter-spacing: -0.02em;
}
a.logo:hover {
	text-decoration: none;
	color: #a11c1c;
}
#search {
	position: absolute;
	right: 30px;
	top: 60px;
}
#search-bar {
	color: #CCCCCC;
	background-color: #151515;
	border: 1px solid #9c9897;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	margin-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.search-btn {
	background-color: #151515;
	font-size: 11px;
	border: 1px solid #151515;
	cursor: pointer;
	height: 20px;
	width: 54px;
	color: #FFFFFF;
}
#pic {
	background-image: url(images/pic.jpg);
	background-repeat: no-repeat;
	background-position: center 22px;
	height: 193px;
	background-color: #1b2022;
}
#nav {
	height: 56px;
	background-color: #0e0e0e;
	background-image: url(images/navbg.gif);
	background-repeat: repeat-x;
}
#nav ul li {
	list-style-type: none;
	display: inline;
}
#nav ul li a {
	font-size: 9pt;
	line-height: 56px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 40px;
	margin-left: 40px;
	text-transform: uppercase;
}
#nav ul li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#main {
	margin-right: 22px;
	margin-left: 22px;
	padding-bottom: 10px;
}
#location, #stats {
	line-height: 34px;
	background-color: #151515;
	height: 34px;
	padding-left: 15px;
	text-align: left;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 9px;
	margin-bottom: 10px;
}
#location a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#location a:hover {
	text-decoration: none;
}
#stats {
	padding-left: 10px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 10px;
}
#stats span {
	margin-right: 5px;
	margin-left: 2px;
	color: #a11c1c;
}
#footer {
	width: 716px;
	margin-right: auto;
	margin-left: auto;
	color: #CCCCCC;
	margin-top: 5px;
	text-align: right;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #a11c1c;
}
/*Headings*/
h1 {
	font-size: 14pt;
	margin: 0px 0 5px;

}

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-size: 16px;
	margin: 0px;
	padding: 0px;
}
h4.maincat a {
	color: #516fa9;
	font-weight: bold;
}

/*Categories*/
.categories {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}

div.cat li {
	list-style-type: none;
	color: #CCCCCC;
}
.categories a {
	text-decoration: none;
}
.categories a:hover {
	text-decoration: underline;
}
.count {
	color: #516fa9;
	font-size: 16px;
	font-weight: normal;
}

.c {
	float: left;
}
.cr {
	clear: left;
}
.subcat {
	text-align: center;
	color: #CCCCCC;
	font-size: 11px;
}

/*Featured links*/
.featured {
	padding: 5px;
	margin-top: 5px;
	text-align: left;
	font-size: 13px;
	line-height: 1.2;
}
.featured a {
	font-size: 15px;
	font-weight: bold;
	color: #a11c1c;
	text-decoration: none;
}
.featured p.linkdesc {
	color: #999999;
}
.featured p.url {
	color: #4f4f4f;
}

/*Standard links*/
.links{
	text-align: left;
	margin-top: 15px;
	padding: 5px;
	font-size: 13px;
	line-height: 1.2em;
}
.links a {
	color: #516fa9;
	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: #CCCCCC;
}
.links p.url {
	color: #4f4f4f;
}
/*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: #a11c1c;
}
.sort {
	color: #4f4f4f;
}

/*Submit link page*/

#pricing {
	font-size: 13px;
	font-weight: bold;
	color: #516fa9;
	text-align: left;
	margin-bottom: 10px;
}
input.radio {
	margin-right: 5px;
}
td.err {
	padding: 3px;
	color: #a11c1c;
	background: #FFFFFF;
	text-align: left;
}
td.msg{/*link submited message*/
	padding: 3px;
	color: #a11c1c;
	text-align: left;
	font-size: 13px;
}
.label {
	text-align: left;
	padding: 3px;
	font-weight: bold;
	font-size: 13px;
	color: #4f4f4f;
}
input.text {
	color: #CCCCCC;
	font-size: 13px;
	background-color: #516fa9;
	border: 1px solid #CED4CA;
	width: 300px;
	padding: 3px;
}
textarea.text {
	font-size: 13px;
	background-color: #516fa9;
	border: 1px solid #CED4CA;
	padding: 3px;
	width: 300px;
	height: 80px;
	color: #CCCCCC;
}
select {
	font-size: 1em;
	border: 1px solid #CED4CA;
	background-color: #516fa9;
	padding: 3px;
	width: 300px;
	color: #CCCCCC;
}

.captcha {/*image verification*/
	margin-top: 10px;
}
.btn{
	font-size: 11px;
	border: 1px solid #9c9897;
	background-color: #516fa9;
	cursor: pointer;
	height: 20px;
	width: 54px;
	color: #FFFFFF;
}
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;
	color: #CCCCCC;
}
.req {
	margin-right: 3px;
	color: #bd5228;
}

.top-ientry-bar {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
	height: 35px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(http://images.ientrymail.com/tugf/ientry-bg.jpg) repeat-x left top;
}
.top-ientry-bar a {
	margin: 0px;
	padding: 9px 15px 10px 10px;
	float: left;
	outline: none;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	text-decoration: none;
	border-right: solid 1px #222222;
}
.top-ientry-bar a:hover {
	margin: 0px;
	padding: 9px 15px 10px 10px;
	float: left;
	outline: none;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	text-decoration: none;
	border-right: solid 1px #222222;
	background: url(http://images.ientrymail.com/tugf/ientry-hover.jpg) repeat-x left top;
}
.top-ientry-bar a img {
	margin: -5px 5px -6px 0px;
	z-index: 2;
}
#ientry-bar-right {
	float: right;
	border-right: none;
	border-left: solid 1px #222222;
}
.ientry-bar-clear {
	clear: both;
}