@charset "utf-8";

html {
background-color:#fff;
background-repeat:repeat-x;
background-image:url(images/background.gif)
}

body {
margin:0px; padding:0px;
text-align:center;
}

p {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	word-spacing:0px;
	letter-spacing:0px;
	line-height:19px;
}


a {outline:none; }

#businessplanstemplate {
width:1020px;
margin:0px auto;
text-align:left;
padding:0px;
}

#businessplanstop{
	width:986px;
	margin:0px;
	padding:0px;
	height:182px;
}

#businessbranding{
	width:986px;
	margin:6px 0px 0px 0px;
	padding:0px;
	height:80px;
	float:left;
}

h1#logo{
	background-image:url(images/businessplanscanadalogo.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:80px;
	margin:0px 0px 0px 40px;
	padding:0px;
	float:left;
	text-indent:-9999px;
}

h2#slogan{
	width:441px;
	height:22px;
	margin:17px 10px 0px 0px;
	padding:0px;
	float:right;
	font-size:15px;
	font-weight:normal;
}

h2#slogan2{
	width:441px;
	height:42px;
	margin:0px 93px 0px 0px;
	padding:0px;
	float:right;
	font-size:15px;
	font-weight:normal;
	text-align:right;
}

#menu{
	margin:0px;
	padding:0px;
	display:inline;
	float:left;
	width:986px;
	height:91px;
	background-image:url(images/menu/menubackground.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFF;
}


#menu li{
	list-style:none;
	float:left;
	display:inline;
	}

ul#ulbusinessplans{
	margin:0px;
	padding:0px;
	display:inline;
	float:left;
	width:955px;
	height:90px;
}



li#home {
list-style-type: none;
width :152px;
height :49px;
background:url(images/menu/home.png) no-repeat 0px -49px;
margin:20px 0px 0px 130px;
padding:0px;
}
li#home a{
display:block;
width :152px;
height :49px;
text-indent : -9999px;
text-decoration: none;
overflow: hidden;
}

li#plans {
list-style-type: none;
width :152px;
height :49px;
background:url(images/menu/businessplans.png) no-repeat 0px -49px;
margin:20px 0px 0px 40px;
padding:0px;
}
li#plans a{
display:block;
width :152px;
height :49px;
text-indent : -9999px;
text-decoration: none;
overflow: hidden;
}

li#ourcompany {
list-style-type: none;
width :152px;
height :49px;
background:url(images/menu/ourcompany.png) no-repeat 0px -49px;
margin:20px 0px 0px 40px;
padding:0px;
}
li#ourcompany a{
display:block;
width :152px;
height :49px;
text-indent : -9999px;
text-decoration: none;
overflow: hidden;
}

li#contact {
list-style-type: none;
width :152px;
height :49px;
background:url(images/menu/contact.png) no-repeat 0px -49px;
margin:20px 0px 0px 40px;
padding:0px;
}
li#contact a{
display:block;
width :152px;
height :49px;
text-indent : -9999px;
text-decoration: none;
overflow: hidden;
}

li#home a:hover{background: url(images/menu/home.png) no-repeat 0px 0px;}
li#plans a:hover{background: url(images/menu/businessplans.png) no-repeat 0px 0px;}
li#ourcompany a:hover{background: url(images/menu/ourcompany.png) no-repeat 0px 0px;}
li#contact a:hover{background: url(images/menu/contact.png) no-repeat 0px 0px;}
