
/* bizsupplies template 1 Structure for 1024 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px auto;
}

#franchise-address {
	position: absolute;
	top:0;
	right: 0;
	padding: 10px;
}

#franchise-logo {
	position: absolute;
	top: 5px;
	left: 10px;
	height: 100px;
	width: 225px;
}

#wrapper {
	margin: 0 auto;
	width: 984px;
}

#main-wrapper {
	float: left;
	margin: 0 auto;
	position: relative;
	width: 980px;
}

#header {
	height: 115px;
	width: 980px;
}

#header-left {
	background-repeat: no-repeat;
	float: left;
	height: 115px;
	width: 10px;
}

#header-right {
	background-repeat: no-repeat;
	float: left;
	height: 115px;
	width: 10px;
}

#header-middle {
	float: left;
	height: 115px;
	width: 960px;
}

#topbar {
	background-repeat: no-repeat;
	height: 114px;
	width: 310px;
	margin-left: 240px;    float:left;
}

#logo {
	background-repeat: no-repeat;
	height: 114px;
	margin: 0 0 0 550px;
	width: 255px;
}

#content-container {
	margin: 10px auto 0 auto;
	width: 980px;
}

#content-left {
	float: left;
	width: 620px;
}

#content-right {
	float: right;
	width: 360px;
}

.smallbox-container {
	float: left;
	font-size: 12px;
	margin: 0 10px 5px 0;}

.smallbox-short {
	clear: left;
	height: 125px;
	padding: 10px;
	width: 280px;
	font-size: 12px;
	
}

.smallbox-long {
	clear: left;
	height: 486px;
	padding: 10px;
	width: 280px;
	font-size: 12px;

}

.smallbox-top {
    background-repeat: no-repeat;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	padding: 5px 0 0 0;
	text-align: center;
	width: 300px;
}

.smallbox-btm {
	background-repeat: no-repeat;
	height: 10px;
	width: 300px;
}

.login {
    float:left;
    width:100px;
}

/* ------------------------- */

.bigbox-container-big {
	float: left;
	margin: 0;
}

.bigbox {
	clear: left;
	height: 486px;
    height: 671px;
    text-align:center;
	padding: 10px;
	width: 340px;
}

.bigbox-top {
	background-repeat: no-repeat;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	padding: 5px 0 0 0;
	text-align: center;
	width: 360px;
}

.bigbox-btm {
	background-repeat: no-repeat;
	height: 10px;
	width: 360px;
}
	
/*  FOOTER */

#footer {
	clear: both;
	height: 5px;
	margin: 0 auto;
	padding: 10px;
	font-size: 10px;
	text-align: right;
	width: 960px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}