/* Cards/Tabs */

#tabs{
	margin-top:15px;
	float:left;
	width:651px;
	height:233px;
	position:relative;
	border:1px solid #d7d7d7;
	/*
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	*/
}

#cards {
	width:100%;
	height:233px;
	position:relative;
	overflow:hidden;
	white-space:nowrap;
}

.card {
	background:no-repeat scroll left 1px;
	display:block;
	float:left;
	height:235px;
	position:relative;
	top:-1px;
	width:40px;
	padding-top:1px;
}

.open {
	width:407px;
}

.card .content {
	height:231px;
	margin-left:11px;
	margin-top:1px;
	overflow:hidden;
	position:relative;
	width:100%;
	/*width:15%;*/
	display:none;
}

.content img.cardlabel {
	float:left;
	margin-top:2px;
	margin-left:2px;
	position:absolute;
	z-index:10;
}

.findmore {
	position:absolute;
	right:12px;
	bottom:5px;
}

.findmore img {
	border:0px;
}

.content .card_copy {
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:211px;
	line-height:21px;
	padding-left:67px;
	padding-top:20px;
	position:relative;
	width:329px;
	background:no-repeat top right;
}

#web_copy {
	width:340px;
}

#av_copy {
	width:338px;
}

.content H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	color:#8dc73f;
	margin-bottom:5px;
}

/* ============== */
#av_content {
	margin-left:2px !important;
}

#tabs #card_av {
	width: 31px;
	background-image:url(../images/audio_video_bg.jpg);
}

#tabs #card_web {
	background-image:url(../images/web_solutions_bg.jpg);
}

#tabs #card_services {
	background-image: url(../images/3d_services_bg.jpg);
}

#tabs #card_branding {
	background-image: url(../images/branding_identity_bg.jpg);
}

#tabs #card_graphics {
	background-image: url(../images/graphic_design_bg.jpg);
}

#tabs #card_interactive {
	background-image: url(../images/interactive_touch_bg.jpg);
}

#tabs #card_package {
	background-image: url(../images/package_design_bg.jpg);
}

/* Card Copy ---------- */

#card_av .content .card_copy {
	background-image: url(../images/video_icon.jpg);
}

#card_web .content .card_copy {
	background-image: url(../images/web_icon.jpg);
}

#card_services .content .card_copy {
	background-image: url(../images/3d_icon.jpg);
}

#card_branding .content .card_copy {
	background-image: url(../images/branding_icon.jpg);
}

#card_graphics .content .card_copy {
	background-image: url(../images/graphic_icon.jpg);
}

#card_interactive .content .card_copy {
	background-image: url(../images/touch_icon.jpg);
}

#card_package .content .card_copy {
	background-image: url(../images/package_icon.jpg);
}