@import url('reset.css');

body, html{
	font-family: "Helvetica";
	height: 100%;
	font-size: 12px;
	background: #DED4CA;
	color: #333;
}

a{
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}

strong{
	font-weight: bold;
}

p{
	margin-bottom: 5px;
}

.right{
	float: right;
}

.left{
	float: left;
}

.clear{
	clear: both;
}

.center{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.center a{
	text-decoration: none;
	font-size: 16px;
}

.center a:hover{
	text-decoration: underline;
}
/**
 * Logo
 */
#header{
	padding: 10px;
}
#logo{
	margin: 10px auto;
	width: 300px;
}

#logo img{
	width: 300px;
}

#companies{
	width: 440px;
	margin: 0 auto;
}

.discount{
	font-weight: bold;
	font-size: 14px;
	float: left;
	margin-right: 5px;
/* 	display: none; */
}
.discount:after{
	content: ' - ';
}

h1{
	font-size: 14px;
	font-weight: bold;
}

#companies ul li,
#biz div.location{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #FFF;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	min-width: 200px;
}

div.links a{
	font-size: 18px;
	text-decoration: none;
	color: #EE2224;
}

div.links a:hover{
	text-decoration: underline;
}

div.links{
	padding-bottom: 25px;
	padding-right: 32px;
	padding-left: 18px;	
}

/**
 * Modal Overlay
 */
#overlay{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
}

#message{
	background: #FFF;
	
	width: 870px;
	padding: 15px;
	
	display: none;
	/**
	 * CSS Effects
	 **/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow: 0px 0px 15px #777;
	-webkit-box-shadow: 0px 0px 15px #777;
	-khtml-box-shadow: 0px 0px 15px #777;
	box-shadow: 0px 0px 15px #777;
}

#message .hide{
	display: none;
}

#message h1{
	font-size: 20px;
	margin-bottom: 5px;
}

#message p{
	margin-bottom: 10px;
}

/**
 * Main Landing
 */
#companies.main{
	width: 450px;
	margin-top: 30%;
}

#companies.main a{
	text-decoration: none;
	font-size: 14px;
}

#companies.main ul li{
	text-align: center;
	font-weight: bold;
	position: relative;
	margin-right: 20px;
}

#companies.main ul li img{
	position: absolute;
}

#companies.main ul li.forums img{
	left: -33px;
	top: -70px;
}

#companies.main ul li.dsc{
	margin-right: 0px;
}
#companies.main ul li.dsc img{
	top: -155px;

}

