a:focus {
outline: none;
}

h3 {
	font-size:14px;
	color:#999999;
	font-weight: 700;
	text-transform:uppercase;
	margin:0;
	padding:8px 0 8px 0;
}
.slideout {
	position: fixed;
	top: 200px;
	left: 0;
	display: none;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	width: 330px;
	height: auto;
	padding: 30px 30px 30px 130px;
	background-image: url(../assets/contacts/slout_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #292929;
	border-right-color: #292929;
	border-bottom-color: #292929;
}

.slideout p{
	margin: 0 0 15px 0;
	padding: 0;
	color: #dddddd;
	line-height: 1.5em;
}
.slideout img{
	float: left;
	padding: 5px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 6px;
}

.slideout a:hover, .slideout a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

a.trigger{
	position: fixed;
	text-decoration: none;
	top: 300px;
	left: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ddd;
	font-weight: 500;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #444444;
	border-right-color: #444444;
	border-bottom-color: #444444;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-image: url(../assets/contacts/slout_bg.png);
	background-position: left top;
}

a.trigger:hover{
	position: fixed;
	text-decoration: none;
	top: 300px;
	left: 0;
	color:#797979;
	font-weight: 500;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #353535;
	border-right-color: #353535;
	border-bottom-color: #353535;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-color: #222222;
}

a.active.trigger {
	background-image: url(../assets/contacts/slout_bg.png);
	background-position: left top;
}

.columns{
clear: both;
width: 330px;
padding: 0 0 20px 0;
line-height: 22px;
}

.colleft{
	float: left;
	width: 150px;
	line-height: 22px;
}

.colright{
float: right;
width: 130px;
line-height: 22px;
}

