/* CSS Document */

/*********BCE.ca Splash page main classes & definitions*******/

body {
	background-color:#DCDBD1;
	margin:3.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6em;
}

img {
	border:0;
}

p {
	margin:1.5em 0;
}

a:link {
	color:#336699;
	text-decoration: underline;
}

a:visited {
    color: #666666;
    text-decoration: underline
}

a:hover, active {
	color:#000;
}

/*********BCE.ca Splash page layout containers*******/

#maintcontainer {
	margin:auto;
	width:75.5em;
	display:block;
}

#topcontainer {
	clear:both;
	float:left;
	width:75.5em;
	background:#fff url(../images/splash/banner_splash.jpg) no-repeat;
}
#bcellogocontainer {
	width:75.5em;
	text-align:center;
	margin-top:12.5em;
}

#bce_english {
	width:32.5em;
	padding:2.2em 0 1.5em 3em;
	margin-top:0;
	clear:both;
	float:left;
	display:block;
	text-align:right;
}

#bce_french {
	width:32.5em;
	padding:2.2em 3em 1.5em 0;
	margin:0 0 0 4.5em;
	float:left;
	display:block;
}

#subcontainer {
	clear:both;
	float:left;
	width:75.5em;
	margin-top:1em;
	background:#dcdbd1 url(../images/splash/bg_bottom_splash.gif) repeat-x;
}  

#belllogocontainer {
	width:75.5em;
	text-align:center;
	margin-top:1.5em;
}

#bce_sub_english {
	width:32.5em;
	padding:0 0 1.5em 3em;
	clear:both;
	float:left;
	display:block;
	text-align:right;
}

#bce_sub_french {
	width:32.5em;
	padding:0 3em 1.5em 0;
	margin:0 0 0 4.5em;
	float:left;
	display:block;
}

/*--Gui Buttons--*/

.nopadding {
	padding:0;
	margin:0;
	border:0;
}

ul.gui_buttons {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1em 0;
}

ul.gui_buttons li{
	display: inline;
}

ul.gui_buttons li a:link,
ul.gui_buttons li a:active,
ul.gui_buttons li a:visited {
	padding: .2em .8em .2em .8em;
	text-decoration: none;
	border: none;
	background: url(/images/button_gradient.gif) repeat-x;
	border: 1px solid #8193a5;
	color: #435c76;
	text-align: center;
	font-size:1em;
}

ul.gui_buttons li a:hover {
	background: url(/images/button_gradient_over.gif) repeat-x;
	color: #fff;
}

