/* --------------------------------- defaults */
* {
	margin: 0;
	padding: 0;
	font-family: arial, sans-sarif;

}
.num-span{
	color: #ffffff;
	font-size: 170%; 
	float: left;
	background-color: #CC0000;
	width: 90px;
	height: 92px;
    font-weight:bold;

}
.darker .num-span{
	color: #ffffff;
	background-color: #000000;
}



#sitewrap:after, #rightwrap:after, .menu:after, .pulldown:after, #menu_sub li:after {
	content: 'CSS Pulldown';
	display: block;
	visibility: hidden;
	height: 0;
	float: none;
	clear: both;
}
#sitewrap, #rightwrap, .menu, .pulldown, #menu_sub li{ min-height: 1%; }
* html #sitewrap, * html #rightwrap, * html .menu, * html .pulldown,#menu_sub li { height: 1%; }


/* --------------------------------- tags */
body { font-size: 78%; 
background: #CC0000 url('../gradient-red.png') repeat-x fixed;

/* xmas background */
/* background: #CC0000 url('../gradient-red2.png') repeat-x fixed; */

}

a:link { 
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;

}
a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #CC0000;
}
a:hover {
	font-weight: bold;
	color: #000000;
}

span{
	line-height: 40px;
	min-height: 40px;	
	text-indent: 1em;

}
i{
	text-decoration: none;
	font-size: 67%;
}
hr{
	margin-top: 1em;
	margin-bottom: 1em;
	color: #CC0000;
}
h2{
	background-color: #CC0000;
	color: #ffffff;
	text-align: center;
	margin-top: 1em;
}

a img { border: none; }

ul, p { padding-bottom: .5em; }

/* --------------------------------- layout */
#sitewrap {
	width: 820px;
	margin: 0 auto;
	padding-top: 1em;
	
	/* xmas padding */
    padding-left: 1em;
	padding-right: 1em;
	background: #fff;
}

#rightwrap, #leftwrap, #features { float: right; }
#rightwrap { width: 700px; }
#leftwrap { width: 120px; }

#contentwrap { float: left;  padding-left: 20px; padding-right:20px;}
#contentwrap { width: 520px; }
#features { width: 140px;}



/* --------------------------------- menus */
.menu, .menu * {
	list-style: none;
	margin: 0px; padding: 0px;	
}

/* --------------------------------- menu right  */
#nav-menu{ 

	float:right;
	margin-top:2px;
	background-color: #CC0000;
	margin-bottom: 1em;
  border-top: 1.5em solid #000;
	border-bottom: 1.5em solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	
}
#nav-menu li{ 
	list-style: none;
	margin: 0px;
	padding: 0px; 
}

#nav-menu-img{ text-align: center; }
#nav-menu a{
	display: block;
	text-decoration: none;
	height: 1%;
	color: #fff;
	line-height: 20px;
	font-weight: bold;
	padding: 0 5px 0 4px;
	width:125px;
}
#nav-menu a:hover{ color: #222; background-color: #fff;}
#nav-menu ul {
	text-align: left;
	
}


/* --------------------------------- menu top  */
#menu_top {
	padding-left: 165px;
	background: url('../tel-num.gif') no-repeat 0 -18px;
}
#menu_top li { float: left; }
#menu_top a:link, #menu_top a:visited {
	display: block;
	background: url('../nav-img.gif') no-repeat -1px 0;
	width: 82px; /* 108px */
	height: 30px; /* 47px */
	padding: 17px 0 0 25px;
	text-decoration: none;
	font-size: 110%;
	color: #000000;
	font-weight: bold;

}
#menu_top a:hover {}
#menu_sub{
	padding-left: 400px;
	background: url('../the-driving-school-car.gif') no-repeat -1px 0;
	
}
/* --------------------------------- menu sub  */
#menu_sub li{
	background: #D63030;
	height:92px;
	margin-bottom: 2px;
	width: 300px;
  line-height:20px;
}

#menu_sub .darker{
	background: #333333;
}
#menu_sub a:link, #menu_sub a:visited {
 color: #ffffff;
 text-decoration: none;
 font-size:150%;
 width:200px;
 float:left;
 padding-top:1em;
 font-weight: bold;
 padding-right:5px;
 padding-left: 5px;
}

/* --------------------------------- Ads left  */
.menu  .add{ margin-bottom: 15%;	}


/* ---------- forms ---------- */
fieldset {
	border: 1px solid #554744;
	width: 90%;
	padding: 10px 20px;

}
.error fieldset {
	border: 1px solid #F00;
	background: #FDD;
}








