/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.htmlarea {
	border: 1px solid #ccc;
}

body {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em; 
	color: #101010;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust:none;
}

h1 {
	font-size: 1em;
	font-weight: normal;
	padding: 10px 40px 10px 10px;
	border: 1px solid #dbdad5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: left;
	color: #f78d13;
}

h2 {
	font-size: 1em;
	color: #f78d13;
	margin: 10px 0;
}

a {
	color: #f78d13;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	max-width: 100%;
}

textarea, select {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 2px;
}

textarea {
	width: 294px;
	height: 111px;
}

.textbox {
	border: 1px solid #ccc;
	width: 244px;
	padding: 5px;
}

.textbox, textarea, select {
	margin-top: 5px;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.textbox, select {
	height: 35px;
}

#container {
	width: 90%;
	margin: auto;
	padding-bottom: 10px;
	text-align: left;
}

#header {
	width: 100%;
	height: 41px;
	line-height: 41px;
	background: url(../images/header-bg.png) top repeat-x;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

#nav {
	width: 100%;
	height: 51px;
	margin-top: -41px;
}

#homenav {
	text-align: left;
	margin-bottom: 10px;
}

#homenav li {
	background-color: #fff;
	border-top: 1px solid #dbdad5;
	border-left: 1px solid #dbdad5;
	border-right: 1px solid #dbdad5;
}

#homenav a {
	display: block;
	padding: 10px 40px 10px 10px;
	background: url(../images/homenav-bg.png) right no-repeat;
	color: #101010;
	font-weight: normal;
}

#homenav a:hover {
	color: #f78d13;
	text-decoration: none;
}

#homenav .top {
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

#homenav .bottom {
	border-bottom: 1px solid #dbdad5;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}

.offers {
	padding: 0 10px;
}

#content {
	padding: 10px;
	border: 1px solid #dbdad5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	background: #fff;
}

.offer {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dbdad5;
}

.section, .categorysection {
	width: 100%;
	padding: 2px 0;
	margin: 10px 0;
	background: #f78d13;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.categorysection {
	width: 90%;
	padding: 2px 5%;
	text-align: left;
	margin-bottom: 5px;
}

.categories {
	margin: 0;
}

.categories li {
	padding: 5px 5%;
	border-bottom: 1px solid #dbdad5;
}

.categories a {
	color: #101010;
}

.categories a:hover {
	color: #f78d13;
	text-decoration: none;
}

.categories .noborder {
	border: none;
}

#footer {
	clear: both;
	padding: 0 10px;
	font-size: 0.7em;
	font-weight: bold;
}

#footer a {
	color: #101010;
	text-decoration: underline;
}

#footer a:hover {
	color: #f78d13;
	text-decoration: none;
}

#newbusiness {
	width: 100%;
	padding: 10px 0;
	border: 1px solid #dbdad5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	background: #fff;
}

#newbusiness p {
	margin: 5px 0;
}

#newbusinessbg {
	float: right;
	width: 92px;
	height: 92px;
	margin: -89px -5px 0 0;
	background: url(../images/newbusiness-bg.png) bottom right no-repeat;
}

.col2 {
	width: 47.5%;
}

.col4 {
	float: left;
	width: 23%;
	margin: 20px 1%;
	text-align: center;
}

#modal-mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.75);
}

#modal-box {
	display: none;
	position: absolute;
    z-index: 1001;
	background: #fff;
	padding: 2% 0;
	width: 80%;
	margin: auto;
	text-align: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#modal-box h1 {
	background: none;
	color: #003366;
	text-align: left;
	padding: 0;
	border: none;
}

#modal-box select {
	width: 100%;
}

#modal-content {
	width: 90%;
	margin: auto;
}

#modal-success {
	display: none;
	padding-bottom: 10px;
}

.blue {
	color: #003366;
	font-size: 1.3em;
}

.small {
	font-size: 0.8em;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0px 20px 20px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 20px 20px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.msg {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}

@media only screen and (max-width: 550px) {

.col4 {
	width: 45%;
	margin: 2.5%;
}

}