#topnav {
	clear:both;
	font-family:arial;
	font-size:13px;
}

#content {
	background:#FFFFFF url(../../images/bkg-stripes.gif) repeat-x scroll 0 0;
	color:#000000;
}

a.start	{	background: url('../../images/home/btn-start-goingup.gif') no-repeat;
			height: 50px; width: 298px;
			display: block;
			margin-top: 5px;
			text-decoration: none;
			}	
			
			a.start:hover 	{ background-position: 0px -50px; }
			a.start:active 	{ background-position: 0px -100px; }

#content .content_guts
		   { margin: 0 auto;
			 width: 940px;
			 position: relative;
			 text-align: left;
			 padding:20px;
			 }
			 
#content .content_guts h1{
	font-size:25px;
	margin:10px;
}
#content .content_guts h1 span{
	float:right;
}
#content .content_guts h1 strong{
	padding:16px 0 0 0;
	display:block;
}			 

#content_guts_full
		   { margin: 0 auto;
			 position: relative;
			 text-align: left;
			 background:#FFF;
			  padding:20px 0 20px 0;
			 }

#content_guts #bulk ol,  #content_guts #bulk ul {
	list-style: none;
}
#content_guts #bulk blockquote, #content_guts #bulk q {
	quotes: none;
}
#content_guts #bulk blockquote:before, #content_guts #bulk blockquote:after,
#content_guts #bulk q:before, #content_guts #bulk q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
#content_guts #bulk :focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
#content_guts #bulk ins {
	text-decoration: none;
}
#content_guts #bulk del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
#content_guts #bulk table {
	border-collapse: collapse;
	border-spacing: 0;
}

#content_guts #bulk p { margin-top: 10px; }

#content_guts #bulk { 
	margin:10px;
	
}

#content_guts #bulk .top {
	margin-top: 60px;
	float: left;
	position: relative;
	display: block;
	width: 360px;
	}

#content_guts #bulk .title {
		margin-right: 15px;
		}
#content_guts #bulk .title h1 {
	color: #000;
	font-size: 26px; 
	letter-spacing: -1px;
	background:none;
}		
		
#content_guts #bulk h1{
		margin-right: 15px;
		background:none;
		}		

#content_guts #bulk .ico_free {
	position: absolute;
	background: url('../images/ico-free.gif') no-repeat !important;
	width: 34px;
	height: 33px;
	top: -14px;
	left: 280px; 
	}

	
#content_guts #bulk h2 {
	color: #555;
	letter-spacing: -1px;
	font-size: 18px;
	}

#content_guts #bulk p {
	font-size: 20px;
	font-family: times;
	font-weight: normal;
	padding: 0px;
	margin-top: 18px;
	position: relative;
	top: 7px;
	}
	
#content_guts #bulk .icons {
	margin: 0 auto;
	padding-top: 25px; 
	}
	
#content_guts #bulk .iconrow {
	float: left;
		}
	
#content_guts #bulk .searchfield {
	float: right;
	background-image: url('../images/bkg-search.gif');
	width: 538px;
	height: 284px;
	margin-top: 20px;
	}

#content_guts #bulk .sfcontainer {
	padding: 15px 0px 20px 22px;
	}
#content_guts #bulk .searchfield h1 {
	color: #000;
	font-size: 15px; 
	letter-spacing: -1px;
	}
	
#content_guts #bulk .searchfield h2 {
	color: #777;
	letter-spacing: -1px;
	font-size: 10px;
	}

#content_guts #bulk .searchfield textarea {
	font-family: arial;
	font-size: 12px;
	margin-top: 15px;
	}

#content_guts #bulk .col2 h1, #content_guts #bulk .col3 h1 {
		font-size: 14px;
		}
#content_guts #bulk .col1 {
	float: left;
	margin-right: 21px;
	}

#content_guts #bulk .col2 {
	line-height: 6px; 
	font-size: 12px;
	margin-top: 40px;
	}

#content_guts #bulk .col2 ul {
		margin-top: 5px;
		}
		
#content_guts #bulk .col3 {
	line-height: 6px; 
	font-size: 12px;
	margin-top: 10px;
	}

#content_guts #bulk .col3 ul {
		margin-top: 7px;
		}
		
#content_guts #bulk .button_check {
	float: right;
	margin: -50px 43px 0px 0px;
	position: relative;
	display: block;
	background: url('../images/but-check.gif') no-repeat;
	width: 148px;
	height: 43px;
	cursor:pointer;
	border:none;
	}
	
#content_guts #bulk .button_check:hover {
	background-position: 0px -47px;
	}
	
#content_guts #bulk .button_check:active {
	background-position: 0px -94px;
	}
.blue{
	color:#1900ff;
}
.thumb_loading{
	height:250px;
	background:url(../images/ajax-loader.gif) no-repeat 50% 50%;
	padding:10px;
}
