body  {
	background:#fff;
	font:13px "Trebuchet MS", Verdana, Tahoma;
	line-height:150%;
	color:#000;
	margin:0px;
}

* { padding:0; margin:0; }

p {
	text-align:justify !important;
	margin-bottom:20px;
	line-height:170%;
}

img {
	border-style:none;
	-ms-interpolation-mode:bicubic;
}

.center table { margin-left:auto; margin-right:auto; text-align:left; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.justify { text-align:justify; }

#container {
	height:auto;
	margin:0 auto;
	padding:0px;
	text-align:left;
	width:965px;
}

#navMenu {
	background-position:0px 0px;
	background-color:#fff;
	height:50px;
	width:965px;
}

#navMenu h1 {
	color:#fff;
	font-size:14px;
	font-weight:normal;
	text-align:center;
}

#logo {
	background-position:0px 0px;
	background:url(images/mavishow-logo.png) #fff;
	height:182px;
	margin-top:10px;
	width:965px;
}

#contentContainer {
	background:url(images/content-bg.png) #fff;
	clear:both;
	padding:5px 0 5px 0;
	width:965px;
}

#contentHeader {
	padding:25px 20px 4px 20px;
}

#contentHeader h2 {
	font-size:17px;
	font-weight:normal;
}

#contentHeaderBottom {
	height:10px;
}

#contentCenter {
	margin:0 20px 0 20px;
	width:925px;
}

#contentCenter h2 {
	font-size:17px;
	font-weight:normal;
}

#contentCenterBottom {
	height:50px;
}

#contentCenter a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}

#contentCenter a:hover {
	text-decoration:none;
}

#footerContainer {
	background:url(images/footer-bg.png);
	clear:both;
	height:30px;
	width:965px;
}

.footerLeft {
	float:left;
	font-size:11px;
	padding:0 0 0 20px;
	text-align:left;
	width:700px;
}

.footerLeft a {
	color:#fff;
	text-decoration:none;
	outline:none;
}

.footerLeft a:hover {
	border-bottom:2px #333 solid;
}

.footerRight {
	color:#fff;
	font-size:10px;
	font-family:Verdana;
	padding:0 20px 0 0;
	text-align:right;
}

.footerRight a {
	color:#fff;
	text-decoration:none;
	outline:none;
}

.footerRight a:hover {
	border-bottom:1px #fff solid;
}

/* Contact Form Styles */
#contactForm {
	width:300px;
	height:auto;
	padding-left:20px;
}

#contactForm table {
	border:0px;
}

#contactForm.form {
	float:left;
	padding:0 10px 10px 10px;
	background:#f3f3f3;
	border:2px solid #cfcfcf;
}

#contactForm.form label {
	float:left;
	width:100px;
	padding:10px 10px 0 0;
	font-weight:bold;
}

#contactForm.form select {
	float:left;
	width:146px;
	margin-top:10px;
}

#contactForm.form input {
	float:left;
	margin-top:10px;
}

#contactForm.form, #contactForm.submit {
	clear:both;
}

#msg {
	display:none;
	position:absolute;
	z-index:300;
	background:url(images/msg_arrow.gif) left center no-repeat;
	padding-left:7px;
}

#msgcontent {
	display:block;
	background:#f3e6e6;
	border:2px solid #924949;
	border-left:none;
	padding:5px;
	min-width:150px;
	max-width:250px;
}

.contact-textbox {
	width:300px;
	padding:3px;
	border:1px #b7b7b7 solid;
	font-family:Verdana;
	font-size:13px;
}

.contact-textarea {
	width:300px;
	height:100px;
	padding:3px;
	border:1px #b7b7b7 solid;
	font-family:Verdana;
	font-size:13px;
}

.contact-submit-button {
	width:308px;
	height:25px;
	background-image:url(images/submit-button.jpg);
	color:#fff;
	border:0px;
	font-family:Verdana;
	font-size:13px;
}
/* Contact Form Styles */
