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

body{
	padding: 0;
	margin: 0;
	background: #f5faff url(../images/bg.jpg) repeat-x;
	font-family: Trebuchet MS, Arial;
}

img{
	border: none;
}

#container{
	margin: 0 auto;
	width: 957px;
}

#price{
	float: right;
	background: url(../images/price.jpg) no-repeat;
	width: 320px;
	height: 205px;
}

#content{
	width: 100%;
}

#george{
	float: left;
	width: 259px;
	height: 378px;
	position: relative;
}

#offer{
	color: #c5c7c8;
	font-size: 14px;
	width: 232px;
	margin-top: 60px;
	line-height: 18px;
}

#intro{
	float: left;
	width: 640px;
	font-size: 14px;
	font-weight: normal;
	color: #727272;
	margin: 16px 0 0 0;
/* 	margin: -52px 0 0 0; *if #price div in place * */
	position: relative;
}

#intro p{
	padding: 0 0 0 3px;
}

#steps {
	margin: 60px 0 0 -9px;	
	padding: 25px 0 5px 53px;
	width: 604px;
	height: 74px;
	background: url(../images/steps.jpg) no-repeat;
}

#steps li{
	display: block;
	float: left;
	list-style: none;
	width: 140px;
	margin: 0 83px 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
#steps li.last {
	margin: 0;
}

#steps img{
	float: left;
}

#services{
	background: url(../images/services.jpg) no-repeat;
	width: 645px;
	height: 201px;
	padding: 0 0 0 23px;
	font-weight: normal;
}

#services li{
	display: block;
	float: left;
	list-style: none;
	width: 160px;
	margin: 110px 58px 0 0;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}
#services li.last {
	margin: 85px 0 0 0;
}

#footer a{
	color: #e6040d;
	text-decoration: none;
}

#footer a:hover{
	color: #e6040d;
	text-decoration: none;
}

.footerItem h3 span{ position: absolute; left: -9000px; }
.footerItem h3{ height: 38px; width: 300px; margin-top: 30px;  }
h3#needDesign {
	background: url(../images/title_design.gif) no-repeat;
}
h3#twitter {
	background: url(../images/title_twitter.gif) no-repeat;
}
h3#joke {
	background: url(../images/title_joke.gif) no-repeat;
}

#footer {
	clear: left;
}

.footerItem{
	float: left;
	width: 275px;
	margin: 0 50px 30px 0;
	color: #8b8b8b;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}

.footerItem p, ul#twitter_update_list {
	padding-left: 45px;
}

ul#twitter_update_list li{
	list-style: none;
	margin: 0;
}

.last{
	margin-right: 0px;
}

#footerLink{
	clear: both;
	border-top: 1px solid #dddfe1;
	text-align: center;
	padding: 30px 0;
}

/* MISC */

.hidden{
	visibility: hidden;
}

.floatRight{
	float: right;
}

.copyright{
	font-size: 12px;
	color: #666666;
	text-align: center;
}