/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	font: normal 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #000;	
	text-align: center;		
}

/* links */
a {
	background: inherit;
/*	color: #EC981F; */
	color: #C10007;
}
a:hover {
	background: inherit;
	color: #806B4D;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #C10007;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}

#main h1, #rightbar h1 {
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2; 	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
/*
	padding: 10px 0px 5px 30px;
	background: url(square_arrow.gif) no-repeat 2px 12px;
*/
	margin: 0;
	text-transform: uppercase;	
}

p, h1, h2, h3 {
	margin: 10px 15px;
}
h2 {
	margin-top: 20px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}
ul span, ol span {
	color: #666666;
}

/* images */
img {
	border: 0;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
	border: 0;
}
a:hover img {  
	border: 0;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
/*
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
*/
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #C10007;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #EC981F;  
	font-weight: bold; 
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}


label {
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 4px;
	border:1px solid #666;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
select {
	padding: 4px;
	border:1px solid #666;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
textarea {
	width: 280px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #666;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: normal 20px Arial, Sans-serif; 
	border: 1px solid #666;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;	
}
form.searchform input.textbox { 
	margin: 0; 
	padding: 0;
	width: 120px;
	border: 1px solid #000; 
	background: #FFF;
	color: #000;
	vertical-align: top;
}
form.searchform input.button {
	width: 55px;
	vertical-align: top;
	border: 1px solid #000; 
	padding: 0;
}

/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto;
   width: 974px;  	
	text-align: left;		
	background: #FFF;	
}
#content-wrap {
	clear:both;
   margin: 0; padding:0;
	width: 974px;	
}

/* header */
#header {
	position: relative;
	height: 84px;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #CCC;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 48px; left:65px;		
}
#header .searchform {
	position: absolute;
	top: 5px; right: 3px;	
}

/* main column */
#main {
	float: left;
	padding: 0;
	margin-top: 20px;
	width: 100%;
}

.stepbox
{
	float: left;
	width: 288px;
	height: 412px;
}

.stepbox h2
{
	text-align: center;
	font-size: 26px;
	color: #000;
	margin: 60px 0 0 30px;
	width: 210px;
}

.stepbox p
{
	text-align: center;
	font-weight: bold;
}

.stepbox#s1
{
	background: url(box_step1.jpg) no-repeat left top;
}

.stepbox#s2
{
	background: url(box_step2.jpg) no-repeat left top;
}

.stepbox#s3
{
	background: url(box_step3.jpg) no-repeat left top;
}

#bottombox
{
	margin-top: 10px;
	float: left;
	width: 100%;
	position: relative;
}

#bottombox #textleft
{
	display: block;
	float: left;
	position: absolute;
	left: -64px;
}

#bottombox #textcenter
{
	position: absolute;
	display: block;
	float: left;
	background: url(text_bottom_text.gif) no-repeat left top;
	position: relative;
	width: 513px;
	height: 152px;
	left: 180px;
}

#textcenter h2
{
	text-align: center;
	font-size: 24px;
	color: #fb5918;
	text-decoration: underline;
}

#textcenter table
{
	margin-left: 54px;
}

#textcenter td
{
	font-size: 15px;
	font-weight: bold;
}

#bottombox #textright
{
	display: block;
	float: left;
	position: relative;
	position: absolute;
	left: 700px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #f2f2f2;
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sideabar */
#sidebar {
	float: left;
	width: 21%;
	margin: 0;	padding: 0; 
	display: inline;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	padding: 2px 5px 2px 20px;	
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}

/* rightbar */
#rightbar {
	float: right;
	width: 21%;
	padding: 0;	margin: 0;		
}

/* footer */
#footer {
	clear: both;
	background: #FFF url(footerbg.gif) repeat-x left top;
	border-top: 1px solid #F2F2F2;
	text-align: center;	
	height: 50px;	
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}

/* menu */
ul#menu {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 12px;
	float: left;
}
/
*
#menu ul {	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.0em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width: 950px;
	border: 1px solid #fb5918;
	border-width: 2px 0 0 0;	
	list-style: none;
}

#menu td, #menu th{
	text-align: center;
}

#menu td a
{
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	width: 160px;
	display: block;
}

#menu td a:hover{
	color: #fb5918;
	background-color: #F3F3F3; 
	text-decoration: underline;
}

#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: right;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
}
#menu ul li a:hover{
	color: #fb5918;
	background-color: #F3F3F3; 
}
#menu ul li#current a{
	color: #fb5918;
	background-color: #F3F3F3; 
}
*/
table#stats{
	margin: 10px 15px;
	border-spacing: 0;
}

table#stats td{
	padding: 0px;
	border-bottom: 1px solid #ccc;
}

table#stats th{
	padding: 0px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
}

.hiddendiv{ display: none; }

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear  { clear: both; }
.block  { display: block; }
.hide   { display: none; }	
.orange { color: #FFA600; }

input.error { border: 2px solid #666; }

ul.term
{
	color: #000;
}

p#gmappane
{
	height: 1000px;
	text-align: center;
}

#gmap
{
	width: 630px;
	height: 900px;
	margin: 10px 0 10px 100px;
	display: block;
	border: 2px solid #C10007;
}

div.uploader
{
	position: relative;
	text-decoration: underline;
}

div.uploader object, div.uploader embed
{
	position:absolute;
	top:0;
	left:0;
}

.singleNetworkRow
{
	font-size: 9px;
}

.networkIcon
{
	float: left;
}

.superDiv
{
	margin: 4px;
	width: 230px;
}

.priceColumn
{
	width: 40px;
	color: #C10007;
	font-weight: bold;
}

.daypartTableDiv
{
	float: left;
	width: 154px;
}

.display_none
{
	display: none;
}

.underline
{
	text-decoration: underline;
}
