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

body{
	background:url(../images/back.jpg) #f2f2f2 repeat-x;
	margin:0;
	padding:0;
	font:normal normal 12px/16px Arial, Helvetica, sans-serif;
	color:#494949;
	text-align:justify;
}

a{
	border: none;
}
.collapse{
	font-size: 14px;
	font-weight: bold;
	color:#208EC6;
	text-decoration: underline;
	cursor: pointer;
}
.centered{
	margin: 0 auto;
}
.fltLeft{
	float:left;
}
.fltRight{
	float:right;
}
.clrUltimate{
	clear:both;
	float:none;
	font-size:0px;
	line-height:0px;
}

.mainContainer{
	width:916px;
}
/* header */
.header{
	margin-top:10px;
}
.logo{
	width:669px;
	height:86px;
}
#boutLive{
	display:block;
	width:247px;
	height:35px;
	background:url(../images/b_liveSupport.jpg) no-repeat 0 0;
}
#boutLive:hover{
	background-position:0 -35px;
}
/* menu definitions & behaviors */
.menuContainer{
	background-color:#fff;
}
.menu{
}
.menu a{
	text-decoration:none;
	color:#2f2220;
}
.menu a:hover{
	color:#db6c22;
}
a span{
	display:none;
}
#home:hover, #billing:hover, #technical:hover, #contact:hover {
	background-position:0 -57px;
}
#home{
	display:block;
	width:224px;
	height:57px;
	background:url(../images/m_home.jpg) no-repeat 0 0;
}
#home2{
	display:block;
	width:224px;
	height:57px;
	background:url(../images/m_home.jpg) no-repeat 0 0;
	background-position:0 -57px;
}
#billing{
	display:block;
	width:216px;
	height:57px;
	background:url(../images/m_billing.jpg) no-repeat 0 0;
}
#billing2{
	display:block;
	width:216px;
	height:57px;
	background:url(../images/m_billing.jpg) no-repeat 0 0;
	background-position:0 -57px;
}
#technical{
	display:block;
	width:246px;
	height:57px;
	background:url(../images/m_technical.jpg) no-repeat 0 0;
}
#contact{
	display:block;
	width:230px;
	height:57px;
	background:url(../images/m_contact.jpg) no-repeat;
}
.content{
}

#bigTecSup:hover, #bigCancel:hover, #bigBilling:hover{
	background-position:0 -341px;
}
#bigTecSup{
	display:block;
	width:302px;
	height:341px;
	background:url(../images/big_b1.jpg) no-repeat;
}
#bigCancel{
	display:block;
	width:302px;
	height:341px;
	background:url(../images/big_b2.jpg) no-repeat;
}
#bigBilling{
	display:block;
	width:302px;
	height:341px;
	background:url(../images/big_b3.jpg) no-repeat;
}
.footer{
	text-align:center;
	margin-top:30px;
}

.boxCancel{
	width: 915px;
	background:#e8e8e8 url(../images/cancel_bkg_2.jpg) repeat-x;
}
.boxCancelLeft{
	height: 400px;
	vertical-align: top;
	background:#e8e8e8 url(../images/cancel_left_bkg.jpg) left top repeat-y;
}
.boxCancelRight{
	height: 400px;
	vertical-align: top;
	background:#e8e8e8 url(../images/cancel_right_bkg.jpg) right top repeat-y;
}
.divForm{
	width:320px;
	padding-left:5px;
	padding-right:9px;
}


.cancel{
	width:915px;
	height:450px;
	background:#e8e8e8 url(../images/cancel_bkg.jpg) repeat-x;
}
.cancelContent{
	width:873px;
}

.divFormIn{
	margin-top:10px;
}
.divCancelIn{
	width:260px;
}
.spacer{
	width:2px;
	height:286px;
	background:url(../images/spacer.jpg) no-repeat;
}
.cancelTitle{
	text-align:center;
	padding-bottom: 10px;
}

.divForm input, textarea, select {
	border:1px solid #CCCCCC;
	float:left;
	margin:5px 4px;
	width:180px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
.divLabel{
	margin-top:10px;
}
label {
	float:left;
	margin-left:0px;
	margin-top:7px;
	text-align:right;
	width:114px;
}
.formText {
	float:left;
	margin-top:4px;
	width:15px;
}
.divCheck{
	margin-top:10px
}

.divCheck input{
	float:left;
	margin:1px 10px;
	width:15px;
}
.divCheckText{
	margin-left:40px;
	text-align: left;
	height: 70px;
	width: 200px;
}
.boutContinue input{

	float:none;
	margin:0px;
	margin-top:20px;
	border:none;
}
.phone{
	text-align:center;
}
.divFaq{
	width:595px;
}
.liveBox{
	width:305px;
	height:412px;
}
.liveBoxIn{
	display:block;
	width:305px;
	height:412px;
	background:url(../images/live_box.jpg) no-repeat 0 0;
}
.liveBoxIn:hover{
	background-position:0 -412px;
}
.faqContent{
	background:url(../images/faq_bkg.jpg) no-repeat;
	min-height:336px;
}

.faqContentIn{
	padding:30px;
}
.title{
	color:#208EC6;
	font-size:17px;
	line-height:25px;
	height:auto;
}
a:link{
	color:#208EC6;
}
a:visited{
	color:#208EC6;
}
element.style {
	display:block;
	height:auto;
	overflow:hidden;
}
.error {
	background-color: red !important;
	color: #FFF !important;
}
.good {
	background-color: green !important;
	color: #FFF !important;
}