@charset "UTF-8";
/* CSS Document */

* {
    outline: none;
}

a img {
	border: 0;
}

a:link {
	color: #414243;
	text-decoration:none;
}
   
a:visited {
	color: #414243;
	text-decoration:none;
} 

a:hover {
	color: #414243;
	text-decoration: underline;
}

a:active {
	color: #414243;
}

h1 {
	font-size: 30px;
	line-height: 48px;
	text-shadow: 1px 1px 0px #547726;
	font-weight: normal;
	color: #9fd557;
	margin-top: 0px;
	padding-top: 0px;
}

.big {
	font-size: 14px;
}

.bigger {
	font-size: 18px;
}

.sendoffer {
	padding: 0px 10px 0px 0px;
}

.green {
	color: #87be3e;
}

body{
	margin: 0;
	pading: 0;
	font-size:12px;
	color: #414243;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	background: url(images/bg.gif);
	
}

#wrapper {
	margin: 0px auto;
	width: 700px;
}

#logo {
	width: 182px;
	height: 25px;
	margin: 100px 0px 20px 20px;
}

#body {
	width: 660px;
	background: white;
	box-shadow: 0px 0px 10px black;
	padding: 20px;
	position: relative;
}

#domain-sale {
	position: absolute;
	width: 341px;
	height: 144px;
	left: -32px;
}

#content-left {
	float: left;
	margin-top: 120px;
	background: url(images/spacer.gif) right no-repeat;
	width: 250px;
	padding: 40px 40px 0px 0px;
	height: 300px;
}

	.border-bottom {
		height: 1px;
		padding-top: 20px;
		border-bottom: dotted 1px #d3d3d3;
	}

			ul.social-btns {
			list-style: none;
			padding: 0px;
			margin: 0 0 20px 0;
			float: left;
			}

		.displace {
			position: absolute;
			left: -5000px;
			}

		ul.social-btns li {
			float: left;
			list-style-type:none;
			}

		ul.social-btns li a {
			display: block;
			width: 24px;
			height: 24px;
			background: url(images/social-networking.gif);
			margin: 0 10px 0 0;
			}

		ul.social-btns li.twitter a {
			background-position: 0 0;
			}
			
		ul.social-btns li.twitter a:hover {
			background-position: 0px 0px;
			}
		
		ul.social-btns li.rss a {
			background-position: -24px 0;
			}
			
		ul.social-btns li.rss a:hover {
			background-position: -24px 0px;
			}
		
		ul.social-btns li.facebook a {
			background-position: -48px 0;
			}
			
		ul.social-btns li.facebook a:hover {
			background-position: -48px 0px;
			}

#content-right {
	width: 342px;
	float: right;
}

.text-field {
	border-radius: 5px;
	background: #ededed;
	border: 1px solid #e5e5e5;
	box-shadow: 1px 1px 0px white inset;
	padding:5px;
	margin: 5px 0px 10px 0px;
	width: 200px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.text-area{
	border-radius: 5px;
	background: #ededed;
	border: 1px solid #e5e5e5;
	box-shadow: 1px 1px 0px white inset;
	padding:5px;
	margin: 5px 0px 10px 0px;
	width: 200px;
	height: 100px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.send {
	background: url(images/send.gif);
	width: 123px;
	height: 73px;
	border: 0;
	margin-top: 44px;
	cursor: pointer;
	float: right;
}

.send:hover {
	background-position: 0px -73px;
}

