body {
	margin: 0 auto;
	
}

#page {
	margin: 0 auto;
	width: 1020px;
	height: 584px;
	position: relative;
	background: url(images/home-bg.jpg) no-repeat;
}

a {
	color: #183d59;
	text-decoration: underline;
}

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

a:active {
	color: black;
}

/* @group head */

#hd {
	position: relative;
	height: 120px;
}

#hd h1 {
	display: none;
}

#hd em {
	display: none;
}

#hd ul {
	float: left;
	list-style-type: none;
	width: 100%;
	text-align:left;
}
#hd li {
	text-align: left;
	list-style-type: none;
	display: inline;
	float: left;
}

#menu-top {
	position: absolute;
	top: 27px;
	left: 30px;
	width: 960px;
	height: 47px;
}

#menu-top a {
	height: 47px;
	display: block;
}

#menu-top a.home {
	width: 327px;
}

#menu-top a.home:hover,
#menu-top a.home_active {
	background: url(images/home-menu.jpg) no-repeat 0 -47px;
}
#menu-top a.webdesign {
	width: 144px;
}

#menu-top a.webdesign:hover,
#menu-top a.webdesign_active {
	background: url(images/home-menu.jpg) no-repeat -327px -47px;
}


#menu-top a.blog {
	width: 65px;
}

#menu-top a.blog:hover,
#menu-top a.blog_active {
	background: url(images/home-menu.jpg) no-repeat -471px -47px;
}
#menu-top a.contact {
	width: 101px;
}

#menu-top a.contact:hover,
#menu-top a.contact_active {
	background: url(images/home-menu.jpg) no-repeat -536px -47px;
}





#swg-drop {
	position: absolute;
	width: 394px;
	height: 46px;
	top: 74px;
	left: 30px;
	
}

#swg-drop a {
	height: 46px;
	display: block;
}

#swg-drop a.swg {
	width: 394px;
	background-image: url(images/home-swg.jpg);
}

#swg-drop a.swg:hover {
	background: url(images/home-swg-over.jpg) no-repeat;
}


#webdesign-drop {
	position: absolute;
	width: 370px;
	height: 46px;
	top: 74px;
	left: 342px;
	display: none;
	background-image: url(images/home-web.jpg);
}

#webdesign-drop a {
	height: 46px;
	display: block;
}

#webdesign-drop a.portfolio {
	width: 85px;
	margin-left: 16px;
}

#webdesign-drop a.portfolio:hover {
	background: url(images/home-web-over.jpg) -16px 0;
}

#webdesign-drop a.websiteservice {
	width: 187px;
}

#webdesign-drop a.websiteservice:hover {
	background: url(images/home-web-over.jpg) -101px 0;
}

#webdesign-drop a.code {
	width: 54px;
}

#webdesign-drop a.code:hover {
	background: url(images/home-web-over.jpg) -288px 0;
}




/* @end */

/* @group contact */

.input_hint_text {
	color: #666666;
}

.mini_menu_input {
	display: block;
	background-color: #CCCCCC;
	margin: 3px 0;
	padding: 3px;
	border: solid 1px #000;
	font-size: 12px;
}



/* @end */

/* @group body */

#bd {
	height: 315px;
	position: relative;
	margin-right: 50px;
	margin-left: 45px;
	color: #183d59;
}

#content {
	text-align: left;
	margin: 0 270px 0 0;
	top: 20px;
	position: relative;
	overflow: hidden;
	width: 575px;
	height: 265px;
}

#sidebar {
	text-align: left;
	float: right;
	width: 250px;
	
}

#sidebar #ff_column {
	position: relative;
	top: -35px;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
}

#sidebar #ff_column h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 14px;
}

#sidebar #ff_column p {
	margin-bottom: 10px;
	position:relative;
	padding-left:25px;
}
#sidebar #ff_column p.descr {
	padding-left: 0;
}

#sidebar #ff_column p img {
	
	position:absolute;
	top:-1px;
	left:0;
}

#sidebar #ff_column a {
}

.testimonials {
	position: relative;
	
}

.testimonial_src {
	font-size: 10px;
	color: #294d70;
	display: inline;
	margin-left: 12px;
}

.testimonial {
	margin-bottom: 12px;
}

.tweets {
	position: relative;
	
}

.tweet-stamp {
	font-size: 10px;
	color: #294d70;
	display: inline;
	margin-left: 12px;
}

.tweet {
	margin-bottom: 12px;
}

.tweet-icon {
	margin-bottom: 12px;
	display: inline;
	margin-right: 12px;
	float: left;
}



/* @end */

/* @group foot */

#ft {
	position: relative;
	text-align: left;
	height: 151px;
}

#ft em {
	display: none;
}

#ft ul {
	float: left;
	list-style-type: none;
	width: 100%;
	text-align:left;
}
#ft li {
	text-align: left;
	list-style-type: none;
	display: inline;
	float: left;
}

#social {
	position: absolute;
	top: 63px;
	left: 342px;
	width: 337px;
	height: 46px;
}

#social a {
	height: 46px;
	display: block;
}

#social a.facebook {
	width: 83px;
}
#social a.facebook:hover {
	background: url(images/home-menu-btm.jpg) no-repeat -312px -46px;
}
#social a.linkedin {
	width: 71px;
}
#social a.linkedin:hover {
	background: url(images/home-menu-btm.jpg) no-repeat -395px -46px;
}
#social a.twitter {
	width: 60px;
}
#social a.twitter:hover {
	background: url(images/home-menu-btm.jpg) no-repeat -466px -46px;
}
#social a.flickr {
	width: 46px;
}
#social a.flickr:hover {
	background: url(images/home-menu-btm.jpg) no-repeat -526px -46px;
}
#social a.delicious {
	width: 77px;
}
#social a.delicious:hover {
	background: url(images/home-menu-btm.jpg) no-repeat -572px -46px;
}



/* @end */

/* @group banner */

.btmbanners {
	text-align: center;
	margin: 12px auto 0 auto;
}
.btmbanners a {
	display: block;
	margin-bottom: 7px;
}


/* @end */