@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
body{
	*font-size:small;*font:x-small;
	font-family: Calibri, arial;
	/*font-size: 16px;*/
	line-height: normal;
	/*border-bottom: 1px #999 solid;*/
}
del,ins{text-decoration:none;}
li{
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/***************************
	Main Tags
***************************/
body{
	background:#666666;
	color:#333333;
}
a{
	text-decoration:none;
	color:#666;
}
a:hover{
	color:#006ca1;
}
a:active{
  outline: none;
}
hr{
	display: block;
	clear: left;
	visibility: hidden;
}
#main{
	width:980px;
	margin:0px ;
	text-align:left;
	margin:0px auto;
}

/***************************
	Header
***************************/
#header{
	margin:0px auto; /**1er=haut, 2e=droite, 3e=bas, 4e=gauche **/
	width:980px;
	height:135px;
	position:relative;
	/*margin-bottom:16px;*/
	z-index:1;
}
/*** Banner ***/
#header .banner{
	background:#000000;
	height:100px;
	position:relative;
}
#header .banner a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
}
#header .banner .logo{
	background:url(images/logo-powerbuildertv.png);
	width:113px;
	height:79px;
	top:10px;
	left:20px;
}
#header .banner .slogan{
	background:url(images/slogan.png);
	width:227px;
	height:17px;
	top:44px;
	right:15px;
}
/*** Navigation ***/
#header .nav{
	background:url(images/bg-nav-menu.png) no-repeat;
	height:35px;
	position:relative;
}
#header .main a{
	background: url(images/nav-menu-buttons.png);
	display:block;
	height:35px;
	float:left;
	text-indent:-9999px;
}
#header .main a.current{
	background-position:0px 0px;
	width:110px;
}
#header .main a.current:hover{
	background-position:0px -35px;
	width:110px;
}
#header .main a.products{
	background-position:-110px 0px;
	width:128px;
}
#header .main a.products:hover{
	background-position:-109px -35px;
	margin-left:-1px;
	width:129px;
}
#header .main a.topics{
	background-position:-239px 0px;
	width:110px;
}
#header .main a.topics:hover{
	background-position:-239px -35px;
	width:108px;
}
/*** Right ***/
#header .nav div.right{
	position:absolute;
	top:0px;
	right:130px;
}
#header .nav div.right a.newsletter{
	color:#333333;
	font-weight:bold;
	height:35px;
	position:absolute;
	top:0px;
	text-indent:-99999px;
	background-image: url(images/nav-menu-buttons.png);
	background-repeat: no-repeat;
}
#header .nav div.right a.newsletter{
	background-position:-350px 0px;
}

#header .nav div.right a.newsletter:hover{
	background-position:-350px -35px;
}
#search{
	position:absolute;
	top:-5px;
	right:-7px;
	/*width:235px;*/
}
#search input{
	position:absolute;
	background:url(images/search-bg.png) no-repeat top left;
	height:22px;
	width:184px;
	padding:4px 0px 0px 8px; /**1er=haut, 2e=droite, 3e=bas, 4e=gauche **/
	border:0px;
	top:8px;
	left:10px;
}
#search input.submit{
	position:absolute;
	background-position:top right;
	height:23px;
	width:32px;
	border:0px;
	/*text-indent:-9999px;*/
	top:8px;
	left:192px;
	cursor:pointer;
}
#search input.submit:hover{
	background-position:bottom right;
}

/***************************
	Content
***************************/
#content{
	position:relative;
	margin:0px auto;
	top: 27px;
	left: 0px;
	width: 1140px;
	/*height: 776px;*/

}
#content h1{
	margin:15px 0px 10px; /*haut gauche bas*/
	font-size:1.6em;
	color:#333;
	font-weight:bold;
	background-image: none;
	background-repeat: repeat-x;
	background-position: bottom;
}
#content h2{
	font-size:1.6em;
	color:#000;
	margin-bottom:0.5em;
}
#content p.intro{
	font-weight:bold;
}


/*******************
	Main Content
********************/
#mc{
	margin-bottom:7px;
	padding-top:20px;
}
#mc .column{
	float:left;
}
/* First Column */
#mc .column.one{
	position:relative;
	background:url(http://www.powerbuildertv.com/images/mc-flash-bg.png) no-repeat;
	width:620px;
	height:320px;
	margin-right:12px;
	margin-left:10px;
}
#mc .column.one .flash{
	margin:11px 1px 1px 9px; /*haut x x  gauche*/
	width:534px;
	height:298px;
	overflow:hidden;
	position:relative;
}
#mc .column.one .flash a.active{
	display:block;
}
/* Second Column */
#mc .column.two{
	position:relative;
	width:320px;
	height:320px;
}
#mc .column.two .upcoming{
	height:320px;
	background:url(http://www.powerbuildertv.com/images/mc-column-two-bg.png) no-repeat;
	padding-top:10px;
	padding-left:14px;
	padding-right:16px;
	padding-bottom:20px;
	margin-bottom:10px;
	color:#000;
	font-size:11px;
	line-height:15px;
	text-align:justify;
}
#mc .column.two .upcoming h1{
	color:#F00;
	text-align: left;
	height:5px;
	margin:15px 0px 20px;
	font-size:1.5em;
	font-weight:bold;
}

#mc .column.two .upcoming strong{
	font-weight:bold;
	font-size:12px;
}

#mc .column.two .upcoming a{
	color:#F00;
	background:none;
	font-size:11px;
}
#mc .column.two .upcoming a:hover{
	text-decoration:underline
}

#mc .column.two .upcoming h2 {
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

#mc .column.two .upcoming h2 a{
	color:#F00;
	font-size:14px;
}

/*****Début Colonne Single qui marche avec IE *****/
#single{
	/*margin-bottom:7px;*/
	padding-top:20px;
}
#single .column.single{
	position:relative;
	background-color:#FFF;
	width:960px;
	margin-left:10px;
	margin-right:12px;	
}
#single .column.single .texte {
	color:#333;
	text-align: left;
	padding-left:25px;
	padding-right:40px;
	padding-bottom:20px;
	margin: 3px 3px 3px 3px;
	border: #CCC 1px solid;
	list-style-type:disc;
}
#single .column.single .texte p{
	margin-top:10px;
	padding:0px;
}

#single .column.single .texte strong{
	font-weight:bold;
}

#single .column.single .texte h2{
	font-weight:bold;
	font-size:1.1em;
	color:#F00;
	margin-top:10px;
	margin-bottom:3px;
}
#single .column.single .texte h4{
	font-size:0.8em;
	color:#333;
	margin-top:10px;
}

/*****Fin Colonne Single qui marche avec IE *****/
/* Simple fond blanc */
#mc .column.simple {
	position:relative;
	background-color:#FFF;
	width:960px;
	margin-left:10px;
}
#mc .column.simple .texte {
	color:#333;
	text-align: left;
	padding-left:25px;
	padding-right:40px;
	padding-bottom:20px;
	margin-bottom:10px;
	margin: 3px 3px 3px 3px;
	/*font-size:0.9em;*/
	border: #CCC 1px solid;
	list-style-type:disc;
}
#mc .column.simple .texte p{
	margin:auto;
	padding:0px;
}

#mc .column.simple .texte strong{
	font-weight:bold;
}

/*#mc .column.simple .texte p{
	margin-top: 10px;
	padding-top: 10px;
}*/
#mc .column.simple .texte h2{
	font-weight:bold;
	font-size:1.1em;
	color:#F00;
	margin-top:10px;
	margin-bottom:3px;
}


/*******************
	Second Content
********************/
#sc{
	margin-bottom:7px;
	margin-left:7px;
	top: 15px;
	position:relative;
	width:960px;
}

/* Left Column */
#sc .column.left{
	/*position:relative;*/
	background:url(http://www.powerbuildertv.com/images/sc-column-partner-bg.png) no-repeat;
	width:440px;
	height:140px;
	padding-top:15px;
	padding-left:15px;
	float:left;
}
#sc .column.left strong{
	font-weight:bold;
}
#sc .column.left li{
	list-style-type:none;
	display:inline;
}
#sc .column.left p{
	margin-right:10px;
}

/*Right Column */
#sc .column.right{
	position:relative;
	background:url(http://www.powerbuildertv.com/images/sc-column-partner-bg.png) no-repeat;
	width:450px;
	height:140px;
	padding-top:15px;
	padding-left:15px;
	margin-left:15px;
	margin-right:-22px;
	float:right;
}
#sc .column.right strong{
	font-weight:bold;
}
#sc .column.right h1{
	font-weight:bold;
}


/*What is PBTV Column */
#sc .column.whatis{
	position:absolute;
	left:795px;
	top:523px;
	background:url(http://www.powerbuildertv.com/images/sc-column-partner-bg.png) no-repeat;
	width:470px;
	height:140px;
	padding-top:10px;
	padding-left:15px;
}
#sc .column.whatis strong{
	font-weight:bold;
}
#sc .column.whatis p{
	text-decoration:none;
}


/***************
	Footer
****************/
#footer {
	margin:0px auto;
	position:relative;
	width:980px;
	height:40px;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
	padding-top:17px;
	background-color:#000;
	clear:both;
	top:25px;
}
/***************
	Pages Anim
****************/
  #media
	{
		margin-top:0px;
		text-align:center;
	}
  #noUpdate
	{
		margin: 0 auto;
		font-family:Arial, Helvetica, sans-serif;
		font-size: x-small;
		color: #cccccc;
		text-align: left;
		width: 210px; 
		height: 200px;	
		padding: 40px;
	}

