html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*///////Clearfix section /////////////*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body {
	font: 74%/1.5 helvetica, arial, sans-serif;
	margin: 0px 0px;
	background: url(images/bg_body2.jpg) left top repeat-x #fff;
	
}

em {font-weight: bold;
	font-size: .95em;}
	
p {
	margin: 0 0 .5em 0;
}

#container {

}

.innercontainer {
margin: 0 auto;	
max-width: 860px;
min-width: 650px;
padding: 0 20px;
}

#header {
background: url(images/bg_header4.jpg) 97% bottom no-repeat;
position: relative;
}

#header h1 {
background: url(images/logo5.jpg) 12px bottom no-repeat;
padding-top: 131px;
height: 128px;
width: 337px;
text-indent: -99999px;
}

#header h2 {
text-indent: -99999px;
}

ul#menu {
	text-align: right;
	position: absolute;
	bottom: 0px;
	left: 349px;
	font-size: 1.1em;
	color: #8b3260;
}

ul#menu li {
	display: inline;
	padding-right: 15px;
}

#content {
background: url(images/bg_body.jpg) left top repeat-x #fff;
padding: 10px 0;
margin-top: 1px;
}

#textblock {
padding-bottom: 30px;
color: #6c6c6c;
margin-top: 30px;
max-width: 832px;
letter-spacing: .5px;
}

#gallery {
	clear: both;
	text-align: center;
	border: 2px solid #e9e9e9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	max-width: 834px;
}

#gallery ul {
	padding: 5px 0px;
}

#gallery li {
	display: inline;
	padding: 0 1px;
	margin: 0;
}

#gallery li img {
	padding: 2px;
	background-color: #d4d4d4;
}

#col1, #col2, #col3 {
	float: left;
	width: 24%;
	margin-bottom: 30px;
}

#col3 {
	float: left;
	width: 24%;
	margin-bottom: 30px;
}



#col1, #col2 {
	margin-right: 7%;
	padding-right: 7%;
}

#col2 {
	margin-right: 6%;
}

#col3 h2, #col3 p {
	/*margin-left: 3px;*/
}

#col1 h2, #col2 h2, #col3 h2 {
	margin-bottom: 10px;
	font-size: 180%;
	color: #8b3260;
}

#col3 li {
	margin-bottom: 10px;
}

#col2 li {
	list-style-type: disc;
	margin-bottom: 10px;
}

.zemContactForm {
	margin-left: 38%;
}

.zemThanks {
	clear: left;
	margin-left: 38%;
}

#contactform {
	max-width: 832px;
	padding-bottom: 10px;
	clear: both;
	border: 2px solid #e9e9e9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#contactform h2 {
	margin-bottom: 20px;
	font-size: 140%;
	color: #8b3260;
}

#contactform form {
	/*font-size: 1.2em;*/
}

#contactform fieldset {
	border: none;
}

p.error-msg {
	margin: 20px 0;
}

#footer {
clear: both;
background-color: #949494;
border-top: 3px solid #d4d4d4;
border-bottom: 3px solid #d4d4d4;
}

#innerfooter {
	min-height: 140px;
	margin: 0 auto;	
	max-width: 860px;
	background: url(images/bg_footer2.jpg) 7px bottom no-repeat;
}
	

#footer p{
	color: #fff;
	padding-top: 10px;
	margin-bottom: 0;
}

.address {
	margin-left: 74%;
	line-height: 1.3;
}

.reg { text-align: center;
	font-size: 90%;
}

.quorange {
	text-align: right;
	font-size: 90%;
	color: #979797;
	margin-right: 20px;
}

.quorange a {
	color: #979797;
	text-decoration: none;
}

.quorange a:visited {
	color: #979797;
	text-decoration: none;
}

.quorange a:hover {
	color: #000;
	text-decoration: underline;
}

