html{

}

body {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	padding: 0;
	margin: 0;
	font-family: century gothic,ariel,sans-serif;
	font-size: 14px;
	height:100%; 
}



table {
	border-collapse:collapse;
}
tbody {
	border-collapse:collapse;
}



img {
	border: 0;
}

a {
	color: #ffffff;
}

h1{
	color:white;
	font-family: Syncopate, sans-serif;
	
}


.wrapper {
	background-image:url("/img/frontend/transparant.png");
	height:100%;

}

.logo {
	padding-top:30px;
	height: 145px;
	padding-left:15px;
	position: relative;
	

}

.social{
	background-image: url('/img/frontend/facebook.png');
	background-repeat: no-repeat;
	bottom: 0px;
	position: absolute;
	right: 20px;
	width: 341px;
	height: 111px;
}

div.socialicons{
	margin-left:39px;
	margin-top:76px;
}

div.header {
	height: 30px;
	background-color: #000000;
	opacity: 0.9;
	filter:alpha(opacity='90');
	color: #ffffff;
	padding-top:1.3em;
	text-align: center;
	font-size: 14px;
	background-image:url("/img/frontend/bg_menu.png");
}

div.header div.items {
	width: 890px;
	margin: 0 auto;
}

div.header div.items div.item {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

div.header div.items div.active {
	background-color: #ffffff;
}

div.item a {
	color: #ffffff;
	text-decoration: none;
}

div.active a {
	color: #000000;
}



div.container {
	width: 950px;
/*	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;*/
	margin: 0 auto;
	color: #ffffff;
	min-height: 600px;
}

p.main_header_text {
	margin: 0;
	padding: 0;
}

div.main {
	padding: 20px;
	background-color: #000000;
	opacity: 0.9;
	filter:alpha(opacity='90');
}

div.main_slider {
	height: 300px;
	width: 950px;
}

div.footer {
	margin-top:20px;
	border-top:1px solid white;
	padding-left:300px
	vertical-align: middle;
	height: 100px;
	background-color: black;
	opacity: 0.9;
	filter:alpha(opacity='90');
	margin-bottom:20px;
	
}

div.copyright {
	text-align: center;
	padding-bottom: 20px;
}

div.clear {
	clear: both;
}

/* gallery */
div.image {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

div.gallery_thumb {
	height: 175px;
}

div.image_main img {
	opacity: none;
}

div.image_prev_next {
	margin-top: 10px;
}

div.image_prev_next a {
	color: #ffffff;
}

div.image_prev {
	width: 150px;
	float: left;
}

div.image_next {
	width: 150px;
	float: right;
}

/* contact form */
td.contact {
	width: 200px;
	vertical-align: top;
}

table.breed td.contact {
	width: 450px;
}

input.contact, textarea.contact, select.contact {
	width: 100%;
}

option.contact  {
	width: 100px;
}

span.contact {
	font-size: 9px;
}

select#hour, select#minute, select#time, select#day, select#month {
	width: 50px;
}

input#day, input#month {
	width: 25px;
}

input#year {
	width: 50px;
}

input#button {
	width: 150px;
}

/* error and message box */
div.error {
	background-color: #FFD8D8;
	border: 2px solid #7F0000;
	padding: 10px;
	color: #7F0000;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

div.message {
	background-color: #E4FFD8;
	border: 2px solid #007F0E;
	padding: 10px;
	color: #007F0E;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}
