*{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper{
	margin: 0 auto;
}

#header{
	height: 95px;
	width: 860px;
	margin: 0 auto;
}

.logo {

	background: url("images/logo-new.gif");
	width: 215px;
/*
	background: url("../images/logo-xmas.gif");
	width: 225px;
*/
	height: 60px;
	display: block;
	float: left;
	margin-top: 14px;
	margin-left: -22px;
	text-indent: -1000em;
	position: relative;
}

#wrapper{
	margin: 0 auto;
        display: flow-root;
}

.searchbk{
	height: 214px;
	border: 1px solid #ddd;
	background: url("images/searchbar.jpg");
}

.container{
	width: 860px;
	margin: 0 auto;
}
.heading{
	color: #fff;
	height: 143px;
}

input[type="text"] {
	border: 1px solid #CCC;
	padding: 3px 5px;
	height: 32px;
	width: 260px;
	float: left;
	font-size: 14px;
	color: #999;
	margin-top:20px;
	margin-left: 15px;
	-webkit-box-shadow:0 0 3px #999 inset;
	-moz-box-shadow:0 0 3px #999 inset;
	box-shadow:0 0 3px #999 inset;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.styled-select{
	display: block;
	float: left;
}

.styled-select select {
   background: transparent;
   width: 100px;
   padding: 5px;
   font-size: 13px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 32px;
   color: #666666;
   float: left;
   border: 1px solid #ddd;
   float: left;
   margin: 20px 0 0 15px;
   //padding-left: 15px!important;
   }


   .awesome {
   background: #e5212c url(images/overlay.png) repeat-x;
   display: inline-block;
   padding: 0 15px 0;
   line-height: 28px;
   font-size: 12px;
   height: 28px;
   color: white;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: 600;
   text-decoration: none;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   border: 1px #ddd solid;
   position: relative;
   cursor: pointer;
   letter-spacing: 0.05em;
   }

   .greenbtn {
   background: #2ca114 url(images/overlay.png) repeat-x;
   }


/*.styled-select select {
   background: none!important;
   width: 168px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   font-weight: bold;
   color:#fff;
   height: 50px;
   }

.styled-select {
   width: 140px;
   height: 50px;
   overflow: hidden;
   background: url(images/arrow.jpg) no-repeat right #ddd;
   float: left;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
   }
*/




.container p{
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 20px;
	padding: 20px 0;
}

.heading h1{
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 44px;
	margin-bottom: 7px;
}
.heading p{
	font-size: 14px;
	color: #eda8aa;
	text-align: left;
	padding: 0px;
}

.searchit{
	height: 82px;
}
.searchit p{
	font-size: 16px;
	padding: 26px 0;
}


#submit_query{
	margin:20px	0;
	height: 30px;
	background-image: url("images/search.png");
	background-repeat: no-repeat;
	background-position:  60px;
	padding-right: 32px;
}

.left{
	float: left;
}
.right{
	float: right;
}
.price{
	margin-top: 20px;
	margin-right: 20px;
}
.domain{
	margin-top: 32px;
}


.footer{
	background: url("images/footer.jpg");
	height: 78px;
	text-align: center;
}

ul{
	list-style: none;
	text-align: center;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 6px;
}

ul li {
	color: #bbbbbb;

	font-size: 11px;
	display: inline-block;
}

ul li a {
	text-decoration: none;
	margin: 0 10px;
	font-size: 11px;
	color: #bbbbbb;
}

.footer p{
	font-size: 10px;
	color: #999;
	padding: 0;
}


.column-280{
	width: 274px;
	float: left;
	margin: 20px 0;
	border: 1px solid #ddd;
	text-align: center;
	height: 170px;
	padding-top: 188px;
}


.column-280 ul li{
	width: 274px;
	font-size: 12px;
	color: #565656;
	line-height: 20px;
}
.column-280 ul{
	padding-top: 10px;
}



.column-280 h3{
	font-size: 16px;
	color:#e5212c;
}
.column-280 p{
	padding: 5px 0 10px 0!important;
	font-size: 14px;
	color: #999;
}

.clear{
	clear: both;
}

.green{
	color: #2ca114!important;
}

.red{
	color:#e5212c;
}


.column-280.mid{
 	margin: 20px 16px;
}

#email{
	background: #e8e8e8 url("images/email.jpg")no-repeat;
}
#nolimits{
	background: #e8e8e8 url("images/nolimits.jpg")no-repeat;
}
#expired{
	background: #e8e8e8 url("images/expired.jpg")no-repeat;
}
