/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin:0px 0px 0px 0px;
	padding:0px;
}

.formStyle {   
	font-size: 9px; 
	font-style: normal; 
	color: #000000; 
	background-color: #6FDBE5;
}

.sale {color:#f00;}

a { font-weight: bold;
	text-decoration: none;
	color: #000;
}

a:hover { color: #F00; }

a:visited { color: #555; }

#toplinkbar a:visited { color: #fff; }

p {margin-top: 0px ; margin-bottom: 6px}

/* top bar */

#toplinkbar {
	font-size: 9px;
	background:#6591BF;
	height:15px;
	padding: 4px;
	text-indent: 2pt;
	color: #FFF;
}

#searchbar {
	color:#fff;
	font-size: 9px;
	position: absolute;
	width:300px;
	right:0px;
	top:0px;
	height:22px;
	padding: 1px;
	text-align: right;
}

/* whichfranchise title */

#whichfranchisebar {
	background: #EBDEC8 url(../images/design/bridge.jpg) no-repeat right;
	margin-left: 0px;
	margin-top: 0px;
	height:77px;
	border-bottom: 3px solid #6591BF;
	text-align: left;
	background-image:
}

/* Main Section */

/* table */

#table {
	width: 100%;
}

#leftcolumn {
	width: 180px;
	vertical-align: top;
	padding: 0px;
}

#rightcolumn {
	width: 190px;
	vertical-align: top;
	padding: 0px;
}

#centerleftcolumn {
	padding: 0px 2px 4px 0px;
	vertical-align: top;
}

#centerrightcolumn {
	padding: 0px 0px 4px 2px;
	vertical-align: top;
}

#centercolumn {
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top;
}

/* left featured franchise columns */

td#leftcolumn a {
	font-size: 10px;
	display: block;
	background-color: #C1D3E6;
	padding: 4px;
	border-bottom: 1px solid #6591BF;
	border-right: 1px solid #6591BF;
}

td#leftcolumn a:hover {
	display: block;
	background-color: #EFEEF3;
	padding: 4px;
}

#franchises {
	color:#fff;
	background-color: #6591BF;
	padding: 4px;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px solid #6591BF;
	margin:0px;
}

td#leftcolumn a#LatestFranchises {
	background-color: #93B3D2;
}

td#leftcolumn a:hover#LatestFranchises {
	background-color: #EFEEF3;
}

#leftbase {
	background-color: #6591BF;
	background-image:  url(../images/design/corner003.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:16px;
}

/*main content*/

H1 {
	margin-top:4px;
	font-size: 12px;
	font-weight: bold;
	background-color: #F1E9DA;
	padding:4px;
	margin-bottom:0px;
	margin-top: 4px;
}

.content {
	background-color: #FBF9F4;
	border-bottom: 1px solid #E0E2E3;
	border-right: 1px solid #E0E2E3;
	border-left: 1px solid #E0E2E3;
	padding:4px;
	margin-bottom: 2px;	
}

.centercontent {
	margin-top:4px;
	border-top: 1px solid #6591BF;
	padding:4px;
	text-align: center;
}

/*right column*/

.rightcolumntitle {
	background-color: #6591BF;
	padding: 4px;
	font-weight: bold;
	color:#fff;
	margin:0px;
	font-size: 11px;	
}

#rightcolumncontent {
	font-size:10px;
	font-weight:bold;
	line-height:16px;
	background-color: #93B3D2;
	padding: 4px;
	border-top: 1px solid #6591BF;
	border-right: 1px solid #6591BF;
	border-left: 1px solid #6591BF;
}

td#rightcolumn a {
	font-size: 10px;
	background-color: #93B3D2;
	padding: 4px;
	display: block;
	border-top: 1px solid #6591BF;
	border-right: 1px solid #6591BF;
	border-left: 1px solid #6591BF;
}

td#rightcolumn a.none {
	font-size: 10px;
	background-color: #fff;
	padding: 1px;
	display: inline;
	border-top: 0px solid #fff;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
}

#rightcolumnlogo {
	font-weight: bold;
	font-size: 10px;
	background-color: #fff;
	padding: 4px;
	border-top: 1px solid #6591BF;
	border-right: 1px solid #6591BF;
	border-left: 1px solid #6591BF;
}

#rightbase {
	background-color: #6591BF;
	background-image:  url(../images/design/corner002.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:16px;
}

td form{
	margin-bottom: 0px; margin-top: 0px;
}

#homepage {margin: 0px; }

.list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

img {padding:4px}

.img2 {padding:0px}

.center {
	text-align: center;
}
/* Hides from IE-mac \*/
* html .formcontent {height: 1%;}
/* End hide from IE-mac */

.formbase {width:400px; text-align:left;}
  
label { display: block; width: 180px; float: left;}


ul.cat {
	margin: 0;
	padding: 0px;
	list-style: none;
	width: 190px; /* Width of Menu Items */
	border-bottom: 1px solid #347DB2;
	display:block;
	}

ul.cat li {
	position: relative;
	}

li ul.cat {
	position: absolute;
	left: 189px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width:120px;

	}
/* Styles for Menu Items */

ul.cat li a {
	display: block;
	text-decoration: none;
	background-color: #CEDFEF;
	padding: 5px;
	border: 1px solid #347DB2; /* IE6 Bug */
	border-bottom: 0;
}
	
ul.cat li a.latest {
	background-color: #B3CAE1;
}

ul.cat li a:hover {
	background-color: #9EBAD9;
	}

/* Holly Hack. IE Requirement \*/
* html ul.cat li { float: left; height: 1%; }
* html ul.cat li a { height: 1%; }
/* End */

li ul.cat li a { padding: 2px 5px; font-weight:normal} /* Sub Menu Styles */

li:hover ul.cat, li.over ul.cat { display: block;} /* The magic */

.franchises {
background-color:#95B9D8;

	width:190px;
	margin:0px;
	font-size:11px;
	display:block;
}

.franchises_padd {	
	padding: 5px;
	display:block;
}