/*
@import"/css/reset.css";
@import"/css/forms.css";
@import url(http://fonts.googleapis.com/css?family=Patua+One);
@import url(http://fonts.googleapis.com/css?family=Fredericka+the+Great);

body { font-size: 13px; }

td,th,p { font-size: 13px; }

p {
	padding-bottom:20px;
	
}
a {
	color:#be2747;
	outline:none;
	cursor:pointer;
	text-decoration:none;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Patua One', cursive;
	line-height:1.2em;
	padding-bottom:18px;
	color:#fff;
	font-weight:normal;
	color: #508bc2;
}
h1 {font-size:38px;}

h2 {
	font-size:35px;
	padding-bottom:24px;
	line-height:38px;
}
h3 {
	font-size:30px;
	line-height:32px;
	color:#30292d;
	padding-bottom:25px;
}

h3 span{display:block;margin-top:-4px}

h4 {
	font-size:20px;
	line-height:22px;
	padding-bottom:9px;

}
h4 span{display:block;margin-top:-2px}
h4 a{color:#fff}


h5 {
	font-size:16px;line-height:18px;padding-bottom:7px
}

h5 a{}

h5 a:hover{color:#30292d;text-decoration:none}
h6 {
	font-size:14px;
}


.image-left { 
	border: 8px solid #eae9e9;
	max-width: 100%;
	text-align: center;
	float: left;
	margin: 3px 20px 0 0;
}
.image-right { 
	border: 8px solid #eae9e9;
	max-width: 100%;
	text-align: center;
	float: right;
	margin: 3px 0 0 20px;
}
.image { 
	border: 8px solid #eae9e9;
	max-width: 100%;
	margin: 3px 3px 0 3px;
}

.phone-1 p { padding: 0px; }

.bordervert { border-collapse: collapse; }
.bordervert td { border-right: 1px solid #e9e9e9; border-left: 1px solid #e9e9e9; padding: 0px 40px; }
.bordervert td.first { border-left: 0px; }
.bordervert td.last { border-right: 0px; }

.main nav ul { list-style: none; margin: 0px; padding: 0px; }
.main nav ul li { background: none; padding: 0px; line-height: normal; }

ul {  }
ul li {
	background:url(../images/marker-1.png) no-repeat 0 6px;
	padding:0 0 12px 15px;
	line-height:18px
}
ul li a  {
	font-size:12px;
	color:#9e989a ;
	display:inline-block;	
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul li a:hover{color:#30292d;text-decoration:none}



.text { padding: 0px 50px; }

#footer h2 a { color: #e9e8e8; }
#footer ul li { background: none; }*/