/* CSS Document */

/*
 * 	Header Content
 *  CSS
 *  IperDesign
 */

a{
	text-decoration:none;
	color:#6D6E71;
}

p{ 
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#333;
	margin-bottom:10px; 
	}

#header{
	width:100%;
	background-image:url(../images/header-bar.png);
	background-repeat:repeat-x;
	float:left;
}

#header_content{
	width:1000px;
	height:130px;
	margin: 0 auto;
	background-image:url(../images/header_bkg.png);
}


.home_title{
	float:right;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:white;
	margin-top: 10px;
	margin-right: 13px;
}
	
#logo{
	float:left;
}

#logo img{
	margin-left: 20px;
	margin-top: 20px;
}

   



/*
 * 	Main Content
 *  CSS
 *  IperDesign
 */
 


#main{
	width:1000px;   
	height:100%;  
	margin: 0 auto;
	background-image:url(../images/bkg_two_lines.png);
	background-repeat:repeat-y;
	position:relative;
} 

/* LEFT SIDE CONTENT */


#footer{
	width:100%;
	background-image:url(../images/footer-bar.png);
	background-repeat:repeat-x;
	float:left;
}

/* SECONDARY */

#header_menu{
	margin: 0 auto;
	width:1000px;
	position:relative;
}

#two_lines_two{
	width: 1000px; 
	background-image: url(../images/bkg_two_lines.png);
	background-repeat: repeat-y;
	float: left;
	position:relative; 
}



 


#footer_two{
	width:100%;
	background-image:url(../images/footer-bar.png);
	background-repeat:repeat-x;
	float:left;  
}



h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:16px;
	margin-bottom:15px;
	color:#ED1C2E;
}



h1{
	font-size:21px !important;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal !important;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:16px;
	color:#ED1C2E;
	float: left;
	width: 100%;
	padding-bottom:4px;
	margin-bottom:10px;
	margin-top:22px;
}
 
     

/*
 * 	Footer
 *  CSS
 *  IperDesign
 */
 
#footer_content{
	width:977px;
	margin: 0 auto;
}

#quick_links{
	margin-left:16px;
	margin-top:20px;
	font-family: Helvetia,Arial, sans-serif;
	font-size:14px;
	padding-bottom:7px;
	border-bottom: #737373 2px solid;
}

.links ul, .links ol{
	width: 180px;
	float: left;
	margin: 0 10px 30px 0;
}

#links{
	margin-left:32px;
	margin-top:17px;	
	width:100%;
	height:90px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:2em;
}

#rights{
	float:left;
	margin-top: 70px;
	font-size:10px;
}

  
.list ul {
	width:100%; 
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#333;
	margin:0 0 20px 0; 
	} 
	
.list ul li { 
	list-style-type: disc; 
	margin-left:50px;
	color:#333;
	}

#download {
	background-color:#F2F2F2;
	margin:1px 0 20px 0;
	padding:10px;
	width:700px; 
	}

#faq {
	margin:1px 0 20px 0;
	width:530px; 
	text-align:justify; 
	}

#l_container { 
	margin:40px; 
	position:relative;
	}