@charset "utf-8";

/************* TAG CSS ***********/
html{
	height: 100%;	
}
body {
	background: #464445 url(images/mainbg.jpg) top repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Lucida Sans Unicode;
	font-size: 12px;
	color: #444;
	height: 100%;	
}
a{
	color: #222;
	border: none;
	/*text-decoration: none;*/
}
a:hover{
	color: #888;
}
img{
	border: none;
}
h1{
	font-size:140%;
	color:#c00;
}
h2{
	font-size:120%;
	color:#900;
}
noscript{
	color:#f00;
	text-align:center;
	width:960px;
	display:block;
	margin:0 auto;
}
/************* ID CSS ***********/
#wrapper{
	margin: 0px auto 0px auto;
	width: 950px;
	height: auto; !important
	height: 100%;	
	/*background: url(images/background_right.jpg) repeat-y top right;*/
	background:#fff;
	border: 2px solid #000000;
}
#nav{
	background:url(http://www.cmememberservices.ca/_uploads/_media/images/future_mfg/nav_dark_bg.gif) repeat-x;
	height: 50px;
	padding: 0;
	margin: 0;
	padding-top: 15px;
	margin-bottom: -15px;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	list-style:none;
}
#nav li{
	font-size: 12px;
	float: left;
	margin-right: 25px;
}
#nav a{
	color: #e5d28c;
	text-decoration: none;
	padding-bottom:14px;
}
#nav a:hover{
	color: #ffffff;
}
#nav li.on a{
	border-bottom:5px solid #fff;
}
#nav li:hover{
}
#nav li:hover a{
	border-bottom:5px solid #fff;
}
#nav li a:hover{
	border-bottom:5px solid #fff;
}
#tagline{
	border-bottom:1px solid #ddd;
	border: #fff;
	padding-left:580px;
}
#main{
	background: #fff;
	height: auto; !important
	height: 100%;	
}
#content{
	text-align: left;
	height: auto; !important
	height: 100%;	
	float: left;
	width:943px;
	background: #fff;
	border-left: 2px solid #fff;
}
div.gencontent{
	padding: 0px 0px 0px 0px;
}
#content_top{
	height: 360px;
	display: block;
	width: 578px;
	background: url(images/background_content.jpg) #fff no-repeat top left;
}
#contentright{
	width:370px;
	float:right;
	height: 100%;
	margin-left:0px;
	background: url(images/background_right.jpg) repeat-y top left;
}
#right_one{
	width:185px;
	float:left;
	background: url(images/background_right1.jpg) no-repeat top left;
	min-height:410px;
	height:auto !important;
	height:410px;
	padding-top:100px;
}
#right_one a{
	margin-bottom:5px;
	display:block
}
#right_two{
	width:164px;
	float:left;
	background: url(images/background_right2.jpg) no-repeat top left;
	min-height:410px;
	height:auto !important;
	height:410px;
	margin-left:1px;
	padding: 90px 10px 10px 10px;
}
#right_two p{
	font-weight:bold;
	color:#fff;
	margin:10px auto;
}
#footer{
	font-size: 10px;
	height: 20px;
	width: 930px;
	background:#000;
	padding:10px;
	padding-left: 12px;
	padding-right: 12px;
	color:#ccc;
	clear: both;
	margin-left: -1px;
	margin-right: -1px;
	margin-bottom: -1px;
}
#header{
	padding-top:5px;
	background: url(images/header_bg.png) repeat-x top;
	height: 90px;
	width: 100%;
	padding-bottom: 20px;
	width: 950px;
	margin: 0 auto;
}
#divflash{
	position:relative;
	top:-75px;
	left:580px;
	width:100px;
}
/************* CLASS CSS ***********/
form.float{
	font-size:12px;
}
form.float label{
	display:block;
	width:245px;
	text-align:right;
	padding-right:5px;
	float:left;
}
form.float input{
	display:block;
	float:left;
}
form.float br{
	clear:both;
}
.right{
	text-align:right;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/**** Overlay styles ****/
#tooltip{
	position:absolute;
	background:#e2e7eb;
	border:1px dotted #666;
	padding:10px;
	text-align:left;
	width:250px;
}
#drawling{
	min-width:400px;
	width:auto !important;
	width:400px;
	position:absolute;
	border:1px solid #000;
	background:#fff;
	text-align:left;
	padding:10px 10px 10px 10px;
	z-index:2000;
	font-family:arial;
	font-size:80%;
}
#drawling a{
	margin-top:10px;
	display:block;
	padding:2px;
	background:#333;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
#drawling a:hover{
	background:#900;
}
#drawling ul{
	margin-left:20px;
}
#overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#000;
	opacity:0.6;
	filter:alpha(opacity=60);
	z-index:1999;
}
/***************** SUB MENU CSS *****************/


ul#mainnav li{
	position: relative;	
}
ul#mainnav li ul{
	display:none;
	position:absolute;
	z-index: 21;
	top: 35px;
	left:-1px;
	background:#fff;
	padding: 0px;
	margin:0px;
	width:175px;
	text-align:left;
	border: 1px solid #d00;
	border-top: none;
	color: #800;
}
ul#mainnav li ul ul{
	padding: 0px;
	display:none;
	position:absolute;
	z-index: 22;
	top:-2px;
	left:175px;
	background:#fff;
	margin:0px;
	width:175px;
	text-align:left;
	
}
ul#mainnav li ul li{
	text-transform: none;
	z-index: 23;
	padding:0px;
	margin: 0px;
	background:#fff;
	float: none;
}
ul#mainnav li:hover ul li a{
	display:block;
	padding: 5px;
	color: #800;
	border:none;
	padding-left: 5px;
	
}
ul#mainnav li li:hover{
	border: none;
}
ul#mainnav li:hover ul li a:hover{
	color: #000;
	background: #ded;
	border: none;
	border-bottom: none;
}
ul#mainnav li:hover > ul{
	display:block;
}
