/* 
For Genius by Meraj Rasool Khattak (mrkkhattak@yahoo.com)
updated 09 march 2005 - v 0.1
 */


body {
	margin: 0;
	padding: 0;
	background: url(../images/bg_full.png);
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 80%;
	line-height: 150%;
	}

a:link {
	color: #ac8131;
	text-decoration: underline;
	font-weight: bold;
	}

a:visited {
	color: #ac8131;
	text-decoration: underline;
	font-weight: bold;
	}

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

#wrap {
	margin: 0 auto;
	padding: 0 11px;
	width: 706px;	
	}

#top {
	position: relative;
	background: url(../images/bg_top.png) repeat-y;
	width: 708px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	}
#top h4 {
	font-size: 24px;
	color: #000;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	} 
.note {
	color: red;
}	

/* content */
#content {
	position: relative;
	background: url(../images/bg.png) repeat-y;
	width: 700px;
	margin: 0 auto;
	padding: 10px 10px 10px 40px;
	text-align: left;
	}

#content h4 {
	font-size: 16px;
	color: #000;
	padding: 0;
	margin: 20px 0 0 0;
	}

#content_main {
	position: relative;
	width: 625px;
	margin: 0 0 -5px 0;
	padding: 0 0 0 0;
	text-align: left;
	}	

#contact_content h4 {
	font-size: 18px;
	color: #000;
	padding: 0 0 0 0;
	margin: 20px 0 15px 0;
	}
p {
	text-align: justify;
	padding: 0 10px 0 2px; 
	}
	
/* product list */
.bg {
	background: #efefef; 
	}

.title {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	background-color: #9AAFCB;
	color: #fff;
	}

.titleN {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background-color: #efefef;
	color: #000;
	}
	
.data {
	text-decoration: none;
	text-align: left;
	background-color: #fff;
	color: #000;
	}

.dataR {
	text-decoration: none;
	text-align: right;
	background-color: #fff;
	color: #000;
	}
.dataN {
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	color: #000;
	}
.attn {
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	background-color: #ffffff;
	color: #ea2502;	
	}
	
/* main page */
#pro_content {
	position: relative;
	width: 600px;
	margin: 0 auto;
	padding: 15px 10px 20px 15px;
	text-align: left;
	}

#pro {
	position: relative;
	width: 600px;
	margin: 0 auto;
	padding: 15px 10px 10px 125px;
	text-align: left;
	}
	
/* images */
img {
	border: 0;
	}
	
img.float-email {
	margin-top : 0;
	margin-left : 0;
	margin-bottom : -3px;
	margin-right : 0;
	}	

/* footer */
#footer {
	position: relative;
	clear: both;		
	width: 700px;
	margin: 0;
	padding: 8px 20px;
	background: url(../images/bg_footer.png) repeat-y;
	color: #fff;
	}

