﻿/* GENERAL CSS START */

* {
	margin  : 0;
	padding : 0;
}

html {
	margin     : 0 auto;
	padding    : 0px;
	text-align : center;
	background : #9E4B9B;
	background-image : url('../images/background.jpg');
	background-position : 0 0;
	background-repeat : no-repeat;
	background-attachment:fixed;
}

body {
	font-family : 'Tahoma', Arial;
	margin      : 0;
	padding     : 0px;
	text-align  : center;
	color       : black;
	font-size   : 12px;
	height : 100%;
	width : 100%;
}

h1 {
	color         : #a24ea0;
	font-weight   : bold;
	font-size     : 30px;
	line-height   : 45px;
	text-align    : left;
	margin : 0 0 25px 0;
	font-family : 'Arial', Tahoma;
	background : url('../images/h1Image.png') center left no-repeat;
	width : 73px;
	height : 68px;
	padding : 5px 0 0 30px;
	line-height : 68px;
	text-shadow : 1px 1px 1px gray;
	white-space : nowrap;
}

h2 {
	color         : #B9A04C;
	font-weight   : bold;
	font-size     : 18px;
	line-height   : 30px;
	text-align    : right;
	margin        : 5px 0 0 0;
}

h3 {
	color         : #B9A04C;
	font-weight   : bold;
	font-size     : 15px;
	line-height   : 25px;
	text-align    : center;
	margin        : 0 0 0 0;
}

p {
	color         : black;
	font-weight   : normal;
	line-height   : 20px;
	margin        : 5px 0 5px 0;
	text-align : justify;
	font-family : 'Trebuchet MS', Tahoma;
	font-size : 14px;
}

a {
	color           : #D5C4A3;
	text-decoration : none;
	outline         : none;
}

a:hover {
	color           : #FBCD06;
	text-decoration : none;
	outline         : none;
}

a img {
	padding : 0;
	margin  : 0;
	border  : 0;
}

.form {
	margin      : 5px auto 5px auto;
	font-family : 'Tahoma', Arial;
	font-size   : 12px;
	padding     : 2px;
}

.submit {
	font-family : 'Tahoma', Arial;
	font-size   : 12px;
	padding     : 2px 12px;
	background  : #d7d9da;
	font-weight : bold;
	border      : 1px solid black;
	width       : 100px;
	height      : 23px;
}

.submit:hover {
	border      : 1px solid #FE8500;
	padding     : 2px 12px;
}

hr {
	border : 0;
	border-top : 1px solid #b66c46;
}

th {
	background  : #D5C4A3;
	padding     : 5px;
	line-height : 20px;
	font-weight : bold;
	text-align  : center;
	color       : white;
}

table {
	text-align      : center;
	margin          : 0 auto;
	border-collapse : collapse;
	border          : 0;
}

td {
	padding : 0;
	margin : 0;
}

.imgRight {
	float  : right;
	margin : 10px 0 15px 15px;
	border : 3px solid #b66c46;
	padding : 1px;
}

.imgCenter {
	text-align : center;
	margin    : 0 auto;
}

.imgLeft {
	float  : right;
	margin : 10px 15px 15px 0;
	padding : 1px;
	position : absolute;
	top : -4px;
	left : 7px;
}

.imageContainer {
	/*background : url('../images/photoBackground.png') center center no-repeat;
	width : 285px;
	height : 198px;*/
	position : relative;
}

.clear {
	clear  : both;
	margin : 5px 0 5px 0;
}

.emphasize {
	font-weight : bold;
	color       : #FE3E00;
}

.break {
	height : 6px;
}

.mainContent ul {
	margin : 0 0 0 20px;
}

.mainContent ul li {
	line-height : 17px;
}

ul, ol {
	margin : 0 0 0 28px;
}

/* GENERAL CSS END */

/* MAIN CSS START */

.all {
	text-align : center;
	width : 990px;
	margin : 0 auto;
}

.logo {
	text-align : right;
}

.mainContentDiv {
	background : white;
	margin : 0 auto;
	padding : 0;
	width : 990px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	text-align : center;
	border : 1px solid #9e4b9c;
	font-family : 'Trebuchet MS', Tahoma;
	font-size : 14px;
	min-height : 400px;
}

.menu {
	margin : 0 auto;
	padding : 0;
	text-align : center;
	width : 992px;
}

.menuUl {
	list-style : none;
	background : white;
	border : 1px solid #9e4b9c;
	margin : 3px 0 3px 0;
	text-align : center;
	filter:alpha(opacity=96);
	-moz-opacity:0.96;
	-khtml-opacity: 0.96;
	opacity: 0.96;
	line-height : 30px;
}

.menuUl li {
	display : inline;
	padding : 5px 13px;
}

.menuUl li a {
	color : black;
	font-weight : bold;
	font-size : 14px;
}

.menuUl li a:hover {
	color : #DA70D6;
}

.menuUl li .selected {
	color : #FE3E00;
}

.menuUl li .selected:hover {
	color : #FE3E00;
}

.h1 {
	width : 320px;
	padding : 5px 10px;
	float : left;
	margin : 0 0 0 0;
	text-align : left;
}

.text {
	width : 590px;
	padding : 5px 15px;
	margin : 0 0 0 330px;
	clear : bottom;
	text-align : left;
}

.textStart {
	width : 960px;
	padding : 5px 15px;
	margin : 0 0 0 0;
	clear : bottom;
}

.footer {
	clear : both;
	width : 990px;
	margin : 0 auto;
	text-align : center;
	color : white;
	font-weight : bold;
	line-height : 25px;
}

.footer a {
	color : #FE3E00;
	font-weight : bold;
}

.footer a:hover {
	color : #D28847;
}

.name {
	float : left;
	text-align : left;
}

.click {
	text-align : right;
}

.ContactForm {
	margin : 0 auto;
	text-align : center;
	font-size : 13px;
	width : 350px;
}

.ContactFormText {
	width : 250px;
	text-align : right;
}

.ContactFormTextBottom {
	text-align : center;
	padding : 0;
	margin : 0;
}

.ContactForm td {
	padding : 2px 5px;
	width : 90px;
}

input, textarea, .button {
	border : 1px solid black;
	background : white;
}

input:hover, textarea:hover {
	background : #fcdbfb;
}

.button {
	background : #9E4B9B;
	color : white;
}

.button:hover {
	background : #FD3E00;
	color : white;
}

.menuLeft {
	color : black;
}

.menuLeft a {
	color : black;
	font-weight : bold;
	line-height : 22px;
	display : block;
}

.menuLeft a:hover {
	color : #D0BF63;
}

.menuLeftUl {
	list-style : none;
	text-align : left;
}

.menuLeftUl2 {
	list-style : disc;
	text-align : left;
	font-size : 12px;
	font-weight : normal;
}

.menuLeftUl2 ul li {
	line-height : 15px;
}

.menuLeftUl2 a, .menuLeftUl2 li .selected {
	text-align : left;
	font-size : 12px;
	font-weight : normal;
	background : none;
}

.menuLeftUl .selected {
	color : #FF3C00;
	background : #F5F5F5;
}

.menuLeftUl .selected:hover {
	color : #FF3C00;
}

.imgStart img {
	float : left;
	width : 285px;
	margin : 20px 10px 20px 10px;
}

.offersUl {
	
}

.offersUl li {
	padding : 10px 0 0 0;
}

/* MAIN CSS END */
