@charset "UTF-8";
/* CSS Document */


html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}


#container
{
	position: relative;
	width: 880px;
	padding: 40px;
	margin: 0 0 0 0;
}


/*--------MENU BLOCK---------*/


#menu_block
{
	float: left;
	width: 140px;
	background: url(images/menu_background.png);
	padding: 20px;
}


#logo
{
	position: relative;
	width: 140px;
	margin: 0 0 0 0;
}


#menu
{
	position: relative;
	width: 140px;
	margin: 40px 0 0 0;
}


#menu li
{
	list-style: none;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 180%;
	color: #616158;
	text-align: center;
}


#menu a
{
	text-decoration: none;
	color: #F15B62;
}


#menu a:hover
{
	text-decoration: none;
	color: #616158;
}


/*--------CONTACT DETAILS AND SOCIAL---------*/


#contact_details
{
	position: relative;
	width: 140px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 140%;
	color: #616158;
	text-align: center;
	margin: 60px 0 0 0;
}


#contact_details a
{
	text-decoration: none;
	color: #616158;
}


#contact_details a:hover
{
	text-decoration: none;
	color: #F15B62;
}


#social_details
{
	position: relative;
	width: 45px;
	margin: 20px auto 0 auto;
}


a.rollover_twitter
{
float: left;
display: block;
width: 28px;
height: 22px;
text-decoration: none;
outline: none;
background: url(images/twitter.png);	
}

a.rollover_twitter:hover
{
background-position: -28px 0;	
}


a.rollover_facebook
{
float: right;
display: block;
width: 12px;
height: 22px;
text-decoration: none;
outline: none;
background: url(images/facebook.png);	
}

a.rollover_facebook:hover
{
background-position: -12px 0;	
}


/*--------FOOTER---------*/


#footer
{
	position: relative;
	width: 640px;
	background: #F15B62;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	padding: 10px 20px;
	margin: 0 0 0 0;
}


#footer a
{
	text-decoration: none;
	color: #fff;
}


#footer a:hover
{
	text-decoration: underline;
	color: #fff;
}


#footer_leftcol
{
	float: left;
	margin: 0 0 0 0;
}


#footer_rightcol
{
	float: right;
	margin: 0 0 0 0;
}


/*--------TAGS AND CLASSES---------*/


p
{
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 140%;
	color: #616158;
}


h2
{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #F15B62;
	line-height: 140%;
	padding-bottom: 20px;
}


h3
{
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 140%;
	color: #F15B62;
	padding-bottom: 5px;
}


.clearall
{
	clear: both;
}


#map
{
	position: relative;
	width: 420px;
	/*background: #616158;*/
	border-bottom: solid 2px #F15B62;
	margin-top: 20px;
}

/*#map a
{
	display: block;
	text-decoration: none;
	outline: none;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#map a:hover
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

#map .icon
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
}*/