/* global */

		body{ 
		/*	background:#e8e8e8 url(../images/bg_body.gif) repeat-x;   */
			background:#efefef ;
			font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
			color:#333;
			line-height:160%;
			margin:0;
			padding:0 0 1em 0;
			text-align:center;
      }

    /* headings */
    h1{
			
			font-weight:normal;
      }		
		h2, h3, h4, h5, h6{
			font-weight:normal;
			margin:1em 0;
			}	
    h2{            
			font-size:25px;
			}
    h3{          
			font-size:20px;
    	}
    h4{          
			font-size:16px;
    	}				
    /* // headings */

    /* image replacement */
			.graphic, #intro a.more{
					margin:0;
					padding:0;
					display:block;
					overflow:hidden;
					text-indent:-8000px;
					}
    /* // image replacement */

    /* clearfix */

			#content:after, .fixed:after{
				content:"."; 
				display:block; 
				height:0; 
				clear:both; 
				visibility:hidden;
				}
			#content, .fixed{
				display:block;
				}
			/*  \*/
			#content, .fixed{
				min-height:1%;
				}
			* html #content, * html .fixed{
				height:1%;
				}

    /* // clearfix */
	
	/* HTML Tags */
    a{
			text-decoration:none;
			color:#b40000;
      }
    a:hover{
			color:#999;
      }			
		table, input, textarea, select, li{
			font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#242424;
			}				
		p, blockquote, ul, ol, form{
			margin:1em 0;
			}
		blockquote{
			}
		img{
			border:none;
			}			
		hr{
			display:none;
			}	
		table{
			margin:1em 0;
			width:100%;
			border-collapse: separate;
			}
		th, td{	
			padding:3px 8px;
			border:1px solid #fff;
			}	
		th{	
			text-align:left;
			background:#e7e7e7;
			}
		td{	
			background:#f1f1f1;
			}
		li{
			display:list-item;
			}	
	
	/* // HTML Tags */	
	
/* // global */

/* page setup */

	#container{	
		margin:0 auto;
		width:676px;
		text-align:left;
		position:relative;
		
		}
	#header{
		height:112px;
		background:url(../images/bg_header.gif) no-repeat 0 100%;
		margin-top:-20px;

		
		}	
	#content{
		background:url(../images/bg_content.gif) repeat-y left;
		padding-bottom:1em;
		width:675px;
		}
		
		#content-1{
		background:url(../images/bg_content.gif) repeat-y right;
		width:676px;
		}	

			
	#main{
		float:left;
		display:inline;
		width:352px;
		margin-left:30px;
		}
		
#main h2
{
line-height:110%;}
			
	#main1{
		float:left;
		display:inline;
		/*	width:789px; 
		margin-left:39px; */
	width:675px;
		
		}												
	#side{
		float:left;
		display:inline;		
		width:230px;
		margin-left:38px;
		position:relative;
		}
	#footer{
		clear:both;
		background:url(../images/bg_footer.gif) no-repeat 0 0;
		width:675px;
		}		

/* //page setup */


/* navigation elements */
	
	/* nav */
		
		#header ul,  
		#header ul li{
			margin:0;
			padding:0;
			list-style:none;
			}
		#header ul{
			height:50px;
			position:absolute;
			top:40px;
			right:0;	
			}			
		#header ul li{
			float:left;
			display:inline;
			height:70px;		
			line-height:70px;			
			padding:0 0 0 20px;
			}											
		#header ul li a{
			float:left;
			display:inline;
			height:55px;		
			line-height:55px;			
			font-size:13px;
			color:#333;
			text-transform:uppercase;
			font-size:18px;
			}							
		#header ul li a:hover{
			color:#aaa;
			}									
	
	/* // nav */
	
	
	/* sub nav */
		
		#side ul,  
		#side ul li{
			margin:0;
			padding:0;
			list-style:none;
			}	
		#side ul{
			margin:1em 0;
			}
		#side ul li{
			border-bottom:1px solid #e5e5e5;
			padding:1em 0 1em 40px;
			background:url(../images/bg_arrow.gif) no-repeat 0 50%;
			}
		#side ul li a{			
			display:block;
			text-decoration:none;
			font-weight:normal;
			color:#333;
			}													
	
	/* //sub nav */		
	
/* //navigation elements */

/* header */

	#header h1{
	position:absolute;
	float:left;
	left:0;
	top:30px;
	font-size:22px;
	height:51px;
	line-height:50px;
	margin:0;
	width: 373px;
		}
	#header h1 a{
		float:left;
		height:50px;
		line-height:50px;
		color:#333;
		}		
		
	
		
	

/* // header */

/* content */

	#main a{
		color:#a50000;
		text-decoration:underline;
		font-weight:bold;
		}	
	.left{
		margin-right:10px;
		float:left;
		}	
	.right{
		margin-left:10px;
		float:right;
		}
	#main img{
		background:#f1f1f1;
		border:5px solid #e7e7e7;
		padding:2px;
		}	

	/* steps */
	
		#steps, #steps li{
			margin:0;
			padding:0;
			list-style:none;
			}
		#steps{
			background:url(../images/bg_steps.gif) no-repeat 0 100%;
			margin-left:1px;
			width:674px;
			}
		#steps li{
			float:left;
			width:224px;
			padding:15px 0;
			color:#fff;
			}
		#steps li h3{
			margin:0 0px 0 80px;
			line-height:120%;
			}
		#steps li p{
			margin:0 30px 0 80px;
			line-height:120%;
			}	
		#steps li p a{
			text-decoration:none;
			color: #FFFFFF;
      }
    #steps li p a:hover{
			color:#999;
      }		
		#steps li.one{background:url(../images/bg_step1.gif) no-repeat 10px 15px;}
		#steps li.two{background:url(../images/bg_step2.gif) no-repeat 10px 15px #a20000; height:62px;}
		#steps li.three{background:url(../images/bg_step3.gif) no-repeat 10px 15px #900000; height:62px;}
		
			
	/* // steps */
		
	/* intro */
	
		#intro{
			height:215px;
			position:relative;
			background:#fff url(../images/banner.gif) no-repeat 0 0;
			margin:0 1px;
			width:674px;
			}				
		#intro h2{
			margin:0 0 .5em 278px;
			padding-top:40px;
			width:300px;
			color:#b40000;
			}	
		#intro p{
			margin:0 0 0 278px;
			font-size:16px;		
			width:300px;
			color:#555;
			line-height:150%;
			}		
		#intro p a{
			display:block;
			float:right;
			margin-top:1em;
			}
		#intro p.alt{
			margin:0;		
			position:absolute;
			top:20px;
			left:400px;
			width:263px;
			color:#fff;
			}	
		#intro a.more{
			float:right;
			width:164px;
			height:28px;
			background:url(../images/btn_learn.gif) no-repeat 0 0;
			}	
		#intro p.alt a{
			display:block;
			width:263px;
			height:41px;
			line-height:41px;
			background:url(../images/bg_btn.png) no-repeat 0 0;
			color:#fff;
			font-size:20px;
			text-align:center;
			}
	
	/* // intro */		
						
	/* form */
																				
		form{
			margin:1em 0;
			}
		fieldset{
			border:none;
			margin:0;
			background:#f1f1f1;
			border:5px solid #e7e7e7;
			padding:1em 15px;			
			}			
		legend{
			display:none;
			}			
		label{
			float:left;
			clear:both;
			width:120px;
			margin-right:10px;
			margin-top:5px;
			text-align:right;
			}	
		input, textarea{
			width:250px;
			border:1px solid #ccc;
			padding:5px;
			margin:5px 0;
			}			
		textarea{
			height:80px;
			overflow:auto;
			}						
		form p{
			clear:both;		
			margin:0;
			}	
		form h3{
			margin:1em 0 .5em 0;
			font-size:25px;
			}				
		button{
			border:none;
			padding:0;
			margin:0;
			float:right;
			width:158px;
			height:30px;
			line-height:30px;
			background:url(../images/bg_btn2.png) no-repeat 0 0;
			color:#fff;
			text-align:center;
			cursor:pointer;	
			font-size:16px;
			}
		.submit{
			text-align:right;
			height:52px;
			margin:1em 0;					
			}
		span.error{
			display:block;
			color:#a50000;
			font-weight:bold;
			margin-left:130px;
			}
			
	/* // form */					
						
	
/* // content */

/* footer */

	
	#footer p{
		margin:0;
		padding-top:20px;
		}
	#footer a{
		text-decoration:underline;
		}
	#footer a:hover{
		color:#aaa;
		text-decoration:underline;
		}		
	#footer ul{
		float:right;
		padding:20px 0 0 0;
		margin:0;
		}
	#footer li{
		display:inline;
		margin:0 0 0 10px;
		padding:0;
		list-style:none;
		}		
				
/* // footer */

#main-container
{
width:990px;
margin:0 auto;
}


#uppder-ads
{
/* background-color:#CCCCCC; */
width:990px;
height:70px;
margin:0 auto;}


#left-ads
{
/* background-color:#CCCCCC; */
width:150px;
float:left;
height:200px;
margin-top:90px;
}


#right-ads
{
/* background-color:#CCCCCC; */
width:150px;
float:right;
height:200px;
margin-top:90px;
}

.captcha
{
background-color:#FFFfff;
border:none;
width:184px;
float:left;
margin:0px;
padding:5px;
padding-top:8px;
padding-bottom:5px;
font-family:calibri,arial;
color:#666;
font-size:14px;
margin-top:9px;
margin-bottom:7px;
}
.captchafont {
  background:url(../images/bg4.jpg) no-repeat 0 0;
border:none;
width:203px;
height:45px;
text-align:center;
font-family:calibri,arial;
color:#333333;
font-size:38px;
font-style:italic;
font-weight:bold;
padding-top:20px;
}
