/*GLOBAL OPTIONS*/
html {font-size: 100.1%;}
body {
	font: 64% Verdana, Tahoma, Arial, sans-serif;
	margin: 0;
	background: #b9bdc0 url(../images/bg-main.gif) repeat-x;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
li {list-style: none;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus {outline: none;}
img {border: none;}
.hidden-text {
	overflow: hidden;
	text-indent: -9999px;
	display: block;
}
/*MAIN COMTAINER*/
#main {
	width: 1000px;
	margin: 0 auto;
}
/*HEADER*/
#header {
	width: 960px;
	margin: 0 auto;
	height: 321px;
	background: url(../images/bg-header.gif) no-repeat 0 173px;
	position: relative;
}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 30px;
	left: 30px;
}
.logo a {
	background: url(../images/logo.gif) no-repeat;
	height: 75px;
	width: 282px;
}
/*main navigation*/
#main-nav {
	position: absolute;
	left: 13px;
	top: 142px;
	height: 31px;
	padding: 0;
	margin: 0;
}
#main-nav li {
	float: left;
	background: url(../images/bg-main-nav.gif) no-repeat;
	width: 120px;
	height: 31px;
	text-align: center;
	padding-top: 7px;
}

#main-nav li a {
	text-decoration : none;
	font-size : 16px;
}
/*top menu*/
.top-menu {
	position: absolute;
	right: 0;
	top: 30px;
	color: #fff;
}
#header strong {
	font-size: 18px;
	color: #fff;
	letter-spacing: -1px;
}
.top-menu ul {
	padding: 0;
	margin: 0;
	display: inline;
}
.top-menu ul li {
	display: inline;
	padding-left: 10px;
	background: url(../images/img-top-nav-separtor.gif) no-repeat 3px 50%;
}
.top-menu ul li.first {background: none;}
.top-menu ul li a {
	font-size: 12px;
	color: #fff;
}
/*search-form*/
.search-form {
	position: absolute;
	left: 25px;
	top: 185px;
	color: #fff;
	width: 250px;
}
.search-form p {color: #fff;}
.franchise {left: 340px;}
.search-form strong {
	display: block;
	text-transform: uppercase;
}
.search-form p {
	margin: 0 0 13px;
	font-size: 12px;
}
.search-form select {
	float: right;
	clear: right;
	width: 200px;
	margin-bottom: 6px;
}
.search-btn {
	width: 101px;
	height: 27px;
	float: right;
	clear: right;
}
/*CONTAINER*/
#container {
	overflow: hidden;
	width: 944px;
	margin: 0 auto;
	background: #fff;
	padding: 0 8px;
}
/*breadcrumbs*/
.breadcrumbs {
	color: #000;
	font-size: 11px;
	padding: 5px;
}
.breadcrumbs a {color: #000;}
/*titles*/
h2 {
	background: url(../images/bg-title.gif) no-repeat;
	padding-left: 10px;
	margin: 0;
	font-size: 18px;
	color: #fff;
	letter-spacing: -1px;
	text-transform: uppercase;
}
h2 span {
	background: url(../images/bg-title.gif) no-repeat 100% 0;
	line-height: 40px;
	display: block;
}
h3 {
	color:#c20c0c;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 3px;
}
h3 a {
	text-decoration : none;
	color:#c20c0c;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 3px;
}
p {
	color: #272b37;
	margin: 0 0 12px;
	font-size: 11px;
}
p a {
	color: #c20c0c;
	text-decoration: underline;
}
p a:hover {text-decoration: none;}
.c-box {
	padding: 5px 7px 15px;
	overflow: hidden;
}
/*COLUMN1*/
.column1 {
	float: left;
	width: 300px;
}
/*popular list*/
.popular-list {
	padding: 0 0 15px;
	margin: 0;
}
.popular-list h3 {margin-bottom: 0;}
/*MAIN COLUMN*/
.main-column {
	float: right;
	width: 618px;
}
/*banner list*/
.banner-list {
	padding: 10px 0 11px;
	margin: 0;
	overflow: hidden;
}
.banner-list li {
	float: left;
	margin: 0 40px 4px 0;
}
.banner-list li.right {margin-right: 0;}
.twocolumns {overflow: hidden;}
.sub-column {
	float: left;
	width: 300px;
}
.right-column {float: right;}
.c-photo {
	float: left;
	margin: 0 13px 0 0;
}
.quot {
	padding: 30px 10px 0 35px;
	background: url(../images/img-quot.gif) no-repeat 0 20px;
	overflow: hidden;
}
/*FOOTER*/
#footer {
	clear:both;
	height: 158px;
	background: #18417b;
	padding: 15px 150px 0 125px;
	color: #fff;
}
.footer-holder {
	width: 800px;
	margin: 0 auto;
}
#footer strong {
	font-size: 12px;
	line-height: 18px;
	display: block;
	margin-bottom: 3px;
}
#footer ul {
	padding: 0 0 2px;
	margin: 0;
}
#footer ul li {
	display: inline;
	padding-left: 12px;
	background: url(../images/img-footer-separator.gif) no-repeat 3px 50%;
}
#footer ul li.first {
	background: none;
	padding: 0;
}
#footer ul li a {color: #fff;}
#footer span {
	display: block;
	font-size: 10px;
	margin-top: 20px;
}
/*DETAIL PAGE*/
.industry-links {
	padding: 5px;
	margin: 0;
}
.industry-links li a {
	color:#000;
	font-size: 11px;
	line-height: 18px;
}
.industry-links ul {
	padding: 2px 7px;
	margin: 0;
}
.industry-links ul li a {
	font-size: 10px;
	line-height: 14px;
}
.box-headline {
	overflow: hidden;
	padding: 5px 0;
}
.box-headline div {
	float: right;
	width: 200px;
	margin-top: 5px;
}
/*request form*/
.request-form {
	background: #f0f0f0;
	margin: 40px 0;
}
.form-column {
	float: left;
	width: 290px;
	margin-right: 7px;
}
.form-column div {overflow: hidden;}
.request-form strong {
	font-size: 11px;
	display: block;
	color: #78cc87;
}
.i-text {
	width: 103px;
	height: 15px;
	padding: 0;
	background: #ffffa0;
	float: right;
}
.white {background: #fff;}
.request-form label {
	font-size: 9px;
	color: #35170c;
	float: left;
	line-height: 15px;
}
.request-form label.star {
	padding-left: 10px;
	background: url(../images/img-star.gif) no-repeat 0 2px;
}
.bottom-padding {margin-bottom: 20px;}
.request-form select {
	width: 115px;
	height: 15px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	float: right;
	letter-spacing: -1px;
}
.request-form select.small {width: 75px;}
.request-form select.long {width: 160px;}
.request-form select.yellow {background: #ffffa0;}
.mail-info .i-text {width: 130px;}
.mail-info select {width: 134px;}
.request-form textarea {
	background: #fff;
	width: 260px;
	height: 50px;
	border: 1px solid #999;
}
.i-check {
	float: left;
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 2px 5px 0 0;
}
.form-footer {
	overflow: hidden;
	clear: both;
	padding-top: 15px;
}
.form-footer p {
	color: #666;
	font: 9px Arial, Helvetica, sans-serif;
	float: left;
	width: 260px;
	margin-right: 25px;
}
.form-footer p a {color: #69b7d7;}
.subm-btn {
	float: left;
	background: url(../images/img-submit.gif) no-repeat;
	width: 54px;
	height: 18px;
}
/*List page*/
.franchise-list {
	padding: 10px 0 0;
	margin: 0;
}
.franchise-list li {
	padding-bottom: 21px;
	border-bottom: 1px solid #000;
	overflow: hidden;
	margin-bottom: 21px;
}
div.c-photo-holder {
	float: left !important;
	margin: 0 13px 0 0 !important;
	width: 130px !important;
	min-height: 70px;
}
.franchise-list li.last {border-bottom: 0;}
.franchise-list li img {margin-top: 10px;}
.franchise-list li div {overflow: hidden;}
.franchise-list li p {margin-bottom: 6px;}

