@charset "utf-8";
/* ------------------------- */
/* ----- CONTACT PAGE ------ */
/* ------------------------- */
h1{
	padding: 0;
	margin: 0;
	color: #e00;
	float: left;
}
input.email{
	margin-top: 10px;
	padding: 8px;
}
.tutorials_bar{
	width: 691px;
	height: 42px;
	background: #444 url(../img/gfx/flash_rowbar.png);
	float: left;
	display: block;
	margin-top: 5px;
}
.tutorials_bar_title{
	width: 165px;
	height: 91px;
}
.tutorials_bar_title img{
	margin: 0 auto;
	padding-top: 13px;
	display: block;
}
.contact_row{
	width: 689px;
	background: #fff url(../img/gfx/flash_rowbg.jpg) no-repeat;
	border-style: solid;
	border-color: #d9d9d9 #d9d9d9 #ccc #d9d9d9;
	border-width: 0 1px 1px 1px;
	float: left;
	display: inline;
}
.tutorials_row_alt{
	width: 667px;
	background: #3e3e3f url(../img/gfx/flash_rowbg_alt.jpg);
	border-style: solid;
	border-color: #d9d9d9 #444 #ccc #444;
	border-width: 0 1px 1px 1px;
	float: left;
	padding: 11px 11px 22px 11px;
	color: #ccc;
	display: inline;
}
.contact_row a{
	color: #e00;
	font-size: 18px;
}
.tutorials_row_img{
	width: 154px;
	float: left;
	display: inline;
	margin: 11px 0 11px 11px;
}
.tutorials_row_img img{
	border: 1px solid #777;
	float: left;
	display: inline;
}
.tutorials_row_img img:hover{
	border: 1px solid #f00;
	float: left;
	display: inline;
}
.tutorials_row_title{
	display: block;
	margin-top: 11px;
	padding-right: 30px;
}
.contact_row_description{
	margin-top: 5px;
	float: left;
	display: block;
	width: 505px;
	height: 50px;
}
.tutorials_yearbox{
	display: inline;
	float: right;
	background: url(../img/gfx/flash_yearbg.gif);
	height: 18px;
	text-align: right;
	color: #888;
	padding: 1px 5px 0 10px;
	margin-right: 1px;
}
.tutorials_yearbox a{
	font-size: 12px;
}
#searchresults{
	float: left;
	width: 946px;
	padding: 5px 0;
}
.linkto_row_description {
	margin-top: 5px;
	display: block;
	padding: 20px;
	text-align: justify;
	float: left;
	overflow: hidden;
}
.linkto_row_description a {
	font-size: 11px;
	font-weight: normal;
}
.linkto_row_description ul{
	
	clear: both;
	padding-left: 30px;
}
.linkto_row_description li{
	padding-bottom: 10px;
}
.linkto_row_description p{

	padding: 10px 0;
	/*float: left;*/
}
#left{
	width: 430px;
	float: left;
	margin-right: 10px;
}
#right{
	float: right;
}
.italic{
	font-style: italic;
}
.bold{
	font-weight: bold;
}
left{
	float: left;
}
clear{
	clear: both;
}
