@charset "UTF-8";
/* CSS Document */

.page_heading_short{
	margin: 0px 0 10px;
	background: url('../images/heading_bgr.png') left top repeat-x;
}
.page_heading_short h1{
	display: inline;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 28px;
	background: #fff;
	margin:0;
	padding-right: 10px;
}

.heavy_blue{
	font-weight: bold;
	color: #055EAA;
}

.getid {}

.getid a { color: #444; outline: 0; text-decoration: none; color: #055EAA;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;			
}

/* Table */
.bottin_table {
	margin: 10px 0;
}
.bottin_table td {
	padding: 8px 14px;
	border-bottom: #e2e2e2 1px dotted;
	text-align:left;
	vertical-align:top;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}

.bottin_table td.logo {
	padding: 8px 2px;
	border-bottom: none;
	vertical-align:top;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}

.bottin_table tr.odd td {
	background: #f9f9f9;
	}
.bottin_table tr:hover td {
	background: #edf9fa;
	}
.bottin_table td.b{
	font-weight: 600;
	}

/* bottin image block */
.bottin_block {
	margin:0 0;
}
.bottin_block h4{
	margin: 20px 0 6px;
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
}
.bottin_block .bottin_desc{
	font-style: italic;
	color: #aaa;
	text-align: center;
}

.bottin_block .bottin_desc a{
	font-style: italic;
	color: #aaa;
	text-align: center;
}

.bottin_block p{
	
}

.picmat {
	position:relative;
	display: block;
}
.picmat img{
	/*width: 100%;*/
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.portfolio_item h5{
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;	
	color: #333;
			
	padding: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;

	background: #fcfcfc url('../images/grad_menu.png') top left repeat-x;
	text-shadow: 0 1px 0 rgba(256, 256, 256, 0.8);
	}

#q{
	float: right;
	position: relative;
	top: 0px;
	right: -22px;
	width: 150px;
	margin-bottom: 0;
	border: 1px solid #eeeeee;
	padding: 7px 30px 7px 8px;
	font-size: 13px;
	color: #ccc;
	background: #fbfbfb;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#q:focus {
	width: 180px;
	border: 1px solid #eeeeee;
	color: #888;
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
}
#q:hover {
	width: 180px;	
}
