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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	padding: 0;
	margin: 0;
	background:#0f0c0d url(../grfx/body-bg.jpg) top center no-repeat;
}
#container {
	width:832px;
	margin:0 auto;
}
#header {
	float: left;
	width: 832px;
	height: 137px;
	padding: 0;
	margin: 0;
}
#logo {
	float:left;
	width: 273px;
	height: 137px;
}
#slogan {
	float:right;
	width:220px;
	height:100px;
	margin-top:23px;
	margin-right:60px;
}

#content-container {
	float: left;
	width: 812px;
	padding: 0;
	margin: 0;
	min-height:500px;
  	height: auto !important;
  	height: 500px;
}

#content-holder {
	float: left;
	width: 812px;
	padding: 0 10px;
	background: url(../grfx/content-bg.png) top left repeat-y;
}

#left-column {
	float: left;
	width: 502px;
	padding: 10px 20px 10px 20px;
	margin: 0;
	min-height:560px;
  	height: auto !important;
  	height: 560px;
}
.home {
	background:url(../grfx/front-pic.jpg) bottom right no-repeat;
}

#right-column {
	float: left;
	width: 240px;
	padding: 10px 10px 10px 20px;
	margin: 0;
	background:url(../grfx/right-column-bg.jpg) top left no-repeat;
	min-height:520px;
  	height: auto !important;
  	height: 520px;
}
#right-column p {
	margin:10px 0;
}

#footer-content-holder {
	float: left;
	width: 812px;
	height:50px;
	padding: 0 10px;
	margin: 0;
	text-align: center;
	background:url(../grfx/footer-bg.png) top center no-repeat;
	color:#151213;
	font-size:0.9em;
}
#footer-content-holder #footer-links {
	float: right;
	padding: 5px 19px 0 0;
	margin: 0;
	text-align: right;
}
#footer-content-holder #footer-links p {
	padding: 0;
	margin: 0;
}
#footer-content-holder a {
	color:#151213;
	text-decoration: none;
}
#footer-content-holder a:hover {
	text-decoration: underline;
}
.contact-details tr {
	line-height:18px;
}

/* contact form styles */
form {
	padding: 0px;
	margin: 0;
	line-height: 200%;
}

fieldset {
	padding: 5px;
	border: none;
}

.col1 {
	text-align: right;
	width: 110px;
	height: 31px;
	padding: 0 10px 0 0;
	margin: 0;
	float: left;
}
.col1comment {
	float: left;
	text-align: right;
	padding: 0 10px 0 0;
	width: 110px;
}

.col2 {
	float: left;
	width: 222px;
	height: 31px;
	margin: 0;
}
.col2comment {
	float: left;
	width: 170px;
	margin: 0;
}
.col2-verification-code {
	float: left;
	width: 240px;
	height: 31px;
	margin: 0;
}

* html .verification-code {
	margin-bottom: -4px;
}
*:first-child+html .verification-code {
	margin-bottom: -4px;
}
.verification-code {
	margin-bottom: -10px;
}

div.row {
	float: left;
	clear: both;
	width: 360px;
}

.wrong-code {
	color: #FF0000;
}

.input {
	width: 100%;
	height: 22px;
	margin: 2px 5px 0 0;
	border: 1px solid #ff0066;
	color: #ff0066 ;
	padding: 5px 1px 1px 3px;
}

.code-input {
	width: 160px;
	height: 22px;
	margin: 1px 5px 0 0;
	border: 1px solid #ff0066;
	color: #ff0066 ;
	padding: 5px 1px 1px 3px;
}

.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-stretch: wider;
	border: 1px solid #ff0066;
	color: #ff0066 ;
	margin: 3px 0 0 0;
	padding: 3px 3px 3px 4px;
	width: 219px;
	overflow: auto;
}

.submit-row {
	float: left;
	padding: 10px 34px 0 120px;
}

.submit {
	height: 22px;
	width:70px;
	background-color: #000000;
	margin: 2px 5px 0 0;
	border: none;
	color: #FFFFFF;
	padding: 1px 3px 1px 4px;
}
.submit:hover {
	background-color: #333333;
	cursor:pointer;
}

#galleria{
	width:500px;
	height:500px;
}

/* twitter */
.twtr-widget {
	color: #000000;
	margin-left: -8px;
	font-size: 1em;
}
.twtr-hd {
	display: none;
}
.twtr-ft {
	display: none;
}
.twtr-hd {
	padding-left: 0;
}
.twtr-widget .twtr-tweet-wrap {
	padding-left: 0;
}
.twtr-widget .twtr-tweet-wrap {
	padding-left: 0;
}
.twtr-bd {
	font-size:1.3em;
}
