@CHARSET "ISO-8859-1";

body {
	font-family: Tahoma, Comic Sans MS, Verdana, Arial, Helvetica,
		sans-serif;
	font-size: 13px;
	margin: 0px;
	line-height: 140%;
	color: #6D6D6E;
	margin: 10px;
	background-color: #2F2F2F;

	/* Site background */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-color: #E6CF73;
}



div.bodyShell {
	width: 1024px;
	background-color: #FFFFFF;
}

.errorBack {
	background-color: #FF0000;
	border: 1px solid #FFFFFF;
}

tr.error {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

.infoBack {
	background-color: #0600FF;
	border: 1px solid #FFFFFF;
}

tr.info {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

.pageHeader {
	background: url('../images/header-back.jpg') top left #fffdf0 no-repeat;
	height: 200px;
}

.aboutUsPage {
	background: url('../images/about-us.gif') top right no-repeat;
}

.galleryPage {
	background: url('../images/gallery.gif') top right no-repeat;
}

.partnerPage {
	
}

.contactUsPage {
	background: url('../images/contact-us.gif') top right no-repeat;
}

.footer {
	color: #707070;
	text-align: center;
	font-size: 10px;
}

.smallInfo {
	color: #C1C1C1;
	font-size: 10px;
}

.example {
	color: #FDB800;
}

img.gallery {
	border: 4px solid #C1C1C1;
}

input.textbox, textarea {
	border: 1px solid #505050;
	background: #F7F7F7;
}

input.textbox:hover {
	background: #E6E6E6;
}

input.textbox:focus {
	background: #E6E6E6;
}

input.button {
	border: 1px solid #505050;
	background: #E6E6E6;
	color: #FDB800;
	font-weight: bold;
	padding: 3px 15px 3px 15px;
}

a.mainMenu {
	font-size: 15px;
	color: #969594;
	text-decoration: none;
	text-transform: lowercase;
}

a.mainMenu:hover {
	text-decoration: underline;
	color: #eea71e;
}

a.catLink {
	font-size: 13px;
	color: #A4A4A4;
	text-decoration: none;
}

a.catLink:hover {
	color: #6D6D6E;
	text-decoration: underline;
}

a.breadcrum {
	font-size: 13px;
	color: #A4A4A4;
	text-decoration: underline;
}

a.breadcrum:hover {
	color: #6D6D6E;
}
