/*** RESET ***/
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td
{ 
	margin:0; 
	padding:0;
}

img 
{ 
	border:none;
}

body
{
	background:#e5e5e6;
	background-image: url('../img/background.jpg');
	background-position: center 188px;
	background-repeat: no-repeat;
	font-family: 'CiscoSansRegular', sans-serif;
	color: #666666;
	font-size:11px;
	font-size-adjust:0.56;
}

p 
{ 
	padding-bottom:5px;
}

a
{
	color:#2278BD; text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

h1,h2,h3,h4,h5,h6
{
	font-family: 'CiscoSansRegular', sans-serif;
}

.container
{
	position:relative;
	margin: 0px auto;
	/*width:964px;*/
	width:966px;
	clear:both;
}

#header
{
	height:64px;
}
.footer
{
	margin:18px auto 20px auto;
	text-align:center;
	clear:both;
}

/*** HEADER ***/
.header h1.logo
{
	position:absolute;
	top:12px;
	left:6px;
}
.box-share {
	position:absolute;
	top: 19px;
	right: 5px;
	width:500px; /* this is set to an arbitrary width that should be larger enough to fit any localized text*/
	height: 22px;
	/*background: url(../img/header/share-text.png) no-repeat left center;*/
}
.box-share .share-button {
	position:absolute;	
	width:21px;
	height:21px;
}
.box-share .share-button a {
	display:block;
	text-indent:-1000px;
	overflow:hidden;
	width:21px;
	height:21px;
	background-repeat: no-repeat;
	background-position:0px 0px;
}
.box-share .share-button a:hover {
	background-position:0px -21px;
}
/*
#headerShareTwitter { left:55px; }
#headerShareFacebook {  left:83px; }
#headerShareDelicious {  left:112px; }
*/
#headerShareLabel{position: absolute; right: 60px;}
#headerShareTwitter { right:32px; }
#headerShareFacebook {  right: 5px; }
#headerShareDelicious {  right:57px; }
#headerShareTwitter a { background-image: url(../img/header/share-twitter.png); }
#headerShareFacebook a { background-image: url(../img/header/share-facebook.png);}
#headerShareDelicious a { background-image: url(../img/header/share-delicious.png);}

/*** CONTENT ***/
.spacer_box
{	
	display: block;
	height: 133px;
}

#video_content_holder
{	
	position:relative;	
	background:#fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #acacac;
	border-style: none solid solid none;
	overflow:hidden;
	padding: 1px;
	margin: 0px 0px 8px 0px;
	height: 555px;
	width: 715px;
}

#video_content
{	
	height: 550px;
	width: 710px;	
}

.title_image
{
	margin: 0 0 0 -4px;
}

#rightColumn ul#discussion_links li
{
	margin: 0px 0px 5px 0px;
}

#discussion_links a
{
	font-family: 'CiscoSansBold', sans-serif;
	/*font-size: 12px;*/
	vertical-align: middle;
	font-size-adjust: .75;
}

#leftColumn
{
	
	float: left;
	/*border: solid 1px;*/
	margin: 0px 5px 0px 0px;
	width: 717px;
}

#leftColumn .content_box
{
	position:relative;	
	background:#fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #acacac;
	border-style: none solid solid none;
	overflow:hidden;
	padding: 4px;
	margin: 0px 0px 8px 0px;
	width: 709px;
}

#rightColumn
{
	/*border: solid 1px;*/
	margin: 0px 0px 0px 3px;
	width: 239px;
	float: right;
}

#rightColumn .content_box ul
{
	margin: 8px 0px 0px 0px;
}

#rightColumn .content_box li
{
	list-style:none;
	padding:0;
	margin:0;
}

#rightColumn .content_box
{
	position:relative;	
	background:#fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #acacac;
	border-style: none solid solid none;
	overflow:hidden;
	padding: 16px;
	margin: 0px 0px 8px 0px;
	width: 202px;
}

/*** PROMO ***/
.promo_image
{
	float: left;
}

.promo_copy
{
	margin-left: 175px;
}

/*** FOOTER ***/

.menu ul,
.menu li {
	list-style:none;
	padding:0;
	margin:0;
}
.menu li {
	display:inline;
}
.menu li a {
	color:#208fca;
	text-decoration:none;
}
.menu li a:hover {
	color:#208fca;
	text-decoration:underline;
}
.menu li {
	padding: 5px 0px;
}
.menu li a {
	padding:0px 7px;
	border-right: 1px solid #c2c2c2;
	font-size:11px;
}
.menu .first {
	
}
.menu .last,     
.menu .last a {
	border-right:none;
}

/*** CONTENT TYPES ***/
.content {
	position:relative;
	margin:3px;
	width:227px; height:227px;
	overflow:hidden;
}

.content-over .view-count {
	position:absolute;
	top:16px;
	left:16px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
}
.content p, .content h2 {
	padding:0px 0px 5px;
}

.content h2 {
	font-size:17px;
	font-weight:normal;
}
.expanded .content {
	margin:3px;
	width:auto;
	height:auto;
	background:#fff;
	overflow:visible;
}
.expanded .content h1 {
	padding-bottom:20px;
}
.expanded .content p {
	padding:0px 0px 15px 0px;
}
.facebook-like {
	position:absolute;
	right:7px;
	top:20px;
	width:90px;
	height:20px;
	overflow:hidden;
}
#item-tv-ads .facebook-like {
	top:410px;
}
.template-video .facebook-like {
	position:absolute;
	right:7px;
	top:410px;
	width:90px;
	height:20px;
	overflow:hidden;
}
.template-video .flash-container {
	text-align:center;
	height:709px;
}
.padded-content {
	position:relative;
	padding:20px;
}
.bio {
	position:relative;
	clear:both;
	margin-bottom:20px;
}
.bio-image {
	display:inline;
	float:left;
	width:160px;
}
.bio-content {
	padding-left:15px;
	border-left:1px solid #cecece;
	margin-left:175px;
}
.bio h2 {
	font-family: 'CiscoSansRegular', sans-serif;
	color:#42b7e5;
	font-size:13px;
}
.bio p {
	font-family: 'CiscoSansRegular', sans-serif;
	color: #666666;
}

.twocol-content {
	position:relative;
}
.twocol-content .left-column {
	position:relative;
	margin-right:210px;
	border-right: 1px solid #c9cacc;
	padding-right:20px;
}
.twocol-content .continue-discussion {
	position:absolute;
	top:0px;
	left:483px;
	width:190px;
}
.twocol-content .continue-discussion {
	color:#808080;
}
.icon-link-list {
	margin:0px;
	padding:0px;
	list-style:none;	
}
.icon-link-list li {
	padding: 3px 0px 7px 30px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
.icon-link-list a {
	font-family: 'CiscoSansBold', sans-serif;
	font-size:14.5px;
	color: #2278bd;
}
.icon-link-twitter { /*background-image: url(../img/followIcons_03.png);*/ }
.icon-link-facebook { /*background-image: url(../img/followIcons_06.png);*/ }
.icon-link-rss { /*background-image: url(../img/followIcons_08.png);*/ }
.icon-link-youtube { /*background-image: url(../img/youtube_icon_21x21.jpg);*/ }
.icon-link-flickr { /*background-image: url(../img/flickr_icon_21x21.png);*/ }

.offer {
	margin-top:10px;
	position:relative;
	clear:both;
	
}
.offer-content {
	padding-left:15px;
	border-left:1px solid #cecece;
	margin-left:180px;
}
.offer-content h2 {
	font-size:14px;
}
.offer-content p {
	font-size:12px;
}
.offer-image {
	float:left;
	width:170px;
}

.solutions-links {
	width:99%;
	margin-bottom:0px;
	overflow:auto;
}
.solutions-links ul {
	float:left;
	width:33%;
	list-style:none;
	border-width:1px;
	border-color: #cacaca;
	border-style: none solid;
	margin-bottom:3px;
}
.solutions-links ul.first,
.solutions-links ul.last {
	border:none;
}
.solutions-links ul li {
	padding:0px 30px;
}
a.button-hover {
	position:relative;
	text-indent:-1000px;
	overflow:hidden;
}
a.button-hover {
	display:block;
	height:30px;
	background-repeat: no-repeat;
}
a.button-hover:hover {
	background-position: 0px -35px;
}
a.button-read-more { width:103px; /*background-image: url(../img/buttons/btn-read-more.png);*/}
a.button-read-now {width:103px; /*background-image: url(../img/buttons/btn-read-now.png);*/}
a.button-learn-more {width:103px; /*background-image: url(../img/buttons/btn-learn-more.png);*/}
a.button-view-survey-results {width:135px; /*background-image: url(../img/buttons/btn-view-survey-results.png);*/}
a.button-try-webex {width:163px; /*background-image: url(../img/buttons/btn-try-webex.png);*/}