/* RESET PARAMETERS */
* {margin:0;padding:0;}

p.textBlock {
	margin: 25px 10px 0px 10px;
	font-family: helvetica;
	font-weight: normal;
	text-align: justify;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

footer {
	clear: both;
}

form {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#centredContainer {
	position: relative;
	top: 5px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

#topbarContainer {
	position: relative;
	top: 0px;
	width: 100%;
	height: 260px;
	margin: auto;
	border-bottom: solid thin #1D4A09;
}

#topbarContainerUsers {
	position: relative;
	top: 0px;
	width: 100%;
	height: 150px;
	margin: auto;
	border-bottom: solid thin #1D4A09;
}

#logoContainer {
	position: relative;
	top: 0px;
	width: 750px;
	height: 200px;
	margin: auto;
}

#logoContainerUsers {
	position: relative;
	top: 0px;
	width: 750px;
	height: auto;
	margin: auto;
}
#splashGalleryContainer {
	position: relative;
	height: 100%;
	margin: auto;
	text-align: center;
}

#splashGalleryContainerUsers {
	position: relative;
	height: auto;
	margin: auto;
}

#splashTextContainer {
	position: absolute;
	height: 60px;
	margin: auto;
	text-align: center;
}

#splashTextContainerUsers {
	position: absolute;
	height: 60px;
	margin: auto;
}

#mainContainer {
	position: relative;
	top: 0px;
	min-width: 612px;
	width:50%;
	height: 500px;
	margin: auto;
	text-align: center;
	text-justify: distribute-all-lines;
}

#tabbedContainer {
	position: absolute;
	top: 760px;
	left: 3%;
	width: 90%;
	height: 640px;
	margin: 0 auto;
	text-align: left;
}

#pageText {
	position: relative;
	left: 11%;
	top: 5%;
	height: auto;
	width: 78%;
}

#imageContainerAboutUs1 {
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	margin: 0px 10px 10px 10px;
	border: solid thin #000000;
}

#imageContainerCommercial1 {
	position: relative;
	float: left;
	width: 200px;
	height: 300px;
	margin: 10px 10px 30px 10px;
	border: solid thin #000000;
}

#imageContainerCommercial2 {
	position: relative;
	float: right;
	width: 300px;
	height: 200px;
	margin: 10px 10px 10px 10px;
	border: solid thin #000000;
}

#faqs {
	position: relative;
	left: 11%;
	width: 78%;
}

#formContainer{
	position: relative;
	top: 25px;
	width: 500px;
	margin: auto;
}

#contactForm {
	position: relative;
	margin: auto;
	padding-bottom: 15px;
	padding-top: 15px;
	border: solid thick #1D4A09;
}

#loginForm {
	position: relative;
	margin: auto;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	border: solid thick #1D4A09;
	border-top: none;
}

#twitterFeed {
	position: relative;
	float: right;
	top: 2%;
}

#userGallery {
	position: relative;
	margin: auto;
	width: 70%;
	top: 25px;
	float: left;
}

#userGalleryText {
	position: relative;
	margin: auto;
	width: 30%;
	top: 25px;
	float: right;
}

#offerGallery {
	position: relative;
	margin: auto;
	width: 160px;
	top: 25px;
	float: left;
}

#offerText {
	position: relative;
	margin: auto;
	top: 25px;
	width: 75%;
	float: right;
}

.gallery {
	width: 180px;
    height: 120px;
    text-align: left;
	padding-top: 35px;
	vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
}

/* TEXT STYLES */
@font-face {
	font-family: trirn;
	src:	url('../fonts/GILSANUB.TTF'),
			url('../fonts/GILSANUB.eot');
}

@font-face {
	font-family: trirn2;
	src:	url('../fonts/GILB.TTF'),
			url('../fonts/GILB.eot');
}

.galleryTitle {
	font-family: trirn;
}

.slogan {
	font-family: trirn2;
	font-weight: bold;
	margin: auto;
	padding: 15px 0px 15px 0px;
}

.link a {
	color: #000000;
	text-decoration: none;
	font-family: trirn;
}

.pageText {
	font-family: helvetica;
	font-weight: none;
	text-align: justify;
	margin: 5px 10px 5px 10px;
}

.question {
	color: #000000;
	text-align: left;
	font-family: trirn2;
	font-size: 14px;
	margin: 5px 10px 5px 10px;
}

.answer {
	text-align: justify;
	font-family: helvetica;
	font-weight: none;
	font-size: 12px;
	text-align: jusitfy;
	margin: 5px 10px 5px 10px;
}

.userText {
	text-align: left;
	font-family: helvetica;
	font-size: 10;
	padding-left: 15px;
}

.userText a {
	text-decoration: none;
	font-family: trirn2;
	color: #000000;
}
